aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-16 11:44:32 -0700
committerPaul Eggert2011-08-16 11:44:32 -0700
commita69fbedbd629c3e46a23095486617482fb1228c5 (patch)
treeca92e4e98d3381e8b8b05c44219d8ca7410fc839 /src/ChangeLog
parent3f74064edab68e5620fade9b802e863cb110afd2 (diff)
downloademacs-a69fbedbd629c3e46a23095486617482fb1228c5.tar.gz
emacs-a69fbedbd629c3e46a23095486617482fb1228c5.zip
Simplify previous changes.
* image.c (x_allocate_bitmap_record, cache_image): * xselect.c (Fx_register_dnd_atom): Simplify previous changes by using xpalloc.
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