X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=3d4fed300541584a4f717e373393cfd3c27c5447;hb=7d3196d3733fc2d3b2387d14069a331b49a3e9af;hp=686e8f4c0fd368eba512dc50a72e165878996ae5;hpb=a6096ae95f467a46fb8a96e93c877d2075e03148;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 686e8f4..3d4fed3 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,10 +1,21 @@ +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'. + define by `wl-summary-define-sort-command' at runtime. * wl.el (wl-init): Call wl-summary-define-sort-command.