comparison lisp/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 5bb0735f56e0
children db7068430402
comparison
equal deleted inserted replaced
4707:5bb0735f56e0 4708:1cecc3e9f0a0
1 2009-10-05 Jerry James <james@xemacs.org>
2
3 * glyphs.el (make-image-specifier): Remove ancient comment about
4 lack of support for animated GIFs.
5
1 2009-10-03 Aidan Kehoe <kehoea@parhasard.net> 6 2009-10-03 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * cl-macs.el (delete-duplicates): 8 * cl-macs.el (delete-duplicates):
4 Make this compiler macro aware that CL-SEQ is a sequence, which 9 Make this compiler macro aware that CL-SEQ is a sequence, which
5 may not necessarily be a list. 10 may not necessarily be a list.