* gnus-group.el (gnus-group-name-decode): Don't test
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Feb 2002 16:15:00 +0000 (16:15 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Feb 2002 16:15:00 +0000 (16:15 +0000)
multibyte-string, because it breaks XEmacs.
From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>

* message.el (message-send-mail): Be talkative.

lisp/ChangeLog
lisp/gnus-group.el
lisp/message.el

index eb88afb..7a9ae69 100644 (file)
@@ -1,5 +1,9 @@
 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * gnus-group.el (gnus-group-name-decode): Don't test
+       multibyte-string, because it breaks XEmacs.
+       From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+
        * message.el (message-send-mail): Be talkative.
 
        * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
index bb31909..bcc2eb5 100644 (file)
@@ -1030,8 +1030,7 @@ The following commands are available:
       result)))
 
 (defun gnus-group-name-decode (string charset)
-  (if (and string charset (featurep 'mule)
-          (not (mm-multibyte-string-p string)))
+  (if (and string charset (featurep 'mule))
       (mm-decode-coding-string string charset)
     string))
 
index 1e0dc7f..d6875f6 100644 (file)
@@ -2874,7 +2874,7 @@ It should typically alter the sending method in some way or other."
                        "The message size is too large, split? "
                        t 
                        "\
-The message size exceeds " (/ message-send-mail-partially-limit 1000) "KB.
+The message size, " (/ (point-max) 1000) "KB, is too large.
 
 Some mail gateways (MTA's) bounce large messages.  To avoid the
 problem, answer `y', and the message will be split into several