- (glyph-char): Likewise.
- (glyph-face): Likewise.
+ 2007-06-01 Jason Rumney <jasonr@gnu.org>
+
+ * faces.el (font-weight-table): Use defaults on w32 that match
+ LOGFONT.lfWeight.
+
+ * term/w32-win.el: Don't create fontset from command-line font.
+
+ 2007-05-29 Juanma Barranquero <lekktu@gmail.com>
+
+ * international/mule-cmds.el (toggle-enable-multibyte-characters)
+ (sort-coding-systems, search-unencodable-char): Doc fixes.
+ (default-input-method, input-method-verbose-flag)
+ (input-method-highlight-flag): Remove * in defcustom's docstrings.
+ (exit-language-environment-hook, set-default-coding-systems)
+ (coding-system-change-eol-conversion, prefer-coding-system)
+ (find-multibyte-characters, leim-list-entry-regexp)
+ (set-input-method, input-method-exit-on-first-char, princ-list)
+ (locale-language-names, locale-charset-language-names)
+ (define-char-code-property): Fix typos in docstrings.
+
+ 2007-05-28 Kenichi Handa <handa@m17n.org>
+
+ * disp-table.el (make-glyph-code): Fix for a new character code
+ space (22-bit).
+
2007-05-16 Juanma Barranquero <lekktu@gmail.com>
* printing.el (pr-ps-fast-fire): Fix typos in docstring.
Lisp_Object *, Lisp_Object *,
unsigned long *));
- static int is_emacs_window P_ ((WindowPtr));
+ static int is_emacs_window P_ ((WindowRef));
-static XCharStruct *mac_per_char_metric P_ ((XFontStruct *, XChar2b *, int));
+static XCharStruct *mac_per_char_metric P_ ((FRAME_PTR,
+ XFontStruct *, XChar2b *, int));
static void XSetFont P_ ((Display *, GC, XFontStruct *));
#define GC_FORE_COLOR(gc) (&(gc)->fore_color)