2014-02-28 Ivan Kanis <ivan@kanis.fr>
- * net/shr.el (shr-put-image): Add custom variable
- `shr-image-animate' to turn off image animation. It is so slow it
- will render emacs unusable.
+ * net/shr.el (shr-image-animate): New option.
+ (shr-put-image): Respect shr-image-animate.
2014-02-28 Michael Albinus <michael.albinus@gmx.de>
:type 'function)
(defcustom shr-image-animate t
- "If non nil image will be animated."
+ "Non nil means that images that can be animated will be."
:version "24.4"
:group 'shr
:type 'boolean)