aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fcbc7dcc3a9..43e56416e57 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12015-01-21 Paul Eggert <eggert@cs.ucla.edu> 12015-01-21 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix coding.c subscript error
4 * coding.c (CODING_ISO_INVOKED_CHARSET):
5 Avoid undefined behavior if CODING_ISO_INVOCATION returns negative.
6
3 Backport: correct old fix for GTK font selection 7 Backport: correct old fix for GTK font selection
4 * gtkutil.c (xg_get_font): Fix off-by-2 typo. 8 * gtkutil.c (xg_get_font): Fix off-by-2 typo.
5 Fixes: bug#3228 9 Fixes: bug#3228