diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -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. |
| 2217 | All modern systems are supported by this feature. (On GNU and Unix | 2217 | All modern systems support this feature. (On GNU and Unix systems, |
| 2218 | systems, Cairo drawing or the XRender extension to X11 is required for | 2218 | Cairo drawing or the XRender extension to X11 is required for this to |
| 2219 | this to be available; the configure script will test for it and, if | 2219 | be available; the configure script will test for it and, if found, |
| 2220 | found, enable scaling.) | 2220 | enable scaling.) |
| 2221 | 2221 | ||
| 2222 | The new function 'image-transforms-p' can be used to test whether any | 2222 | The new function 'image-transforms-p' can be used to test whether any |
| 2223 | given frame supports this capability. | 2223 | given 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. |