Synch to No Gnus 200409210948.
[elisp/gnus.git-] / ChangeLog
index 87e5a59..c8e3907 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,224 @@
+2004-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-encrypt.el: Autoload password-read-and-add and
+       password-cache-remove.
+
+2004-09-11  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Generated.
+
+2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * etc/.cvsignore: Remove unused.
+
+2004-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/gnus-ja.texi: Uncomment the @copying section.
+       * texi/message-ja.texi: Ditto.
+
+2004-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/gnus-ja.texi: Comment the @copying section temporarily.
+       * texi/message-ja.texi: Ditto.
+
+2004-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus.el: Don't autoload x-face-e21.
+
+       * lisp/gnus-art.el (gnus-article-x-face-command): Discard
+       x-face-e21.
+       (gnus-article-x-face-command): Ditto.
+       (gnus-treat-display-x-face): Ditto.
+       (gnus-treat-display-face): Ditto.
+
+2004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el (slanted): Rename @s to @slanted.
+
+2004-07-29  KOSEKI Yoshinori  <kose@meadowy.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix
+       normalization of dir (remove drive letter).
+
+2004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el: Support @s.
+
+2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (nnheader-parse-nov): Pass the eol value to
+       nnheader-nov-read-integer.
+
+2004-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * make.bat: Fix line endings around arch-tag.
+
+2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/lpath.el: Fbind lsdb-complete-name.
+
+2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * etc/gnus/gnus-setup.ast (Setting up a NNTP server)
+       (Setting up local mail storage (nnml)): fixed some bugs, added a
+       new screen - still testing
+
+2004-06-01  Simon Josefsson  <jas@extundo.com>
+
+       * make.bat: Add SASL manual.
+
+2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * etc/gnus/news-server.ast: Use library validation.
+
+2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (mm-disable-multibyte): New function.
+       (mm-enable-multibyte): New function.
+       (mm-encode-coding-region): New function.
+       (mm-string-make-unibyte): New function.
+
+       * lisp/utf7.el: Require `nnheader' instead of `mm-util'.
+
+2004-05-02  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-namazu.el (gnus-namazu-imap-group-prefix): Abolished.
+       (gnus-namazu-imap-maildir): Abolished.
+       (gnus-namazu-remote-groups): New option.
+       (gnus-namazu/call-namazu): Simplified.
+       (gnus-namazu/make-directory-table): Refer the above option.
+       (gnus-namazu/search): Cancel the last change to support IMAP.
+       (gnus-namazu-update-index): Ditto.
+       (gnus-namazu-update-indices): Ditto.
+
+2004-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.17.2 revision 00.
+
+2004-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (describe-key-briefly): Remove compiler macro.
+
+2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
+       @url is now a synonym for @uref.
+
+2004-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-util.el (gnus-set-work-buffer): Set buffer multibyte.
+       (gnus-select-frame-set-input-focus): Don't check whether
+       `focus-follows-mouse' is bound.
+       (frame-parameter): Remove.
+
+2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/pop3.el: Don't require `advice', `pces' and `path-util'.
+       (pop3-ssl-program-name): Use `executable-find' instead of
+       `exec-installed-p'.
+       (pop3-movemail): Don't use `write-region-as-binary'.
+       (pop3-open-server): Don't use `open-network-stream-as-binary'.
+       (pop3-open-ssl-stream): Don't use `as-binary-process'.
+       (pop3-open-tls-stream): Ditto.
+       (mail-source-fetch-pop): In Gnus, advise it to bind
+       `pop3-connection-type' and `pop3-leave-mail-on-server' while
+       fetching mails, according to `mail-sources'.
+
+2004-03-24  KOSEKI Yoshinori  <kose@meadowy.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu/directory-table-use): Remove.
+       (gnus-namazu-imap-maildir): New variable.
+
+2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (dgnushack-unexporting-files): Add
+       legacy-gnus-agent.el.
+
+2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * make.bat: Make sure that gnus-load.el and sieve are writable to
+       avoid breakage.
+
+2004-03-04  KOSEKI Yoshinori  <kose@meadowy.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu-command-prefix): New variable.
+       (gnus-namazu-imap-group-prefix): Ditto.
+       (gnus-namazu/directory-table-use): Ditto.
+       (gnus-namazu/call-namazu): Use gnus-namazu-imap-group-prefix.
+       (gnus-namazu/search): Support Maildir.
+
+2004-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * make.bat: Fix directory test for Windows 9x/ME.  From Michael
+       Schierl <schierlm-public@gmx.de> (tiny change).
+
+2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook,
+       and @registeredsymbol.
+
+2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'.
+
+2004-02-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
+
+       * texi/gnus-ja.texi (Contributors): Fix typo.
+
+2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/canlock.el: Reload sha1-el provided by FLIM when an old
+       version (maybe provided by the XEmacs ecrypt package) was loaded.
+
+       * lisp/dgnushack.el (max-specpdl-size): Don't modify the value.
+       (byte-optimize-form-code-walker): Simplify the test form; doc fix.
+       (char-after): Don't byte-optimize it.
+       (char-before): Ditto.
+       (dgnushack-bind-colon-keywords): Remove.
+
+2004-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/smime.el: Remove.
+
+2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-article-add-button): Remove Mule 2 stuff.
+       * lisp/gnus-namazu.el: Don't autoload regexp-opt.
+       * lisp/gnus-util.el (gnus-read-event-char): Remove Mule 2 stuff.
+       * lisp/nnmail.el (nnmail-lazy): Ditto.
+
+2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-treat-smiley): Ignore Emacs version
+       number.
+
+       * lisp/gnus-cite.el (gnus-cite-add-face): Don't support old
+       Emacsen.
+
+       * lisp/gnus.el: Always autoload `x-face-decode-message-header' and
+       `x-face-mule-gnus-article-display-x-face'.
+
+       * lisp/pop3.el (pop3-md5): Always use the built-in `md5'.
+
+2004-01-07  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
+
+       * etc/gnus-tut.txt: `G m' instead of `G V' (tiny patch).
+
+2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-clfns.el: Abolish.
+       * lisp/nnshimbun.el: Abolish.
+
+       * lisp/dgnushack.el: Allow loading dgnushack.el w/o dgnuspath.el.
+
+2004-01-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * make.bat: Add missing parens.  From Robert Marshall
+       <spam@chezmarshall.freeserve.co.uk>.
+
 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * aclocal.m4 (AC_CHECK_EMACS_FLAVOR): Don't check for Mule 2.
        * sample.lpath.el: Remove.
        * contrib/cus-dep.el: Remove.
        * contrib/gnus-idna.el: Remove.