Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 5 Dec 2001 22:26:14 +0000 (22:26 +0000)
committeryamaoka <yamaoka>
Wed, 5 Dec 2001 22:26:14 +0000 (22:26 +0000)
lisp/ChangeLog
lisp/gnus-group.el
lisp/mm-view.el
texi/ChangeLog
texi/gnus.texi

index 9d33a7e..83a62d9 100644 (file)
@@ -1,3 +1,17 @@
+2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-view.el: Lower case for the description line. Sync from the
+       Emacs CVS.
+
+2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-group.el (gnus-group-find-new-groups): Fix doc. 
+       From:  Stefan Monnier  <monnier@cs.yale.edu>
+
+2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
+
 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * mm-url.el: Require executable.
index 0e0fecf..9958b38 100644 (file)
@@ -3656,7 +3656,7 @@ group."
 
 (defun gnus-group-find-new-groups (&optional arg)
   "Search for new groups and add them.
-Each new group will be treated with `gnus-subscribe-newsgroup-method.'
+Each new group will be treated with `gnus-subscribe-newsgroup-method'.
 With 1 C-u, use the `ask-server' method to query the server for new
 groups.
 With 2 C-u's, use most complete method possible to query the server
index 82f116c..5d4d3fc 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-view.el --- Functions for viewing MIME objects
+;;; mm-view.el --- functions for viewing MIME objects
 ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
                              '(background background-pixmap foreground)))
                  (delete-region ,(point-min-marker)
                                 ,(point-max-marker)))))))))
-     ((or (equal type "enriched")
-         (equal type "richtext"))
-      (save-excursion
-       (mm-with-unibyte-buffer
-         (mm-insert-part handle)
-         (save-window-excursion
-           (enriched-decode (point-min) (point-max))
-           (setq text (buffer-string)))))
-      (mm-insert-inline handle text))
      ((equal type "x-vcard")
       (mm-insert-inline
        handle
        (save-restriction
          (narrow-to-region b (point))
          (set-text-properties (point-min) (point-max) nil)
+         (when (or (equal type "enriched")
+                   (equal type "richtext"))
+           (enriched-decode (point-min) (point-max)))
          (mm-handle-set-undisplayer
           handle
           `(lambda ()
index 350a696..aac416f 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Splitting in IMAP): Typo.  From Colin Marquardt
+       <c.marquardt@alcatel.de>.
+
 2001-12-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * infohack.el (infohack): To process write-protected files safely,
index 8ed800d..68295df 100644 (file)
@@ -14495,7 +14495,7 @@ This variable can also have a function as its value, the function will
 be called with the headers narrowed and should return a group where it
 thinks the article should be split to.  See @code{nnimap-split-fancy}.
 
-The splitting code tries to create mailboxes if it need too.
+The splitting code tries to create mailboxes if it needs to.
 
 To allow for different split rules on different virtual servers, and
 even different split rules in different inboxes on the same server,