aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-05 21:31:41 +0400
committerDmitry Antipov2014-06-05 21:31:41 +0400
commit04ee0de0d1fdb35b28cc187546df2ff7f96a6155 (patch)
tree49b8c2688fe01a3e31a814c4d16c778f4d3b2bd0
parent14781f7f44dfdfb015082e38894a7e0df4acff83 (diff)
downloademacs-04ee0de0d1fdb35b28cc187546df2ff7f96a6155.tar.gz
emacs-04ee0de0d1fdb35b28cc187546df2ff7f96a6155.zip
* INSTALL: Mention SVG image support.
-rw-r--r--ChangeLog1
-rw-r--r--INSTALL2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52266b07e53..e4819a8a6ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
112014-06-05 Dmitry Antipov <dmantipov@yandex.ru> 112014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
12 12
13 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM. 13 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
14 * INSTALL: Mention SVG image support.
14 15
152014-06-05 Paul Eggert <eggert@cs.ucla.edu> 162014-06-05 Paul Eggert <eggert@cs.ucla.edu>
16 17
diff --git a/INSTALL b/INSTALL
index a0102ea04ba..94fa6ba653b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -169,6 +169,7 @@ X11 is being used.
169 X libjpeg for JPEG: http://www.ijg.org/ 169 X libjpeg for JPEG: http://www.ijg.org/
170 X libtiff for TIFF: http://www.remotesensing.org/libtiff/ 170 X libtiff for TIFF: http://www.remotesensing.org/libtiff/
171 X libgif for GIF: http://sourceforge.net/projects/giflib/ 171 X libgif for GIF: http://sourceforge.net/projects/giflib/
172 librsvg2 for SVG: http://wiki.gnome.org/action/show/Projects/LibRsvg
172 173
173If you supply the appropriate --without-LIB option, 'configure' will 174If you supply the appropriate --without-LIB option, 'configure' will
174omit the corresponding library from Emacs, even if that makes for a 175omit the corresponding library from Emacs, even if that makes for a
@@ -293,6 +294,7 @@ or more of these options:
293 --without-tiff for TIFF image support 294 --without-tiff for TIFF image support
294 --without-gif for GIF image support 295 --without-gif for GIF image support
295 --without-png for PNG image support 296 --without-png for PNG image support
297 --without-rsvg for SVG image support
296 298
297Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars. 299Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars.
298 300