diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 01ecd37eec7..7c1faad6aab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * font.c (Ffont_variation_glyphs): | ||
| 3 | * ccl.c (Fccl_execute_on_string): Fix typo in docstring. | 4 | * ccl.c (Fccl_execute_on_string): Fix typo in docstring. |
| 4 | 5 | ||
| 5 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> |
| @@ -138,7 +139,7 @@ | |||
| 138 | (x_produce_glyphs): Simplify by using the same code for ASCII and | 139 | (x_produce_glyphs): Simplify by using the same code for ASCII and |
| 139 | non-ASCII characters. Don't set it->char_to_display here. | 140 | non-ASCII characters. Don't set it->char_to_display here. |
| 140 | Don't handle unibyte-display-via-language-environment here. For a | 141 | Don't handle unibyte-display-via-language-environment here. For a |
| 141 | charater of no glyph, use font->space_width instead of FONT_WIDTH. | 142 | character of no glyph, use font->space_width instead of FONT_WIDTH. |
| 142 | 143 | ||
| 143 | 2010-08-29 Kenichi Handa <handa@m17n.org> | 144 | 2010-08-29 Kenichi Handa <handa@m17n.org> |
| 144 | 145 | ||
| @@ -175,7 +176,7 @@ | |||
| 175 | * charset.c: Include <stdlib.h> | 176 | * charset.c: Include <stdlib.h> |
| 176 | (struct charset_sort_data): New struct. | 177 | (struct charset_sort_data): New struct. |
| 177 | (charset_compare): New function. | 178 | (charset_compare): New function. |
| 178 | (Fsort_charsets): New funciton. | 179 | (Fsort_charsets): New function. |
| 179 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. | 180 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. |
| 180 | 181 | ||
| 181 | * coding.c (decode_coding_iso_2022): Fix checking of dimension | 182 | * coding.c (decode_coding_iso_2022): Fix checking of dimension |
| @@ -13876,7 +13877,7 @@ | |||
| 13876 | (Ffont_shape_text): New function. | 13877 | (Ffont_shape_text): New function. |
| 13877 | (Fopen_font): If the font size is not given, use 12-pixel. | 13878 | (Fopen_font): If the font size is not given, use 12-pixel. |
| 13878 | (Ffont_at): New arg STRING. | 13879 | (Ffont_at): New arg STRING. |
| 13879 | (syms_of_font): Initalize font_charset_alist. | 13880 | (syms_of_font): Initialize font_charset_alist. |
| 13880 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont | 13881 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont |
| 13881 | conditionally. | 13882 | conditionally. |
| 13882 | 13883 | ||
| @@ -14873,7 +14874,7 @@ | |||
| 14873 | 14874 | ||
| 14874 | * font.c (font_unparse_fcname): Fix typo (swidth->width). | 14875 | * font.c (font_unparse_fcname): Fix typo (swidth->width). |
| 14875 | (font_list_entities): Check driver_list->on. | 14876 | (font_list_entities): Check driver_list->on. |
| 14876 | (register_font_driver): Initalize `on' member to 0. | 14877 | (register_font_driver): Initialize `on' member to 0. |
| 14877 | (font_update_drivers): New function. | 14878 | (font_update_drivers): New function. |
| 14878 | (Fclear_font_cache): Check driver_list->on. | 14879 | (Fclear_font_cache): Check driver_list->on. |
| 14879 | 14880 | ||