X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=inline;f=wl%2FChangeLog;h=85770fb2237de7c02235d68b4cd46c6e39cbab03;hb=b9b9d404a0912f6ee172f2adfe249823af297bcd;hp=a03194a0b15fcaf737a943893f2db47e59339492;hpb=0339b6e319f81f4b4b52aa1ef3a27df92fe81287;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index a03194a..85770fb 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,122 @@ +2000-10-31 TAKAHASHI Kaoru + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 * wl-template.el: Doc fixes.