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 d1ab9c4961e..5c6fa587b44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-04-19 Paul Eggert <eggert@cs.ucla.edu> 12011-04-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lread.c (openp): Don't stuff size_t into an 'int'.
4 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
5 about possible signed overflow.
6
3 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10. 7 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
4 (GDK_KEY_g): Don't define if already defined. 8 (GDK_KEY_g): Don't define if already defined.
5 (xg_prepare_tooltip): Avoid pointer signedness problem. 9 (xg_prepare_tooltip): Avoid pointer signedness problem.