comparison ChangeLog @ 4708:1cecc3e9f0a0

Use giflib or libungif to provide GIF support, instead of using internal routines. Delete internal GIF support code with no stated license. Fix up a number of references in the documentation to GIF support. See discussion on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 10:11:59 -0600
parents 0e1461b592ce
children 80d74fed5399
comparison
equal deleted inserted replaced
4707:5bb0735f56e0 4708:1cecc3e9f0a0
1 2009-10-05 Jerry James <james@xemacs.org>
2
3 * configure.ac: Check for external giflib instead of using builtin
4 gif support. Remove "(builtin)" from relevant strings.
5
1 2009-07-31 Stephen Turnbull <stephen@xemacs.org> 6 2009-07-31 Stephen Turnbull <stephen@xemacs.org>
2 7
3 * configure.ac (HAVE_DBM): Use gdbm/ndbm.h if needed. 8 * configure.ac (HAVE_DBM): Use gdbm/ndbm.h if needed.
4 Thanks to Karl Kleinpaste for the report. 9 Thanks to Karl Kleinpaste for the report.
5 10