diff options
| author | Jason Rumney | 2003-02-02 00:01:45 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-02-02 00:01:45 +0000 |
| commit | 5d54d177cfbfc7cfbb5e93d354e1b3422f92d184 (patch) | |
| tree | 779b17d85002ab5de17e0e8583971e3754f4efb1 | |
| parent | 507f5dcead7cd7618cd6f83f39f99c8d707945a2 (diff) | |
| download | emacs-5d54d177cfbfc7cfbb5e93d354e1b3422f92d184.tar.gz emacs-5d54d177cfbfc7cfbb5e93d354e1b3422f92d184.zip | |
*** empty log message ***
| -rw-r--r-- | nt/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 97202f71078..629923649eb 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2003-02-01 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * configure.bat: Automatically detect libXpm. | ||
| 4 | Suppress compiler output when testing for image libraries. | ||
| 5 | Give names of un-found libraries in messages. | ||
| 6 | |||
| 1 | 2003-01-31 Juanma Barranquero <lektu@terra.es> | 7 | 2003-01-31 Juanma Barranquero <lektu@terra.es> |
| 2 | 8 | ||
| 3 | * configure.bat: Automatically detect giflib and tifflib. | 9 | * configure.bat: Automatically detect giflib and tifflib. |
diff --git a/src/ChangeLog b/src/ChangeLog index 7c4ceb34ce5..7c98fb4b95b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2003-02-01 Jason Rumney <jasonr@gnu.org> | 1 | 2003-02-01 Jason Rumney <jasonr@gnu.org> |
| 2 | 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. | ||
| 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 | ||