From ca3f27e0a082370dc5636c404a3f10bb8a9d8df9 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 28 Aug 2007 22:35:39 +0000 Subject: [PATCH] (Images): Move formats-related text to new node "Image Formats". (Image Formats): New node. --- lispref/ChangeLog | 6 ++++++ lispref/display.texi | 30 ++++++++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8e6c8abd3ef..a7750d2ee35 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2007-08-28 Juri Linkov + + * display.texi (Images): Move formats-related text to new node + "Image Formats". + (Image Formats): New node. + 2007-08-25 Richard Stallman * display.texi (Images): Delete redundant @findex. diff --git a/lispref/display.texi b/lispref/display.texi index 9fb12b50602..8eee6eb18cc 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -3603,6 +3603,24 @@ Emacs is compiled without image support. You can use the function @code{display-images-p} to determine if images can in principle be displayed (@pxref{Display Feature Testing}). +@menu +* 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. +@end menu + +@node Image Formats +@subsection Image Formats +@cindex image formats +@cindex 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 @@ function always returns @code{t}; for other image types, it returns @code{t} if the dynamic library could be loaded, @code{nil} otherwise. @end defun -@menu -* 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. -@end menu - @node Image Descriptors @subsection Image Descriptors @cindex image descriptor -- 2.39.2