aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-31 07:27:59 +0000
committerJuanma Barranquero2003-01-31 07:27:59 +0000
commit53b375911222ca75e20c4427535dfafcd7c7bb19 (patch)
treecb0f2b8512360e42100b69338e50b8a9d2177da2
parent12ff2dc5df0a90aa462803505d7cc3b2df98c39a (diff)
downloademacs-53b375911222ca75e20c4427535dfafcd7c7bb19.tar.gz
emacs-53b375911222ca75e20c4427535dfafcd7c7bb19.zip
*** empty log message ***
-rw-r--r--nt/ChangeLog16
-rw-r--r--src/ChangeLog10
2 files changed, 20 insertions, 6 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 31250d8bc4c..ef102b0307e 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12003-01-31 Juanma Barranquero <lektu@terra.es>
2
3 * configure.bat: Automatically detect giflib.
4
12003-01-29 Jason Rumney <jasonr@gnu.org> 52003-01-29 Jason Rumney <jasonr@gnu.org>
2 6
3 * gmake.defs (CURDIR): Disable cygpath kludge. 7 * gmake.defs (CURDIR): Disable cygpath kludge.
@@ -15,11 +19,11 @@
15 19
16 * configure.bat: Automatically detect libpng. 20 * configure.bat: Automatically detect libpng.
17 21
182003-01-21 Jason Rumney <jasonr@gnu.org> 222003-01-21 Jason Rumney <jasonr@gnu.org>
19 23
20 * icons/hand.cur: New file. 24 * icons/hand.cur: New file.
21 25
222003-01-21 David Ponce <david@dponce.com> 262003-01-21 David Ponce <david@dponce.com>
23 27
24 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource. 28 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
25 29
@@ -219,7 +223,7 @@
219 * INSTALL: Add --ldflags to configure line for building with 223 * INSTALL: Add --ldflags to configure line for building with
220 recent versions of Cygwin GCC. 224 recent versions of Cygwin GCC.
221 225
2222001-03-05 Eli Zaretskii <eliz@is.elta.co.il> 2262001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
223 227
224 * configure.bat: Use correct options when compiling a test program 228 * configure.bat: Use correct options when compiling a test program
225 with Cygwin. From David Ponce <dponce@voila.fr>. 229 with Cygwin. From David Ponce <dponce@voila.fr>.
@@ -604,7 +608,7 @@
604 * cmdproxy.c (main): Set environment size only when running 608 * cmdproxy.c (main): Set environment size only when running
605 command.com. 609 command.com.
606 610
6071998-11-03 Theodore Jump <tjump@tertius.com> 6111998-11-03 Theodore Jump <tjump@tertius.com>
608 612
609 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. 613 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
610 (DEL_TREE): Use rd instead of rmdir. 614 (DEL_TREE): Use rd instead of rmdir.
@@ -798,13 +802,13 @@
798 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC 802 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
799 environment variable. 803 environment variable.
800 804
8011996-05-03 Andrew Innes <andrewi@harlequin.co.uk> 8051996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
802 806
803 * install.bat: Allow for optimized build. 807 * install.bat: Allow for optimized build.
804 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. 808 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
805 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. 809 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
806 810
8071996-05-03 Andrew Innes <andrewi@harlequin.co.uk> 8111996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
808 812
809 * addpm.c (REG_ROOT): Don't use a trailing backslash. 813 * addpm.c (REG_ROOT): Don't use a trailing backslash.
810 (env_vars): Rename field emacs_path to emacs_dir. 814 (env_vars): Rename field emacs_path to emacs_dir.
diff --git a/src/ChangeLog b/src/ChangeLog
index 51bc8ab1886..738b679be1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12003-01-31 Juanma Barranquero <lektu@terra.es>
2
3 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
4 when including gif_lib.h.
5 (init_gif_functions): New function.
6 (gif_load): Sync with xfns.c version. Adjust colors for
7 Windows. Disable color table lookups. Call gif library functions
8 through pointers determined at runtime.
9 (init_external_image_libraries): Try to load libungif.dll.
10
12003-01-31 Kenichi Handa <handa@m17n.org> 112003-01-31 Kenichi Handa <handa@m17n.org>
2 12
3 * xdisp.c (SKIP_GLYPHS): New macro. 13 * xdisp.c (SKIP_GLYPHS): New macro.