diff options
| author | Miles Bader | 2005-07-14 05:45:24 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-14 05:45:24 +0000 |
| commit | ead25b5cabbe092711864eae13a76437e6a65ce1 (patch) | |
| tree | 17a011aa448566a30e9ed4e032896fc22da460c1 | |
| parent | 774784f6bef1e3ff998ee2464ab37b4f84eac09a (diff) | |
| download | emacs-ead25b5cabbe092711864eae13a76437e6a65ce1.tar.gz emacs-ead25b5cabbe092711864eae13a76437e6a65ce1.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 88-91)
- Merge from emacs--cvs-trunk--0
- Update FSF's address in GPL notices
- Update from CVS
2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
gnus-add-minor-mode.
(gnus-binary-mode): Ditto.
* lisp/gnus/gnus-topic.el (gnus-topic-mode): Ditto.
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/gnus/gnus-salt.el | 6 | ||||
| -rw-r--r-- | lisp/gnus/gnus-topic.el | 9 |
3 files changed, 13 insertions, 10 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e944bd6fb60..7298fb92d69 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of | ||
| 4 | gnus-add-minor-mode. | ||
| 5 | (gnus-binary-mode): Ditto. | ||
| 6 | |||
| 7 | * gnus-topic.el (gnus-topic-mode): Ditto. | ||
| 8 | |||
| 1 | 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change) | 9 | 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change) |
| 2 | 10 | ||
| 3 | * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1) | 11 | * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1) |
diff --git a/lisp/gnus/gnus-salt.el b/lisp/gnus/gnus-salt.el index 8fbe465c76c..c8c0f30b417 100644 --- a/lisp/gnus/gnus-salt.el +++ b/lisp/gnus/gnus-salt.el | |||
| @@ -128,8 +128,7 @@ It accepts the same format specs that `gnus-summary-line-format' does." | |||
| 128 | ;; Set up the menu. | 128 | ;; Set up the menu. |
| 129 | (when (gnus-visual-p 'pick-menu 'menu) | 129 | (when (gnus-visual-p 'pick-menu 'menu) |
| 130 | (gnus-pick-make-menu-bar)) | 130 | (gnus-pick-make-menu-bar)) |
| 131 | (gnus-add-minor-mode 'gnus-pick-mode " Pick" gnus-pick-mode-map | 131 | (gnus-add-minor-mode 'gnus-pick-mode " Pick" gnus-pick-mode-map) |
| 132 | nil 'gnus-pick-mode) | ||
| 133 | (gnus-run-hooks 'gnus-pick-mode-hook)))) | 132 | (gnus-run-hooks 'gnus-pick-mode-hook)))) |
| 134 | 133 | ||
| 135 | (defun gnus-pick-setup-message () | 134 | (defun gnus-pick-setup-message () |
| @@ -362,8 +361,7 @@ This must be bound to a button-down mouse event." | |||
| 362 | ;; Set up the menu. | 361 | ;; Set up the menu. |
| 363 | (when (gnus-visual-p 'binary-menu 'menu) | 362 | (when (gnus-visual-p 'binary-menu 'menu) |
| 364 | (gnus-binary-make-menu-bar)) | 363 | (gnus-binary-make-menu-bar)) |
| 365 | (gnus-add-minor-mode 'gnus-binary-mode " Binary" | 364 | (gnus-add-minor-mode 'gnus-binary-mode " Binary" gnus-binary-mode-map) |
| 366 | gnus-binary-mode-map nil 'gnus-binary-mode) | ||
| 367 | (gnus-run-hooks 'gnus-binary-mode-hook)))) | 365 | (gnus-run-hooks 'gnus-binary-mode-hook)))) |
| 368 | 366 | ||
| 369 | (defun gnus-binary-display-article (article &optional all-header) | 367 | (defun gnus-binary-display-article (article &optional all-header) |
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 95a2e1ad56a..3b2bfacddb0 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers | 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers |
| 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 2 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ilja Weis <kult@uni-paderborn.de> | 5 | ;; Author: Ilja Weis <kult@uni-paderborn.de> |
| 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
| @@ -1136,10 +1136,7 @@ articles in the topic and its subtopics." | |||
| 1136 | (when (gnus-visual-p 'topic-menu 'menu) | 1136 | (when (gnus-visual-p 'topic-menu 'menu) |
| 1137 | (gnus-topic-make-menu-bar)) | 1137 | (gnus-topic-make-menu-bar)) |
| 1138 | (gnus-set-format 'topic t) | 1138 | (gnus-set-format 'topic t) |
| 1139 | (gnus-add-minor-mode 'gnus-topic-mode " Topic" | 1139 | (gnus-add-minor-mode 'gnus-topic-mode " Topic" gnus-topic-mode-map) |
| 1140 | gnus-topic-mode-map nil (lambda (&rest junk) | ||
| 1141 | (interactive) | ||
| 1142 | (gnus-topic-mode nil t))) | ||
| 1143 | (add-hook 'gnus-group-catchup-group-hook 'gnus-topic-update-topic) | 1140 | (add-hook 'gnus-group-catchup-group-hook 'gnus-topic-update-topic) |
| 1144 | (set (make-local-variable 'gnus-group-prepare-function) | 1141 | (set (make-local-variable 'gnus-group-prepare-function) |
| 1145 | 'gnus-group-prepare-topics) | 1142 | 'gnus-group-prepare-topics) |