aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi7
2 files changed, 9 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a7750d2ee35..7816c993e2e 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,9 @@
12007-08-28 Juri Linkov <juri@jurta.org> 12007-08-28 Juri Linkov <juri@jurta.org>
2 2
3 * display.texi (Image Formats, Other Image Types): Add SVG.
4
52007-08-28 Juri Linkov <juri@jurta.org>
6
3 * display.texi (Images): Move formats-related text to new node 7 * display.texi (Images): Move formats-related text to new node
4 "Image Formats". 8 "Image Formats".
5 (Image Formats): New node. 9 (Image Formats): New node.
diff --git a/lispref/display.texi b/lispref/display.texi
index 8eee6eb18cc..db630ba2c51 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3632,11 +3632,12 @@ libraries (though it is not possible to add new image formats).
3632libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring 3632libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring
3633@code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the 3633@code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the
3634@code{libjpeg} library version v6a), TIFF (requiring @code{libtiff} 3634@code{libjpeg} library version v6a), TIFF (requiring @code{libtiff}
3635v3.4), and PNG (requiring @code{libpng} 1.0.2). 3635v3.4), PNG (requiring @code{libpng} 1.0.2), and SVG (requiring
3636@code{librsvg} 2.0.0).
3636 3637
3637 You specify one of these formats with an image type symbol. The image 3638 You specify one of these formats with an image type symbol. The image
3638type symbols are @code{xbm}, @code{xpm}, @code{gif}, @code{postscript}, 3639type symbols are @code{xbm}, @code{xpm}, @code{gif}, @code{postscript},
3639@code{pbm}, @code{jpeg}, @code{tiff}, and @code{png}. 3640@code{pbm}, @code{jpeg}, @code{tiff}, @code{png}, and @code{svg}.
3640 3641
3641@defvar image-types 3642@defvar image-types
3642This variable contains a list of those image type symbols that are 3643This variable contains a list of those image type symbols that are
@@ -4052,6 +4053,8 @@ background color.
4052 4053
4053 For PNG images, specify image type @code{png}. 4054 For PNG images, specify image type @code{png}.
4054 4055
4056 For SVG images, specify image type @code{svg}.
4057
4055@node Defining Images 4058@node Defining Images
4056@subsection Defining Images 4059@subsection Defining Images
4057 4060