diff options
| author | Glenn Morris | 2013-08-15 23:33:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-15 23:33:08 -0700 |
| commit | 3a2ddc2d1824a17319fa053655fce4861c6cbb18 (patch) | |
| tree | 2fedfdcadfedd9c7b78ea37e4bf431c432498fa9 /etc | |
| parent | bd805d5baef783126eaf1c290e0e4fb4d95774d3 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
| 348 | next or previous frame. `F' (`image-goto-frame') shows a specific frame. | 348 | next 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. |
| 352 | When toggling, it restores the frame's previous window configuration. | 354 | When 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 |
| 684 | and setting the current frame of a multi-frame image. | 686 | and 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 | --- |