aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 029a59b2cb8..c8759808038 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12008-08-29 Eli Zaretskii <eliz@gnu.org> 12008-08-29 Eli Zaretskii <eliz@gnu.org>
2 2
3 * composite.c (fill_gstring_body): Avoid compiler warnings.
4
5 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6 LGLYPH_SET_CODE to avoid compiler warnings.
7
3 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h 8 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h
4 9
5 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT. 10 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.