Set VERSION to 2.3.92.
[elisp/wanderlust.git] / ChangeLog
index ea19321..397cf5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2000-09-11  OKAZAKI Tetsurou  <okazaki@be.to>
+2000-10-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
-       * INSTALL: Deleted time-stamp line.
+       * Makefile (mostlyclean-dvi, clean-dvi): New target.
+       (mostlyclean, distclean, maintainer-clean): New target.
+       (clean): Use mostlyclean target.
+
+       * doc/texinfo.tex, doc/txi-en.tex, doc/txi-ja.tex: New file
+       imported.
+
+2000-10-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Makefile (clean-info, mostlyclean-info): New target.
+       (clean-elc): Added `wl/*~'.
+
+2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * INSTALL (Installation): Add notify for tm-8 with old APEL user.
        * INSTALL.ja: Ditto.
-       * README: Ditto.
+
+       * etc/VERSION: New file.
+
+2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * WL-MK (config-wl-package-subr): Changed message.
+
+       * WL-ELS: Abolished FLIM 1.12 support.
+       Notify tm-8 requires APEL 10.2 or later.
+
+2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * etc/icons/wl-logo.xbm: Removed.
+
+       * etc/icons/wl-logo.xpm: Ditto.
+
+       * etc/icons/wl-stable-logo.xbm: New file.
+
+       * etc/icons/wl-stable-logo.xpm: Ditto.
+
+       * etc/icons/wl-beta-logo.xbm: Ditto.
+
+       * etc/icons/wl-beta-logo.xpm: Ditto.
+
+2000-10-17  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * WL-MK: Since `bytecomp' is not provided in Nemacs, use `load'
+       instead of `require' for it.
+
+2000-10-13  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * WL-MK: (byte-compile-file-form-custom-declare-variable): Define
+       function if bytecomp doesn't have it; warn if "new custom" isn't
+       detected; don't require `backquote' because it's always autoloaded.
+
+2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * WL-ELS (WL-MODULES): Added `wl-version'.
+       (ELMO-MODULES): Added `elmo-version'.
+
+2000-10-03  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * WL-MK: Set `recursive-load-depth-limit' to nil.  It is currently
+       needed to byte-compile with Emacs 21.  FIXME!
+
+2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * Makefile (PIXMAPDIR): New variable.
+       (elc, install-elc, uninstall-elc, package, install-package): Use
+       it.
+
+       * WL-MK (config-wl-pixmap-dir): New function.
+       (config-wl-package, config-wl-package-xmas): Use it.
+       (install-wl-icons): New function.
+       (install-wl-package, install-wl-package-xmas): Use it.
+       (uninstall-wl-package): Uninstall icons as well.
+
+2000-09-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el (texinfo-multitable-widths): Fix
+       broken-facility probrem when use multitable unsupported
+       texinfmt.el.
+
+2000-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el (texinfo-format-printindex): Use (featurep
+       'meadow) instead of `texinfmt-version'.
+
+2000-09-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el (texinfo-format-printindex): Add
+       broken-facility check, for Mule for Windows.
+       (texinfo-format-printindex): New function.
+
+2000-09-18  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * etc/icons/letter.xpm, etc/icons/no-letter.xpm: New files.
+
+2000-09-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el (texinfo-multitable-widths): Add
+       broken-facility check.
+       (texinfo-multitable-item): Use it, when broken-facility check.
+
+2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * doc/wl.texi, doc/wl-ja.texi: Replace
+       `wl-highlight-group-folder-by-numbers' with
+       `wl-highlight-folder-by-numbers';
+       add description about `wl-highlight-folder-by-numbers';
+       update for Emacs 21.
+
+       * WL-ELS (WL-MODULES): Add `wl-e21'.
+
+2000-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el (texinfo-multitable-widths,
+       texinfo-multitable-item): Apply char-width probrem fix patch
+       (by KOIE Hidetaka <koie@skipjack.koie.org>).
+       Newsgroups: fj.editor.emacs
+       Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
+
+       * utils/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
+       variable.
+
+2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * doc/TODO.ja: Updated.
+
+2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * WL-ELS (ELMO-MODULES): Added elmo-net.
+
+2000-07-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el: Disable broken check notice.
+
+       * utils/ptexinfmt.el (texinfo-format-uref): Fixed.
+
+2000-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el: Support @multitable.
+       (texinfo-multitable, texinfo-end-multitable,
+       texinfo-multitable-widths, texinfo-multitable-extract-row,
+       texinfo-multitable-item): New function.
+
+2000-07-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el: Use fmakunbound, when broken-function
+       replace.
+
+2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * WL-ELS: Deleted time-stamp line.
+
+2000-07-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el: Support @image. Fix broken @uref.
+       (texinfo-format-image): New function.
+       (texinfo-format-uref): Fixed 2times parse probrem.
+
+2000-07-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * WL-MK (wl-texinfo-format-file): require ptexinfmt.
+       * utils/ptexinfmt.el: provide feature.
+       (documentlanguage, documentencoding): Fixed probrem.
+
+2000-07-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el: New file.
+
+2000-07-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * README: Remove CVS keyword.
        * README.ja: Ditto.
-       * WL-ELS: Ditto.
-       * WL-MK: Ditto.
+       * INSTALL: Ditto.
+       * INSTALL.ja: Ditto.
+       * doc/wl.texi: Ditto.
+       * doc/wl-ja.texi: Ditto.
+
+2000-06-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * README: CVS keyword instaed of time-stamp.
+       * README.ja: Ditto.
+       * INSTALL: Ditto.
+       * INSTALL.ja: Ditto.
+       * doc/wl.texi: Ditto.
+       * doc/wl-ja.texi: Ditto.
+
+2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * WL-ELS (ELMO-MODULES): Added `pldap'.
+
+2000-06-12  Yasushi ABE <yasushi@stbbs.net>
+
+       * utils/bbdb-wl.el (bbdb-extract-field-value): Decode with
+       multibyte-buffer.
 
 2000-05-15  Katsumi Yamaoka <yamaoka@jpl.org>