]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Wed, 20 Sep 2006 05:45:06 +0000 (05:45 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 20 Sep 2006 05:45:06 +0000 (05:45 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article
   regexp.  Articles containing quotation were cut prematurely.

2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-cite-original-without-signature): Use nobody by
   default for the value of From header.
   (message-cite-original): Ditto.
   (message-reply): Ditto.

2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-446

lisp/gnus/ChangeLog
lisp/gnus/message.el
lisp/gnus/nnslashdot.el
man/ChangeLog
man/gnus.texi

index fa2c3ac086ad9a509bb927ac6c7fa9e405499540..dbd88f321806dfd0a69d9426e12650216c10c423 100644 (file)
@@ -1,3 +1,15 @@
+2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnslashdot.el (nnslashdot-request-article): Update end-of-article
+       regexp.  Articles containing quotation were cut prematurely.
+
+2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-cite-original-without-signature): Use nobody by
+       default for the value of From header.
+       (message-cite-original): Ditto.
+       (message-reply): Ditto.
+
 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
index f8d3a32a515cfc46c07c837e88506fcf349a7f5c..36a969fdefd5e4e5f3f09738763b62b5ac72ca93 100644 (file)
@@ -3280,7 +3280,7 @@ prefix, and don't delete any headers."
            (message-narrow-to-head-1)
            (vector 0
                    (or (message-fetch-field "subject") "none")
-                   (message-fetch-field "from")
+                   (or (message-fetch-field "from") "nobody")
                    (message-fetch-field "date")
                    (message-fetch-field "message-id" t)
                    (message-fetch-field "references")
@@ -3329,7 +3329,7 @@ prefix, and don't delete any headers."
              (message-narrow-to-head-1)
              (vector 0
                      (or (message-fetch-field "subject") "none")
-                     (message-fetch-field "from")
+                     (or (message-fetch-field "from") "nobody")
                      (message-fetch-field "date")
                      (message-fetch-field "message-id" t)
                      (message-fetch-field "references")
@@ -5843,7 +5843,7 @@ want to get rid of this query permanently.")))
       (setq message-id (message-fetch-field "message-id" t)
            references (message-fetch-field "references")
            date (message-fetch-field "date")
-           from (message-fetch-field "from")
+           from (or (message-fetch-field "from") "nobody")
            subject (or (message-fetch-field "subject") "none"))
       (when gnus-list-identifiers
        (setq subject (message-strip-list-identifiers subject)))
index 66ce4d5447224665e643059488195120b053e091..37ecaf0f32b7f04906d72190af1dce07b5bf5825 100644 (file)
                (setq contents
                      (buffer-substring
                       (search-forward "<div class=\"commentBody\">")
-                      (search-forward "</div>")))))))
+                      (progn
+                        (search-forward "<div class=\"commentSub\">")
+                        (match-beginning 0))))))))
       (search-failed (nnslashdot-lose why)))
 
     (when contents
index 7e6f69bebbbecb3575262d8f5950db6daccddfef..56a9b54261653dbd4fd227f6ab883bda7c3efe01 100644 (file)
 
        * org.texi (Setting tags): Typo fix.
 
+2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
+
 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * files.texi (Visiting): Add index entry "open file".
@@ -41,6 +45,8 @@
 
        * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
        mails with pop3-leave-mail-on-server.  Fix wording.
+       (Limiting): Improve gnus-summary-limit-to-articles.
+       (X-Face): Fix typo.
 
 2006-09-11  Simon Josefsson  <jas@extundo.com>
 
index dec0ec8e08b82580911b7ba79d7ea187ebc2bf60..0e8e9572349f64707af5c5e417de17ff8696a2c8 100644 (file)
@@ -26538,7 +26538,9 @@ versions.
 @item
 The option @code{mm-fill-flowed} can be used to disable treatment of
 ``format=flowed'' messages.  Also, flowed text is disabled when sending
-inline PGP signed messages.  (New in Gnus 5.10.7)
+inline PGP signed messages.  @xref{Flowed text, , Flowed text,
+emacs-mime, The Emacs MIME Manual}.  (New in Gnus 5.10.7)
+@c This entry is also present in the node "No Gnus".
 
 @item
 Gnus supports the generation of RFC 2298 Disposition Notification requests.