diff options
| author | Juanma Barranquero | 2008-02-05 16:13:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-05 16:13:34 +0000 |
| commit | 89aa5de3b2e887f5314e824529d11b774ca3c825 (patch) | |
| tree | b2b53086bc3fbed5a26a618a49e7ce7acae85745 | |
| parent | f01e03d36870b8f7044c91d20b3c55f2ebd1f02f (diff) | |
| download | emacs-89aa5de3b2e887f5314e824529d11b774ca3c825.tar.gz emacs-89aa5de3b2e887f5314e824529d11b774ca3c825.zip | |
Recommend giflib, not libungif.
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | INSTALL | 5 |
2 files changed, 10 insertions, 10 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-05 Ulrich Mueller <ulm@gentoo.org> (tiny change) | ||
| 2 | |||
| 3 | * INSTALL: Recommend giflib, not libungif. | ||
| 4 | |||
| 1 | 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-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 | ||
| 19 | 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) | 23 | 2007-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 | ||
| 50 | 2007-04-19 Glenn Morris <rgm@gnu.org> | 54 | 2007-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 | ||
| 55 | 2007-04-18 Glenn Morris <rgm@gnu.org> | 58 | 2007-04-18 Glenn Morris <rgm@gnu.org> |
| 56 | 59 | ||
| @@ -923,7 +926,7 @@ | |||
| 923 | 926 | ||
| 924 | 2003-04-28 Francesco Potort,Al(B <pot@gnu.org> | 927 | 2003-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 | ||
| 929 | 2003-04-08 Richard M. Stallman <rms@gnu.org> | 932 | 2003-04-08 Richard M. Stallman <rms@gnu.org> |
| @@ -1094,7 +1097,7 @@ | |||
| 1094 | 1097 | ||
| 1095 | 2002-10-30 Dave Love <fx@gnu.org> | 1098 | 2002-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 | ||
| 2885 | 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> | 2888 | 1997-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 | ||
| 2890 | 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> | 2893 | 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> |
| @@ -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 | ||
| 147 | Emacs will configure itself to build with these libraries if the | 144 | Emacs 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 |