diff options
| author | Dave Love | 2000-11-06 23:46:59 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-06 23:46:59 +0000 |
| commit | cb9040ed234a9bdc5162052deca915b048ba4220 (patch) | |
| tree | 252cdfad970521213e3e7d08862586ee9fc61843 | |
| parent | 0342aa5b20159d87c1da30718d0ac74e7b98fabf (diff) | |
| download | emacs-cb9040ed234a9bdc5162052deca915b048ba4220.tar.gz emacs-cb9040ed234a9bdc5162052deca915b048ba4220.zip | |
(gnus-binary-mode): Fix call to gnus-add-minor-mode.
| -rw-r--r-- | lisp/gnus/ChangeLog | 52 | ||||
| -rw-r--r-- | lisp/gnus/gnus-salt.el | 3 |
2 files changed, 54 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1d1d493ad97..7c2fad99eae 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2000-11-06 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode. | ||
| 4 | |||
| 5 | * uudecode.el: Use (featurep 'xemacs). Require cl when compiling. | ||
| 6 | (uudecode-char-int): New alias, replacing char-int. | ||
| 7 | (uudecode-decode-region): Don't call buffer-disable-undo. | ||
| 8 | |||
| 9 | * mm-uu.el (mm-uu-configure): Unquote lambda. | ||
| 10 | (mm-uu-configure-list): Doc fix. | ||
| 11 | |||
| 12 | * earcon.el (running-xemacs): Don't define. | ||
| 13 | |||
| 14 | 2000-11-06 John Wiegley <johnw@gnu.org> | ||
| 15 | |||
| 16 | * gnus-mlspl.el (gnus-group-split-update): Check the value of | ||
| 17 | `nnmail-crosspost', and use it to set the `no-crosspost' | ||
| 18 | argument when calling `gnus-group-split-fancy'. Otherwise, it | ||
| 19 | assumes that cross-posting is always OK, no matter what | ||
| 20 | `nmail-crosspost' is set to. | ||
| 21 | (gnus-group-split-fancy): The argument order in the | ||
| 22 | second-to-last `push' call was wrong, but since `no-crosspost' | ||
| 23 | was always nil, it was never being triggered. | ||
| 24 | |||
| 25 | 2000-11-06 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 26 | |||
| 27 | Don't postpone GCC if none of GCC methods is agent-covered. This | ||
| 28 | fix presumes that the post-method must be agent-covered if any Gcc | ||
| 29 | method is agent-covered. | ||
| 30 | |||
| 31 | * gnus-msg.el (gnus-inews-group-method): New function. | ||
| 32 | (gnus-inews-do-gcc): Use it. | ||
| 33 | * gnus-agent.el (gnus-agent-any-covered-gcc): New function. | ||
| 34 | (gnus-agent-possibly-save-gcc): Use it. | ||
| 35 | (gnus-agent-possibly-do-gcc): Ditto. | ||
| 36 | |||
| 37 | *gnus-msg.el: (gnus-inews-add-send-actions): Use | ||
| 38 | `gnus-agent-possibly-do-gcc' if Agentized. | ||
| 39 | (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc' | ||
| 40 | to `message-header-hook'. | ||
| 41 | |||
| 42 | * gnus-mlspl.el: Require cl when compiling. | ||
| 43 | |||
| 44 | * gnus-ml.el: Usage. | ||
| 45 | (gnus-mailing-list-archive, gnus-mailing-list-owner, | ||
| 46 | gnus-mailing-list-post, gnus-mailing-list-unsubscribe, | ||
| 47 | gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*. | ||
| 48 | (gnus-mailing-list-menu): Define it. | ||
| 49 | (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload. | ||
| 50 | |||
| 51 | * gnus-logic.el (gnus-advanced-string): Use "" if nil. | ||
| 52 | |||
| 1 | 2000-11-03 Stefan Monnier <monnier@cs.yale.edu> | 53 | 2000-11-03 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 54 | ||
| 3 | * message.el (message-font-lock-keywords): Match a final newline | 55 | * message.el (message-font-lock-keywords): Match a final newline |
diff --git a/lisp/gnus/gnus-salt.el b/lisp/gnus/gnus-salt.el index 1cdd97be9b7..2f27e4616ba 100644 --- a/lisp/gnus/gnus-salt.el +++ b/lisp/gnus/gnus-salt.el | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Maintainer: bugs@gnus.org | ||
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| @@ -355,7 +356,7 @@ This must be bound to a button-down mouse event." | |||
| 355 | (when (gnus-visual-p 'binary-menu 'menu) | 356 | (when (gnus-visual-p 'binary-menu 'menu) |
| 356 | (gnus-binary-make-menu-bar)) | 357 | (gnus-binary-make-menu-bar)) |
| 357 | (gnus-add-minor-mode 'gnus-binary-mode " Binary" | 358 | (gnus-add-minor-mode 'gnus-binary-mode " Binary" |
| 358 | gnus-binary-mode-map nil 'gnus-binary-mode-map) | 359 | gnus-binary-mode-map nil 'gnus-binary-mode) |
| 359 | (gnus-run-hooks 'gnus-binary-mode-hook)))) | 360 | (gnus-run-hooks 'gnus-binary-mode-hook)))) |
| 360 | 361 | ||
| 361 | (defun gnus-binary-display-article (article &optional all-header) | 362 | (defun gnus-binary-display-article (article &optional all-header) |