Merge from emacs--devo--0, emacs--rel--22
[gnus] / texi / ChangeLog
index f21b9fb..2553ffa 100644 (file)
@@ -1,7 +1,283 @@
+2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Other Files): Add the yenc command.
+
+2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
+       since 2004-08-06.
+
+2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
+       on body.
+
+2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
+       and rfc2047-allow-irregular-q-encoded-words; fix description of
+       rfc2047-encode-encoded-words.
+
+2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
+
+2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-news.texi: Fix spelling.
+       `message-insert-formatted-citation-line', not
+       `message-insert-formated-citation-line'.
+
+2007-10-29  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-refcard.tex: Restore Feb 2007 copyright clarifications
+       lost in update to Gnus trunk.
+
+2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Troubleshooting): Adjust Gnus version number.
+
+2007-10-14  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
+
+       * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
+
+2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-news.texi: Remove Oort Gnus stuff.
+
+2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-news.texi: Mention non-ASCII group names; move new text about
+       `New make.bat', `~/News/overview/ not used', `(require 'gnus-load)',
+       and `Gnus no longer generate the Sender: header' from GNUS-NEWS.
+
+2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+        * Relicense "GPLv2 or later" files to "GPLv3 or later".
+
+2007-10-03  Holger Schauer  <Holger.Schauer@gmx.de>
+
+       * gnus.texi (X-Face): Fix typo.
+
+2007-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Slow/Expensive Connection): Merge explanation for NOV into
+       the Terminology section.
+       (Terminology): Do.
+
+2007-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Sorting the Summary Buffer): Remove
+       gnus-article-sort-by-date-reverse.
+
+       * gnus-coding.texi (Gnus Coding Style) <message>: Add "patches
+       welcome".
+       (Gnus Coding Style) <General purpose libraries>: Move hex-util.el here.
+
+2007-09-20  Jim Meyering  <jim@meyering.net>  (tiny change)
+
+       * gnus.texi (On Writing Manuals): Fix typos.
+
+2007-09-17  Lowell Gilbert  <lgusenet@be-well.ilk.org>  (tiny change)
+
+       * gnus.texi (Slow/Expensive Connection): Improve descriptions.
+
+2007-09-17  Allan Gottlieb  <gottlieb@nyu.edu>  (tiny change)
+
+       * gnus.texi (Slow/Expensive Connection): Improve descriptions.
+
+2007-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Crosspost Handling): Replace gnus-nov-is-evil with
+       nntp-nov-is-evil; move vindex to gnus-nov-is-evil to Slow/Expensive
+       Connection; add xref to Slow/Expensive Connection.
+       (Slow/Expensive Connection): Describe not only NNTP connection; improve
+       gnus-nov-is-evil; add an explanation of NOV.
+       (Slow Machine): Add xref to Slow/Expensive Connection.
+
+2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Selecting a Group): Rename gnus-maximum-newsgroup to
+       gnus-newsgroup-maximum-articles.  Suggested by Leo <sdl.web@gmail.com>.
+       (Non-ASCII Group Names): Fix select method example.
+
+2007-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Non-ASCII Group Names): New node.
+       (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
+       gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
+
+2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
+       clean the output of the program `imap-shell-program'.
+
+2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-coding.texi (Gnus Coding Style) <Encryption and security>: Add
+       sha1.el and hex-util.el.
+       (Gnus Coding Style) <Networking>: Write dns.el and dns-mode.el instead
+       of dns*.el.
+       (Gnus Coding Style) <Mail and News related RFCs>: Document missing Gnus
+       dependencies.
+       (Gnus Maintainance Guide): Give advice for post-Emacs-22.1 defcustoms.
+       Say that it should also be used when the default changed.
+       (Gnus Coding Style) <Compatibility>: Adjust versions for 5.10.10.
+       (Gnus Coding Style) <Emacs MIME>: Add "patches welcome".
+       (Gnus Coding Style) <Gnus backends>: Clean up.
+
+2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
+
+       * message.texi (MIME): Replace mml-attach with mml-attach-file.
+
+2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (IMAP): Mention nnimap-logout-timeout.
+
+2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
+
+2007-08-13  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * gnus-news.texi: Mention sticky article buffers.
+
+       * gnus.texi (Sticky Articles): Documentation for sticky article buffers.
+
+2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
+
+2007-08-08  Glenn Morris  <rgm@gnu.org>
+
+       * gnus.texi, sieve.texi: Replace `iff'.
+
+2007-07-25  Glenn Morris  <rgm@gnu.org>
+
+       * Relicense all FSF files to GPLv3 or later.
+
+2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus.texi (RSS): Document nnrss-ignore-article-fields.
+
+2007-07-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-mime.texi: Add @documentencoding directive.
+
+2007-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Splitting Mail): Fix description of
+       nnmail-mail-splitting-decodes.
+
+2007-07-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-news.texi: Add message-citation-line-format.
+
+2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-coding.texi (Gnus Maintainance Guide): Update for Emacs 22.1.
+
+2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
+       Control Panel.
+
+       * gnus.texi (Misc Article): Add index entry for
+       gnus-single-article-buffer.
+
+2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
+
+       * gnus.texi (Starting Up): Fix typo.
+
+2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Asynchronous Fetching): Fix typo.
+
+2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
+
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus.texi (Article Buttons, Mail Source Customization)
+       (Sending or Not Sending, Customizing NNDiary):
+       * message.texi (Message Headers): Fix typos.
+
+2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
+
+       * gnus.texi (Misc Group Stuff, Summary Buffer)
+       (Server Commands, Article Keymap): Fix typo.  s/function/command/.
+
+2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Archived Messages): Document
+       gnus-update-message-archive-method.
+
+2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
+
+2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus.texi (Group Maneuvering): Document
+       `gnus-summary-next-group-on-exit'.
+
+2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Really Various Summary Commands): Mention
+       gnus-auto-select-on-ephemeral-exit.
+
+2007-05-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
+
+2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi, message.texi: Bump version number.
+
+       * doclicense.texi: Update to version 1.2 from Emacs CVS.
+
+2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
+
+2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus.texi, message.texi, pgg.texi, sieve.texi: Include GFDL.
+
+2007-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Group Line Specification, Misc Group Stuff)
+       (Server Commands): Parenthesize @pxref{Mail Spool}.
+
+2007-04-11  Didier Verna  <didier@xemacs.org>
+
+       New user option: message-signature-directory.
+       * gnus-news.texi: Advertise it.
+       * message.texi (Insertion Variables): Document it.
+       * gnus.texi (Posting Styles): Ditto.
+
+2007-04-11  Didier Verna  <didier@xemacs.org>
+
+       * gnus.texi (Group Line Specification):
+       * gnus.texi (Misc Group Stuff):
+       * gnus.texi (Server Commands): Document the group compaction feature.
+       * gnus-news.texi: Ditto.
+
 2007-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
+
+       * gnus-news.texi: Add message-fill-column.
+
+       * message.texi (Various Message Variables): Add message-fill-column.
+
        * gnus-news.el (gnus-news-header-disclaimer): Add newlines.
 
+2007-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
+
 2007-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi: Untabify.
@@ -5632,9 +5908,30 @@ Thu Feb 25 00:28:49 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Mail Folders): Addition.
 
+    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+    2007 Free Software Foundation, Inc.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3, or (at your option)
+  any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs; see the file COPYING.  If not, write to the
+  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+  Boston, MA 02110-1301, USA.
+
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; fill-column: 79
+;; add-log-time-zone-rule: t
 ;; End:
 
 ;;; arch-tag: b5708f36-be16-423b-bcca-f70f5fb4781a