]> git.eshelyaron.com Git - emacs.git/commit
Allow counter-clockwise rotations in image-rotate
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 16 Jul 2019 21:51:27 +0000 (22:51 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 20 Jul 2019 15:00:31 +0000 (16:00 +0100)
commitb728620a756db78b8cb0a41afa72db6209102cdf
tree30b5a0597791fe9a47cae18dda203d737b453bfa
parent6b882ea3532fffe31e2f27bfec265129a5e80348
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.
doc/lispref/display.texi
etc/NEWS
lisp/image.el
test/lisp/image-tests.el