]> git.eshelyaron.com Git - emacs.git/commitdiff
Small display.texi fix
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:17:05 +0000 (00:17 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:17:05 +0000 (00:17 -0800)
* doc/lispref/display.texi (Image Formats):
Remove oddly specific information on versions of image libraries.

doc/lispref/ChangeLog
doc/lispref/display.texi

index b441248858e87b5dc2c44ab9f3ac6ab9c8f3dd6d..acd57db238a8c2fe638f9042b5fb3bce6a7e7ee6 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-03  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Image Formats): Remove oddly specific information
+       on versions of image libraries.
+
 2012-02-02  Glenn Morris  <rgm@gnu.org>
 
        * processes.texi (Synchronous Processes):
index a351dbfb407af05e4fc806a09ba27a1125e63e43..6b0535ea553153ef0e5c80dc8cf7b4701f704d0a 100644 (file)
@@ -4151,12 +4151,10 @@ names for these dynamic libraries (though it is not possible to add
 new image formats).  Note that image types @code{pbm} and @code{xbm}
 do not depend on external libraries and are always available in Emacs.
 
-  The supported image formats include XBM, XPM (this requires the
-libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring
-@code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the
-@code{libjpeg} library version v6a), TIFF (requiring @code{libtiff}
-v3.4), PNG (requiring @code{libpng} 1.0.2), and SVG (requiring
-@code{librsvg} 2.0.0).
+  The supported image formats (and the necessary library files)
+include XBM, XPM (@code{libXpm} and @code{libz}), GIF (@code{libgif}
+or @code{libungif}), PostScript, PBM, JPEG (@code{libjpeg}), TIFF
+(@code{libtiff}), PNG (@code{libpng}), and SVG (@code{librsvg}).
 
   You specify one of these formats with an image type symbol.  The image
 type symbols are @code{xbm}, @code{xpm}, @code{gif}, @code{postscript},