diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0157538dc47..1d5062660cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2010-03-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | Animated image API. | ||
| 4 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html | ||
| 5 | |||
| 6 | * image.el (image-animate-max-time): New defcustom. | ||
| 7 | (image-animated-types): New defconst. | ||
| 8 | (create-animated-image, image-animate-timer) | ||
| 9 | (image-animate-start, image-animate-stop, image-animate-timeout) | ||
| 10 | (image-animated-p): New functions. | ||
| 11 | |||
| 12 | * image-mode.el (image-toggle-display-image): | ||
| 13 | Replace `create-image' with `create-animated-image'. | ||
| 14 | |||
| 1 | 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>> | 15 | 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>> |
| 2 | 16 | ||
| 3 | * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog, | 17 | * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog, |