diff options
| author | Paul Eggert | 2011-08-16 11:44:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-16 11:44:32 -0700 |
| commit | a69fbedbd629c3e46a23095486617482fb1228c5 (patch) | |
| tree | ca92e4e98d3381e8b8b05c44219d8ca7410fc839 /src/ChangeLog | |
| parent | 3f74064edab68e5620fade9b802e863cb110afd2 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||