aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBasil L. Contovounesios2019-07-16 22:51:27 +0100
committerBasil L. Contovounesios2019-07-20 16:00:31 +0100
commitb728620a756db78b8cb0a41afa72db6209102cdf (patch)
tree30b5a0597791fe9a47cae18dda203d737b453bfa /etc
parent6b882ea3532fffe31e2f27bfec265129a5e80348 (diff)
downloademacs-b728620a756db78b8cb0a41afa72db6209102cdf.tar.gz
emacs-b728620a756db78b8cb0a41afa72db6209102cdf.zip
Allow counter-clockwise rotations in image-rotate
* lisp/image.el (image-rotate): Extend with an optional argument specifying the rotation in degrees (bug#35421). * doc/lispref/display.texi (Showing Images): * etc/NEWS: Document the change. * test/lisp/image-tests.el (image-rotate): New test.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 62418f998c1..41debac50e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2257,6 +2257,11 @@ The image parameters 'image-transform-rotation',
2257buffer-local, so each buffer could have its own values for these 2257buffer-local, so each buffer could have its own values for these
2258parameters. 2258parameters.
2259 2259
2260+++
2261*** The command 'image-rotate' now accepts a prefix argument.
2262With a prefix argument, 'image-rotate' now rotates the image at point
226390 degrees counter-clockwise, instead of the default clockwise.
2264
2260** Modules 2265** Modules
2261 2266
2262*** The function 'load' now behaves correctly when loading modules. 2267*** The function 'load' now behaves correctly when loading modules.