comparison src/ChangeLog @ 65722:514b3d667f9e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 28 Sep 2005 10:47:51 +0000
parents f696839bc4b1
children d357f21fff0e
comparison
equal deleted inserted replaced
65721:f696839bc4b1 65722:514b3d667f9e
1 2005-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
1 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 7 2005-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.
4 10
5 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu> 11 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
14 20
15 * systime.h (get_operating_system_release): ... here. 21 * systime.h (get_operating_system_release): ... here.
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
23 * fns.c (internal_equal, seed_random): Fix prototypes. 29 * fns.c (internal_equal, seed_random): Fix prototypes.
24 (internal_equal): Add missing parameter. 30 (internal_equal): Add missing parameter.
38 44
39 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define 45 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
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
47 2005-09-22 Kim F. Storm <storm@cua.dk> 53 2005-09-22 Kim F. Storm <storm@cua.dk>
48 54