aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-08-15 23:33:08 -0700
committerGlenn Morris2013-08-15 23:33:08 -0700
commit3a2ddc2d1824a17319fa053655fce4861c6cbb18 (patch)
tree2fedfdcadfedd9c7b78ea37e4bf431c432498fa9 /etc
parentbd805d5baef783126eaf1c290e0e4fb4d95774d3 (diff)
downloademacs-3a2ddc2d1824a17319fa053655fce4861c6cbb18.tar.gz
emacs-3a2ddc2d1824a17319fa053655fce4861c6cbb18.zip
Add functions to change the speed of animated images
* lisp/image-mode.el (image-mode-map): Add menu items to reverse, increase, decrease, reset animation speed. (image--set-speed, image-increase-speed, image-decrease-speed) (image-reverse-speed, image-reset-speed): New functions. (image-mode-map): Add bindings for speed commands. * lisp/image.el (image-animate-get-speed, image-animate-set-speed): New functions. (image-animate-timeout): Respect image :speed property. * 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 ef76f308303..8bf72ddfedd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -347,6 +347,8 @@ directory, respectively.
347`f' (`image-next-frame') and `b' (`image-previous-frame') visit the 347`f' (`image-next-frame') and `b' (`image-previous-frame') visit the
348next or previous frame. `F' (`image-goto-frame') shows a specific frame. 348next or previous frame. `F' (`image-goto-frame') shows a specific frame.
349 349
350*** New commands to speed up, slow down, or reverse animation.
351
350--- 352---
351*** The command `image-mode-fit-frame' deletes other windows. 353*** The command `image-mode-fit-frame' deletes other windows.
352When toggling, it restores the frame's previous window configuration. 354When toggling, it restores the frame's previous window configuration.
@@ -683,6 +685,8 @@ Emacs uses `image-default-frame-delay'.
683*** New functions `image-current-frame' and `image-show-frame' for getting 685*** New functions `image-current-frame' and `image-show-frame' for getting
684and setting the current frame of a multi-frame image. 686and setting the current frame of a multi-frame image.
685 687
688*** You can change the speed of animated images.
689
686** Changes in encoding and decoding of text 690** Changes in encoding and decoding of text
687 691
688--- 692---