diff options
| author | Basil L. Contovounesios | 2019-07-16 22:51:27 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2019-07-20 16:00:31 +0100 |
| commit | b728620a756db78b8cb0a41afa72db6209102cdf (patch) | |
| tree | 30b5a0597791fe9a47cae18dda203d737b453bfa /etc | |
| parent | 6b882ea3532fffe31e2f27bfec265129a5e80348 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -2257,6 +2257,11 @@ The image parameters 'image-transform-rotation', | |||
| 2257 | buffer-local, so each buffer could have its own values for these | 2257 | buffer-local, so each buffer could have its own values for these |
| 2258 | parameters. | 2258 | parameters. |
| 2259 | 2259 | ||
| 2260 | +++ | ||
| 2261 | *** The command 'image-rotate' now accepts a prefix argument. | ||
| 2262 | With a prefix argument, 'image-rotate' now rotates the image at point | ||
| 2263 | 90 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. |