Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Wed, 19 Jul 2006 01:07:30 +0000 (01:07 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 19 Jul 2006 01:07:30 +0000 (01:07 +0000)
Patches applied:

 * emacs--devo--0  (patch 334, 340-341, 345, 347, 350, 353, 357)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 118)

   - Merge from emacs--devo--0

2006-07-10  Nick Roberts  <nickrob@snap.net.nz>

   * texi/gnus.texi, texi/message.texi: Fix typos.

2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>

   * texi/gnus.texi (Example Setup): Use ;; instead of ;;; to better follow
   coding conventions.

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

lisp/ChangeLog
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index 2cfe217..b5b25ba 100644 (file)
 
 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
-       whitespace was matched into the url, which broke browsing hits
+       * nnweb.el (nnweb-google-create-mapping): Update regexp.
+       Some whitespace was matched into the url, which broke browsing hits
        > 100 when mm-url-use-external was nil.
 
 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
-       :set.
+       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
 
 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
 
 
 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * gnus-art.el (gnus-article-only-boring-p): Bind
-       inhibit-point-motion-hooks to avoid infinite loop when entering
+       * gnus-art.el (gnus-article-only-boring-p):
+       Bind inhibit-point-motion-hooks to avoid infinite loop when entering
        intangible text.  Reported by Ralf Wachinger
        <rwnewsmampfer@geekmail.de>.
 
 
 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-decode.el (mm-get-part): Don't use
-       mm-with-unibyte-current-buffer.
+       * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
 
        * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
        characters 160 through 255 in Emacs 23.
 
 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * spam-report.el (spam-report-gmane-use-article-number): Improve
-       doc string.
+       * spam-report.el (spam-report-gmane-use-article-number):
+       Improve doc string.
        (spam-report-gmane-internal): Check if a suitable header was found
        in the article.
 
        * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
        there's only one active file for all servers.
        (nnweb-request-scan): Make sure nnweb-articles is initialized on
-       solid groups.  Gnus might have used a FAST request to select the
-       group.
+       solid groups.  Gnus might have used a FAST request to select the group.
        (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
        and nnweb-search redundantly in the active file.
-       (nnweb-request-list): Don't list bogus groups.  There can only be
-       one.
+       (nnweb-request-list): Don't list bogus groups.  There can only be one.
        (nnweb-request-create-group): Don't use ARGS.
        (nnweb-possibly-change-server, nnweb-request-group): Remove some
        initialisations.  Let nnoo do the work.
 
 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
-       decoded.
-       (mm-uu-diff-extract): Ditto.
+       * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
+       Say the part has been decoded.
 
        * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
 
index 99fba45..612c7fe 100644 (file)
@@ -1,3 +1,12 @@
+2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gnus.texi, message.texi: Fix typos.
+
+2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus.texi (Example Setup): Use ;; instead of ;;; to better follow
+       coding conventions.
+
 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * gnus.texi (Summary Buffer Lines): Fix typo.
index b62230b..e798e0a 100644 (file)
@@ -19565,20 +19565,20 @@ setup, you may be able to use something like the following as your
 @file{~/.gnus.el} file to get started.
 
 @lisp
-;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
-;;; @r{from your ISP's server.}
+;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
+;; @r{from your ISP's server.}
 (setq gnus-select-method '(nntp "news.your-isp.com"))
 
-;;; @r{Define how Gnus is to read your mail.  We read mail from}
-;;; @r{your ISP's @acronym{POP} server.}
+;; @r{Define how Gnus is to read your mail.  We read mail from}
+;; @r{your ISP's @acronym{POP} server.}
 (setq mail-sources '((pop :server "pop.your-isp.com")))
 
-;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
+;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
 (setq gnus-secondary-select-methods '((nnml "")))
 
-;;; @r{Make Gnus into an offline newsreader.}
-;;; (gnus-agentize) ; @r{The obsolete setting.}
-;;; (setq gnus-agent t) ; @r{Now the default.}
+;; @r{Make Gnus into an offline newsreader.}
+;; (gnus-agentize) ; @r{The obsolete setting.}
+;; (setq gnus-agent t) ; @r{Now the default.}
 @end lisp
 
 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
@@ -23546,7 +23546,7 @@ variable @code{gnus-ham-process-destinations}, or the group parameter
 group specified by the variable @code{gnus-spam-process-destinations},
 or the group parameter @code{spam-process-destination}.  If these
 variables are not set, the articles are left in their current group.
-If an article cannot not be moved (e.g., with a read-only backend such
+If an article cannot be moved (e.g., with a read-only backend such
 as @acronym{NNTP}), it is copied.
 
 If an article is moved to another group, it is processed again when
@@ -24911,10 +24911,10 @@ file is treated as one non-spam mail.
 @end defun
 
 Usually you would call @code{spam-stat-process-spam-directory} on a
-directory such as @file{~/Mail/mail/spam} (this usually corresponds
-the the group @samp{nnml:mail.spam}), and you would call
+directory such as @file{~/Mail/mail/spam} (this usually corresponds to
+the group @samp{nnml:mail.spam}), and you would call
 @code{spam-stat-process-non-spam-directory} on a directory such as
-@file{~/Mail/mail/misc} (this usually corresponds the the group
+@file{~/Mail/mail/misc} (this usually corresponds to the group
 @samp{nnml:mail.misc}).
 
 When you are using @acronym{IMAP}, you won't have the mails available
index 2de9d51..33004f2 100644 (file)
@@ -697,7 +697,7 @@ cross-post, add that target newsgroup to the @samp{Newsgroups} header if
 it is not a member of @samp{Newsgroups}, and insert a note in the body.
 If @code{message-cross-post-default} is @code{nil} or if this command is
 called with a prefix-argument, only the @samp{FollowUp-To} header will
-be set but the the target newsgroup will not be added to the
+be set but the target newsgroup will not be added to the
 @samp{Newsgroups} header.  The function to insert a note is controlled
 by the @code{message-cross-post-note-function} variable.