Revision: emacs@sv.gnu.org/gnus--devo--0--patch-124
authorMiles Bader <miles@gnu.org>
Tue, 18 Apr 2006 00:57:20 +0000 (00:57 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 18 Apr 2006 00:57:20 +0000 (00:57 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 85-86)

   - Update from CVS

lisp/gnus-group.el
lisp/message.el
lisp/mm-util.el
texi/gnus.texi

index 245808f..e2b9b82 100644 (file)
@@ -996,6 +996,7 @@ simple manner.")
 
     (gnus-run-hooks 'gnus-group-menu-hook)))
 
+
 (defvar gnus-group-tool-bar-map nil)
 
 (defun gnus-group-tool-bar-update (&optional symbol value)
index 81bd981..d1ab140 100644 (file)
@@ -38,8 +38,8 @@
   (require 'hashcash))
 (require 'canlock)
 (require 'mailheader)
-(require 'nnheader)
 (require 'gmm-utils)
+(require 'nnheader)
 ;; This is apparently necessary even though things are autoloaded.
 ;; Because we dynamically bind mail-abbrev-mode-regexp, we'd better
 ;; require mailabbrev here.
index 1f6028d..75199c5 100644 (file)
@@ -502,7 +502,7 @@ used as the line break code type of the coding system.
 If ALLOW-OVERRIDE is given, use `mm-charset-override-alist' to
 map undesired charset names to their replacement.  This should
 only be used for decoding, not for encoding."
-  ;; OVERRIDE is used (only) in `mm-decode-body'.
+  ;; OVERRIDE is used (only) in `mm-decode-body' and `mm-decode-string'.
   (when (stringp charset)
     (setq charset (intern (downcase charset))))
   (when lbt
index 5be0f1b..ca35b09 100644 (file)
@@ -25592,7 +25592,8 @@ XEmacs 21.4 and up.
 
 This Gnus version will absolutely not work on any Emacsen older than
 that.  Not reliably, at least.  Older versions of Gnus may work on older
-Emacs versions.
+Emacs versions.  Particularly, Gnus 5.10.8 should also work on Emacs
+20.7 and XEmacs 21.1.
 
 There are some vague differences between Gnus on the various
 platforms---XEmacs features more graphics (a logo and a toolbar)---but