aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 864eb8c1100..abbece374a4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2214,13 +2214,13 @@ the process. That way 'make-process' can start remote processes.
2214 2214
2215+++ 2215+++
2216** Emacs now supports resizing and rotating images without ImageMagick. 2216** Emacs now supports resizing and rotating images without ImageMagick.
2217All modern systems are supported by this feature. (On GNU and Unix 2217All modern systems support this feature. (On GNU and Unix systems,
2218systems, Cairo drawing or the XRender extension to X11 is required for 2218Cairo drawing or the XRender extension to X11 is required for this to
2219this to be available; the configure script will test for it and, if 2219be available; the configure script will test for it and, if found,
2220found, enable scaling.) 2220enable scaling.)
2221 2221
2222The new function 'image-transforms-p' can be used to test whether any 2222The new function 'image-transforms-p' can be used to test whether any
2223given frame supports this capability. 2223given frame supports these capabilities.
2224 2224
2225+++ 2225+++
2226** '(locale-info 'paper)' now returns the paper size on systems that support it. 2226** '(locale-info 'paper)' now returns the paper size on systems that support it.