aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-01-19 17:42:48 +0200
committerEli Zaretskii2014-01-19 17:42:48 +0200
commit21f9541125cf55fb26dcb8d2e0a7049f08faa9b5 (patch)
treef82b160b4c597b238077ac180195411659cbef29 /src/ChangeLog
parent75f3311ef7f88d1e605b2f3b1b8108e8de9173ca (diff)
downloademacs-21f9541125cf55fb26dcb8d2e0a7049f08faa9b5.tar.gz
emacs-21f9541125cf55fb26dcb8d2e0a7049f08faa9b5.zip
Fix Cygwin w32 build broken by last commit in w32font.c.
src/w32font.c (w32_load_unicows_or_gdi32, get_outline_metrics_w) (get_text_metrics_w, get_glyph_outline_w, get_char_width_32_w) [!WINDOWSNT]: These functions are no longer compiled on Cygwin; they are replaced by macros that expand into direct calls to the corresponding functions from GDI32.DLL. (globals_of_w32font) [WINDOWSNT]: Don't initialize g_b_* static variables in the Cygwin build, they are unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12014-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
12014-01-19 K. Handa <handa@gnu.org> 112014-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.