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 1ed289b3964..d1ab9c4961e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-04-19 Paul Eggert <eggert@cs.ucla.edu> 12011-04-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
4 (GDK_KEY_g): Don't define if already defined.
5 (xg_prepare_tooltip): Avoid pointer signedness problem.
6 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
7
3 * process.c (Fnetwork_interface_info): Avoid left-shift undefined 8 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
4 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts. 9 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
5 10