X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=884e540121e5309dd1d23ec882ab83ab67cef602;hb=63dc9460bc7e5e46ace0b223a97da943b6405ac4;hp=7bdd60b866be18214f543e0dad122b9997df179f;hpb=7ef8671f43bdb50225926f92bbac98711f008b31;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 7bdd60b..884e540 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,558 @@ +2006-09-21 Hiroya Murata + + * Version number is increased to 2.15.4. + +2006-09-01 Hiroya Murata + + * wl-folder.el (wl-folder-check-one-entity): Simplify. + +2006-08-28 Yoichi NAKAYAMA + + * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused + variable. + +2006-07-26 Tetsurou Okazaki + + * wl-spam.el (wl-thread-test-spam): New function. + (wl-spam-setup): Bind "tkc". + +2006-07-24 Hiroya Murata + + * wl-expire.el (wl-folder-expire-entity): Rewite without + `wl-summary-goto-folder-subr'. + (wl-folder-expire-current-entity): Don't kill summary buffer. + +2006-07-21 Hiroya Murata + + * wl-folder.el (wl-folder-sync-entity): Rewrite without + `wl-summary-goto-folder-subr'. + (wl-folder-mark-as-read-all-entity): Likewise. + + * wl-summary.el (wl-summary-sync): Accept symbol for `range'. + +2006-06-22 Yoichi NAKAYAMA + + * wl-thread.el (wl-thread-force-open): Arranged. + +2006-06-19 Yoichi NAKAYAMA + + * wl-folder.el (wl-folder-complete-filter-condition): Remove ! + from regexp. + + * wl-util.el (wl-search-condition-fields): Remove "AND","OR". + (wl-read-search-condition-internal): Append them. + +2006-06-19 Hiroya Murata + + * wl-vars.el (wl-additional-search-condition-fields): + New user option. + + * wl-util.el (wl-search-condition-fields): New function; export + from `wl-read-search-condition-internal'. + (wl-read-search-condition-internal): Use it. + + * wl-folder.el (wl-folder-complete-filter-condition): Ditto. + +2006-06-10 Hiroya Murata + + * wl-summary.el (wl-summary-define-sort-command): New function. + (wl-summary-sort-by-date, wl-summary-sort-by-number) + (wl-summary-sort-by-subject, wl-summary-sort-by-from) + (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove; + define by `wl-summary-define-sort-command' at runtime. + + * wl.el (wl-init): Call wl-summary-define-sort-command. + +2006-06-04 Hiroya Murata + + * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text + properties at the decrypting region. + +2006-06-03 Hiroya Murata + + * wl-util.el (wl-find-region): New function. + + * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded + coding system. + (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text + property `wl-mime-decoded-coding-system'. + (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text + property `wl-mime-decoded-coding-system' to encode text. + + * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress + message. + (wl-mime-pgp-verify-region): Ditto. + +2006-05-26 Hiroya Murata + + * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary + buffer. Use epa-display-verify-result. + +2006-05-18 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-send): Continue even if setting parent + flag was failed. + +2006-05-15 Hiroya Murata + + * wl-message.el (wl-message-flag-indicator): Fixed the problem + of returning string only of parentheses. + +2006-05-13 Hiroya Murata + + * wl-summary.el (wl-summary-write): Add argument `folder'. + (wl-summary-write-current-folder): Change argument `folder' from + optional to require. + (wl-summary-get-buffer): Return the buffer associated folder only. + + * wl-folder.el (wl-folder-set-persistent-mark): Follow the above + change. + (wl-folder-toggle-disp-summary): Ditto. + + * wl-draft.el (wl-draft-create-buffer): Don't use folder of + current summary as parent-folder. + +2006-05-13 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-reedit): Don't overwrite + wl-draft-parent-folder. + +2006-05-04 Hiroya Murata + + * wl-mime.el (wl-mime-pgp-decrypt-region): New function. + (wl-mime-pgp-verify-region): Ditto. + (wl-message-decrypt-pgp-nonmime): Use the above function. + (wl-message-verify-pgp-nonmime): Likewise. + (wl-mime-preview-application/pgp): Likewise. + +2006-04-20 Kenichi Okada + + * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'. + Fix about the order of `wl-nntp-posting-port' and + `wl-nntp-posting-stream-type'. + * wl.el (wl-plugged-port-label-alist): Add smtp. + +2006-02-26 Hiroya Murata + + * wl-summary.el (wl-summary-message-status): New macro. + + * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'. + (wl-summary-killed-mark): New user option. + + * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the + API change. + (wl-thread-insert-entity-sub): Ditto. + (wl-thread-recover-messages): New command. + + * wl-summary.el (wl-summary-update-mark-and-highlight-window): + Don't call `wl-highlight-summary-current-line' directly. + (wl-summary-buffer-attach): Connect to signal `status-changed' + instead of `cache-changed'. + (wl-summary-buffer-detach): Follow the above change. + (wl-summary-detect-mark-position): Follow the API change. + (wl-summary-rescan-message): Ditto. + (wl-summary-insert-sequential): Ditto. + (wl-summary-update-thread): Ditto. + (wl-summary-message-mark): Ditto. + (wl-summary-persistent-mark): Ditto. + (wl-summary-create-line): Ditto. + (wl-summary-prefetch-region-no-mark): Call + `wl-summary-persistent-mark' with number. + (wl-summary-recover-messages-region): New command. + (wl-summary-target-mark-recover): Ditto. + (wl-summary-recover-message): Ditto. + (wl-summary-persistent-mark-string): Add argument `status' instead + of remove arguments `flags' and `cached'. Treat killed status. + (wl-summary-update-persistent-mark): Remove optional argument `flags'. + + * wl-highlight.el (wl-highlight-summary-displaying-face): New face. + (wl-highlight-summary-line-face-spec): Treat killed status. + (wl-highlight-summary-line-string): Follow the API change. + (wl-highlight-summary-current-line): Ditto. + + * Version number is increased to 2.15.3. + +2006-02-24 Hiroya Murata + + * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead + of symbolp to test whether the condition is function. + +2006-02-24 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook + to nil. + +2006-02-23 Hiroya Murata + + * wl-summary.el (wl-summary-buffer-message-ring): New internal + variable. + (wl-summary-buffer-last-displayed-msg): Abolish. + (wl-summary-push-message): New function. + (wl-summary-pop-message): Ditto. + (wl-summary-goto-folder-subr): Reset + `wl-summary-buffer-message-ring'. + (wl-summary-pop-to-last-message): New command. + (wl-summary-goto-last-displayed-msg): Call + wl-summary-pop-to-last-message if optional argument is non-nil or + the last command is itself. + (wl-summary-redisplay-internal): Push last message number into + `wl-summary-buffer-message-ring'. + + * wl-vars.el (wl-summary-message-ring-max): New user option. + +2006-02-22 Hiroya Murata + + * wl-draft.el (wl-draft-find-reply-headers): New function (extract + from `wl-draft-reply'). + (wl-draft-reply): Use it. + (wl-draft-find-reply-headers): Avoid compile warning. + +2006-02-14 Yoichi NAKAYAMA + + * wl-thread.el (wl-thread-jump-to-msg): Add docstring. + +2006-02-09 Hiroya Murata + + * wl-message.el (wl-message-flag-indicator): New function. + (wl-message-redisplay): Use it. + +2006-02-09 Yoichi NAKAYAMA + + * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. + +2006-01-31 Hiroya Murata + + * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char' + instead of `read-event'. + + * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'. + + * wl-mule.el (wl-read-event-char): Ditto. + + * wl-e21.el (wl-read-event-char): Ditto. + +2006-01-30 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-send-confirm-type): Change default value. + +2006-01-28 Hiroya Murata + + * wl-vars.el (wl-draft-send-confirm-type): New user option. + + * wl-util.el (wl-y-or-n-p-with-scroll): New function. + + * wl-draft.el (wl-draft-send-confirm): Confirmation by + `wl-draft-send-confirm-type' + +2006-01-26 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number): + Avoid error when the buffer name is already used. + +2006-01-23 Yoichi NAKAYAMA + + * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow + the change of elmo-nmz -> elmo-search. + (wl-highlight-summary-line-help-echo-alist): Ditto. + (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'. + (wl-nmz-folder-icon): Define as obsolete. + * wl-e21.el (wl-folder-internal-icon-list): Follow it. + * wl-xmas.el (wl-folder-internal-icon-list): Ditto. + +2006-01-22 Hiroya Murata + + * wl-summary.el (wl-summary-get-list-info): Rewrite with + `elmo-find-list-match-value' + +2006-01-15 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-get-list-info): Optimize. + Use List-Id and List-Post also. + +2006-01-14 Hiroya Murata + + * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS. + +2006-01-01 TAKAHASHI Kaoru + + * wl-demo.el (wl-demo-copyright-notice): Add 2006. + +2005-12-11 Hiroya Murata + + * wl-util.el (wl-completing-read-multiple-1): New internal function. + (wl-completing-read-multiple-2): Ditto. + (wl-completing-read-multiple): Define use above functions. + + * wl-summary.el (wl-summary-sort): Removed the workaround for a + bug of `completing-read-multiple' about default value. + + * wl-xmas.el (wl-completing-read-multiple): Removed. + + * wl-mule.el (wl-completing-read-multiple): Ditto. + + * wl-e21.el (wl-completing-read-multiple): Ditto. + +2005-12-10 Hiroya Murata + + * wl-util.el (wl-filter-associations): New function. + + * wl-spam.el (wl-spam-undecided-folder-list): New user option. + (wl-spam-ignored-folder-list): Ditto. + (wl-spam-ignored-folder-regexp-list): Set default value as nil. + (wl-spam-string-member-p): New function. + (wl-spam-domain): Use it. + (wl-spam-split-numbers): New function. + (wl-spam-apply-partitions): Ditto. + (wl-spam-register-spam-messages): Use `folder' instead of + `wl-summary-buffer-elmo-folder'. + (wl-spam-register-good-messages): Ditto. + (wl-summary-exec-action-spam): Decide a domain by real folder of + message. + (wl-summary-exec-action-refile-with-register): Likewise. + +2005-11-12 Hiroya Murata + + * wl-e21.el (wl-e21-find-image): New function. + (wl-e21-setup-toolbar): Use it instead of `find-image'. + (wl-e21-highlight-folder-group-line): Ditto. + (wl-folder-init-icons): Ditto. + (wl-plugged-init-icons): Ditto. + (wl-biff-init-icons): Ditto. + +2005-11-09 Hiroya Murata + + * wl-util.el (wl-collect-draft): Rewrite with `dolist'. + (wl-inhibit-save-drafts): New internal variable. + (wl-disable-auto-save): Ditto. + (wl-save-drafts): Treat above variables. + (wl-auto-save-drafts): New function. + (wl-set-save-drafts): Split to `wl-start-save-drafts' and + `wl-stop-save-drafts'. + (wl-start-save-drafts): New function. + (wl-stop-save-drafts): Ditto. + (wl-set-auto-save-draft): New command. + + * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of + `wl-set-save-drafts'. + +2005-10-16 Hiroya Murata + + * wl-mime.el (wl-mime-combine-message/partial-pieces): Use + `make-local-variable' instead of `make-variable-buffer-local'. + +2005-10-14 Yoichi NAKAYAMA + + * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end. + +2005-10-14 Yoichi NAKAYAMA + + * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp. + +2005-10-13 Hiroya Murata + + * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters + of working buffer. + +2005-10-05 Hiroya Murata + + * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo. + + * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field + value into recipients; Bind `wl-draft-remove-group-list-contents' + as nil. + +2005-09-24 Hiroya Murata + + * wl-summary.el (wl-summary-sort): Fixed the last change. + + * wl-summary.el (wl-summary-sort-function-from-spec): New function. + (wl-summary-sort-messages): Ditto. + (wl-summary-rescan): Use it. + (wl-summary-sort): Use `wl-completing-read-multiple' instead of + `completing-read'; Append candidates for reverse order. + +2005-09-17 Hiroya Murata + + * Version number is increased to 2.15.2. + +2005-09-02 Yoichi NAKAYAMA + + * wl-util.el (wl-read-search-condition-internal): Add "Larger" and + "Smaller". + * wl-folder.el (wl-folder-complete-filter-condition): Ditto. + +2005-08-04 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring. + +2005-07-17 Hiroya Murata + + * wl-vars.el (wl-draft-additional-header-alist): Add into the + customize group `wl-draft'. + (wl-draft-add-in-reply-to): Move customize group from `wl' to + `wl-draft'. + (wl-draft-add-references): Ditto. + + * wl-action.el (wl-summary-print-argument): Rename argument from + `folder' to `data'. + +2005-06-24 Hiroya Murata + + * wl-summary.el (wl-summary-rescan-message): Call + `wl-thread-cleanup-symbols' before insert thread. + +2005-06-12 Hiroya Murata + + * wl.el (wl-init): Set `elmo-get-folder-function' as + `wl-folder-make-elmo-folder'. + + * wl-spam.el (wl-summary-exec-action-spam): Use + `wl-folder-make-elmo-folder' instead of `elmo-make-folder'. + + * wl-folder.el (wl-folder-make-elmo-folder): New function. + (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of + `elmo-make-folder'. + (wl-folder-get-elmo-folder): Ditto. + (wl-folder-create-subr): Simplify. + +2005-06-05 Hiroya Murata + + * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change. + +2005-06-04 Hiroya Murata + + * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded + contents in message buffer instead of original buffer. If optional + argument specified, ask coding system for encode. + +2005-06-02 Tetsurou Okazaki + + * wl-spam.el (wl-summary-test-spam-region): New function. + (wl-spam-setup): Bind "rkc". + +2005-05-10 Yoichi NAKAYAMA + + * wl-fldmgr.el (wl-fldmgr-add): Undo the last change. + +2005-04-22 Tetsurou Okazaki + + * wl-spam.el (wl-summary-test-spam): Fix typo. + (wl-message-check-spam): Ditto. + +2005-04-16 Hiroya Murata + + * wl-summary.el (wl-summary-default-from): Simplify. + +2005-04-10 Hiroya Murata + + * wl-action.el (wl-summary-exec-action-refile): Simplify. + (wl-summary-exec-action-copy): Ditto. + (wl-summary-auto-refile): Check existence of temporary mark. + +2005-04-09 Hiroya Murata + + * wl-summary.el (wl-summary-create-line): Use + `elmo-time-to-datevec'. + + * wl-expire.el (wl-expire-archive-date): Ditto. + (wl-expire-localdir-date): Ditto. + + * wl-util.el (wl-day-number): Abolish. + + * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead + of `wl-day-number'. + (wl-score-followup): Ditto. + (wl-score-add-followups): Ditto. + (wl-score-get-latest-msgs): Ditto. + (wl-score-get-header-entry): Ditto. + (wl-score-edit-insert-date): Ditto. + +2005-04-08 Hiroya Murata + + * wl-summary.el (wl-summary-print-message-with-ps-print): Call + `elmo-message-entity-field' with 2nd argument `type'. + +2005-04-04 Tetsurou Okazaki + + * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop. + +2005-04-03 Hiroya Murata + + * wl-thread.el (wl-thread-delete-message): Delete descendant + numbers from `wl-summary-buffer-number-list' if `deep' is non-nil. + +2005-04-03 Yuuichi Teranishi + + * wl-xmas.el (wl-folder-internal-icon-list): Fix last change. + +2005-03-27 Yoichi NAKAYAMA + + * wl-xmas.el (wl-folder-internal-icon-list): Added entry for + `Access folder'. + +2005-03-27 Hiroya Murata + + * wl-vars.el (wl-access-folder-icon): New user option. + + * wl-e21.el (wl-folder-internal-icon-list): Added entry for + `Access folder'. + +2005-03-22 Hiroya Murata + + * wl-summary.el (wl-summary-buffer-set-folder): Use + `wl-folder-mime-charset'. + + * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with + `mime-charset'. + (wl-folder-get-elmo-folder): Ditto. + (wl-folder-mime-charset): New function. + +2005-03-20 Hiroya Murata + + * wl-util.el (wl-parse-addresses): Define alias of + `elmo-parse-addresses' (move to `elmo-util.el'). + + * wl-summary.el (wl-summary-default-from): Follow the API change. + (wl-summary-overview-entity-compare-by-date): Ditto. + (wl-summary-overview-entity-compare-by-from): Ditto. + (wl-summary-get-list-info): Get value of `ml-info' field from + entity at first. + (wl-summary-rescan-message): Treat prefix argument. + (wl-summary-prefetch-msg): Follow the API change. + (wl-summary-search-by-subject): Ditto. + (wl-summary-insert-thread): Ditto. + (wl-summary-line-subject): Ditto. + (wl-summary-line-from): Ditto. + (wl-summary-create-line): Ditto. + (wl-summary-print-message-with-ps-print): Ditto. + + * wl-score.el (wl-score-ov-entity-get): Ditto. + (wl-score-followup): Ditto. + (wl-score-add-followups): Use `elmo-message-entity-field' instead + of `car'. + (wl-score-get-latest-msgs): Follow the API change. + (wl-score-get-header): Ditto. + + * wl-refile.el (wl-refile-learn): Ditto. + (wl-refile-subject-learn): Ditto. + (wl-refile-get-field-value): Ditto. + (wl-refile-guess-by-history): Ditto. + (wl-refile-guess-by-subject): Ditto. + + * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto. + + * wl-expire.el (wl-expire-date-p): Removed. + (wl-expire-archive-date): Follow the API change. + (wl-expire-localdir-date): Ditto. + (wl-summary-expire): Ditto. + + * Version number is increased to 2.15.1. + +2005-03-20 Yoichi NAKAYAMA + + * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent + group is access or not (it is not strict, like wl-fldmgr-rename). + 2005-03-17 Yoichi NAKAYAMA * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid