Mercurial > emacs
comparison src/ChangeLog.unicode @ 90424:4c7d4b278599 unicode-post-font-backend
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 Jun 2006 03:57:22 +0000 |
parents | 810751854799 |
children | b2d7f23441da |
comparison
equal
deleted
inserted
replaced
90423:654ff3b48a81 | 90424:4c7d4b278599 |
---|---|
58 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it. | 58 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it. |
59 | 59 |
60 * frame.c [USE_FONT_BACKEND]: Include "font.h". | 60 * frame.c [USE_FONT_BACKEND]: Include "font.h". |
61 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend | 61 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend |
62 mechanism. | 62 mechanism. |
63 | |
64 * lisp.h (assoc_no_quit): Extern it. | |
63 | 65 |
64 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h". | 66 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h". |
65 Through out the file, use FONT_INFO_FROM_FACE instead of | 67 Through out the file, use FONT_INFO_FROM_FACE instead of |
66 FONT_INFO_FROM_ID, use get_per_char_metric instead of | 68 FONT_INFO_FROM_ID, use get_per_char_metric instead of |
67 rif->per_char_metric. | 69 rif->per_char_metric. |