X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=b3693783512c1320cb508a64fbf39ff0d6549f92;hb=222ed6f3293eb94760d791eee910f5b8b1556d1e;hp=799ccc5c5b1f620f039118cfc878fbe4689e8ed7;hpb=1f17ca3778008a59589a183a9440329055089d01;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 799ccc5..b369378 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,174 @@ +2001-02-23 Yoichi NAKAYAMA + + * wl-vars.el (wl-biff-notify-hook): New hook. + * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at + the arrival of new mail. + (Based on the patch from Hironori Fukuchi + and advice by Yuuichi Teranishi ) + +2001-02-23 Yuuichi Teranishi + + * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg). + +2001-02-22 Yuuichi Teranishi + + * wl-summary.el (wl-summary-default-get-next-msg): Fix. + + * Version number is increased to 2.5.8. + + * wl-thread.el (toplevel): require 'cl. + (wl-thread-resume-entity): Call wl-thread-make-number-list. + (wl-thread-make-number-list): New function. + (wl-thread-entity-make-number-list-from-children): Ditt. + (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list. + (wl-thread-entity-insert-as-children): Likewise. + (wl-thread-delete-message): Likewise. + (wl-meaning-of-mark): Eliminated. + (wl-thread-next-failure-mark-p): Ditto. + (wl-thread-entity-get-mark): Ditto. + (wl-thread-meaning-alist-get-result): Ditto. + (wl-thread-entity-check-prev-mark): Ditto. + (wl-thread-entity-check-next-mark): Ditto. + (wl-thread-entity-check-prev-mark-from-older-brother): Ditto. + (wl-thread-entity-get-prev-marked-entity): Ditto. + (wl-thread-get-prev-unread): Ditto. + (wl-thread-jump-to-prev-unread): Ditto. + (wl-thread-get-next-unread): Ditto. + (wl-thread-jump-to-next-unread): Ditto. + (wl-thread-entity-check-next-mark-from-younger-brother): Ditto. + (wl-thread-entity-get-next-marked-entity): Ditto. + + * wl-summary.el (wl-summary-buffer-number-list): + New bufer-local variable. + (wl-summary-switch-to-clone-buffer): Clone + `wl-summary-buffer-number-list'. + (wl-summary-goto-folder-subr): Use `wl-summary-next-message'. + (wl-summary-cursor-move-regex): Eliminated. + (wl-summary-cursor-up): Rewrite. + (wl-summary-cursor-down): Ditto. + (wl-summary-mode-spec-alist): New variable. + (wl-summary-next-message): New inline function. + (wl-summary-cursor-move): New function. + (wl-summary-default-get-next-msg): Rewrite. + (wl-summary-sync-all-init): Setup `wl-summary-number-list'. + (wl-summary-rescan): Ditto. + (wl-summary-sync-all-init): Ditto. + (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if + summary is not thread view. + (wl-summary-sync-update3): Ditto. + (wl-summary-rescan): Ditto. + (wl-summary-make-number-list): New function. + + * wl-draft.el: "FCC" -> "Fcc". + +2001-02-21 Yuuichi Teranishi + + * wl-highlight.el (wl-highlight-summary-window): + Call `set-buffer-modified-p'. + + * wl-vars.el (wl-summary-lazy-highlight): New variable. + + * wl-summary.el (wl-summary-mode): Set up window-scroll-functions + when `wl-summary-lazy-highlight' is non-nil. + (wl-summary-goto-folder-subr): Highlight only when + `wl-summary-lazy-highlight' is non-nil. + + * wl-highlight.el (wl-highlight-summary): Fixed docstring; + Don't display progress and highlight temp-mark when + `wl-summary-lazy-highlight' is non-nil. + (wl-highlight-summary-window): New function. + (Based on the patch from Akihiro MOTOKI ) + +2001-02-20 Katsumi Yamaoka + + * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `. + +2001-02-20 Katsumi Yamaoka + + * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to + `wl-use-toolbar' nor `display-graphic-p'. + (wl-e21-setup-message-toolbar): Ditto. + (wl-e21-setup-summary-toolbar): Ditto. + (wl-e21-setup-folder-toolbar): Ditto. + + (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'. + (wl-plugged-init-icons): Ditto. + + (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of + `display-graphic-p'. + (wl-plugged-set-folder-icon): Ditto. + (wl-highlight-plugged-current-line): Ditto. + (wl-highlight-folder-current-line): Ditto. + (wl-e21-highlight-folder-group-line): Ditto. + (wl-e21-setup-toolbar): Ditto. + (wl-e21-display-image-p): New macro. + + * wl-demo.el (wl-demo): Simplified. + (wl-demo-image-type-alist): Use `image-type-available-p' for + checking whether the image type `xbm' is available. + +2000-02-20 Kenichi OKADA + + * wl-summary.el (wl-summary-sync): Change `all-visible' + from `all-shown' + (wl-summary-input-range): Ditto. + +2001-02-20 Katsumi Yamaoka + + * wl-e21.el (wl-highlight-folder-current-line): Call + `wl-folder-init-icons' when folder icons have not been initialized. + + * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection. + + * wl-demo.el: Work also with BITMAP-MULE under Emacs 21. + (wl-demo-image-type-alist): New macro. + +2000-02-20 Kenichi OKADA + + * wl-summary.el (wl-summary-sync): Added `all-shown' + +2000-02-20 Kenichi OKADA + + * wl-summary.el (wl-summary-input-range): Added `all-shown' + +2000-02-19 Kenichi OKADA + + * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all. + +2001-02-19 Katsumi Yamaoka + + * wl-e21.el (wl-biff-init-icons): Don't generate icons if the + display does not support graphics. + (wl-plugged-init-icons): Ditto. + (wl-folder-init-icons): Ditto. + + * wl-demo.el (wl-demo): Chech closely whether the display + supports graphics. + +2001-02-19 OKAZAKI Tetsurou + + * wl-highlight.el (wl-highlight-summary-line-string): Use + `zerop' instead of `= 0'. + (wl-highlight-summary): Use `zerop' instead of `eq 0'. + + * wl-template.el (wl-template-next): Use `=' instead of `eq' + for comparing numbers. + (wl-template-prev): Use `zerop' instead of `eq 0'. + + * wl-draft.el (wl-draft-insert-current-message): Use + `with-current-buffer' instead of `save-excursion'. + Use `zerop' instead of `eq 0'. + +2001-02-17 Kenichi OKADA + + * wl-draft.el (wl-draft-insert-ccs): New function. + (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC. + * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable. + +2001-02-15 Yuuichi Teranishi + + * wl-summary.el (wl-cache-prefetch-message): Fixed last change. + 2001-02-14 Yuuichi Teranishi * wl-summary.el (wl-cache-prefetch-message):