diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17ecbd8bf31..66c18a25803 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2013-02-16 Glenn Morris <rgm@gnu.org> | 1 | 2013-02-16 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * image.el (image-animated-types): Remove. | ||
| 4 | (image-multi-frame-p): Rename from image-animated-p, and generalize. | ||
| 5 | (image-animated-p): Make obsolete alias. | ||
| 6 | (image-animate, image-nth-frame, image-animate-timeout): | ||
| 7 | Use image-multi-frame-p. | ||
| 8 | (image-animate-timeout): If no delay, use image-default-frame-delay. | ||
| 9 | * image-mode.el (image-mode, image-toggle-animation): | ||
| 10 | Use image-multi-frame-p. (Bug#763, bug#10739) | ||
| 11 | (image-mode): Adjust startup message for a multi-frame image. | ||
| 12 | |||
| 3 | * image-mode.el (image-mode-map): Give it a menu. | 13 | * image-mode.el (image-mode-map): Give it a menu. |
| 4 | 14 | ||
| 5 | 2013-02-16 Michael Albinus <michael.albinus@gmx.de> | 15 | 2013-02-16 Michael Albinus <michael.albinus@gmx.de> |