diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31ecc62ed37..cbdc3706076 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -19181,7 +19181,7 @@ | |||
| 19181 | (Ffont_shape_text): New function. | 19181 | (Ffont_shape_text): New function. |
| 19182 | (Fopen_font): If the font size is not given, use 12-pixel. | 19182 | (Fopen_font): If the font size is not given, use 12-pixel. |
| 19183 | (Ffont_at): New arg STRING. | 19183 | (Ffont_at): New arg STRING. |
| 19184 | (syms_of_font): Initalize font_charset_alist. | 19184 | (syms_of_font): Initialize font_charset_alist. |
| 19185 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont | 19185 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont |
| 19186 | conditionally. | 19186 | conditionally. |
| 19187 | 19187 | ||
| @@ -20178,7 +20178,7 @@ | |||
| 20178 | 20178 | ||
| 20179 | * font.c (font_unparse_fcname): Fix typo (swidth->width). | 20179 | * font.c (font_unparse_fcname): Fix typo (swidth->width). |
| 20180 | (font_list_entities): Check driver_list->on. | 20180 | (font_list_entities): Check driver_list->on. |
| 20181 | (register_font_driver): Initalize `on' member to 0. | 20181 | (register_font_driver): Initialize `on' member to 0. |
| 20182 | (font_update_drivers): New function. | 20182 | (font_update_drivers): New function. |
| 20183 | (Fclear_font_cache): Check driver_list->on. | 20183 | (Fclear_font_cache): Check driver_list->on. |
| 20184 | 20184 | ||