Synch to No Gnus 200505262343.
authoryamaoka <yamaoka>
Fri, 27 May 2005 00:44:15 +0000 (00:44 +0000)
committeryamaoka <yamaoka>
Fri, 27 May 2005 00:44:15 +0000 (00:44 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index de7b753..a11478a 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * gnus-agent.el (gnus-agent-make-mode-line-string):
+       Use mode-line-highlight as mouse-face.
+
 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * canlock.el (canlock): Change the parent group to news.
index b72813e..07c9ba3 100644 (file)
@@ -586,7 +586,8 @@ manipulated as follows:
   (if (and (fboundp 'propertize)
           (fboundp 'make-mode-line-mouse-map))
       (propertize string 'local-map
-                 (make-mode-line-mouse-map mouse-button mouse-func))
+                 (make-mode-line-mouse-map mouse-button mouse-func)
+                 'mouse-face 'mode-line-highlight)
     string))
 
 (defun gnus-agent-toggle-plugged (set-to)