* wl.el (toplevel): Added (C) to copyright notice, and
[elisp/wanderlust.git] / wl / ChangeLog
index a03194a..85770fb 100644 (file)
@@ -1,3 +1,122 @@
+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'.
+       * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
+       * wl-vars.el (wl-init-hook): Added docs.
+       (wl-make-plugged-hook): Removed useless docs.
+       * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
+       * wl-xmas.el (toplevel): Ditto.
+
+2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-address.el (toplevel): Fixed multiple Author header format.
+       * wl-demo.el (toplevel): Ditto.
+       * wl-draft.el (toplevel): Ditto.
+       * wl-folder.el (toplevel): Ditto.
+       * wl-summary.el (toplevel): Ditto.
+       * wl-thread.el (toplevel): Ditto.
+       * wl-util.el (toplevel): Ditto.
+       * wl-vars.el (toplevel): Ditto.
+       * wl-version.el (toplevel): Ditto.
+       * wl-xmas.el (toplevel): Ditto.
+       * wl.el (toplevel): Ditto.
+
+       * wl-version.el (toplevel): Added require `elmo-version' for
+       `product-version-as-string'.
+
+2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-draft-send-hook): Changed default value to
+       '(wl-draft-config-exec).
+
+       * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
+       explicitly.
+       (wl-draft): Set `wl-draft-config-exec-flag' before running
+       `wl-mail-setup-hook'.
+
+       * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
+       `wl-biff-init-icons' to `wl-init-hook' instead of
+       `wl-make-plugged-hook'.
+       (Because if `wl-draft' command is invoked at first,
+       they are not initialized)
+       Updated copyright notice.
+
+       * wl-e21.el (toplevel): Ditto;
+
+       * wl-demo.el (toplevel): Updated copyright notice.
+       * wl-address.el (toplevel): Ditto.
+       * wl-draft.el (toplevel): Ditto.
+       * wl-version.el (toplevel): Ditto.
+       * wl-folder.el (toplevel): Ditto.
+       * wl-summary.el (toplevel): Ditto.
+       * wl-thread.el (toplevel): Ditto.
+       * wl-util.el (toplevel): Ditto.
+       * wl-vars.el (toplevel): Ditto.
+       * wl.el (toplevel): Ditto.
+
+2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-message): Fixed problem of
+       highlighting failure which occured when the last field contains
+       multiple lines in the draft buffer.
+
+       * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
+       `wl-biff-start' if plugged.
+
+       * wl-util.el (wl-biff-check-folder): New function.
+       (wl-biff-check-folders): Don't set session name prefix.
+       Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
+       (wl-biff-check-folder-async): Ditto.
+
+       * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
+       in email address.
+
+2000-10-07  Yasushi Shoji      <yashi@yashi.com>
+
+       * wl-vars.el (wl-subject-prefix-regexp): New variable.
+
+       * wl-draft.el (wl-draft-strip-subject-re): New function.
+
+       * wl-draft.el (wl-draft-reply): Use it.
+
+2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-message.el (wl-mmelmo-message-redisplay): Use
+       `mime-display-message' instead of `wl-mime-display-message'.
+
+       * wl-mime.el (toplevel): Removed compatibility workaround
+       for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
+       (wl-mime-display-message): Abolished.
+       (wl-mime-entity-read-field): Ditto.
+       (wl-mime-combine-message/partial-pieces): Use
+       `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
+
 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
 
        * wl-template.el: Doc fixes.