X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=7580c38ee11707479a9c8360f7967bb002295e7b;hb=846eb3801c9ab62eae9e5a4eb0f109d9035e9d0c;hp=39eb120f60067ab679371225f0e0f39c8944720d;hpb=c0dac9c487619d807c889d71e936329d8eafee44;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 39eb120..7580c38 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,178 @@ +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 + duplicate call of `wl-summary-print-argument' on the wrong line. + +2005-03-17 Hiroya Murata + + * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input + even if argument `number' is nil. + (wl-summary-insert-line): Print action argument if current message + has it. + +2005-03-16 Hiroya Murata + + * wl-draft.el (wl-draft-forward): Call `wl-draft' with number. + (wl-draft-reply): Ditto. + (wl-draft): Add optional argument `parent-number' and call + `wl-draft-create-buffer' with it. + (wl-draft-create-buffer): Add optional argument + `parent-number'. Set wl-draft-parent-number as it. + +2005-03-13 Yoichi NAKAYAMA + + * wl-folder.el (wl-folder-set-persistent-mark): If summary + buffer is not for given folder, don't use it. + +2005-03-13 Yuuichi Teranishi + + * Version number is increased to 2.15.0. + +2005-03-11 Hiroya Murata + + * wl.el (wl-init): Call `elmo-global-flags-initialize'. + + * wl-highlight.el (wl-highlight-summary-flagged-face): New face. + (wl-highlight-get-face-by-name): New internal function. + (wl-highlight-summary-line-face-spec): Use it and fixed. + +2005-03-10 Hiroya Murata + + * wl-summary.el (wl-summary-sync-update): Use + `elmo-message-entity-field' instead of `car' to get message-id + from overview entity. + + * wl-summary.el (wl-summary-rescan-message): Call + `wl-highlight-summary-displaying' when displaying a message. + 2005-03-07 Yoichi NAKAYAMA * wl-draft.el (wl-draft-config-info-filename): Extracted from @@ -43,7 +218,8 @@ 2005-02-25 Hiroya Murata - * wl-vars.el (wl-message-use-header-narrowing): New user option. + * wl-vars.el (wl-message-auto-reassemble-message/partial): New + user option. * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix argument `5'.