diff options
| author | Juri Linkov | 2007-08-28 22:35:39 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-08-28 22:35:39 +0000 |
| commit | ca3f27e0a082370dc5636c404a3f10bb8a9d8df9 (patch) | |
| tree | 2e0f7103dd7252a0a804033759e353febf9d4a07 | |
| parent | d487ca7d8e5d962d552feaa67e80c4ea6cf3ec07 (diff) | |
| download | emacs-ca3f27e0a082370dc5636c404a3f10bb8a9d8df9.tar.gz emacs-ca3f27e0a082370dc5636c404a3f10bb8a9d8df9.zip | |
(Images): Move formats-related text to new node
"Image Formats".
(Image Formats): New node.
| -rw-r--r-- | lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2007-08-28 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * display.texi (Images): Move formats-related text to new node | ||
| 4 | "Image Formats". | ||
| 5 | (Image Formats): New node. | ||
| 6 | |||
| 1 | 2007-08-25 Richard Stallman <rms@gnu.org> | 7 | 2007-08-25 Richard Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * display.texi (Images): Delete redundant @findex. | 9 | * 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 | |||
| 3603 | @code{display-images-p} to determine if images can in principle be | 3603 | @code{display-images-p} to determine if images can in principle be |
| 3604 | displayed (@pxref{Display Feature Testing}). | 3604 | displayed (@pxref{Display Feature Testing}). |
| 3605 | 3605 | ||
| 3606 | @menu | ||
| 3607 | * Image Formats:: Supported image formats. | ||
| 3608 | * Image Descriptors:: How to specify an image for use in @code{:display}. | ||
| 3609 | * XBM Images:: Special features for XBM format. | ||
| 3610 | * XPM Images:: Special features for XPM format. | ||
| 3611 | * GIF Images:: Special features for GIF format. | ||
| 3612 | * PostScript Images:: Special features for PostScript format. | ||
| 3613 | * Other Image Types:: Various other formats are supported. | ||
| 3614 | * Defining Images:: Convenient ways to define an image for later use. | ||
| 3615 | * Showing Images:: Convenient ways to display an image once it is defined. | ||
| 3616 | * Image Cache:: Internal mechanisms of image display. | ||
| 3617 | @end menu | ||
| 3618 | |||
| 3619 | @node Image Formats | ||
| 3620 | @subsection Image Formats | ||
| 3621 | @cindex image formats | ||
| 3622 | @cindex image types | ||
| 3623 | |||
| 3606 | Emacs can display a number of different image formats; some of them | 3624 | Emacs can display a number of different image formats; some of them |
| 3607 | are supported only if particular support libraries are installed on | 3625 | are supported only if particular support libraries are installed on |
| 3608 | your machine. In some environments, Emacs can load image | 3626 | your machine. In some environments, Emacs can load image |
| @@ -3660,18 +3678,6 @@ function always returns @code{t}; for other image types, it returns | |||
| 3660 | @code{t} if the dynamic library could be loaded, @code{nil} otherwise. | 3678 | @code{t} if the dynamic library could be loaded, @code{nil} otherwise. |
| 3661 | @end defun | 3679 | @end defun |
| 3662 | 3680 | ||
| 3663 | @menu | ||
| 3664 | * Image Descriptors:: How to specify an image for use in @code{:display}. | ||
| 3665 | * XBM Images:: Special features for XBM format. | ||
| 3666 | * XPM Images:: Special features for XPM format. | ||
| 3667 | * GIF Images:: Special features for GIF format. | ||
| 3668 | * PostScript Images:: Special features for PostScript format. | ||
| 3669 | * Other Image Types:: Various other formats are supported. | ||
| 3670 | * Defining Images:: Convenient ways to define an image for later use. | ||
| 3671 | * Showing Images:: Convenient ways to display an image once it is defined. | ||
| 3672 | * Image Cache:: Internal mechanisms of image display. | ||
| 3673 | @end menu | ||
| 3674 | |||
| 3675 | @node Image Descriptors | 3681 | @node Image Descriptors |
| 3676 | @subsection Image Descriptors | 3682 | @subsection Image Descriptors |
| 3677 | @cindex image descriptor | 3683 | @cindex image descriptor |