diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ef0336388a..f20b832ed40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-01-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32font.c (w32_load_unicows_or_gdi32, get_outline_metrics_w) | ||
| 4 | (get_text_metrics_w, get_glyph_outline_w, get_char_width_32_w) | ||
| 5 | [!WINDOWSNT]: These functions are no longer compiled on Cygwin; | ||
| 6 | they are replaced by macros that expand into direct calls to the | ||
| 7 | corresponding functions from GDI32.DLL. | ||
| 8 | (globals_of_w32font) [WINDOWSNT]: Don't initialize g_b_* static | ||
| 9 | variables in the Cygwin build, they are unused. | ||
| 10 | |||
| 1 | 2014-01-19 K. Handa <handa@gnu.org> | 11 | 2014-01-19 K. Handa <handa@gnu.org> |
| 2 | 12 | ||
| 3 | * composite.c (composition_update_it): Fix previous change. | 13 | * composite.c (composition_update_it): Fix previous change. |