aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-19 16:04:11 +1100
committerLars Ingebrigtsen2016-02-19 16:04:11 +1100
commit5e8a62917ade3751a328aa90830b51bbed90e15d (patch)
tree79f6fe39aff4aebe13d22183399c98213cb17f6d /etc
parent466fc43182d1677c107856d4752ef4b6812baefe (diff)
downloademacs-5e8a62917ade3751a328aa90830b51bbed90e15d.tar.gz
emacs-5e8a62917ade3751a328aa90830b51bbed90e15d.zip
Add a library for creating and manipulating SVG images
* doc/lispref/display.texi (SVG Images): New section. * lisp/svg.el: New file.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cc99dbd1075..c3c3ebab94d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -851,6 +851,10 @@ keymap put into the text properties (or overlays) that span the
851image. This keymap binds keystrokes for manipulating size and 851image. This keymap binds keystrokes for manipulating size and
852rotation, as well as saving the image to a file. 852rotation, as well as saving the image to a file.
853 853
854+++
855*** A new library for creating and manipulating SVG images has been
856added. See the "SVG Images" section in the lispref manual for details.
857
854** Lisp mode 858** Lisp mode
855 859
856--- 860---