]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Sun, 2 Feb 2003 00:01:45 +0000 (00:01 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 2 Feb 2003 00:01:45 +0000 (00:01 +0000)
nt/ChangeLog
src/ChangeLog

index 97202f71078c257a8572f137f3723bf2e8dd90da..629923649ebee478a24c94b6b2fd58d4237014e6 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Automatically detect libXpm.
+       Suppress compiler output when testing for image libraries.
+       Give names of un-found libraries in messages.
+
 2003-01-31  Juanma Barranquero  <lektu@terra.es>
 
        * configure.bat: Automatically detect giflib and tifflib.
index 7c4ceb34ce543360b05aadfd97fa70c14487ab82..7c98fb4b95b8eb4841b2eababd21c86ee8453cda 100644 (file)
@@ -1,5 +1,13 @@
 2003-02-01  Jason Rumney  <jasonr@gnu.org>
 
+       * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
+       local malloc.
+       [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
+       definitions in xpm.h.
+       (init_xpm_functions): New function.
+       (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
+       (init_external_image_libraries): Try to load libXpm.dll.
+
        * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
        timestamp.