* wl-vars.el (wl-additional-search-condition-fields):
[elisp/wanderlust.git] / wl / ChangeLog
index 686e8f4..3d4fed3 100644 (file)
@@ -1,10 +1,21 @@
+2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
 
        * 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.