aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-02-15 19:29:39 -0800
committerGlenn Morris2013-02-15 19:29:39 -0800
commitc0211c4e370ec5fb46b90764235282d098ca21c1 (patch)
tree67e77fdf18df591f7931ae598cc9823362968cf1 /etc
parent6b6d804b1e278b465ba778bbd10bb008dfe13b21 (diff)
downloademacs-c0211c4e370ec5fb46b90764235282d098ca21c1.tar.gz
emacs-c0211c4e370ec5fb46b90764235282d098ca21c1.zip
Add commands for navigating multi-frame images
* lisp/image.el (image-nth-frame): New, split from image-animate-timeout. (image-animate-timeout): Use image-nth-frame. * lisp/image-mode.el (image-goto-frame, image-next-frame) (image-previous-frame): New commands. (image-mode-map): Add new frame commands. * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 98824220cec..62d84a0788d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -141,6 +141,10 @@ amounts of data into the ERC input.
141visit the next image file and the previous image file in the same 141visit the next image file and the previous image file in the same
142directory, respectively. 142directory, respectively.
143 143
144*** New commands to show specific frames of multi-frame images.
145`f' (`image-next-frame') and `b' (`image-previous-frame') visit the
146next or previous frame. `F' (`image-goto-frame') shows a specific frame.
147
144--- 148---
145*** The command `image-mode-fit-frame' deletes other windows. 149*** The command `image-mode-fit-frame' deletes other windows.
146When toggling, it restores the frame's previous window configuration. 150When toggling, it restores the frame's previous window configuration.