Fix again the last changes.
[elisp/gnus.git-] / ChangeLog
index fc017c1..e873a32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,402 @@
+2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el: Autoload font-lock and nnheader for XEmacs
+       -no-autoloads.
+
+       * lisp/pop3.el: Require `advice' for compiling it in Gnus.
+
+2003-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * GNUS-NEWS: Fixed X-Draft-Headers entry.
+
+2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el: Make sure `dolist' is available; require
+       `advice' before `path-util'; revoke the bogus change of 2003-04-17
+       (removing function bindings for XEmacs).
+       (dgnushack-remove-extra-files-in-package): Clear the value for
+       `command-line-args-left'.
+       (dgnushack-install-package-manifest): Ditto.
+
+       * texi/infohack.el: Load dgnushack.el and ptexinfmt.el first.
+
+2003-04-27  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Fix PGP entry.  Doc GCC variable change.
+
+2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.20 (quimby) revision 00.
+
+2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.19 revision 00.
+
+2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (nnheader-coding-system-p): New function.
+       (mm-coding-system-p): Alias to `nnheader-coding-system-p'.
+
+2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-clfns.el (coerce, copy-list, merge, string, subseq):
+       Comment out those compiler macros.
+       (mapc): Make it comeback.
+
+2003-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * make.bat: Flag as binary to ensure DOS line terminators.  Delete
+       trailing whitespace.
+
+2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
+       From Frank Schmitt  <ich@frank-schmitt.net>
+
+       * etc/gnus-tut.txt: Update Gnus FAQ, delete trailing whitespace.
+
+2003-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile.in (xclever-package, xlick-package): New rules.
+       (install-package, install-package-ja, package, package-ja): Use
+       them.
+       (install-package-manifest, remove-extra-files-in-package,
+       compose-package): Specify the lisp directory for XEmacs package.
+
+       * aclocal.m4 (AC_PATH_INFO_DIR): Say a note for XEmacs package.
+
+       * lisp/dgnushack.el: Remove useless function bindings for XEmacs.
+       (dgnushack-install-package-manifest): Create the pkginfo directory.
+
+       * lisp/lpath.el: Fbind `compare-strings' for Mule 2.
+
+2003-04-17  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+
+       * make.bat: Cleaned up end-of-line characters.
+
+2003-04-17  Steve Youngs  <youngs@xemacs.org>
+
+       * Makefile.in (XEMACS): Use @EMACS@.
+
+       * aclocal.m4 (AC_PATH_LISPDIR): Set $datadir to $prefix/lib if
+       building with XEmacs.
+
+       * aclocal.m4 (AC_SET_BUILD_FLAGS): New.  So we can set XEmacs
+       command line options to '-batch -no-autoloads...' for a cleaner
+       build environment.
+
+       * configure.in: Use it.
+
+       * configure: Regenerate.
+
+2003-04-16  Reiner Steib  <Reiner.Steib@gmx.de>
+       From Frank Schmitt  <ich@frank-schmitt.net>
+
+       * make.bat: New variable EMACS_ARGS.  Changed XEmacs args.
+
+2003-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/lpath.el: Fbind `coding-system-base' for Mule 2.
+
+2003-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.19 (quimby) revision 00.
+
+2003-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.18 revision 00.
+
+       * lisp/message.el (message-forward-subject-name-subject): Rewrite.
+
+       * lisp/mail-source.el (mail-source-fetch-pop): Require `pop3'
+       explicitly.
+       (mail-source-check-pop): Ditto.
+
+2003-04-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19.
+
+2003-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/pop3.el (pop3-uidl-support): Default to nil; change the
+       meaning of a value which it may contain into an alist of servers
+       and flags of whether they support UIDLs.
+       (pop3-get-message-numbers): Don't check uidls when
+       `pop3-leave-mail-on-server' is nil; synch it with the change of
+       `pop3-uidl-support'.
+       (pop3-get-uidl): Synch it with the change of `pop3-uidl-support'.
+
+2003-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.18 (quimby) revision 00.
+
+2003-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.17 revision 00.
+
+2003-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-article-x-face-command): Don't examine
+       functions if `noninteractive'.
+       (gnus-article-should-use-smiley-mule): Don't examine values if
+       `noninteractive'.
+       (gnus-treat-display-face): Default to nil if x-face-e21 is
+       available.
+       (gnus-treat-display-smileys): Don't examine values if
+       `noninteractive'.
+
+       * lisp/message.el (message-yank-original): Check not only the
+       References field but the `message-reply-headers' variable.
+
+       * lisp/imap.el (imap-tls-open): Don't bind coding-systems; use
+       `set-buffer-multibyte' instead of `imap-disable-multibyte'.
+
+       * lisp/tls.el: Require `pces'.
+       (open-tls-stream): Use `as-binary-process'.
+
+2003-03-23  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Add IDNA.  Add TLS.  Fix USEFOR reference.
+
+2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
+
+       * make.bat: Redone from scratch; supports both Emacs and XEmacs
+       now; correctly generate gnus-load.el; check for errors; use
+       makeinfo if available, infohack.el if it isn't; be less verbose
+       when copying files; copy files from etc/gnus and etc/smilies, too
+
+2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
+
+       * make-x.bat: Removed, make.bat does its job now.
+
+2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
+
+       * etc/gnus-tut.txt: Include Gnus FAQ from http://my.gnus.org.
+
+2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.17 (quimby) revision 00.
+
+2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.16 revision 00.
+
+2003-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-ofsetup.el: Don't require `read-passwd'; don't set
+       `mail-source-read-passwd' and `gnus-setup-news-hook'.
+
+       * contrib/passwd.el: New file.
+
+2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-offline.el (gnus-offline-add-custom-header): Use
+       insert instead of insert-string which is obsolete in Emacs 21.4
+       (synch to the change of Jesper Harder at 2003-02-20).
+
+2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * GNUS-NEWS: Renamed `gnus-unsightly-citation-regexp' to
+       `gnus-cite-unsightly-citation-regexp'.
+
+2003-02-18  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Talk about canlock more.
+
+2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * GNUS-NEWS: Add user visible changes from Michael Shields from
+       the past couple of days.  Actual text from Michael.
+
+2003-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.16 (quimby) revision 00.
+
+2003-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.15 revision 00.
+
+2003-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.15 (quimby) revision 00.
+
+2003-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.14 revision 00.
+
+2003-01-24  Jesper Harder  <harder@ifa.au.dk>
+
+       * etc/gnus-tut.txt: Update.
+
+2003-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/infohack.el (infohack-texi-format): Withdraw the change of
+       2003-01-17.
+
+2003-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.14 (quimby) revision 00.
+
+2003-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.13 revision 00.
+
+2003-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/infohack.el (infohack-texi-format): Insert one excessive
+       newline after a @foo{bar} thing to prevent clinging of a line and
+       a line (old texinfmt bug?) if it should be considered only one
+       thing in a line.
+
+2003-01-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * .cvsignore: Import from Oort Gnus.
+       * contrib/.cvsignore: Ditto.
+       * etc/.cvsignore: Ditto.
+       * lisp/.cvsignore: Ditto.
+       * texi/.cvsignore: Ditto.
+       * texi/ps/.cvsignore: Ditto.
+
+2003-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-summary-digest-mail-forward): Set article
+       numbers to be marked.
+
+2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       (A forgotten thing to synchronize to Oort Gnus.)
+       * lisp/gnus-msg.el (gnus-summary-mail-forward): To many lists of
+       lists.
+
+2003-01-15  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Add.  Fix from Reiner Steib
+       <4uce.02.r.steib@gmx.net>.
+
+2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/binhex.el: Require `path-util'.
+       * lisp/gnus-audio.el: Ditto.
+       * lisp/spam.el: Ditto.
+       * lisp/uudecode.el: Ditto.
+
+       * lisp/binhex.el (binhex-use-external): Replace `executable-find'
+       with `exec-installed-p'.
+       * lisp/gnus-audio.el (gnus-audio-au-player): Ditto.
+       (gnus-audio-wav-player): Ditto.
+       * lisp/spam.el (spam-ifile-path): Ditto.
+       (spam-bogofilter-path): Ditto.
+       * lisp/uudecode.el (uudecode-use-external): Ditto.
+
+       * lisp/gnus-int.el (gnus-agent-expire): Make arguments optional.
+
+2003-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-util.el (gnus-read-event-char): Take an optional
+       parameter even if Mule 2.3 is running.
+
+2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * make.bat: Removed "-no-init-file" (it's the same as "-q").  Use
+       new variables EMACSBATCH and GNUS_INFO_DIR.  Install gnus-?,
+       message-?, sieve and pgg (in texi).  Added hint for dir entries.
+
+       * make-x.bat: Ditto.
+
+2003-01-13  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Add smileys, Sender:, message-utils.
+       Expand anti-spam.  Fixes.
+
+2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.13 (quimby) revision 00.
+
+2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.12 revision 00.
+
+2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.12 (quimby) revision 00.
+
+2003-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.11 revision 00.
+
+2003-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus.art.el (gnus-treat-predicate): Don't follow the Change
+       of Oort Gnus at 2003-01-02; reverted.
+
+       * lisp/message.el (message-tool-bar-map): Commented out MIME-Edit
+       buttons.
+
+2003-01-09  Simon Josefsson  <jas@extundo.com>
+
+       * etc/gnus/preview.xpm: Add.
+
+2003-01-06  Simon Josefsson  <jas@extundo.com>
+
+       * etc/gnus/receipt.xpm: Add.
+
+2003-01-10  Jesper Harder  <harder@ifa.au.dk>
+
+       * etc/gnus/preview.xbm: Add.
+
+2003-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-tool-bar-map): Fix keymap for MIME-Edit.
+
+2003-01-09  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
+
+       * README.semi.ja: "What's T-gnus?" is revised.
+
+       * README.semi: Ditto.
+
+2003-01-07  Keiichi Suzuki  <keiichi@nanap.org>
+
+       * lisp/message.el (message-setup-1): Don't call
+       `message-use-alternative-email-as-from' if it isn't for replying.
+
+2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * etc/gnus/gnus.xpm (oort): Make the color replaceable.
+
+2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.11 (quimby) revision 00.
+
+2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.10 revision 00.
+
+2003-01-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Bind the
+       color for the symbol `oort' as `gnus-group-startup-message' does.
+
+2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Commented out.
+       (gnus-load): Allow coding-system as an argument.
+
+2002-12-16  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * lisp/nnimap.el (nnimap-callback): Use `nnimap-demule'.
+       (nnimap-request-article-part): Ditto.
+
+2002-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/Makefile.in (%.info, .texi): Conceal control procedures.
+
+2002-12-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * etc/smilies/*.pbm: Made them binary.
+
+2002-11-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-agent.el (gnus-agent-fetch-headers): Don't refer to
+       the value of `gnus-agent-file-name'.
+
 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
 
        * lisp/gnus-agent.el (gnus-agent-fetch-group-1): Article numbers