2000-04-28 Yuuichi Teranishi * wl-folder.el (wl-folder-insert-entity): Remove progress gauge when display is finished. (wl-folder-open-all): Ditto. (wl-folder-update-access-group): Ditto. * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto. * wl-thread.el (wl-thread-close-all): Ditto. * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove progress gauge only when it was displayed. 2000-04-26 Yuuichi Teranishi * wl-summary.el (wl-summary-incorporate): Enclose `wl-summary-sync-force-update' with save-excursion. 2000-04-21 Yuuichi Teranishi * wl-summary.el (wl-summary-prefetch-region): Pass current cursor point to `pos-visible-in-window-p' after moving cursor to the started point. 2000-04-20 Katsumi Yamaoka * wl-vars.el (wl-ignored-forwarded-headers): New user option. * wl-draft.el (wl-draft-insert-current-message): Delete useless fields from the forwarding message. (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument `ignored-fields'. 2000-04-20 Yuuichi Teranishi * wl-mime.el (wl-message-request-partial): Eliminated argument `msgdb'. Don't pass `msgdb' argument to `elmo-read-msg-no-cache'. (wl-mime-combine-message/partial-pieces): Likewise. * tm-wl.el (wl-message-request-partial): Likewise. (wl-mime-combine-message/partial-pieces): Likewise. 2000-04-17 Yoshiki Hayashi * wl-summary.el (wl-summary-sync-marks): Remove progress gauge when display is finished. 2000-04-17 HARAGUCHI Shuugou * wl-summary.el (wl-summary-goto-folder-subr): Fix problem when wl-summary-partial-highlight-above-lines is nil. 2000-04-18 Yuuichi Teranishi * wl-summary.el (wl-summary-prefetch-region): Redisplay only when cursor point is visible. 2000-04-15 Yuuichi Teranishi * wl-expire.el (wl-expire-archive-get-max-number): Don't use `file-name-directory'. 2000-04-14 Yuuichi Teranishi * wl-expire.el (wl-expire-archive-get-max-number): Use `file-name-directory'. 2000-04-13 Yuuichi Teranishi * wl-summary.el (wl-summary-sync-marks): Re-display progress only when there is progress. 2000-04-13 Mito * wl-summary.el (wl-summary-sync-marks): Display progress. 2000-04-13 Yuuichi Teranishi * wl-summary.el (wl-summary-move-cached-regex): Eliminated. (wl-summary-prev): Move cursor regardless of unread status. (wl-summary-next): Ditto. 2000-04-10 Yuuichi Teranishi * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'. Added argument `target' and `number'. * tm-wl.el (wl-summary-burst-subr): New function. (wl-summary-burst): Use it. 2000-04-10 Mito * wl-mime.el (wl-burst): New function. (wl-summary-burst): Use it. 2000-04-07 A. SAGATA * wl-address.el (wl-address-petname-add-or-change): Use e-mail address as petname when there's no candidate. 2000-04-07 Yuuichi Teranishi * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list): New variable. * wl-fldmgr.el (wl-fldmgr-add): Use it. * wl.el (wl-plugged-init): Flush queues if started with plugged status. * wl-folder.el (wl-folder-flush-queue): Flush operation queue too. 2000-04-05 Yuuichi Teranishi * wl-refile.el (wl-refile-expand-newtext): Add `original' argument. Use substring of `original' instead of buffer-substring. (wl-refile-evaluate-rule): Set `original' argument of wl-refile-expand-newtext. * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr, wl-summary-auto-refile-check-refile-rule-alist): Eliminated. (wl-summary-auto-refile): Check existence of destination folder just before marking. 2000-04-05 TAKAHASHI Kaoru * wl-refile.el (wl-refile-evaluate-rule): Fixed problem when wl-refile-get-field-value return nil. 2000-04-04 Daiki Ueno * wl-refile.el (wl-refile-expand-newtext): New function imported from Gnus. (wl-refile-evaluate-rule): Use it. 2000-04-04 Yuuichi Teranishi * wl-summary.el (wl-summary-print-destination): Duplicate folder string to avoid putting text-property on original string. * wl-refile.el (wl-refile-get-field-value): New function. (wl-refile-evaluate-rule): New function; Evaluate refile rule recursively. (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule. * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr): New function; Check existence of a target folder recursively. (wl-summary-auto-refile-check-refile-rule-alist): Use wl-summary-auto-refile-check-refile-rule-alist-subr. 2000-03-30 Yuuichi Teranishi * wl-demo.el (wl-title-logo): Refer wl-icon-dir. * wl-folder.el (wl-create-folder-entity-from-buffer): Fixed problem when '}' character is contained in folder name. * wl-xmas.el (wl-make-modeline): Consider plugged status. 2000-03-29 Daiki Ueno * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable. (wl-fldmgr-add-completion-all-completions): Use wl-fldmgr-add-completion-hashtb. 2000-03-28 Daiki Ueno * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions, wl-fldmgr-add-completion-subr): New functions. * wl-folder.el (wl-folder-completion-func): New variable. * wl-summary.el (wl-summary-read-folder): Use wl-folder-completion-func. * wl-refile.el: Eliminate throw & catch. * wl.el (wl-plugged-sending-queue-status): Fixed. 2000-03-27 Mikio Nakajima * wl-draft.el (wl-draft): Put category property on mail-header-separator.