aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 944a5dfbecb..b7bf4599d63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-05-16 Paul Eggert <eggert@cs.ucla.edu> 12011-05-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * insdel.c (count_size_as_multibyte): Check for string overflow.
4
3 * character.c (lisp_string_width): Check for string overflow. 5 * character.c (lisp_string_width): Check for string overflow.
4 Use EMACS_INT, not int, for string indexes and lengths; in 6 Use EMACS_INT, not int, for string indexes and lengths; in
5 particular, 2nd arg is now EMACS_INT, not int. Do not crash if 7 particular, 2nd arg is now EMACS_INT, not int. Do not crash if