emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101546: gnus-html.el: Embiggen pictu


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101546: gnus-html.el: Embiggen pictures slightly.
Date: Thu, 23 Sep 2010 00:58:01 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101546
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-23 00:58:01 +0000
message:
  gnus-html.el: Embiggen pictures slightly.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-html.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-23 00:30:37 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-23 00:58:01 +0000
@@ -1,3 +1,8 @@
+2010-09-23  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * gnus-html.el (gnus-max-image-proportion): Increase proportion to
+       0.9.
+
 2010-09-22  Lars Magne Ingebrigtsen  <address@hidden>
 
        * nnimap.el (nnimap-parse-flags): Parse the data in any order.

=== modified file 'lisp/gnus/gnus-html.el'
--- a/lisp/gnus/gnus-html.el    2010-09-23 00:30:37 +0000
+++ b/lisp/gnus/gnus-html.el    2010-09-23 00:58:01 +0000
@@ -62,7 +62,7 @@
   :group 'gnus-art
   :type 'regexp)
 
-(defcustom gnus-max-image-proportion 0.7
+(defcustom gnus-max-image-proportion 0.9
   "How big pictures displayed are in relation to the window they're in.
 A value of 0.7 means that they are allowed to take up 70% of the
 width and height of the window.  If they are larger than this,


reply via email to

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