X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=85770fb2237de7c02235d68b4cd46c6e39cbab03;hb=b9b9d404a0912f6ee172f2adfe249823af297bcd;hp=31dba8c039eb9837ebf1ef38feaf912b830d0d53;hpb=77a3d7501600549420623459f5a9cd8b71991f1d;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 31dba8c..85770fb 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,245 @@ +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. + +2000-10-26 Katsumi Yamaoka + + * wl-e21.el (wl-message-overload-functions): Do nothing if + `current-local-map' is not available. + (wl-e21-setup-message-toolbar): Allow the argument `keymap'. + +2000-10-26 TAKAHASHI Kaoru + + * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral + representation. + + * wl-fldmgr.el (wl-fldmgr-folders-header): Include version + number. + (wl-fldmgr-save-folders): Don't use `format' when insert + `wl-fldmgr-folders-header'. + +2000-10-26 Katsumi Yamaoka + + * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'. + +2000-10-26 Yuuichi Teranishi + + * wl-highlight.el (wl-highlight-message): + Use `std11-field-end' to detect end point of the header field. + Refer `wl-highlight-max-header-size'. + + * wl-vars.el (wl-highlight-max-header-size): New variable. + + * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'. + + * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): + Set `for-draft' argument of wl-highlight-headers. + (wl-draft): Ditto. + (wl-draft-reedit): Ditto. + (wl-user-agent-compose-internal): Ditto. + +2000-10-24 Daiki Ueno + + * wl-message.el (wl-message-add-button): Use overlay. + +2000-10-24 Yuuichi Teranishi + + * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space. + + * wl-address.el (wl-address-string-without-group-list-contents): Fixed + problem when group-list content is nothing. + (Reported by Mito ) + +2000-10-18 SAITO Atsunori + + * wl-summary.el (wl-summary-print-destination): Adjust line length. + +2000-10-20 TAKAHASHI Kaoru + + * tm-wl.el (toplevel): Use product-provide. + +2000-10-20 Yuuichi Teranishi + + * Version number is increased to 2.3.92. + +2000-10-19 Katsumi Yamaoka + + * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a + title text, use `display' property for left margin under Emacs 21. + + * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without + properties. + (wl-plugged-init-icons): Ditto. + +2000-10-19 TAKAHASHI Kaoru + + * wl.el (wl-save-status, wl-init): Remove last period in + "...done." message. + * tm-wl.el (wl-summary-burst): Ditto. + * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all, + wl-summary-resume-cache-status, + wl-summary-resume-marks-and-highlight, wl-summary-resume-marks, + wl-summary-sync-update3, wl-summary-highlight-msgs, + wl-summary-flush-pending-append-operations, + wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks, + wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto. + * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all, + wl-thread-open-all): Ditto. + * wl-score.el (wl-summary-score-update-all-lines): Ditto. + * wl-mime.el (wl-summary-burst): Ditto. + * wl-highlight.el (wl-highlight-summary): Ditto. + * wl-folder.el (wl-folder-update-newest, wl-local-folder-init, + wl-folder-open-all, wl-folder-update-access-group): Ditto. + * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto. + * wl-address.el (wl-local-address-init): Ditto. + +2000-10-19 Katsumi Yamaoka + + * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of + `add-text-properties'. + (wl-plugged-init-icons): Ditto. + (wl-folder-init-icons): Use `propertize' instead of + `put-text-property'. + (wl-plugged-set-folder-icon): Ditto. + (wl-e21-highlight-folder-group-line): Ditto. + +2000-10-18 Yuuichi Teranishi + + * wl-version.el (wl-version-status-alist): New variable. + (wl-version-status): New function. + + * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to + "Cc" part of the case "Reply-To". + + * wl-draft.el (wl-draft-reply): Use result of + `eword-extract-address-components'. + + * wl-demo.el (wl-demo-icon-name): New constant. + (wl-logo-xpm): Use it. + (wl-logo-xbm): Ditto. + (wl-logo-bitmap): Ditto. + + * Version number is increased to 2.3.91. + 2000-10-18 TAKAHASHI Kaoru * wl-version.el (wl-generate-user-agent-string): Fixed docstring. @@ -5,6 +247,17 @@ wl-extended-emacs-version3): Remove `interactive'. Fixed docstring. + * wl-version.el (wl-generate-user-agent-string-1): New function. + (wl-generate-user-agent-string): Use it. + + * wl-version.el (wl-generate-user-agent-string-1): Ignore + `mime-edit-insert-user-agent-field'. + (wl-generate-user-agent-string): Check + `mime-edit-insert-user-agent-field' and `mime-editor/version'. + + * wl-version.el (wl-generate-user-agent-string-1): Use `cond' + instead of `if', when verbose case. + 2000-10-18 Kenichi OKADA * wl-expire.el (wl-summary-expire): Fix. @@ -45,6 +298,8 @@ Changed default value to consider `Reply-To:'. (Advised by TAKAHASHI Kaoru ) + * Version number is increased to 2.3.90. + * wl-summary.el (wl-summary-msgdb-load-async): Enclose elmo-imap4-get-session with unwind-protect. Don't cause error.