]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-binary-mode): Fix call to gnus-add-minor-mode.
authorDave Love <fx@gnu.org>
Mon, 6 Nov 2000 23:46:59 +0000 (23:46 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Nov 2000 23:46:59 +0000 (23:46 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-salt.el

index 1d1d493ad972d5daec905a487d22d9ceafb9acef..7c2fad99eae0ef1224aad5c5dec6588f5e74ead5 100644 (file)
@@ -1,3 +1,55 @@
+2000-11-06  Dave Love  <fx@gnu.org>
+
+       * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
+
+       * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
+       (uudecode-char-int): New alias, replacing char-int.
+       (uudecode-decode-region): Don't call buffer-disable-undo.
+
+       * mm-uu.el (mm-uu-configure): Unquote lambda.
+       (mm-uu-configure-list): Doc fix.
+
+       * earcon.el (running-xemacs): Don't define.
+
+2000-11-06  John Wiegley  <johnw@gnu.org>
+
+       * gnus-mlspl.el (gnus-group-split-update): Check the value of
+       `nnmail-crosspost', and use it to set the `no-crosspost'
+       argument when calling `gnus-group-split-fancy'.  Otherwise, it
+       assumes that cross-posting is always OK, no matter what
+       `nmail-crosspost' is set to.
+       (gnus-group-split-fancy): The argument order in the
+       second-to-last `push' call was wrong, but since `no-crosspost'
+       was always nil, it was never being triggered.
+
+2000-11-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       Don't postpone GCC if none of GCC methods is agent-covered.  This
+       fix presumes that the post-method must be agent-covered if any Gcc
+       method is agent-covered.
+
+       * gnus-msg.el (gnus-inews-group-method): New function.
+       (gnus-inews-do-gcc): Use it.
+       * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
+       (gnus-agent-possibly-save-gcc): Use it.
+       (gnus-agent-possibly-do-gcc): Ditto.
+
+       *gnus-msg.el: (gnus-inews-add-send-actions): Use
+       `gnus-agent-possibly-do-gcc' if Agentized.
+       (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
+       to `message-header-hook'.
+
+       * gnus-mlspl.el: Require cl when compiling.
+
+       * gnus-ml.el: Usage.
+       (gnus-mailing-list-archive, gnus-mailing-list-owner,
+       gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
+       gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
+       (gnus-mailing-list-menu): Define it.
+       (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
+
+       * gnus-logic.el (gnus-advanced-string): Use "" if nil.
+       
 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
 
        * message.el (message-font-lock-keywords): Match a final newline
index 1cdd97be9b73aae359b590a7f333b381d39991a5..2f27e4616ba96411c66af90f2d71cab2ab9c6eee 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
+;; Maintainer: bugs@gnus.org
 ;; Keywords: news
 
 ;; This file is part of GNU Emacs.
@@ -355,7 +356,7 @@ This must be bound to a button-down mouse event."
       (when (gnus-visual-p 'binary-menu 'menu)
        (gnus-binary-make-menu-bar))
       (gnus-add-minor-mode 'gnus-binary-mode " Binary"
-                          gnus-binary-mode-map nil 'gnus-binary-mode-map)
+                          gnus-binary-mode-map nil 'gnus-binary-mode)
       (gnus-run-hooks 'gnus-binary-mode-hook))))
 
 (defun gnus-binary-display-article (article &optional all-header)