Fix last change and some more...
[elisp/gnus.git-] / ChangeLog
index 74b47c5..4f53964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,223 @@
+2000-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * configure: Regenerate.
+
+       * aclocal.m4 (AC_CHECK_W3): Substitute `W3' with empty string
+       instead of "no" if it is not acceptable.
+
+       * lisp/dgnushack.el: Load dgnuspath.el and ~/.lpath.el just before
+       path-util is loaded.
+       (dgnushack-compile): Show `load-path'.
+       (dgnushack-w3-dir): Ignore the env var W3DIR if it is empty.
+
+       * lisp/lpath.el: Move out `load-path' modification for APEL, FLIM
+       and SEMI to dgnushack.el.
+       * lisp/dgnushack.el: Move here.
+
+       * lisp/lpath.el (md5): Don't bind.
+       (url-insert-file-contents): Fbind for FSF Emacsen.
+
+2000-11-08  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * texi/Makefile.in (install-ja-info): Specify `EMACS' and
+       `infodir'.
+       (install-info): Ditto.
+       (install-ja): Ditto.
+
+       * lisp/lpath.el (md5): Fbind using `maybe-fbind'.
+
+       * lisp/dgnushack.el (dgnushack-compose-package): Remove function.
+       (dgnushack-install-package-info-ja): Remove function.
+       (dgnushack-install-package-info): Remove function.
+       (dgnushack-install-package-lick): Remove function.
+       (dgnushack-install-package-pkginfo): Remove function.
+       (dgnushack-install-package-info-files): Remove function.
+       (dgnushack-install-package-manifest): New function.
+       (dgnushack-remove-extra-files-in-package): New function.
+       (dgnushack-gnus-product-name): Remove function.
+       (dgnushack-examine-package-dir): Remove function.
+       (dgnushack-exporting-files): Rename from `dgnushack-exported-files'.
+       (dgnushack-unexporting-files): Rename from
+       `dgnushack-unexported-files'; attempt to fix `load-path' for W3 and
+       retry to load `w3-forms' if it is failed.
+       (dgnushack-w3-dir): New variable.
+
+       * lisp/Makefile.in (remove-extra-files-in-package): New target.
+       (install-package-manifest): New target.
+       (install-package-info-ja): Remove target.
+       (install-package-info): Remove target.
+       (install-package-lick): Remove target.
+       (install-lisp): New target detached from `install'.
+       (install): Call `clever' and `install-lisp'.
+       (EXPORTING_FILES, GNUS_PRODUCT_NAME): New variables.
+
+       * configure: Regenerate.
+
+       * aclocal.m4 (AC_PATH_PACKAGEDIR): Examine `PACKAGEDIR' if it is
+       not specified under XEmacs.
+       (AC_EXAMINE_PACKAGEDIR): New function.
+       (AC_PATH_LISPDIR): Don't say annotations about install-package if
+       FSFmacs is used.
+       (AC_DEFINE_GNUS_PRODUCT_NAME): Add substitution for
+       `GNUS_PRODUCT_NAME'.
+
+       * Makefile.in (remove-extra-files-in-package): New target.
+       (install-package-manifest): New target.
+       (install-package-info-ja): Examine `PACKAGEDIR' if it is not
+       specified; call install-ja-info in texi/Makefile.
+       (install-package-info): Examine `PACKAGEDIR' if it is not
+       specified; call install-info in texi/Makefile.
+       (install-package-lisp): Rename from `install-package-lick'; examine
+       `PACKAGEDIR' if it is not specified; call `install-lisp' in
+       lisp/Makefile.
+       (install-package-ja): Call `xlick', `compose-package',
+       `remove-extra-files-in-package', `install-package-lisp',
+       `install-package-info', `install-package-info-ja' and
+       `install-package-manifest'.
+       (install-package): Call `xlick', `compose-package',
+       `remove-extra-files-in-package', `install-package-lisp',
+       `install-package-info' and `install-package-manifest'.
+       (install-info-ja, install-info): Specify `infodir'.
+       (EXAMINE_PACKAGEDIR, GNUS_PRODUCT_NAME, infodir): New variables.
+
+2000-11-07  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
+
+       * texi/gnus-ja.texi: Do not use characters other than ascii ones
+       for direntries.
+       * texi/message-ja.texi: Ditto.
+
+2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/Makefile.in (install): Don't check for the file names.
+
+2000-11-04  Katsuhiro Hermit Endo  <hermit@koka-in.org>
+
+       * lisp/gnus-topic.el (gnus-group-topic-map): Define "T" prefix
+       command in `gnus-topic-mode-map' instead of `gnus-group-mode-map'.
+
+2000-10-25  Katsuhiro Hermit Endo  <hermit@tomato.saino.ne.jp>
+
+       * lisp/gnus-topic.el (gnus-topic-rename): Use current topic as
+       initial value for read-string.
+
+2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/Makefile.in (install): Use the lisp function
+       `dgnushack-exported-files'.
+
+       * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
+       `binary'.
+       * lisp/nnheader.el (nnheader-pathname-coding-system): Ditto.
+
+       * lisp/message.el (message-get-reply-headers): Remove useless
+       `concat'.
+
+       * lisp/md5.el: Restore the file.
+
+       * lisp/dgnushack.el (dgnushack-compile): Refer to the constant
+       `dgnushack-exported-files'.
+       (dgnushack-exported-files): New function.
+       (dgnushack-exported-files): New constant.
+       (dgnushack-unexported-files): Add some files.
+       (dgnushack-tool-files): Remove, merge it into
+       `dgnushack-unexported-files'.
+
+       * lisp/base64.el: New file -- base64 encoding functions using MEL.
+
+2000-11-05  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
+
+       * lisp/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
+       the winking face.
+
+2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory.
+
+2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * Makefile.in (install-package-ja): Compile and install lisp files
+       first.
+       (install-package): Ditto.
+       (compose-package, install-package-info-ja, install-package-info,
+       install-package-lick): New sub targets.
+
+       * lisp/Makefile.in (install-package-info-ja, install-package-info,
+       install-package-lick): New targets.
+       (compose-package): Rename from `package'.
+       (install-package): Remove.
+
+       * lisp/dgnushack.el (dgnushack-install-package-info-ja,
+       dgnushack-install-package-info, dgnushack-install-package-lick,
+       dgnushack-install-package-pkginfo,
+       dgnushack-install-package-info-files, dgnushack-make-manifest,
+       dgnushack-gnus-product-name, dgnushack-examine-package-dir,
+       dgnushack-make-autoloads): New functions.
+       (dgnushack-install-package): Remove.
+       (dgnushack-compose-package): Rename from `dgnushack-make-package'.
+       (dgnushack-info-file-regexp-ja, dgnushack-info-file-regexp-en):
+       Split from `dgnushack-info-file-regexp'.
+       (dgnushack-texi-file-regexp): Remove.
+
+2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (dgnushack-texi-format): Remove @ignore'd areas
+       before processing.
+
+2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
+
+       * lisp/gnus.el (gnus-product-variable-file-list): Check for
+       `emacs-version' in the file "cache" as well.
+       * lisp/gnus-start.el (gnus-product-read-variable-file-1): Make it
+       talkative.
+
+2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old
+       Emacsen.
+
+2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken
+       direntry generate probrem.
+       (Advised by Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>)
+
+2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-summary-insert-line): Work with quoted
+       double-quote characters.
+       (gnus-summary-prepare-threads): Ditto.
+
+2000-10-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice-flag): Renamed
+       from `ptexinfmt-disable-broken-notice'.
+
+2000-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows
+       detection fixed.
+
+2000-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21.
+       * lisp/lpath.el: Fbind `propertize'.
+
+2000-10-22  Katsuhiro Hermit Endo <hermit@tomato.saino.ne.jp>
+
+       * texi/gnus-ja.texi (Changing Servers): Fix typo.
+
+2000-10-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+
+       * lisp/nnshimbun.el (nnshimbun-netbsd-get-headers): Fix regular
+       expression to extract xover urls.
+
+2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
+
+       * make.bat: Makes it possible to generate the Info files on
+       windows again.
+
 2000-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * Makefile.in (info-ja, xinfo-ja): No need to use `MAKEINFO=no'.