X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=8bfa658c8a93c81231511413e820c5d416cf2b9d;hb=ae56e2b3b791ee7f880a935b5df69903829796ca;hp=ca1db75f9bcb41a4e2ed67b9ba8ee3fbc77d0ff2;hpb=2f17e4a821e2c6e2fbd4ac5c391713512bc33ef1;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index ca1db75..8bfa658 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,909 @@ +2001-04-09 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-force-update): Added argument + no-check. + (wl-summary-sync-update): Ditto. + (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update + with `no-check'. + + * wl-message.el (wl-message-buffer-prefetch-timer): New variable. + (wl-message-buffer-prefetch-next): Don't run timer if timer is + already running. + +2001-04-07 Masahiro MURATA + + * wl-expire.el (wl-expire-archive-get-folder): Added argument + `dst-folder-arg'. + (wl-expire-archive-number1): Diito. + (wl-expire-archive-number2): Diito. + (wl-expire-archive-Date): Diito. + (wl-archive-number1): Diito. + (wl-archive-number2): Diito. + (wl-archive-date): Diito. + (wl-archive-folder-p): New function. + (wl-summary-expire): Support of expand folder name at + wl-expire-alist. + * wl-util.el (wl-expand-newtext): Renamed from + `wl-refile-expand-newtext'. + +2001-04-05 Hiroya Murata + + * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call + `elmo-msgdb-overview-get-entity' with `msgdb' instead of + `(elmo-msgdb-get-overview msgdb)'. + (wl-summary-prefetch): Bind match data before call + `wl-summay-prefetch-msg'. + (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with + 'off if `wl-summary-buffer-disp-msg' is non-nil. + Fixed problem that couldn't show only one new or unread message when + enter folder. + (wl-summary-reply): Don't call `split-window-vertically' and other + window. + +2001-04-03 Yuuichi Teranishi + + * wl-expire.el (wl-expire-refile): Fixed. + +2001-04-02 Yuuichi Teranishi + + * wl-vars.el (wl-biff-unnotify-hook): New variable. + + * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when + biff notification is removed. + + * wl.el (wl): Changed position of `elmo-init'. + + * wl-draft.el (wl-default-draft-cite): Use date field + on the citation buffer. + + * wl-vars.el (wl-shimbun-folder-icon): New variable. + + * wl-xmas.el (wl-folder-internal-icon-list): Added + `wl-folder-shimbun-image'. + + * wl-e21.el (wl-folder-internal-icon-list): Added + `wl-folder-shimbun-image'. + +2001-03-31 Yuuichi Teranishi + + * wl.el (wl-init): Eliminated argument. + (wl): Rewrite. + + * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'. + (wl-summary-sync-update): Use Use `elmo-folder-msgdb' + instead of `elmo-folder-msgdb-internal'. + (wl-summary-sync-update): Ditto. + (wl-summary-flush-pending-append-operations): Eliminated. + (wl-summary-delete-all-msgs): Set msgdb instead of folder. + (wl-summary-goto-folder-subr): Set load-msgdb argument of + `elmo-folder-open'. + + * wl-mime.el (wl-summary-burst): Fixed. + + * wl-folder.el (wl-folder-info-save): Check data type. + + * wl-expire.el (wl-expire-delete): Set msgdb instead of folder. + (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb' + instead of `elmo-folder-msgdb-internal'. + (wl-expire-hide): Ditto. + + + * wl-draft.el (wl-draft): Removed argument for `wl-init'. + +2001-03-20 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-write-current-folder): Support petname. + +2001-03-11 Kenichi OKADA + + * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache' + +2001-03-11 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): + Fixed `match-beginning' argument mismatch. + +2001-03-05 Katsumi Yamaoka + + * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to + the default value. + +2001-03-01 Yuuichi Teranishi + + * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port' + instead of `elmo-nntp-default-port'. + + * wl-vars.el: Fixed some doc strings. + +2001-02-28 Yuuichi Teranishi + + * wl-summary.el (wl-summary-prefetch-msg): Use + `elmo-msgdb-overview-get-entity' instead of `assoc'. + + * wl-vars.el: Define *-func as obsolete variable using + `elmo-define-obsolete-variable'. + + * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated. + (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold' + instead of `wl-message-buffer-prefetch-threshold'. + + * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed. + + * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto. + + * wl-draft.el (wl-caesar-region-func): Ditto. + + * wl-summary.el (wl-summary-exec-subr): Fixed `copy'; + Keep unread status in elmo-folder-move-messages. + (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'. + +2001-02-27 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-buffer-exit-function): Renamed from + `wl-summary-buffer-exit-func' + (wl-summary-buffer-message-redisplay-function): Renamed from + `wl-summary-buffer-message-redisplay-func' + (wl-summary-buffer-next-folder-function): Renamed from + `wl-summary-buffer-next-folder-func'. + (wl-summary-buffer-prev-folder-function): Renamed from + `wl-summary-buffer-prev-folder-func'. + (wl-summary-get-petname-function): Renamed from + `wl-summary-get-petname-func'. + + * wl-score.el (wl-score-edit-exit-function): Renamed from + `wl-score-edit-exit-func'. + + * wl-message.el (wl-message-buffer-prefetch-get-next-function): + Renamed from `wl-message-buffer-prefetch-get-next-function'. + + * wl-util.el (wl-load-profile-function): Renamed from + `wl-load-profile-func'. + + * wl-folder.el (wl-folder-completion-function): Renamed from + `wl-folder-completion-func'. + (wl-folder-init-function): Renamed from `wl-folder-init-func'. + + * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from + `wl-expire-archive-get-folder-func'. + (wl-draft-send-function): Renamed from `wl-draft-send-func'. + (wl-draft-send-mail-function): Renamed from + `wl-draft-send-mail-func'. + (wl-draft-send-news-function): Renamed from + `wl-draft-send-news-func'. + (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'. + (wl-generate-mailer-string-function): Renamed from + `wl-generate-mailer-string-func'. + (wl-highlight-signature-search-function): Renamed from + `wl-highlight-signature-search-func'. + (wl-highlight-x-face-function): Renamed from + `wl-highlight-x-face-func' + (wl-print-buffer-function): Renamed from `wl-print-buffer-func'. + (wl-ps-print-buffer-function): Renamed from + `wl-ps-print-buffer-func' + (wl-summary-from-function): Renamed from `wl-summary-from-func'. + (wl-summary-subject-function): Renamed from `wl-summary-subject-func'. + (wl-summary-subject-filter-function): Renamed from + `wl-summary-subject-filter-func'. + + * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from + `wl-draft-queue-flush-send-func' + (wl-draft-cite-function): Renamed from + `wl-draft-cite-func' + + * wl-address.el (wl-address-init-function): Renamed from + `wl-address-init-func'. + +2001-02-27 Yuuichi Teranishi + + * wl-draft.el (wl-draft-queue-flush): Don't call + `elmo-dop-unlock-message'. + * wl-draft.el (wl-draft-queue-append): Don't call + `elmo-dop-lock-message'. + + * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility). + (wl-summary-buffer-folder-name): Ditto. + (wl-summary-message-regexp): Added '-' (all other related portions + are changed). + (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and + wl-summary-buffer-folder-name. + +2001-02-26 "A. SAGATA" + + * wl-folder.el (wl-folder-check-one-entity): Fixed problem that + the number of mails in the folder buffer is not updated by wl-biff. + +2000-02-26 Kenichi OKADA + + * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'. + * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto. + +2001-03-01 Yuuichi Teranishi + + * wl-summary.el (wl-summary-next-message): + Return next message number when wl-summary-move-order is nil. + +2001-02-28 Akihiro MOTOKI + + * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from + `wl-summary-move-spec-alist'. + (wl-summary-move-spec-unplugged-alist): New variable + (Move spec for unplugged status). + (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist' + if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged. + +2001-03-01 OKAZAKI Tetsurou + + * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc". + * wl-mule.el (wl-draft-overload-menubar): Ditto. + +2001-02-28 OKAZAKI Tetsurou + + * wl-mime.el (wl-draft-preview-message): Use `function' instead of + simple quotation to quote the anonymous function. + * tm-wl.el (wl-draft-preview-message): Ditto. + +2001-02-25 OKAZAKI Tetsurou + + * wl-highlight.el (wl-highlight-summary-displaying): Optimize; + Eliminate redundant `save-excursion'. + (wl-highlight-summary-current-line): Ditto. + + * wl-highlight.el (wl-highlight-summary-current-line): Avoid + accessing match data when `looking-at' failed. + + * wl-draft.el (wl-draft-delete): Use `match-string' instead of + `elmo-match-string' where users don't care about the speed. + (wl-draft-save): Ditto. + +2001-02-24 Yuuichi Teranishi + + * wl-util.el (wl-regexp-opt): New function. + + * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete + number from `wl-summary-buffer-number-list'. + (wl-summary-goto-folder-subr): Load msgdb before resuming summary view; + Call `wl-summary-rescan' if `wl-summary-cache-use' is nil. + (wl-summary-move-spec-alist): Changed default setting. + +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): Ditto. + (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-update): 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.el (wl-init): Don't call `elmo-crosspost-message-alist-load'. + (wl): Call `elmo-init' and fix. + + * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el: + Use new variables. + + * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'. + +2001-02-20 Yuuichi Teranishi + + * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep). + +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 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'. + (wl-summary-input-range): Ditto. + +2001-02-20 Yuuichi Teranishi + + * wl-summary.el (wl-summary-edit-addresses): Use + `wl-summary-get-original-buffer' + (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'. + (wl-summary-jump-to-msg-by-message-id-via-nntp): + Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'. + (wl-summary-get-newsgroups): Eliminated. + (wl-summary-set-crosspost): Ditto. + (wl-summary-is-crosspost-folder): Ditto. + (wl-crosspost-alist-load): Ditto. + (wl-crosspost-alist-save): Ditto. + + * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call + `elmo-setup-subscribed-newsgroups' instead of + `elmo-nntp-make-groups-hashtb'. + (wl-folder-suspend): Call `elmo-crosspost-message-alist-save' + instead of `wl-crosspost-alist-save'. + + * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead + of `elmo-folder-message-appendable-p'. + (wl-mime-header-presentation-method): Eliminated. + + * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'. + (Error occurs in emacs21). + + * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to + the current buffer). + + * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save' + instead of `wl-crosspost-alist-save'. + (wl-init): `elmo-crosspost-message-alist-load' + instead of `wl-crosspost-alist-load' + + * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse'). + (wl-parse-newsgroups): Likewise. + (wl-biff-notify): Run `wl-biff-notify-hook'. + +2001-02-21 Yuuichi Teranishi + + * 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 ) + +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. + +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-09 Yuuichi Teranishi + + * wl-summary.el (wl-summary-get-original-buffer): New function. + (wl-summary-set-crosspost): Use it. + (wl-summary-target-mark-uudecode): Ditto. + (wl-summary-reedit): Ditto. + (wl-summary-resend-bounced-mail): Ditto. + (wl-summary-update-crosspost): Eliminated (It may be incorporated + into `elmo-folder-append-msgdb' method of elmo-nntp-folder class). + + * wl-message.el (wl-message-buffer-display): Added argumnet `unread'. + (wl-message-display-internal): Ditto. + +2001-02-07 Yuuichi Teranishi + + * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix. + +2001-02-06 Yuuichi Teranishi + + * wl-summary.el (wl-summary-save-view): Renamed from + `wl-summary-save-status'. + +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 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-expire.el (wl-expire-refile): Don't call + elmo-msgdb-add-msgs-to-seen-list; + Pass wl-expire-add-seen-list to elmo-folder-move-messages. + (wl-expire-refile-with-copy-reserve-msg): Ditto. + +2001-01-19 Yuuichi Teranishi + + * wl-message.el (wl-message-prev-page): Ignore errors while + scroll-down. + +2001-01-14 Yuuichi Teranishi + + * wl-mime.el: Use elmo-original-message-mode instead of + mmelmo-original-mode. + + * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of + `elmo-folder-get-spec'; + (wl-fldmgr-add-completion-all-completions): + Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'. + + * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead + of `elmo-folder-get-type'. + + * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of + `elmo-folder-get-spec'; + Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'; + Use `elmo-folder-append-message' instead of `elmo-append-msg'; + Use `elmo-folder-list-messages' instead of `elmo-list-folder'; + Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or + `elmo-read-msg-no-cache'; + Use `elmo-message-file-name' instead of `elmo-get-msg-filename'; + Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'. + (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'. + (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of + `elmo-cache-save'; + (wl-draft-reedit): Use `elmo-message-file-name'. + + * wl-expire.el: Use `elmo-folder-name-internal'; + Use `elmo-folder-list-messages' instead of `elmo-list-folder'; + Use macro `wl-summary-buffer-msgdb' instead of variable + `wl-summary-buffer-msgdb'; + Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'; + Use macro `wl-summary-buffer-folder-name' instead of variable + `wl-summary-buffer-folder-name'. + * wl-score.el: Likewise. + + * wl-message.el: Rewrite for new message buffer cache mechanism. + (wl-message-buffer-cache-buffer-get): New macro. + (wl-message-buffer-cache-folder-get): Ditto. + (wl-message-buffer-cache-message-get): Ditto. + (wl-message-buffer-cache-entry-make): Ditto. + (wl-message-buffer-cache-hit): Ditto. + (wl-message-buffer-cache-sort): New function. + (wl-message-buffer-cache-add): Ditto. + (wl-message-buffer-cache-delete): Ditto. + (wl-message-buffer-cache-clean-up): Ditto. + (wl-message-buffer-window): Rewrite. + (wl-message-select-buffer): Renamed from `wl-select-buffer'. + (wl-message-buffer-display): New function. + (wl-message-display-internal): New function. + +2001-01-12 Yuuichi Teranishi + + * wl-folder.el: Use `elmo-folder-name-internal'; + Use `wl-folder-get-elmo-folder'; + Use `elmo-folder-list-messages' instead of + `elmo-list-folder'; + Use `elmo-folder-get-primitive-list' instead of + `elmo-folder-get-primitive-spec-list'; + Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'; + Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'; + Use `elmo-folder-create' instead of `elmo-create-folder'. + (wl-folder-create-newsgroups-from-nntp-access2): Abolish. + (wl-folder-get-elmo-folder): New macro. + (wl-folder-elmo-folder-cache-get): Ditto. + (wl-folder-elmo-folder-cache-put): Ditto. + (wl-folder-suspend): Call `elmo-quit'. + + * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'; + Use `elmo-folder-list-messages' instead of `elmo-list-folder'; + Use `elmo-net-port-info' instead of `elmo-folder-portinfo'; + Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'. + (toplevel): require 'cl. + (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'. + + * wl-summary.el: Rewrite to use new elmo interface. + + +2001-02-06 Yuuichi Teranishi + + * wl-mime.el (wl-draft-preview-message): + Run `wl-draft-send-hook' before collecting recipients information; + Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'. + + * tm-wl.el (wl-draft-preview-message): Ditto. + +2001-02-05 Yuuichi Teranishi + + * wl-mime.el (wl-draft-preview-message): Fixed problem that + wrong receipients are displayed when forwarded message. + +2001-02-01 Yuuichi Teranishi + + * Version number is increased to 2.5.7. + +2001-01-29 Katsumi Yamaoka + + * wl-message.el (wl-message-next-page): Bind + `window-pixel-scroll-increment' to nil while scrolling up. + +2001-01-27 TAKAHASHI Kaoru + + * wl-vars.el (wl-save-hook): New hook. + * wl.el (wl-save): Call `wl-save-hook'. + +2001-01-27 TAKAHASHI Kaoru + + * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument. + Argument WITH-ARG instead of NO-ARG (negative mean). + (wl-draft-reply): WITH-ARG instead of NO-ARG. + * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point. + * wl-message.el (wl-message-follow-current-entity): Likewise. + +2001-01-26 TAKAHASHI Kaoru + + * wl-draft.el (wl-draft-reply-list-symbol): Change argument order. + FROM was optional argument. + (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point. + +2001-01-23 TAKAHASHI Kaoru + + * Version number is increased to 2.5.6. + +2001-01-23 TAKAHASHI Kaoru + + * wl-version.el (wl-version-show): Removed. + (wl-version): Add `interactive'. + +2001-01-22 YAMASHITA Junji + + * wl-summary.el (wl-summary-get-petname-func): New variable. + (wl-summary-default-from): funcall `wl-summary-get-petname-func' + instead of `wl-address-get-petname-1'. + (wl-summary-simple-from): Ditto. + + * wl-address.el (wl-address-get-petname-1): Define as function. + +2001-01-22 Yuuichi Teranishi + + * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject + field in the original message. + (Pointed out by "HIROSE, Masaaki" ) + +2001-01-19 Akihiro MOTOKI + + * wl-expire.el (wl-expire-hide): + Call `wl-expire-delete-reserve-marked-msgs-from-list'. + +2001-01-19 Yuuichi Teranishi + + * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to + find decoder for To, Cc, and Subject. + +2001-01-30 Yuuichi Teranishi + + * wl-summary.el (wl-cache-prefetch-next): Revert the logic + for checking `elmo-use-buffer-cache'. + (wl-summary-mark-as-important): Fixed typo in comment. + +2001-01-22 Yuuichi Teranishi + + * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject + field in the original message. + (Pointed out by "HIROSE, Masaaki" ) + +2001-01-19 Akihiro MOTOKI + + * wl-expire.el (wl-expire-hide): + Call `wl-expire-delete-reserve-marked-msgs-from-list'. + +2001-01-19 Yuuichi Teranishi + + * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to + find decoder for To, Cc, and Subject. + +2001-01-18 Yuuichi Teranishi + + * Version number is increased to 2.5.5. + + * wl-address.el (wl-address-specials-regexp): New constant. + (wl-address-quote-specials): Use it. + +2001-01-17 Yuuichi Teranishi + + * wl-summary.el (wl-summary-rescan): + Call `wl-summary-buffer-number-column-detect'. + (Advised by Akihiro MOTOKI ) + + * wl-message.el (wl-message-mode-map): Define. + (wl-message-decode): Use it as local-map. + +2001-01-16 Yuuichi Teranishi + + * wl-score.el (wl-score-guess-like-gnus): Abolished. + (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'. + +2001-01-12 Yuuichi Teranishi + + * wl-xmas.el (wl-read-event-char): Move from wl-util.el. + + * wl-mule.el (wl-read-event-char): Ditto. + + * wl-e21.el (wl-read-event-char): Ditto. + + * wl-nemacs.el (wl-read-event-char): Ditto. + (read-event): Removed. + + * wl-util.el (toplevel): Removed dummy definition of + `read-event'. + (wl-read-event-char, wl-xmas-read-event-char): Removed. + +2001-01-10 Katsumi Yamaoka + + * wl-nemacs.el (elmo-archive-call-process): Moved to + elmo-archive.el. + +2001-01-02 TAKAHASHI Kaoru + + * wl-draft.el (wl-draft-reply-list-symbol): New function. + (wl-draft-reply): Use it. Fixed "No match field" error message. + + * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ") + instead of magic-number 6. Use `not' instead of `null' for symbol + `nil' check (not empty list). + (wl-draft-insert-x-face-field): Fixed paren style. + + * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for + one-branch conditional statement, instead of `and' and `if'. + (wl-draft-forward): Likewise. + (wl-draft-add-references): Likewise. + (wl-draft-yank-from-mail-reply-buffer): Likewise. + + * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested + conditional steatment. Use `cond' instead of `if'. + (wl-draft-confirm): Likewise. + +2001-01-01 TAKAHASHI Kaoru + + * wl-version.el (wl-version-show): Use `product-string-1' + instead of `wl-version'. + * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise. + + * wl-demo.el (wl-demo-copyright-notice): Add 2001. + +2000-12-31 TAKAHASHI Kaoru + + * wl-highlight.el (wl-highlight-headers): Revert + `wl-highlight-x-face-func' argument (`beg' and `end'). + +2000-12-29 TAKAHASHI Kaoru + + * wl.el (toplevel): Move `product-provide' declare. + * wl-demo.el (toplevel): Ditto. + * wl-dnd.el (toplevel): Ditto. + * wl-highlight.el (toplevel): Ditto. + * wl-message.el (toplevel): Ditto. + * wl-refile.el (toplevel): Ditto. + * wl-util.el (toplevel): Ditto. + +2000-12-26 Yuuichi Teranishi + + * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and + keep cursor position. (Advised by OKAZAKI Tetsurou ) + (wl-thread-close-all): keep cursor position. + +2000-12-24 TAKAHASHI Kaoru + + * wl-version.el (wl-version-status-alist): Use `zerop' instead of + (eq x 0). + (wl-generate-user-agent-string-1): Fix conditional statement. + +2000-11-27 Kenichi OKADA + + * wl.el (wl-check-environment): Additional check for + 'wl-local-domain' and `wl-message-id-domain'. + +2000-11-19 Kenichi OKADA + + * wl-draft.el (toplevel): Delete defvar for sasl-*. + +2000-11-19 Kenichi OKADA + + * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties' + instead of `smtp-sasl-user-realm'. + +2000-11-19 Kenichi OKADA + + * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API. + +2000-12-19 Katsumi Yamaoka + + * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer' + to the default value as well as `eword-lexical-analyzer'. + +2000-12-19 TAKAHASHI Kaoru + + * wl-version.el (wl-extended-emacs-version, + wl-extended-emacs-version2, wl-extended-emacs-version3): Use + `elmo-match-string' instead of `wl-match-string'. + +2000-12-15 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in + docstring. + +2000-12-10 Hironori Fukuchi + + * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix. + +2000-12-15 TAKAHASHI Kaoru + + * wl-highlight.el (wl-highlight-headers): Remove + `wl-highlight-x-face-func' argument (`beg' and `end'). + +2000-12-15 Yuuichi Teranishi + + * wl-summary.el (wl-summary-mark-as-important): + Remove cache if folder is local. + +2000-12-06 Taro Kawagishi + + * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion' + to get existing e-mail address string. + +2000-12-13 TAKAHASHI Kaoru + + * wl-version.el (wl-generate-user-agent-string): Commentary. + (wl-generate-user-agent-string-1): Use `when' for + one-branch conditional statement, instead of `and' and `if'. + (wl-extended-emacs-version, wl-extended-emacs-version2, + wl-extended-emacs-version3): Ditto. + +2000-12-12 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-all-init): New inline function. + (wl-summary-sync): Enclose `wl-summary-sync-update3' with + condition-case; Remove initialization. + (wl-summary-confirm-appends): Don't enclose with `condition-case'. + (wl-summary-sync-update3): Added argument `sync-all'; + Eliminated local variable `msgdb'; + Call `wl-summary-sync-all-init' when `sync-all' is non-nil. + Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'. + (Pointed out by "HIROSE, Masaaki" ) + +2000-12-12 KOGURO Naoki + + * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP + connection before call `wl-draft-send-mail-with-smtp'. + +2000-11-30 Yuuichi Teranishi + + * Version number is increased to 2.5.4. + +2000-11-27 Kenichi OKADA + + * wl.el (wl-check-environment): Additional check for + 'wl-local-domain' and `wl-message-id-domain'. + +2000-11-28 Yuuichi Teranishi + + * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message + buffer as command specific. + (wl-folder-mark-as-read-all-entity): Ditto. + (wl-folder-prefetch-entity): Ditto. + (wl-folder-drop-unsync-entity): Ditto. + + * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil. + (wl-prog-uudecode-no-stdout-option): Changed default to t. + (Advised by YAMASHITA Junji ) + + * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless + save-excursion. + 2000-11-22 Yuuichi Teranishi + * Version number is increased to 2.5.3. + * wl-summary.el (wl-summary-save-view-cache): Delete duplicated `write-region'; Use `write-region-as-binary' instead of `as-binary-output-file' and