# HG changeset patch # User Juanma Barranquero # Date 1043998079 0 # Node ID 6ec2d998c53bbab0390e211a2510e491aeecaf79 # Parent e20de75c7a929e3f13c3f3121055e012cf3fe7be *** empty log message *** diff -r e20de75c7a92 -r 6ec2d998c53b nt/ChangeLog --- a/nt/ChangeLog Fri Jan 31 07:23:20 2003 +0000 +++ b/nt/ChangeLog Fri Jan 31 07:27:59 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-31 Juanma Barranquero + + * configure.bat: Automatically detect giflib. + 2003-01-29 Jason Rumney * gmake.defs (CURDIR): Disable cygpath kludge. @@ -15,11 +19,11 @@ * configure.bat: Automatically detect libpng. -2003-01-21 Jason Rumney +2003-01-21 Jason Rumney * icons/hand.cur: New file. -2003-01-21 David Ponce +2003-01-21 David Ponce * emacs.rc (32649): Declare hand cursor resource. @@ -219,7 +223,7 @@ * INSTALL: Add --ldflags to configure line for building with recent versions of Cygwin GCC. -2001-03-05 Eli Zaretskii +2001-03-05 Eli Zaretskii * configure.bat: Use correct options when compiling a test program with Cygwin. From David Ponce . @@ -604,7 +608,7 @@ * cmdproxy.c (main): Set environment size only when running command.com. -1998-11-03 Theodore Jump +1998-11-03 Theodore Jump * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. (DEL_TREE): Use rd instead of rmdir. @@ -798,13 +802,13 @@ * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. -1996-05-03 Andrew Innes +1996-05-03 Andrew Innes * install.bat: Allow for optimized build. * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. -1996-05-03 Andrew Innes +1996-05-03 Andrew Innes * addpm.c (REG_ROOT): Don't use a trailing backslash. (env_vars): Rename field emacs_path to emacs_dir. diff -r e20de75c7a92 -r 6ec2d998c53b src/ChangeLog --- a/src/ChangeLog Fri Jan 31 07:23:20 2003 +0000 +++ b/src/ChangeLog Fri Jan 31 07:27:59 2003 +0000 @@ -1,3 +1,13 @@ +2003-01-31 Juanma Barranquero + + * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows + when including gif_lib.h. + (init_gif_functions): New function. + (gif_load): Sync with xfns.c version. Adjust colors for + Windows. Disable color table lookups. Call gif library functions + through pointers determined at runtime. + (init_external_image_libraries): Try to load libungif.dll. + 2003-01-31 Kenichi Handa * xdisp.c (SKIP_GLYPHS): New macro.