Document animated image API
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:44:30 +0000 (00:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:44:30 +0000 (00:44 -0800)
commiteea14f31d16a37857c02c5404056a657775a1949
tree555d485b586f2bd41f78df2b355bfcaeded90153
parent204e728ddae60b1f49b4064a6fdb2de6d6835672
Document animated image API

* doc/lispref/display.texi (GIF Images): Mention animation.
Remove commented-out old example of animation.
(Animated Images): New subsection.
* doc/lispref/elisp.texi (Top):
* doc/lispref/vol1.texi (Top):
* doc/lispref/vol2.texi (Top): Add Animated Images menu entry.

* lisp/image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.

* lisp/image.el (image-animated-p): Doc fix.  Use image-animated-types.
(image-animate-timeout): Doc fix.

* etc/NEWS: Markup.
doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/elisp.texi
doc/lispref/vol1.texi
doc/lispref/vol2.texi
etc/NEWS
lisp/ChangeLog
lisp/image-mode.el
lisp/image.el