X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=f620972d687a81eb7db4b0eedc2d6154f75de296;hb=6fc95a687fd1ac622b7b373f3fb81449b3895284;hp=603deee671c48844f4a64bc7413b356d13ece71a;hpb=daa3ae08ff7892dd44f435678dd615f02d16157e;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 603deee..f620972 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,897 @@ +2001-09-17 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-width): Fix type to accept nil. + (wl-fcc): Fix to accept function. + (Reported by Reuben Thomas ). + +2001-09-16 TAKAHASHI Kaoru + + * wl-acap.el (toplevel): Added `product-provide' declare. + * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style. + +2001-09-14 Yuuichi Teranishi + + * wl.el (wl): Changed order of calling `elmo-init' + and `elmo-folder-init'. + +2001-09-13 Hiroya Murata + + * wl-mime.el (wl-summary-burst): Extract message when content-type + of root entity is not only `multipart' but also `message/rfc822'. + (wl-summary-burst-subr): Ditto. + +2001-09-13 Yuuichi Teranishi + + * wl-vars.el (toplevel): Require 'custom. + (wl-trash-folder): Added to `wl-setting' group. + + * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry + exists. + (wl-addrmgr-draw): Insert empty line when no entry exists. + + * wl-mule.el (wl-message-wheel-up): Fixed. + (wl-message-wheel-down): Ditto. + +2001-09-12 Hiroya Murata + + * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when + config is an anonymous lambda expression. + +2001-09-11 Katsumi Yamaoka + + * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*' + when Mule 2 is running. + +2001-09-11 Yuuichi Teranishi + + * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp. + +2001-09-10 Yuuichi Teranishi + + * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing + spaces (Adviced by NAKAJIMA Mikio ). + + * wl-address.el (wl-address-specials-regexp): Eliminated. + (wl-address-quote-specials): Rewrite. + +2001-09-05 Katsumi Yamaoka + + * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style + shy-groups for regexp. + + * wl-e21.el (wl-highlight-folder-current-line): Use Posix style + character classes and Perl style shy-groups for regexp. + (wl-highlight-plugged-current-line): Use Posix style character + classes for regexp. + (wl-e21-highlight-folder-by-numbers): Ditto. + (wl-e21-display-image-p): Use `display-images-p' instead of + `display-graphic-p'. + (display-images-p): Make an alias to `display-graphic-p' if it is + not available. It is for Emacs version prior to 21.0.105. + + * wl-demo.el (wl-demo): Use `display-images-p' instead of + `display-graphic-p'. + (wl-demo-image-type-alist): Ditto. + (display-images-p): Make an alias to `display-graphic-p' if it is + not available. It is for Emacs version prior to 21.0.105. + +2001-09-04 TAKAHASHI Kaoru + + * wl-version.el (wl-generate-user-agent-string-1): Remove tm + support. + (wl-generate-user-agent-string): Ditto. + + * wl-version.el (wl-version): Update docsting. + (wl-version-status): Ditto. + +2001-09-03 TAKAHASHI Kaoru + + * wl-e21.el (make-mode-line-mouse-map): Import from Emacs + 21.0.105. For Emacs 21.0.104 or earlier. + +2001-09-03 Takuo KITAME + + * wl-e21.el (wl-plugged-init-icons): Use + `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'. + (wl-biff-init-icons): Ditto. + +2001-08-31 Yuuichi Teranishi + + * wl-highlight.el (wl-highlight-summary-current-line): + Fixed highlighting refile/copy destination. + + * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system. + (wl-acap-store): Encode string by wl-acap-coding-system. + +2001-08-30 Yuuichi Teranishi + + * wl-acap.el (toplevel): Check and require 'un-define before + 'xemacs-ucs; + Added checking for UTF-2000. + +2001-08-29 Yuuichi Teranishi + + * wl-acap.el (toplevel): Require 'un-define before 'wl; + Don't enclose with `eval-and-compile'. + + * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless + wl-init is non-nil. + + * wl-draft.el (wl-draft): Ditto. + + * wl-folder.el (wl-folder): Don't call `wl-folder-init' here. + + * wl-acap.el (toplevel): Require 'wl. + (wl-acap-store): Call `elmo-init'. + + * wl.el (wl): Changed position of `wl-check-environment'. + (toplevel): Added autoload setting for wl-acap. + + * wl-vars.el (wl-setting): New custom group. + (wl-from): Added wl-setting group. + (wl-user-mail-address-list): Ditto. + (wl-organization): Ditto. + (wl-subscribed-mailing-list): Ditto. + (wl-envelope-from): Ditto. + (wl-smtp-posting-user): Ditto. + (wl-smtp-posting-server): Ditto. + (wl-smtp-posting-port): Ditto. + (wl-smtp-authenticate-type): Ditto. + (wl-pop-before-smtp-user): Ditto. + (wl-pop-before-smtp-server): Ditto. + (wl-pop-before-smtp-port): Ditto. + (wl-pop-before-smtp-authenticate-type): Ditto. + (wl-nntp-posting-server): Ditto. + (wl-nntp-posting-user): Ditto. + (wl-nntp-posting-port): Ditto. + (wl-fetch-confirm-threshold): Ditto. + (wl-prefetch-threshold): Ditto. + (wl-thread-insert-opened): Ditto. + (wl-ldap-server): Ditto. + (wl-ldap-port): Ditto. + (wl-ldap-base): Ditto. + (wl-ldap-objectclass): Ditto. + (wl-use-ldap): Ditto. + (wl-draft-config-alist): Ditto. + (wl-draft-config-matchone): Ditto. + (wl-template-alist): Ditto. + (wl-message-sort-field-list): Ditto. + (wl-message-ignored-field-list): Ditto. + (wl-message-visible-field-list): Ditto. + (wl-interactive-send): Ditto. + (wl-summary-move-order): Ditto. + (wl-auto-select-first): Ditto. + (wl-auto-select-next): Ditto. + (wl-interactive-save-folders): Ditto. + + * wl-folder.el (wl-folder): Moved position of `wl-folder-init'; + Initialization codes are moved from wl-local-folder-init. + (wl-local-folder-init): Follow the change above. + (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil. + + * wl-acap.el: New file. + + * Version number is increased to 2.7.3. + +2001-08-21 Kenichi OKADA + + * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list. + +2001-08-21 Kenichi OKADA + + * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list. + (wl-addrmgr-address-entry-list): Ditto. + +2001-08-21 Yuuichi Teranishi + + * wl-e21.el (wl-draft-mode-map): Removed binding for + `wl-draft-insert-x-face-field'. + + * wl-mule.el (wl-draft-mode-map): Ditto. + + * wl-xmas.el (wl-draft-mode-map): Ditto. + + * wl-vars.el (wl-cs-noconv): Ignore nemacs. + (wl-cs-autoconv): Ditto. + (wl-cs-local): Ditto. + (wl-use-scoring): Ditto. + (wl-mime-charset): Ditto. + (wl-folder-check-async): Ditto. + + * wl.el (toplevel): Ignore nemacs and tm. + (wl-exit): Ditto. + + * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs. + (wl-summary-mode-map): Added binding for `wl-addrmgr'. + (wl-summary-edit-addresses-subr): Use wl-address-add-or-change + instead of wl-address-petname-add-or-change. + (wl-summary-edit-addresses-subr): Use wl-address-delete + instead of wl-address-petname-delete. + + * wl-util.el (wl-as-coding-system): Ignore nemacs. + + * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer + if error occured. + + * wl-message.el (require): Remove tm support. + + * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated. + + * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs. + (wl-folder-jump-to-current-entity): Ditto. + (wl-folder-mode-map): Added binding for `wl-addrmgr'. + + * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for + `wl-draft-insert-x-face-field' to `wl-addrmgr'. + Changed binding for `wl-draft-insert-x-face-field' to C-cC-x. + + * wl-mule.el (wl-draft-key-setup): Ditto. + + * wl-xmas.el (wl-draft-key-setup): Ditto. + + * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr. + (wl-draft-std11-parse-addresses): New function. + (wl-draft-parse-mailbox-list): Use it. + (wl-draft): Ignore nemacs. + (wl-draft-reedit): Ditto. + + * wl-addrmgr.el: New file. + (Original is wl-rcpt.el written by + "Kitamoto Tsuyoshi ". + Thanks Kitamoto-san.) + + * wl-address.el (wl-address-make-address-list): Modified parsing + process. + (wl-address-delete): Renamed from `wl-address-petname-delete'; + Modify wl-address-list too. + (wl-address-add-or-change): Renamed from + `wl-address-petname-add-or-change'; Rewote for wl-addrmgr. + +2001-08-15 YAMASHITA Junji + + * wl-highlight.el (wl-highlight-summary-current-line): + Work with transient-mark-mode + +2001-08-15 Yuuichi Teranishi + + * Version number is increased to 2.7.2. + + * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name + instead of elmo-dop-queue-method. + +2001-08-06 SAITO Atsunori + + * wl-vars.el (wl-ldap-objectclass): New user option. + + * wl-address.el (wl-ldap-make-filter): Use it. + +2001-08-03 Yuuichi Teranishi + + * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument. + +2001-08-02 Yuuichi Teranishi + + * wl-folder.el (wl-folder): redisplay after folder insertion. + + * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21. + + * wl-summary.el (wl-summary-sync-update): + Change status mark only when new-msgdb exists. + (Advised by Akihiro MOTOKI .) + +2001-07-23 Yuuichi Teranishi + + * wl-summary.el (wl-summary-open-folder): New function. + (wl-summary-goto-folder-subr): Use it. + (wl-summary-mark-as-important): Fix; + Encache only when no cache exists. + +2001-07-17 Yuuichi Teranishi + + * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): + Use with-current-buffer. + +2001-07-14 Hiroya Murata + + * wl-score.el (wl-score-insert-help): Check `wl-message-buffer' + before call `get-buffer'. Fixed parenthesis. + (wl-score-get-header-entry): Clear message and help window when + keyboard quit. + (wl-score-edit-insert-header): Ditto. + +2001-07-14 Yuuichi Teranishi + + * wl-draft.el (wl-message-mail-p): Test resent-to: field. + (Fix by Peter Møller Neergaard ) + (wl-default-draft-cite): Fix. + + * wl-score.el (wl-score-insert-help): Fixed parenthesis. + (Pointed out by ABE Yasushi ) + +2001-07-12 Yuuichi Teranishi + + * wl-message.el (wl-message-prev-page): Do same bahavior + as summary when it is called in the message buffer. + (wl-message-next-page): Ditto. + +2001-07-09 Yuuichi Teranishi + + * wl-summary.el (wl-summary-forward): Use cache if it is not + section cache. + +2001-07-05 Yuuichi Teranishi + + * wl-vars.el: Changed file coding system to ISO-2022-JP. + Removed redundant require of elmo-vars. + (wl-biff-state-indicator-on): Changed default value for + xemacs with non-mule environment. + + * wl-summary.el (wl-summary-exec-subr): Fixed problem when + wl-message-buffer is nil; + Hide progress bar after moving messages. + +2001-07-04 Yuuichi Teranishi + + * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when + message at cursor point is deleted. + +2001-07-02 Yuuichi Teranishi + + * wl-vars.el: Changed file coding system to euc-japan. + Added -*-coding:-*- magic to the first line. + + * wl-summary.el (wl-summary-search-by-subject): Fixed bug; + Search parent from the first message. + + * Version number is increased to 2.7.1. + +2001-06-28 OHASHI Akira + + * wl-vars.el: Fix file coding system to ISO-2022-JP. + +2001-06-27 Yuuichi Teranishi + + * wl-summary.el (wl-summary-exec-subr): Hide message buffer after + refile/delete execution. + + * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil; + Fixed docstring. + +2001-06-26 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil, + do update process; + Don't update marks when update process is interrupted. + +2001-06-25 Yuuichi Teranishi + + * wl-summary.el (wl-summary-reply): Fixed problem when + wl-draft-use-frame is non-nil. + (wl-summary-forward): Ditto. + + * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame + as nil. + (wl-folder-mark-as-read-all-entity): Ditto. + (wl-folder-prefetch-entity): Ditto. + + * wl.el (wl): Check environment before wl-init. + + * wl-summary.el (wl-summary-collect-unread): Eliminated. + (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads + instead of wl-summary-collect-unread. + (wl-summary-reply): Split message window. + +2001-06-21 Yuuichi Teranishi + + * wl-vars.el (wl): Set custom-manual link as "wl-ja" + only if current language environment is japanese, + + * wl-folder.el (wl-folder-jump-to-current-entity): Call + wl-folder-select-buffer when wl-summary-use-frame is non-nil. + (wl-folder-goto-folder-subr): Ditto. + + * wl-draft.el (wl-draft-dispatch-message): Call + `elmo-file-cache-get-path'. + +2001-06-20 Yuuichi Teranishi + + * wl-summary.el (wl-summary-cursor-move): If return value of + wl-summary-next-message is not number, don't jump. + +2001-06-19 Yuuichi Teranishi + + * wl-summary.el (wl-summary-buffer-next-message-function): New + variable. + (wl-summary-next-message): Call wl-summary-buffer-next-message-function + if it is bound. + + * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image + string. + + * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type. + (wl-plugged-drawing): Ditto. + +2001-06-18 Yuuichi Teranishi + + * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff + process. + (wl-biff-check-folder-async): Enclose wl-biff-check-folder + with unwind-protect. + + * wl.el (wl-init): Require mime-setup. + (wl-check-environment): Don't require mime-setup. + + * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal + instead of elmo-folder-type. + + * wl-message.el (wl-message-buffer-prefetch-debug): Set default + value as nil. + +2001-06-15 Yuuichi Teranishi + + * Version number is increased to 2.7.0. + + * wl-version.el (wl-version): Changed codename. + + * wl-summary.el (wl-summary-delete-cache): Fixed. + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): + Workaround for net folders. + (According to the patch from ABE Yasushi ) + + * wl-vars.el (wl-folder-process-duplicates-alist): Changed default + value to nil (According to the patch from + Yoichi NAKAYAMA ). + + * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead + of elmo-folder-close. + +2001-06-06 Peter Møller Neergaard + + * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp + for postfix. + +2001-06-13 Yuuichi Teranishi + + * wl-summary.el (wl-summary-resend-message): Fixed. + + * wl-draft.el (wl-draft-edit-string): Fetch From: field value and + Call wl-draft with `from' argument if its address is included in + `wl-user-mail-address-list'. + (wl-draft): Added `from' argument. + + * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is + non-nil. + (wl): Don't show demo if wl-demo is nil. + + * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to + wl-summary-use-frame. + + * wl-vars.el (wl-summary-use-frame): New user option. + (wl-folder-use-frame): Changed docstring. + + * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is + non-nil. + (wl-folder-select-buffer): Renamed wl-folder-use-frame to + wl-summary-use-frame. + + * wl-vars.el (wl-folder-use-frame): New user option. + + * wl-summary.el (wl-summary-exit): Back to folder frame if + wl-folder-use-frame is non-nil. + (wl-summary-redisplay-internal): Ignore cache if current folder + is draft folder, + (wl-summary-redisplay-no-mime): Ditto. + (wl-summary-redisplay-all-header): Ditto. + + * wl-folder.el (wl-folder-select-buffer): Switch to other frame + if wl-folder-use-frame is non-nil. + +2001-06-06 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-update): Bind + elmo-folder-update-threshold. + (wl-summary-mark-as-important): Enclosed server mark processing + with `save-match-data'. + + * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist + only when it is already defined. + +2001-05-24 Masahiro MURATA + + * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that + name of folder exclude localdir is wrong. + * wl-folder.el (wl-folder-sync-entity): + Set `wl-summary-always-sticky-folder-list' as nil. + (wl-folder-mark-as-read-all-entity): Ditto. + (wl-folder-prefetch-entity): Ditto. + +2001-05-23 Kenichi OKADA + + * wl-draft.el (wl-draft): use `wl-summary-write-current-folder' + instead of `wl-summary-write-current-newsgroup'. + +2001-05-19 Masahiro MURATA + + * wl-summary.el (wl-summary-auto-select-msg-p): New function. + (wl-summary-goto-folder-subr): If `wl-auto-select-first' is + non-nil and selected message is important, do not display. + +2001-05-16 Kenichi OKADA + + * wl.el (wl): Omit `wl-check-environment' if wl-init is nil. + +2001-05-10 Yuuichi Teranishi + + * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure. + + * wl-summary.el (wl-summary-mark-as-important): Set message number + using wl-summary-message-number. + +2001-05-10 Hiroya Murata + + * wl-summary.el (wl-summary-exec-subr): Fixed problem when + destination folder is 'null. + +2001-05-09 Kenichi OKADA + + * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr): + New function. + (wl-folder-guess-mailing-list-by-folder-name-subr): New function. + (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder. + (wl-folder-guess-mailing-list-by-folder-name): Ditto. + +2001-05-08 Yuuichi Teranishi + + * wl-mime.el (wl-mime-setup): Added setting for + `mime-setup-signature-key-alist' to avoid overriding key bind for + `wl-draft-send'. + + * wl-e21.el (wl-draft-overload-functions): Don't override key binding + for `wl-draft-send'. + * wl-mule.el (wl-draft-overload-functions): Ditto. + * wl-xmas.el (wl-draft-overload-functions): Ditto. + * wl-draft.el (wl-draft-send): Ditto. + + * wl-message.el (wl-message-display-internal): + Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold). + (Patch is provided by ). + +2001-05-09 Kenichi OKADA + + * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix. + +2001-05-08 Kenichi OKADA + + * wl.el (wl): Fix for wl-demo. + +2001-05-08 Kenichi OKADA + + * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf' + +2001-05-08 Kenichi OKADA + + * wl-folder.el (wl-folder-prefetch-entity): Use + `wl-folder-get-elmo-folder'. + (wl-folder-count-incorporates): Do not use + `wl-folder-get-elmo-folder'. + +2001-05-08 Kenichi OKADA + + * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' + instead of `elmo-folder-get-type'. + +2001-05-01 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-write-current-folder): Set cursor + position on Subject: field. + (Advised by Mito ) + +2001-04-27 Hiroya Murata + + * wl-folder.el (wl-folder-prefetch-entity): Use + `wl-folder-get-elmo-folder'. + +2001-04-26 Yuuichi Teranishi + + * wl-vars.el (wl-folder-process-duplicates-alist): New user option. + + * wl-summary.el (wl-summary-buffer-set-folder): Set up + `process-duplicates' slot. + + * wl-highlight.el (wl-highlight-message): Don't highlight as signature + if detection failed. + +2001-04-25 TAKAHASHI Kaoru + + * wl-version.el (wl-version-status): Set to "alpha". + +2001-04-23 Yuuichi Teranishi + + * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): + Check wl-message-buffer lives before set-buffer. + +2001-04-22 Masahiro MURATA + + * wl-expire.el (wl-summary-expire): Fixed problem that do not expire + called in folder mode. + * wl-var.el (wl-summary-exit-pre-hook): New variable. + * wl-summary.el (wl-summary-exit-pre-hook): Run + `wl-summary-exit-pre-hook' before exit summary mode. + +2001-04-22 TAKAHASHI Kaoru + + * wl-version.el (wl-version-status): New variable. + (wl-version-status-alist): Removed. + (wl-version-status): Rule included. + +2001-04-19 Yuuichi Teranishi + + * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for + @sponichi. + + * wl-draft.el (wl-draft-insert-current-message): Fixed problem + when `mail-reply-buffer' is buffer-local variable. + (Reported by ). + +2001-04-17 Yuuichi Teranishi + + * wl-vars.el (toplevel): Require 'elmo-util. + +2001-04-16 Yuuichi Teranishi + + * wl-summary.el (wl-summary-message-regexp): Fixed number regexp. + (All other related portions are changed) + + * wl.el (wl-plugged-change): Use '<' instead of '<='. + + * wl-folder.el (wl-folder-check-one-entity): Fixed last change again. + +2001-04-14 Hiroya Murata + + * wl-folder.el (wl-folder-check-one-entity): Fixed last change. + +2001-04-13 Yuuichi Teranishi + + * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed. + Delete other windows to avoid an error. + Use `point-marker' instead of `point' to remember the start point + of body. + + * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'. + + * wl-folder.el (wl-folder-check-one-entity): Adjust unread message + number not to exceed all message number. + +2001-04-12 Yoichi NAKAYAMA + + * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to + call the command `wl-biff-check-folders' in `mode-line-mouse2-map'. + +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 @@ -18,24 +912,6 @@ simple quotation to quote the anonymous function. * tm-wl.el (wl-draft-preview-message): Ditto. -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-02-25 Masahiro MURATA - - * wl-folder.el (wl-folder-sync-entity): Fixed change value of - `wl-message-buf-name' and `wl-summary-buffer-name'. - (wl-folder-mark-as-read-all-entity) : Ditto. - (wl-folder-prefetch-entity): Ditto. - (wl-folder-drop-unsync-entity): Ditto. - 2001-02-25 OKAZAKI Tetsurou * wl-highlight.el (wl-highlight-summary-displaying): Optimize; @@ -80,7 +956,7 @@ * 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-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. @@ -116,7 +992,7 @@ (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-sync-update): Ditto. (wl-summary-rescan): Ditto. (wl-summary-make-number-list): New function. @@ -127,18 +1003,17 @@ * wl-highlight.el (wl-highlight-summary-window): Call `set-buffer-modified-p'. - * wl-vars.el (wl-summary-lazy-highlight): New variable. + * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'. + (wl): Call `elmo-init' and fix. - * 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-draft.el, wl-folder.el, wl-summary.el, wl-util.el: + Use new variables. - * 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 ) + * 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 @@ -168,6 +1043,64 @@ (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' @@ -184,6 +1117,38 @@ * 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' @@ -196,16 +1161,6 @@ * 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 @@ -232,13 +1187,94 @@ 2001-02-14 Yuuichi Teranishi - * wl-summary.el (wl-cache-prefetch-message): - Call `elmo-buffer-cache-message' with `unread' argument. + * 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-02-07 Yuuichi Teranishi +2001-01-19 Yuuichi Teranishi - * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix. + * 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):