emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi,v
Date: Tue, 28 Aug 2007 22:35:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/08/28 22:35:14

Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/display.texi,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -b -r1.268 -r1.269
--- display.texi        27 Aug 2007 04:00:08 -0000      1.268
+++ display.texi        28 Aug 2007 22:35:14 -0000      1.269
@@ -3603,6 +3603,24 @@
 @code{display-images-p} to determine if images can in principle be
 displayed (@pxref{Display Feature Testing}).
 
address@hidden
+* Image Formats::       Supported image formats.
+* Image Descriptors::   How to specify an image for use in @code{:display}.
+* XBM Images::          Special features for XBM format.
+* XPM Images::          Special features for XPM format.
+* GIF Images::          Special features for GIF format.
+* PostScript Images::   Special features for PostScript format.
+* Other Image Types::   Various other formats are supported.
+* Defining Images::     Convenient ways to define an image for later use.
+* Showing Images::      Convenient ways to display an image once it is defined.
+* Image Cache::         Internal mechanisms of image display.
address@hidden menu
+
address@hidden Image Formats
address@hidden Image Formats
address@hidden image formats
address@hidden image types
+
   Emacs can display a number of different image formats; some of them
 are supported only if particular support libraries are installed on
 your machine.  In some environments, Emacs can load image
@@ -3660,18 +3678,6 @@
 @code{t} if the dynamic library could be loaded, @code{nil} otherwise.
 @end defun
 
address@hidden
-* Image Descriptors::   How to specify an image for use in @code{:display}.
-* XBM Images::          Special features for XBM format.
-* XPM Images::          Special features for XPM format.
-* GIF Images::          Special features for GIF format.
-* PostScript Images::   Special features for PostScript format.
-* Other Image Types::   Various other formats are supported.
-* Defining Images::     Convenient ways to define an image for later use.
-* Showing Images::      Convenient ways to display an image once it is defined.
-* Image Cache::         Internal mechanisms of image display.
address@hidden menu
-
 @node Image Descriptors
 @subsection Image Descriptors
 @cindex image descriptor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]