aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c2662699be..82fd3526785 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -70,6 +70,16 @@
70 70
71 * alloc.c (Fmake_string): Check for out-of-range init. 71 * alloc.c (Fmake_string): Check for out-of-range init.
72 72
732011-06-11 Chong Yidong <cyd@stupidchicken.com>
74
75 * dispextern.h (struct image): Replace data member, whose int_val
76 and ptr_val fields were not used by anything, with a single
77 lisp_val object.
78
79 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
80 (gif_clear_image, gif_load, imagemagick_load_image)
81 (gs_clear_image, gs_load): Callers changed.
82
732011-06-10 Paul Eggert <eggert@cs.ucla.edu> 832011-06-10 Paul Eggert <eggert@cs.ucla.edu>
74 84
75 * buffer.h: Include <time.h>, for time_t. 85 * buffer.h: Include <time.h>, for time_t.