aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d489dcd58b3..4e33ccb0c0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-04-05 Paul Eggert <eggert@cs.ucla.edu> 12011-04-05 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
4 This avoids several warnings with gcc -Wstrict-overflow.
5
3 * xfont.c (xfont_text_extents): Remove var that was set but not used. 6 * xfont.c (xfont_text_extents): Remove var that was set but not used.
4 (xfont_open): Avoid unnecessary tests. 7 (xfont_open): Avoid unnecessary tests.
5 8