Version number is increased to 2.5.0.
[elisp/wanderlust.git] / wl / ChangeLog
index 7f97e9e..ca5802d 100644 (file)
@@ -1,3 +1,94 @@
+2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.5.0.
+
+       * wl-version.el (wl-version): Changed codename.
+
+2000-11-06  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
+       (wl-summary-supersedes-message): Ditto.
+
+2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-refile.el (wl-refile-guess-functions): Renamed from
+       `wl-refile-guess-func-list'.
+
+2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
+       Fixed problem when no rule was matched.
+
+2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
+
+       * wl-summary.el (wl-summary-get-mark): Fixed
+       `wl-summary-buffer-target-mark' check logic.
+
+2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-write-current-folder): Added group
+       folder check.
+
+       * wl-summary.el (wl-summary-write-current-folder): Renamed from
+       `wl-summary-write-current-newsgroup'.
+       (wl-summary-write-current-folder-functions): New variable.
+       * wl-folder.el (wl-folder-get-newsgroups): New function.
+       (wl-folder-guess-mailing-list-by-refile-rule): New function.
+       (wl-folder-write-current-folder): Renamed from
+       `wl-folder-write-current-newsgroup'.
+
+2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.3.93.
+
+2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
+       (wl-ldap-make-matched-value-list): Ditto.
+       (wl-ldap-alias-safe-string): Split e-mail address.
+
+       * wl-summary.el (wl-summary-read-folder): Fixed problem when
+       petname folder default was selected.
+       (Fix by HIROSE Yuuji <yuuji@gentei.org>)
+       (wl-summary-auto-refile): Use `wl-folder-get-realname'.
+
+2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
+       to `wl-draft-config-exec'.
+
+       * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
+       instead of calling `wl-draft-config-exec';
+       Process group-list and show recipients in minibuffer.
+
+       * tm-wl.el (wl-draft-preview-message): Ditto.
+
+2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl.el (toplevel): Added (C) to copyright notice, and
+       sync Author header.
+       * tm-wl.el (toplevel): Ditto.
+       * wl-address.el (toplevel): Ditto.
+       * wl-demo.el (toplevel): Ditto.
+       * wl-dnd.el (toplevel): Ditto.
+       * wl-draft.el (toplevel): Ditto.
+       * wl-e21.el (toplevel): Ditto.
+       * wl-expire.el (toplevel): Ditto.
+       * wl-folder.el (toplevel): Ditto.
+       * wl-highlight.el (toplevel): Ditto.
+       * wl-message.el (toplevel): Ditto.
+       * wl-mime.el (toplevel): Ditto.
+       * wl-mule.el (toplevel): Ditto.
+       * wl-nemacs.el (toplevel): Ditto.
+       * wl-refile.el (toplevel): Ditto.
+       * wl-score.el (toplevel): Ditto.
+       * wl-summary.el (toplevel): Ditto.
+       * wl-template.el (toplevel): Ditto.
+       * wl-thread.el (toplevel): Ditto.
+       * wl-util.el (toplevel): Ditto.
+       * wl-vars.el (toplevel): Ditto.
+       * wl-xmas.el (toplevel): Ditto.
+
 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
 
        * wl.el (wl-init): Added comment about `wl-init-hook'.