diff options
| author | Chong Yidong | 2011-06-10 21:48:59 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-06-10 21:48:59 -0400 |
| commit | b50691aaafa255709b1117000ce6fb98d9772695 (patch) | |
| tree | 0a6191528a79b28a5eb94211924214222e1cb309 /src/ChangeLog | |
| parent | cca693976c52acf26f5130848931d274522c69f9 (diff) | |
| download | emacs-b50691aaafa255709b1117000ce6fb98d9772695.tar.gz emacs-b50691aaafa255709b1117000ce6fb98d9772695.zip | |
Cruft removal in struct image.
* src/dispextern.h (struct image): Replace data member, whose int_val
and ptr_val fields were not used by anything, with a single
lisp_val object.
* src/image.c (Fimage_metadata, make_image, mark_image, tiff_load)
(gif_clear_image, gif_load, imagemagick_load_image)
(gs_clear_image, gs_load): Callers changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60e4c7c3205..ed3ea6dfbb3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-06-11 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * dispextern.h (struct image): Replace data member, whose int_val | ||
| 4 | and ptr_val fields were not used by anything, with a single | ||
| 5 | lisp_val object. | ||
| 6 | |||
| 7 | * image.c (Fimage_metadata, make_image, mark_image, tiff_load) | ||
| 8 | (gif_clear_image, gif_load, imagemagick_load_image) | ||
| 9 | (gs_clear_image, gs_load): Callers changed. | ||
| 10 | |||
| 1 | 2011-06-10 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2011-06-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | * buffer.h: Include <time.h>, for time_t. | 13 | * buffer.h: Include <time.h>, for time_t. |