aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-08-15 23:33:08 -0700
committerGlenn Morris2013-08-15 23:33:08 -0700
commit3a2ddc2d1824a17319fa053655fce4861c6cbb18 (patch)
tree2fedfdcadfedd9c7b78ea37e4bf431c432498fa9 /lisp/ChangeLog
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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9119b34d52c..cad6788f0e8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12013-08-16 Glenn Morris <rgm@gnu.org>
2
3 * image-mode.el (image-mode-map): Add menu items to reverse,
4 increase, decrease, reset animation speed.
5 (image--set-speed, image-increase-speed, image-decrease-speed)
6 (image-reverse-speed, image-reset-speed): New functions.
7 (image-mode-map): Add bindings for speed commands.
8
9 * image.el (image-animate-get-speed, image-animate-set-speed):
10 New functions.
11 (image-animate-timeout): Respect image :speed property.
12
12013-08-15 Stefan Monnier <monnier@iro.umontreal.ca> 132013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the 15 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the