aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader2006-04-02 01:08:04 +0000
committerMiles Bader2006-04-02 01:08:04 +0000
commit5af68e282f359dbe09565f690d3f6920a593fb0e (patch)
treef4210efebd28ae87ad0b9eb432a11c8510460f70 /lisp
parent6612301488533cc56e0320003a1f31120768baaa (diff)
downloademacs-5af68e282f359dbe09565f690d3f6920a593fb0e.tar.gz
emacs-5af68e282f359dbe09565f690d3f6920a593fb0e.zip
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 73) - Update from CVS
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-group.el7
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 71940cac0db..d39ab0a1455 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
4 :set.
5
12006-03-23 Katsumi Yamaoka <yamaoka@jpl.org> 62006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * mml.el (mml-insert-mime): Ignore cached contents of 8 * mml.el (mml-insert-mime): Ignore cached contents of
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 0ed72433115..24e4df14712 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -1389,6 +1389,13 @@ if it is a string, only list groups matching REGEXP."
1389 "Force updating the group buffer tool bar." 1389 "Force updating the group buffer tool bar."
1390 :group 'gnus-group 1390 :group 'gnus-group
1391 :version "22.1" 1391 :version "22.1"
1392 :initialize 'custom-initialize-default
1393 :set (lambda (symbol value)
1394 (set-default symbol value)
1395 (when (gnus-alive-p)
1396 (with-current-buffer gnus-group-buffer
1397 ;; FIXME: Is there a better way to redraw the group buffer?
1398 (gnus-group-get-new-news 0))))
1392 :type 'boolean) 1399 :type 'boolean)
1393 1400
1394(defun gnus-group-insert-group-line (gnus-tmp-group gnus-tmp-level 1401(defun gnus-group-insert-group-line (gnus-tmp-group gnus-tmp-level