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 2b2a9510435..f109718fadb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-04-19 Paul Eggert <eggert@cs.ucla.edu> 12011-04-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * 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.
5
3 * xfns.c (Fx_window_property): Simplify a bit, 6 * xfns.c (Fx_window_property): Simplify a bit,
4 to make a bit faster and to avoid GCC 4.6.0 warning. 7 to make a bit faster and to avoid GCC 4.6.0 warning.
5 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise. 8 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.