Cruft removal in struct image.
[bpt/emacs.git] / src / ChangeLog
index 60e4c7c..ed3ea6d 100644 (file)
@@ -1,3 +1,13 @@
+2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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.
+
+       * 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.
+
 2011-06-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * buffer.h: Include <time.h>, for time_t.