Mercurial > hg > xemacs-beta
diff man/lispref/glyphs.texi @ 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 | c7d4a681eb2c |
children | 68f8d295be49 |
line wrap: on
line diff
--- a/man/lispref/glyphs.texi Sat Oct 03 14:22:08 2009 +0100 +++ b/man/lispref/glyphs.texi Mon Oct 05 10:11:59 2009 -0600 @@ -515,13 +515,11 @@ @itemx tiff These are GIF87- or GIF89-format, JPEG-format, PNG/GIF24-format, and TIFF-format images, respectively. They are available only if -appropriate decoding support was built into XEmacs. XEmacs includes GIF -decoding functions as a standard part of it, so if you have X support, -you will normally have GIF support, unless you explicitly disable it at -configure time. If you have development support (both the libraries and -the relevant C header files) available when XEmacs is built, the JPEG, -PNG, and TIFF libraries will automatically be detected (in the ``usual -places'') and linked into the build. +appropriate decoding support was built into XEmacs. If you have +development support (both the libraries and the relevant C header files) +available when XEmacs is built, the JPEG, PNG, GIF, and TIFF libraries +will automatically be detected (in the ``usual places'') and linked into +the build. Note that PNG is the standard format for images distributed with XEmacs, so it is highly recommended that PNG support be built in.