X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=3d4fed300541584a4f717e373393cfd3c27c5447;hb=7d3196d3733fc2d3b2387d14069a331b49a3e9af;hp=e60273c7eb77bf1a026ff5cf296f9bb1643f366c;hpb=a725104d7469350046af8c0143e7eea089475e7c;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index e60273c..3d4fed3 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,86 @@ +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'.