diff options
| author | Lars Magne Ingebrigtsen | 2010-09-23 00:58:01 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-23 00:58:01 +0000 |
| commit | 239952b03e9757f5032f47e92f108d0ee0e250d4 (patch) | |
| tree | 597623c59d9dafc9b8df9517429369263d5ff0de | |
| parent | b069e5a697f37a06704136a8d5376b4d088658c8 (diff) | |
| download | emacs-239952b03e9757f5032f47e92f108d0ee0e250d4.tar.gz emacs-239952b03e9757f5032f47e92f108d0ee0e250d4.zip | |
gnus-html.el: Embiggen pictures slightly.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-html.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index db46e04b96a..160c74599e2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus-html.el (gnus-max-image-proportion): Increase proportion to | ||
| 4 | 0.9. | ||
| 5 | |||
| 1 | 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * nnimap.el (nnimap-parse-flags): Parse the data in any order. | 8 | * nnimap.el (nnimap-parse-flags): Parse the data in any order. |
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 6879bb20be9..8acd6f8679c 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | :group 'gnus-art | 62 | :group 'gnus-art |
| 63 | :type 'regexp) | 63 | :type 'regexp) |
| 64 | 64 | ||
| 65 | (defcustom gnus-max-image-proportion 0.7 | 65 | (defcustom gnus-max-image-proportion 0.9 |
| 66 | "How big pictures displayed are in relation to the window they're in. | 66 | "How big pictures displayed are in relation to the window they're in. |
| 67 | A value of 0.7 means that they are allowed to take up 70% of the | 67 | A value of 0.7 means that they are allowed to take up 70% of the |
| 68 | width and height of the window. If they are larger than this, | 68 | width and height of the window. If they are larger than this, |