diff options
| author | Damyan Pepper | 2010-10-13 16:07:28 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-13 16:07:28 +0200 |
| commit | 9fa828240d621736a61f5938f78cc98805fdcf56 (patch) | |
| tree | 799e6075c0e1a467522070c065165b5aeac32f95 /src/ChangeLog | |
| parent | 7163badd35f9dc49dc5c0a26d2c037f8d4fb5ee7 (diff) | |
| download | emacs-9fa828240d621736a61f5938f78cc98805fdcf56.tar.gz emacs-9fa828240d621736a61f5938f78cc98805fdcf56.zip | |
Fix handling of font properties on Windows (bug#6303).
* src/font.c (font_filter_properties): New function, refactored from
ftfont_filter_properties.
* src/font.h (font_filter_properties): Declare.
* src/ftfont.c (ftfont_filter_properties): Use font_filter_properties.
* src/w32font.c (w32font_booleans, w32font_non_booleans): New variables.
(w32font_filter_properties): New function.
(w32font_driver): Add w32font_filter_properties.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7c1faad6aab..40c0cb231e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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 | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | 12 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * font.c (Ffont_variation_glyphs): | 14 | * font.c (Ffont_variation_glyphs): |