aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82851374283..6866daf9f38 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,11 @@
12011-08-15 Paul Eggert <eggert@cs.ucla.edu> 12011-08-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Integer and memory overflow issues (Bug#9196). 3 Integer and memory overflow issues (Bug#9196).
4 4
5 * image.c (x_allocate_bitmap_record, cache_image):
6 * xselect.c (Fx_register_dnd_atom):
7 Simplify previous changes by using xpalloc.
8
5 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT, 9 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
6 since either will do and ptrdiff_t is convenient with xpalloc. 10 since either will do and ptrdiff_t is convenient with xpalloc.
7 11