diff options
| author | Kenichi Handa | 2010-10-14 11:06:31 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-10-14 11:06:31 +0900 |
| commit | 4505bd02ef18fc8b0c8977a144fbbb28b3701e33 (patch) | |
| tree | 9e16bb4384e567c90c2dce34ab72b48c1f05547c /src/ChangeLog | |
| parent | 7ca9cfdaabe5c7dcc151f5da19b1fc7fd2b703e6 (diff) | |
| parent | 9fa828240d621736a61f5938f78cc98805fdcf56 (diff) | |
| download | emacs-4505bd02ef18fc8b0c8977a144fbbb28b3701e33.tar.gz emacs-4505bd02ef18fc8b0c8977a144fbbb28b3701e33.zip | |
merge emacs-23
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9ce5007d3b3..40c0cb231e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2010-10-13 Damyan Pepper <damyanp@gmail.com> | ||
| 2 | |||
| 3 | Fix handling of font properties on Windows (bug#6303). | ||
| 4 | * font.c (font_filter_properties): New function, refactored from | ||
| 5 | ftfont_filter_properties. | ||
| 6 | * font.h (font_filter_properties): Declare. | ||
| 7 | * ftfont.c (ftfont_filter_properties): Use font_filter_properties. | ||
| 8 | * w32font.c (w32font_booleans, w32font_non_booleans): New variables. | ||
| 9 | (w32font_filter_properties): New function. | ||
| 10 | (w32font_driver): Add w32font_filter_properties. | ||
| 11 | |||
| 12 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 13 | |||
| 14 | * font.c (Ffont_variation_glyphs): | ||
| 15 | * ccl.c (Fccl_execute_on_string): Fix typo in docstring. | ||
| 16 | |||
| 1 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> | 17 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 18 | ||
| 3 | * nsterm.m (Qleft): Declare. | 19 | * nsterm.m (Qleft): Declare. |
| @@ -134,7 +150,7 @@ | |||
| 134 | (x_produce_glyphs): Simplify by using the same code for ASCII and | 150 | (x_produce_glyphs): Simplify by using the same code for ASCII and |
| 135 | non-ASCII characters. Don't set it->char_to_display here. | 151 | non-ASCII characters. Don't set it->char_to_display here. |
| 136 | Don't handle unibyte-display-via-language-environment here. For a | 152 | Don't handle unibyte-display-via-language-environment here. For a |
| 137 | charater of no glyph, use font->space_width instead of FONT_WIDTH. | 153 | character of no glyph, use font->space_width instead of FONT_WIDTH. |
| 138 | 154 | ||
| 139 | 2010-08-29 Kenichi Handa <handa@m17n.org> | 155 | 2010-08-29 Kenichi Handa <handa@m17n.org> |
| 140 | 156 | ||
| @@ -171,7 +187,7 @@ | |||
| 171 | * charset.c: Include <stdlib.h> | 187 | * charset.c: Include <stdlib.h> |
| 172 | (struct charset_sort_data): New struct. | 188 | (struct charset_sort_data): New struct. |
| 173 | (charset_compare): New function. | 189 | (charset_compare): New function. |
| 174 | (Fsort_charsets): New funciton. | 190 | (Fsort_charsets): New function. |
| 175 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. | 191 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. |
| 176 | 192 | ||
| 177 | * coding.c (decode_coding_iso_2022): Fix checking of dimension | 193 | * coding.c (decode_coding_iso_2022): Fix checking of dimension |
| @@ -13872,7 +13888,7 @@ | |||
| 13872 | (Ffont_shape_text): New function. | 13888 | (Ffont_shape_text): New function. |
| 13873 | (Fopen_font): If the font size is not given, use 12-pixel. | 13889 | (Fopen_font): If the font size is not given, use 12-pixel. |
| 13874 | (Ffont_at): New arg STRING. | 13890 | (Ffont_at): New arg STRING. |
| 13875 | (syms_of_font): Initalize font_charset_alist. | 13891 | (syms_of_font): Initialize font_charset_alist. |
| 13876 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont | 13892 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont |
| 13877 | conditionally. | 13893 | conditionally. |
| 13878 | 13894 | ||
| @@ -14869,7 +14885,7 @@ | |||
| 14869 | 14885 | ||
| 14870 | * font.c (font_unparse_fcname): Fix typo (swidth->width). | 14886 | * font.c (font_unparse_fcname): Fix typo (swidth->width). |
| 14871 | (font_list_entities): Check driver_list->on. | 14887 | (font_list_entities): Check driver_list->on. |
| 14872 | (register_font_driver): Initalize `on' member to 0. | 14888 | (register_font_driver): Initialize `on' member to 0. |
| 14873 | (font_update_drivers): New function. | 14889 | (font_update_drivers): New function. |
| 14874 | (Fclear_font_cache): Check driver_list->on. | 14890 | (Fclear_font_cache): Check driver_list->on. |
| 14875 | 14891 | ||