diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 639759bf384..938cc73e7c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2010-10-14 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-14 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-14 Juanma Barranquero <lekktu@gmail.com> | 17 | 2010-10-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 18 | ||
| 3 | * w32fns.c (w32_wnd_proc, file_dialog_callback): | 19 | * w32fns.c (w32_wnd_proc, file_dialog_callback): |