diff options
| author | Glenn Morris | 2013-02-15 20:58:20 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-02-15 20:58:20 -0500 |
| commit | bb9dfee1d6d0e67b3564d25580f144d25284c0ea (patch) | |
| tree | 48504bfef887e8c395e18cd46f7b974bbc17017a /lisp/ChangeLog | |
| parent | ef5ae980aad7c1b67b4171f7a2c106d1f69aa94f (diff) | |
| download | emacs-bb9dfee1d6d0e67b3564d25580f144d25284c0ea.tar.gz emacs-bb9dfee1d6d0e67b3564d25580f144d25284c0ea.zip | |
Display a mode-line frame counter for animated images
* lisp/image.el (image-current-frame): New variable.
(image-animate-timeout): Set image-current-frame.
* lisp/image-mode.el (image-mode): For animated images,
display a frame counter via mode-line-process.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09645ec4741..b932054261d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-02-16 Glenn Morris <rgm@gnu.org> | 1 | 2013-02-16 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * image.el (image-current-frame): New variable. | ||
| 4 | (image-animate-timeout): Set image-current-frame. | ||
| 5 | * image-mode.el (image-mode): For animated images, | ||
| 6 | display a frame counter via mode-line-process. | ||
| 7 | |||
| 3 | * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local. | 8 | * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local. |
| 4 | 9 | ||
| 5 | 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca> |