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 65c811e6e78..f7ed1023afc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * bitmaps: Change bitmaps from unsigned char back to the X11
4 compatible char. Avoid the old compiler warnings about
5 out-of-range initializers by using, for example, '\xab' rather
6 than 0xab.
7
3 * xgselect.c (xgselect_initialize): Check vs interface 8 * xgselect.c (xgselect_initialize): Check vs interface
4 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)). 9 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
5 10