aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-02-17 00:04:23 +0100
committerJoakim Verona2013-02-17 00:04:23 +0100
commitbcd8c34aabe11e72a0ce35f654515e2bb9c2964b (patch)
treea294d312b78bc7db718819f498df3a3bbf07258f /etc
parent613fda6799a504feff2d5a930ef7998125498d10 (diff)
parented8d7fcaa2965216d44388fd00a757c8d55e7395 (diff)
downloademacs-bcd8c34aabe11e72a0ce35f654515e2bb9c2964b.tar.gz
emacs-bcd8c34aabe11e72a0ce35f654515e2bb9c2964b.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 98824220cec..2eda7a5c775 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -141,6 +141,12 @@ 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
148*** `image-animated-p' is now `image-multi-frame-p'.
149
144--- 150---
145*** The command `image-mode-fit-frame' deletes other windows. 151*** The command `image-mode-fit-frame' deletes other windows.
146When toggling, it restores the frame's previous window configuration. 152When toggling, it restores the frame's previous window configuration.