diff options
| author | Kenichi Handa | 2008-05-20 06:34:10 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-20 06:34:10 +0000 |
| commit | ad00e1a3bfe533351f11195e6095b643bae96984 (patch) | |
| tree | a6812984f12064f0a8ba73f9333101a49abcd785 /src/ChangeLog | |
| parent | cd5218d2ab7e468d276dc6bddb7df2d17aa37823 (diff) | |
| download | emacs-ad00e1a3bfe533351f11195e6095b643bae96984.tar.gz emacs-ad00e1a3bfe533351f11195e6095b643bae96984.zip | |
Include font.h unconditionally.
(merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Cancel the previous change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9eb5f95b5fb..38c3cd4d318 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2008-05-20 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to | ||
| 4 | font.h through out the file. | ||
| 5 | (FONT_DRIVERS): Renamed from FONTOBJ. | ||
| 6 | (obj): Delete $(FONTOBJ). Add font.o. | ||
| 7 | (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS). | ||
| 8 | |||
| 9 | * emacs.c (main): Call syms_of_font unconditionally. | ||
| 10 | |||
| 11 | * font.h (find_font_encoding): Extern it. | ||
| 12 | |||
| 13 | * font.c (Vfont_encoding_alist, find_font_encoding): Moved from | ||
| 14 | fontset.c. | ||
| 15 | (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1. | ||
| 16 | (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts, | ||
| 17 | FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f) | ||
| 18 | only when HAVE_WINDOW_SYSTEM is defined. | ||
| 19 | (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only | ||
| 20 | when HAVE_WINDOW_SYSTEM is defined. | ||
| 21 | |||
| 22 | * fontset.c (Vfont_encoding_alist, find_font_encoding): Moved to | ||
| 23 | font.c. | ||
| 24 | (syms_of_fontset): Declaration of font-encoding-alist moved to | ||
| 25 | font.c. | ||
| 26 | |||
| 27 | * xfaces.c: Include font.h unconditionally. | ||
| 28 | (merge_face_ref, merge_face_vectors) | ||
| 29 | (Finternal_set_lisp_face_attribute): Cancel the previous change. | ||
| 30 | |||
| 1 | 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca> | 31 | 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 32 | ||
| 3 | * xdisp.c (select_frame_for_redisplay): Adjust for last change to | 33 | * xdisp.c (select_frame_for_redisplay): Adjust for last change to |