aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-28 20:19:44 +0000
committerGerd Moellmann2000-09-28 20:19:44 +0000
commite35786a23f72b6fde80878eaaca1516ce17a4b40 (patch)
tree8050843c0893b6e17e430b24c8b31dd44d82ff9a
parentc71ea2312107e0e9e888ec8624df3531dd84ff2d (diff)
downloademacs-e35786a23f72b6fde80878eaaca1516ce17a4b40.tar.gz
emacs-e35786a23f72b6fde80878eaaca1516ce17a4b40.zip
(gnus-mode-line-buffer-identification) [Emacs]: Change
image's :ascent to 80. That gives a mode-line which is approx. as tall as the normal one.
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--lisp/gnus/gnus.el4
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 6171082e6ec..26422108db7 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,9 @@
12000-09-28 Gerd Moellmann <gerd@gnu.org>
2
3 * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
4 image's :ascent to 80. That gives a mode-line which is approx.
5 as tall as the normal one.
6
12000-09-21 Dave Love <fx@gnu.org> 72000-09-21 Dave Love <fx@gnu.org>
2 8
3 * gnus-ems.el (gnus-article-display-xface): Use unibyte for the 9 * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index b5735afa42a..21786e78c77 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -304,9 +304,9 @@ be set in `.emacs' instead."
304 (setq gnus-mode-line-image-cache 304 (setq gnus-mode-line-image-cache
305 (find-image 305 (find-image
306 '((:type xpm :file "gnus-pointer.xpm" 306 '((:type xpm :file "gnus-pointer.xpm"
307 :ascent 100) 307 :ascent 80)
308 (:type xbm :file "gnus-pointer.xbm" 308 (:type xbm :file "gnus-pointer.xbm"
309 :ascent 100)))) 309 :ascent 80))))
310 gnus-mode-line-image-cache) 310 gnus-mode-line-image-cache)
311 'help-echo "This is Gnus") 311 'help-echo "This is Gnus")
312 str) 312 str)