Fixed last change.
[elisp/wanderlust.git] / wl / ChangeLog
index 66cdc8f..d33ef44 100644 (file)
@@ -1,5 +1,149 @@
+2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-line-format): Addes some description to the
+       docstring.
+
+       * wl-summary.el (wl-summary-line-open-bracket): Abolished.
+       (wl-summary-line-close-bracket): Ditto.
+       (wl-summary-line-children-number): Ditto.
+       (wl-summary-line-thread-indent): Ditto.
+       (wl-summary-line-children-and-from): Ditto.
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
+       't', 'c', 'F' and added 'C'.
+
+       * wl-util.el (wl-set-string-width): Accept negative value.
+       (wl-line-parse-format): Added "%number(" and "%)".
+
+2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-list-count): Change format of the
+       return value.
+
+2002-05-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * wl-draft.el (wl-draft-beginning-of-line): New command imported
+       from the recent message.el.
+       (wl-draft-point-in-header-p): Ditto.
+       * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
+       wl-draft-beginning-of-line.
+       * wl-e21.el (wl-draft-mode-map): Ditto.
+       * wl-xmas.el (wl-draft-mode-map): Ditto.
+
+       * wl-folder.el: Sort macrodefs by dependencies.
+
+2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
+
+       * wl-summary.el (wl-summary-prev): Fixed regexp.
+       (wl-summary-next): Ditto.
+
+2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
+
+2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
+
+       * wl-summary.el (wl-summary-create-line): Bind variable `entity'
+       for backward compatibility.
+
+2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-list-count): New function, merged
+       from my-wl-summary-subject-func-ml in samples/*/dot.wl.
+       * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
+       list counts.
+
 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-summary.el (wl-summary-create-line): Ignore errors while
+       timezone-fix-time.
+
+       * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
+
+       * wl-summary.el (wl-summary-sync-update): Ditto.
+       (wl-summary-default-from): Use wl-message-entity
+       instead of entity.
+
+       * wl-summary.el (wl-summary-create-line): Fix.
+
+       * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
+       (wl-summary-line-format): New user option.
+       (wl-folder-summary-line-format-alist): Ditto.
+       (wl-summary-from-width): Abolished.
+
+       * wl-util.el (toplevel): Require 'bytecomp.
+       (wl-line-parse-format): New function.
+       (wl-line-formatter-setup): New macro.
+
+       * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
+       (wl-summary-buffer-line-formatter): New buffer local variable.
+       (wl-summary-switch-to-clone-buffer): Follow the change above.
+       (wl-summary-message-regexp): Fix.
+       (wl-summary-from-func-internal): Abolished.
+       (wl-summary-subject-func-internal): Ditto.
+       (wl-summary-subject-filter-func-internal): Ditto.
+       (All other related portions are changed.)
+       (wl-summary-buffer-set-folder):
+       Set up wl-summary-buffer-number-column and 
+       wl-summary-buffer-line-formatter
+       (All other related portions are changed.)
+       (wl-summary-buffer-number-column-detect): Abolished.
+       (All other related portions are changed.)
+       (wl-summary-delete-all-status-marks-on-buffer): Removed.
+       (wl-summary-delete-all-temp-marks-on-buffer): Use
+       wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
+       (wl-summary-target-mark-delete): Ditto.
+       (wl-summary-target-mark-refile-subr): Ditto.
+       (wl-summary-target-mark-mark-as-read): Ditto.
+       (wl-summary-target-mark-mark-as-unread): Ditto.
+       (wl-summary-target-mark-mark-as-important): Ditto.
+       (wl-summary-target-mark-save): Ditto.
+       (wl-summary-replace-status-marks): Renamed from
+       wl-summary-set-status-marks-on-buffer;
+       Use wl-summary-message-regexp instead of
+       wl-summary-buffer-number-regexp.
+       (wl-summary-sync-update): Follow the change above.
+       (wl-summary-goto-previous-message-beginning): New function.
+       (wl-summary-mark-as-unread): Use it.
+       (wl-summary-mark-as-important): Ditto.
+       (wl-summary-line-formatter): New variable.
+       (wl-summary-line-year): New function.
+       (wl-summary-line-day): Ditto.
+       (wl-summary-line-day-of-week): Ditto.
+       (wl-summary-line-hour): Ditto.
+       (wl-summary-line-minute): Ditto.
+       (wl-summary-line-open-bracket): Ditto.
+       (wl-summary-line-close-bracket): Ditto.
+       (wl-summary-line-children-number): Ditto.
+       (wl-summary-line-thread-indent): Ditto.
+       (wl-summary-line-size): Ditto.
+       (wl-summary-line-subject): Ditto.
+       (wl-summary-line-from): Ditto.
+       (wl-summary-line-children-and-from): Ditto.
+       (wl-summary-create-line): Rewritten.
+       (wl-summary-format-date): Abolished.
+
+       * wl-highlight.el (wl-highlight-summary-current-line): Use
+       wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
+       Use thread structure to detect thread top message.
+
+       * wl-draft.el (wl-default-draft-cite): Don't use
+       wl-summary-from-func-internal.
+
+       * wl-refile.el (wl-refile-subject-learn): Don't use
+       wl-summary-subject-filter-func-internal.
+       (wl-refile-guess-by-subject): Ditto.
+
+       * wl-e21.el (wl-e21-toolbar-configurations): Changed default
+       parameters.
+
+       * wl-thread.el (wl-thread-update-indent-string-region):
+       Use wl-thread-update-line-on-buffer instead of
+       wl-thread-update-indent-string.
+       (wl-thread-update-children-number): Redefine using
+       wl-thread-update-line-on-buffer.
+       (wl-thread-update-indent-string): Abolished.
+
         * Version number is increased to 2.9.11.
 
 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
        * wl-thread.el (wl-thread-insert-message): Ditto.
 
        * Version number is increased to 2.9.10.
-       
+
        * wl-message.el (wl-message-redisplay): Ignore errors while
        wl-message-redisplay-hook.
 
        * wl-summary.el (wl-summary-next-page): Force display message if
        message is not displayed yet.
        (wl-summary-prev-page): Ditto.
-       
+
 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
 
        * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.