aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-09-28 10:47:51 +0000
committerKim F. Storm2005-09-28 10:47:51 +0000
commit64da575986859110c1acc3deb157525066e5c358 (patch)
tree4421d0e3e57bb6b97865d7708572f75b871a1292 /src
parenteaf92438847cbd1e005730f6987c067aa21fee00 (diff)
downloademacs-64da575986859110c1acc3deb157525066e5c358.tar.gz
emacs-64da575986859110c1acc3deb157525066e5c358.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a110990244..b9829d1803c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-09-28 Kim F. Storm <storm@cua.dk>
2
3 * image.c (gif_load): Fix size of allocated image buffer
4 for images where a sub-image may be larger than the image's
5 total height/width specifications.
6
12005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 8
3 * macgui.h (struct _XCharStruct): Each member now takes short value. 9 * macgui.h (struct _XCharStruct): Each member now takes short value.
@@ -16,7 +22,7 @@
16 22
17 * xterm.c (set_vertical_scroll_bar): Move prototype ... 23 * xterm.c (set_vertical_scroll_bar): Move prototype ...
18 (handle_one_xevent): Refer to union field to match the type 24 (handle_one_xevent): Refer to union field to match the type
19 required by the function definition. 25 required by the function definition.
20 26
21 * xterm.h: ... here. 27 * xterm.h: ... here.
22 28
@@ -40,7 +46,7 @@
40 BROKEN_GET_CURRENT_DIR_NAME. 46 BROKEN_GET_CURRENT_DIR_NAME.
41 47
42 * sysdep.c (get_current_dir_name): Also define if 48 * sysdep.c (get_current_dir_name): Also define if
43 BROKEN_GET_CURRENT_DIR_NAME. 49 BROKEN_GET_CURRENT_DIR_NAME.
44 50
45 * m/ibmrs6000.h: Test for USG5, not USG5_4. 51 * m/ibmrs6000.h: Test for USG5, not USG5_4.
46 52