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 79d9b636e09..b9cf18cedd9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-06-18 Paul Eggert <eggert@cs.ucla.edu> 12011-06-18 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fns.c (concat): Catch string overflow earlier.
4 Do not rely on integer wraparound.
5
3 * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int. 6 * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.
4 7
52011-06-17 Paul Eggert <eggert@cs.ucla.edu> 82011-06-17 Paul Eggert <eggert@cs.ucla.edu>