aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-05 16:13:34 +0000
committerJuanma Barranquero2008-02-05 16:13:34 +0000
commit89aa5de3b2e887f5314e824529d11b774ca3c825 (patch)
treeb2b53086bc3fbed5a26a618a49e7ce7acae85745
parentf01e03d36870b8f7044c91d20b3c55f2ebd1f02f (diff)
downloademacs-89aa5de3b2e887f5314e824529d11b774ca3c825.tar.gz
emacs-89aa5de3b2e887f5314e824529d11b774ca3c825.zip
Recommend giflib, not libungif.
-rw-r--r--ChangeLog15
-rw-r--r--INSTALL5
2 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 63ec131c45b..85d4b45b715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-02-05 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2
3 * INSTALL: Recommend giflib, not libungif.
4
12008-01-23 Dan Nicolaescu <dann@ics.uci.edu> 52008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * configure.in (xtensa): Match more configurations. 7 * configure.in (xtensa): Match more configurations.
@@ -16,7 +20,7 @@
16 20
17 * configure.in: Add support for gnu-kfreebsd. 21 * configure.in: Add support for gnu-kfreebsd.
18 22
192007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) 232007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20 24
21 * configure.in: Don't use -lpthread on HP-UX. 25 * configure.in: Don't use -lpthread on HP-UX.
22 26
@@ -49,8 +53,7 @@
49 53
502007-04-19 Glenn Morris <rgm@gnu.org> 542007-04-19 Glenn Morris <rgm@gnu.org>
51 55
52 * configure.in: Signal error if Xaw libs are missing in a Lucid 56 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
53 build.
54 57
552007-04-18 Glenn Morris <rgm@gnu.org> 582007-04-18 Glenn Morris <rgm@gnu.org>
56 59
@@ -923,7 +926,7 @@
923 926
9242003-04-28 Francesco Potort,Al(B <pot@gnu.org> 9272003-04-28 Francesco Potort,Al(B <pot@gnu.org>
925 928
926 * configure.in: Undo last (RMS') change, as it is useless, per 929 * configure.in: Undo last (RMS') change, as it is useless, per
927 Dave Love. 930 Dave Love.
928 931
9292003-04-08 Richard M. Stallman <rms@gnu.org> 9322003-04-08 Richard M. Stallman <rms@gnu.org>
@@ -1094,7 +1097,7 @@
1094 1097
10952002-10-30 Dave Love <fx@gnu.org> 10982002-10-30 Dave Love <fx@gnu.org>
1096 1099
1097 * configure.in: Require autoconf 2.53. Test for pty.h, 1100 * configure.in: Require autoconf 2.53. Test for pty.h,
1098 sys/mman.h, sys/param.h, mremap, memmove. 1101 sys/mman.h, sys/param.h, mremap, memmove.
1099 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode. 1102 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
1100 (AC_PROG_YACC): Delete. 1103 (AC_PROG_YACC): Delete.
@@ -2884,7 +2887,7 @@
2884 2887
28851997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> 28881997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2886 2889
2887 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, 2890 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
2888 in case it is desirable to disable the GNU malloc features with glibc. 2891 in case it is desirable to disable the GNU malloc features with glibc.
2889 2892
28901997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> 28931997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
diff --git a/INSTALL b/INSTALL
index 1ab1cc3da90..40831136ad9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -139,10 +139,7 @@ can be found:
139 Get version 6b -- 6a is reported to fail in 139 Get version 6b -- 6a is reported to fail in
140 Emacs. 140 Emacs.
141 . libtiff for TIFF: http://www.libtiff.org/ 141 . libtiff for TIFF: http://www.libtiff.org/
142 . libungif for GIF: 142 . libgif for GIF: http://sourceforge.net/projects/giflib/
143 http://sourceforge.net/projects/libungif
144 Ensure you get version 4.1.0b1 or higher of libungif -- a bug in
145 4.1.0 can crash Emacs.
146 143
147Emacs will configure itself to build with these libraries if the 144Emacs will configure itself to build with these libraries if the
148`configure' script finds them on your system, unless you supply the 145`configure' script finds them on your system, unless you supply the