From: Kim F. Storm Date: Wed, 28 Sep 2005 10:47:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64da575986859110c1acc3deb157525066e5c358;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 0a110990244..b9829d1803c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-09-28 Kim F. Storm + + * image.c (gif_load): Fix size of allocated image buffer + for images where a sub-image may be larger than the image's + total height/width specifications. + 2005-09-28 YAMAMOTO Mitsuharu * macgui.h (struct _XCharStruct): Each member now takes short value. @@ -16,7 +22,7 @@ * xterm.c (set_vertical_scroll_bar): Move prototype ... (handle_one_xevent): Refer to union field to match the type - required by the function definition. + required by the function definition. * xterm.h: ... here. @@ -40,7 +46,7 @@ BROKEN_GET_CURRENT_DIR_NAME. * sysdep.c (get_current_dir_name): Also define if - BROKEN_GET_CURRENT_DIR_NAME. + BROKEN_GET_CURRENT_DIR_NAME. * m/ibmrs6000.h: Test for USG5, not USG5_4.