diff lisp/glyphs.el @ 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 7191a7b120f1
children 1360b0c147c1
line wrap: on
line diff
--- a/lisp/glyphs.el	Sat Oct 03 14:22:08 2009 +0100
+++ b/lisp/glyphs.el	Mon Oct 05 10:11:59 2009 -0600
@@ -81,8 +81,7 @@
    Not currently implemented -- it's treated like `string'.
    [:data] (text)
 `gif'
-   A GIF87 or GIF89 image; only if GIF support was compiled into this
-   XEmacs.  NOTE: Only the first frame of animated gifs will be displayed.
+   A GIF87 or GIF89 image; only if GIF support was compiled into this XEmacs.
    [:data, :file] (color-pixmap, pointer)
 `jpeg'
    A JPEG image; only if JPEG support was compiled into this XEmacs.
@@ -1240,4 +1239,4 @@
 (unintern 'init-glyphs) ;; This was dump time thing, no need to keep the
 			;; function around.
 
-;;; glyphs.el ends here.
\ No newline at end of file
+;;; glyphs.el ends here.