aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-31 11:03:57 +0000
committerJuanma Barranquero2003-01-31 11:03:57 +0000
commitfe9299574bc4aab42312d2ebde405918c4944d5e (patch)
treef53f7fe9c907d8f32d5084cb3731a916e26eaf50
parent47c01e802a27c4d7937b2b1ce5b913952f02b95f (diff)
downloademacs-fe9299574bc4aab42312d2ebde405918c4944d5e.tar.gz
emacs-fe9299574bc4aab42312d2ebde405918c4944d5e.zip
*** empty log message ***
-rw-r--r--nt/ChangeLog2
-rw-r--r--src/ChangeLog9
2 files changed, 6 insertions, 5 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index ef102b0307e..97202f71078 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,6 +1,6 @@
12003-01-31 Juanma Barranquero <lektu@terra.es> 12003-01-31 Juanma Barranquero <lektu@terra.es>
2 2
3 * configure.bat: Automatically detect giflib. 3 * configure.bat: Automatically detect giflib and tifflib.
4 4
52003-01-29 Jason Rumney <jasonr@gnu.org> 52003-01-29 Jason Rumney <jasonr@gnu.org>
6 6
diff --git a/src/ChangeLog b/src/ChangeLog
index 738b679be1e..09369df682c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,11 +2,12 @@
2 2
3 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows 3 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
4 when including gif_lib.h. 4 when including gif_lib.h.
5 (init_gif_functions): New function. 5 (init_gif_functions, init_tiff_functions): New functions.
6 (gif_load): Sync with xfns.c version. Adjust colors for 6 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
7 Windows. Disable color table lookups. Call gif library functions 7 Windows. Disable color table lookups. Call library functions
8 through pointers determined at runtime. 8 through pointers determined at runtime.
9 (init_external_image_libraries): Try to load libungif.dll. 9 (init_external_image_libraries): Try to load libungif.dll and
10 libtiff.dll.
10 11
112003-01-31 Kenichi Handa <handa@m17n.org> 122003-01-31 Kenichi Handa <handa@m17n.org>
12 13