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 fd135de123b..c8fa1e55695 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-22 Paul Eggert <eggert@cs.ucla.edu> 12011-03-22 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
4 that could (at least in theory) be that large.
5
3 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int. 6 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
4 This is less likely to overflow, and avoids undefined behavior if 7 This is less likely to overflow, and avoids undefined behavior if
5 overflow does occur. All callers changed. Use strtoul to scan 8 overflow does occur. All callers changed. Use strtoul to scan