comparison src/ChangeLog @ 49564:0887554be235

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sun, 02 Feb 2003 00:01:45 +0000
parents 4e2f5a529cbd
children f492ad3945ad
comparison
equal deleted inserted replaced
49563:5c18aa000ef4 49564:0887554be235
1 2003-02-01 Jason Rumney <jasonr@gnu.org> 1 2003-02-01 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
4 local malloc.
5 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
6 definitions in xpm.h.
7 (init_xpm_functions): New function.
8 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
9 (init_external_image_libraries): Try to load libXpm.dll.
2 10
3 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting 11 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
4 timestamp. 12 timestamp.
5 13
6 2003-01-31 Dave Love <fx@gnu.org> 14 2003-01-31 Dave Love <fx@gnu.org>