emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116614: Tweak earlier shr.el change


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116614: Tweak earlier shr.el change
Date: Fri, 28 Feb 2014 20:00:23 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116614
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-28 15:00:12 -0500
message:
  Tweak earlier shr.el change
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/shr.el                shr.el-20101002102929-yfzewk55rsg0mn93-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-28 13:59:36 +0000
+++ b/lisp/ChangeLog    2014-02-28 20:00:12 +0000
@@ -21,9 +21,8 @@
 
 2014-02-28  Ivan Kanis  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'lisp/net/shr.el'
--- a/lisp/net/shr.el   2014-02-28 08:49:59 +0000
+++ b/lisp/net/shr.el   2014-02-28 20:00:12 +0000
@@ -101,7 +101,7 @@
   :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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]