aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 686c728f0a3..ff6945d8656 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-06-13 Paul Eggert <eggert@cs.ucla.edu> 12011-06-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Remove unnecessary casts.
4 * xterm.c (x_term_init):
5 * xfns.c (x_set_border_pixel):
6 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
7 These aren't needed now that we assume ANSI C.
8
3 * sound.c (Fplay_sound_internal): Remove cast to unsigned long. 9 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
4 It's more likely to cause problems (due to unsigned overflow) 10 It's more likely to cause problems (due to unsigned overflow)
5 than to cure them. 11 than to cure them.