X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=06749f0219d50e9ef5983d50f1e34646257bd50b;hb=5d0d4e5a0c13bfa2eef90b507d6d749bf3bf880b;hp=b4f199f45b962804f1f9eba616e8f7c74ea266dc;hpb=b0d233bda8899ed9f1ecf0bc5cc7454e2a12082f;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index b4f199f..bc05dc5 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,889 @@ +2002-03-04 Mito + + * wl-mime.el (wl-mime-save-content): Don't save if answered "no". + +2002-02-28 Yoichi NAKAYAMA + + * wl.el (wl-check-environment): Also cause error when (system-name) + returns "localhost.localdomain". (Although it doesn't affect because + of condition-case, see change in 2002-01-23 by Teranisi-san.) + +2002-02-26 Yoichi NAKAYAMA + + * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member + instead of wl-match-member with wl-folder-hierarchy-access-folders. + + * wl-vars.el (wl-folder-hierarchy-access-folders): Change default + value. + +2002-02-24 Yuuichi Teranishi + + * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it; + Likewise r-cc-list and r-ng-list. + +2002-02-20 Yuuichi Teranishi + + * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist + only if it is bound as variable. + + * wl-mime.el (wl-draft-preview-message): Ditto. + +2002-02-19 Yuuichi Teranishi + + * wl-message.el (wl-message-add-buttons-to-header): Eliminated + needless `goto-char'. + + * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call + `wl-summary-redisplay-no-mime-internal' instead of + `wl-summary-redisplay-no-mime'. + (wl-summary-redisplay-no-mime): Changed argument; + Call `wl-summary-redisplay-no-mime-internal'. + + * wl-mime.el (wl-draft-preview-message): Bind + `mime-header-encode-method-alist' locally. + + * wl-draft.el (wl-draft-eword-encode-address-list): New function. + (wl-draft-std11-parse-addresses): Added the first address check. + (wl-draft-send): Bind `mime-header-encode-method-alist' locally. + + * Version number is increased to 2.9.7. + +2002-02-16 Kenichi OKADA + + * wl-draft.el (wl-draft-send-mail-with-smtp): Check error. + +2002-02-15 Daiki Ueno + + * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers + related to scrollbar support, if there is no such a feature + compiled in. + +2002-02-11 Hiroya Murata + + * wl-message.el (wl-message-buffer-prefetch-next): Don't call + `wl-message-buffer-prefetch-get-next' if FOLDER is not a target + for prefetch. + +2002-02-07 Kenichi OKADA + + * wl-summary.el (wl-summary-pick): Fix for no match. + +2002-02-01 Kenichi OKADA + + * wl-draft.el (wl-draft-save): + Override `mime-header-encode-method-alist'. + +2002-02-01 Kenichi OKADA + + * wl-folder.el (wl-folder-pick): New function. + Define key as "?". + +2002-02-01 Kenichi OKADA + + * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): + Fix for unplugged. + +2002-02-01 Kenichi OKADA + + * wl-folder.el (wl-folder-virtual): New function. + Define key as "V". + +2002-02-01 Kenichi OKADA + + * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of + multi folder if entity is group. + +2002-02-01 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-debug): Default value + is nil. + +2002-02-01 Kenichi OKADA + + * wl-summary.el (wl-summary-pick): Fix for killed messages. + (wl-summary-target-mark-msgs): Return the number of marked messages. + +2002-01-26 ARISAWA Akihiro + + * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or + "first:" is specified. + +2002-01-25 Yoichi NAKAYAMA + + * wl-vars.el (wl-from): Use return value of function + user-full-name instead of the variable user-full-name since + XEmacs-20.4 doesn't set this variable. + +2002-01-25 Yuuichi Teranishi + + * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil, + call `wl' directly. + +2002-01-25 pf21 GOTO_Toshiya + + * wl-draft.el (wl-draft-reedit): Removed duplicated + switch-to-buffers. + +2002-01-25 Katsumi Yamaoka + + * wl.el (wl-other-frame): Removed garbages. + +2002-01-25 Yuuichi Teranishi + + * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s + + * wl-xmas.el (wl-draft-key-setup): Ditto. + + * wl-mule.el (wl-draft-key-setup): Ditto. + + * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name. + (wl-draft-reedit): Ditto. + (wl-draft-prepare-edit): Add `wl-draft-save' to + `local-write-file-hooks'. + (wl-draft-prepare-edit): Call clear-visited-file-modtime. + (wl-draft-reedit): Set buffer-file-name. + (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'. + + + * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil, + call it. + (wl-delete-startup-frame-function): New variable. + (wl-other-frame): New function + (Original was written by Yamaoka san [wl: 09239]). + + * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function' + if `wl-folder-use-frame'. + +2002-01-24 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-p): Check plugged. + +2002-01-24 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist): + New variable. + (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable. + (wl-message-buffer-prefetch-get-next): Use them. + * wl-demo.el (wl-demo-copyright-notice): Add 2002. + +2002-01-24 Yuuichi Teranishi + + * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit + with unwind-protect. + + * wl-draft.el (wl-draft-reedit): Rewrite. + (wl-jump-to-draft-buffer): Don't use `buffer-file-name'. + (wl-draft-save): Insert header separator if it does not exist; + Removed condition-case. + + * wl-summary.el (wl-summary-reedit): Revert last change. + + * wl-draft.el (wl-draft-save): Rewrite. + (wl-draft-create-buffer): Set buffer-file-name as nil. + + * wl-summary.el (wl-summary-reedit): Don't care about draft folder. + + * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite. + + * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to + nil. + +2002-01-24 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch): Require `count'. + If count is nil, do not prefetch. + (wl-message-buffer-prefetch-next): Next. + +2002-01-24 Kenichi OKADA + + * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'. + +2002-01-24 Kenichi OKADA + + * wl-draft.el (wl-draft-insert-mail-header-separator): Use + `delete-backward-char' + (wl-draft-prepare-edit): Check major-mode. + (wl-draft-decode-header): Rewrite. + (wl-draft): Fix. + +2002-01-24 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-subr): Fix. + +2002-01-23 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-p): Check size. + (wl-message-buffer-prefetch-get-next): Remove size checking. + (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'. + +2002-01-23 Kenichi OKADA + + * wl-draft.el (wl-draft-decode-body): Remove `debug'. + (wl-draft-default-headers): Fix. + +2002-01-23 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-default-headers): Insert return value of + `wl-generate-mailer-string-function'. + +2002-01-23 Yuuichi Teranishi + + * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char. + (wl-draft-insert-mail-header-separator): Ditto. + + * wl.el (wl): Enclose `wl-check-environment' with `condition-case' + again (Reverted the change on 2002-01-17 by OKADA san). + +2002-01-23 Kenichi OKADA + + * wl-draft.el (wl-draft): Rewrite. + (wl-draft-create-buffer): New function. + (wl-draft-create-contents): Ditto. + (wl-draft-prepare-edit): Ditto. + (wl-draft-decode-header): Ditto. + (wl-draft-decode-body): Ditto. + (wl-draft-check-new-line): Ditto. + (wl-draft-default-headers): Ditto. + (wl-draft-insert-mail-header-separator): Ditto. + +2002-01-23 Kenichi OKADA + + * Version number is increased to 2.9.6. + +2002-01-23 Kenichi OKADA + + * wl-draft.el (wl-draft-delete-field): Optional argument. + (wl-draft-delete-fields): Ditto. + +2002-01-23 Kenichi OKADA + + * wl-message.el (toplevel): Eliminated byte-compile warning. + for `itimer-function', `delete-timer' and `itimer-list'. + +2002-01-23 Kenichi OKADA + + * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable. + * wl-message.el (wl-message-buffer-prefetch-get-next): Use + `wl-message-buffer-prefetch-threshold'. + * wl-summary.el (wl-summary-redisplay-internal): Remove + the check of `wl-message-buffer-prefetch-depth'. + +2002-01-23 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-get-next): Check the + size of article. + (wl-message-buffer-prefetch-subr): Remove size check. + +2002-01-22 Yoichi NAKAYAMA + + * wl-vars.el (wl-plugged): Make customizable. + +2002-01-22 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function. + (wl-message-buffer-prefetch-set-timer): New function. + (wl-message-buffer-prefetch-get-next): New function. + (wl-message-buffer-prefetch): New function. + (wl-message-buffer-prefetch-next): Rewrite. + (wl-message-buffer-prefetch-subr): Rewrite. + * wl-vars.el (wl-auto-prefetch-first): New variable. + * wl-summary.el (wl-summary-goto-folder-subr): Call + `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil. + +2002-01-22 Kenichi OKADA + + * wl-score.el (wl-summary-score-update-all-lines): Do not call + `wl-summary-unread-message-hook'. + +2002-01-22 Kenichi OKADA + + * wl-summary.el (wl-summary-input-range): New range `cache-status'. + (wl-summary-sync): Call `wl-summary-resume-cache-status' + if range is `cache-status'. + +2002-01-22 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-subr): + Improve debug message. + +2002-01-22 Kenichi OKADA + + * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook + `wl-mail-send-pre-hook'. + (wl-draft-send-mail-with-qmail): Ditto. + (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'. + +2002-01-22 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-subr): + Fix for cancel-function-timers bug. + (wl-message-buffer-prefetch-debug): Default value is t. + +2002-01-22 Kenichi OKADA + + * wl-message.el (wl-message-buffer-prefetch-next): Rewrite. + (wl-message-buffer-prefetch-subr): Rewrite. + Rename from `wl-message-buffer-prefetch'. + +2002-01-21 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'. + (wl-default-draft-cite-decorate-author): Ditto. + + * wl-draft.el (wl-draft-cite-function): Removed. + (wl-default-draft-cite-decorate-author): Ditto. + +2002-01-21 Yoichi NAKAYAMA + + * wl-draft.el (wl-default-draft-cite-decorate-author): New variable. + (wl-default-draft-cite): Do not arrange author name if the value of + `wl-default-draft-cite-decorate-author' is nil. + +2002-01-21 Yuuichi Teranishi + + * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'. + + * wl-folder.el (wl-folder-check-one-entity): Don't care + `elmo-folder-use-flag-p'. + +2002-01-21 Kenichi OKADA + + * wl-folder (wl-folder-check-one-entity): Fix + problem if unread is nil. + +2002-01-19 Yoichi NAKAYAMA + + * wl-address.el (wl-address-make-completion-list): Check whether + the address is a group list. + * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto. + +2002-01-19 Hiroya Murata + + * wl-folder.el (wl-folder-check-one-entity): Fixed problem; + The number of the messages of new and unread does not count + correctly. + + * wl-summary.el (wl-summary-count-unread): Changed to return + `(new . unread)' instead of total. + (wl-summary-sync-update): Follow the change above. + + * wl-score.el (wl-summary-score-update-all-lines): Likewise. + +2002-01-19 Yoichi NAKAYAMA + + * wl-address.el (wl-address-make-completion-list): Do not enclose + address by " <" and ">" if associated realname is "". + * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto. + This is against the promblem with group list in .addresses pointed + out by Tomotaka SUWA . + +2002-01-19 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-write-sendlog): The first argument of + message is a format control string. + * wl-expire.el (wl-expire-append-log): Ditto. + * wl-mime.el (wl-summary-burst-subr): Ditto. + * wl-mule.el (wl-face-spec-set-match-display): Ditto. + * wl-summary.el (wl-summary-edit-addresses-subr): Ditto. + +2002-01-19 Kenichi OKADA + + * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3. + wl.el (wl-check-variables): Rename from `wl-check-type'. + (wl-check-variables-alist): Rename from `wl-check-type-variables'. + (wl-check-variables-2): New function. + (wl): Call `wl-check-variables-2'. + +2002-01-19 Yoichi NAKAYAMA + + * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear + after renaming folder in access group. + +2002-01-19 Kenichi OKADA + + * wl-vars.el (wl-message-buffer-prefetch-depth): New variable. + (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el' + * wl-message.el (wl-message-buffer-prefetch-next): Rewrite. + (wl-message-buffer-prefetch): Rewrite. + (wl-message-buffer-prefetch-idle-time): Removed. + * wl-summary.el (wl-summary-redisplay-internal): + Prepare prefetch with `wl-message-buffer-prefetch-depth'. + Error check for `wl-message-buffer-prefetch-depht'. + +2002-01-19 Kenichi OKADA + + * Version number is increased to 2.9.5. + * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache. + +2002-01-19 Kenichi OKADA + + * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable. + * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group. + Based on the patch written by + Yoichi NAKAYAMA + +2002-01-18 Kenichi OKADA + + * wl-draft.el (wl-draft-raw-send): Fix for + `wl-news-send-pre-hook' + +2002-01-17 Kenichi OKADA + + * wl-utils.el (wl-message-id-function): New variable. + * wl-draft.el (wl-draft-insert-required-fields): + Use `wl-message-id-function'. + +2002-01-17 Kenichi OKADA + + * wl-vars.el (wl-message-id-use-wl-from): New variable. + * wl-utils.el (wl-draft-make-message-id-string): + Use `wl-from' for domain part of Message-ID + if `wl-message-id-use-wl-from' if non-nil. + * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from' + +2002-01-17 Kenichi OKADA + + * wl.el (wl): Call `wl-check-type' + Do not 'condition-case'. + +2002-01-17 Kenichi OKADA + + * wl.el (wl-check-type): New function. + (wl-check-type-variables): New variable. + +2002-01-17 Kenichi OKADA + + * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix. + +2002-01-17 Kenichi OKADA + + * wl-draft.el (wl-smtp-password-key): New function. + (wl-smtp-extension-bind): Use `wl-smtp-password-key' + (wl-draft-send-mail-with-smtp): Ditto. + (wl-draft-send-mail-with-pop-before-smtp): Fix. + +2002-01-12 Kenichi OKADA + + * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el' + * wl-utils.el (wl-unique-id-suffix): Remove. + +2002-01-07 Kenichi OKADA + + * Version number is increased to 2.9.4. + +2002-01-06 Kenichi OKADA + + * wl-utils.el (wl-unique-id-suffix): New variable. + (wl-unique-id): Use `wl-unique-id-suffix' + +2002-01-06 Hiroya Murata + + * wl-summary.el (wl-summary-pick): Use `elmo-folder-search' + instead of `elmo-msgdb-search'. + + * Version number is increased to 2.9.3. + +2002-01-05 OKAZAKI Tetsurou + + * wl-summary.el (wl-summary-refile-subr): Remove `interactive'. + +2001-12-29 Kenichi OKADA + + * wl-draft.el (wl-sent-message-queued): New buffer-local variable. + (wl-draft-dispatch-message): Changed for send-later. + (wl-draft-queue-flush): Ditto. + (wl-draft): Clear `wl-sent-message-queued'. + (wl-draft-reedit): Ditto. + (wl-draft-queue-info-operation): Added `wl-sent-message-queued' + * wl-vars.el (wl-draft-force-queuing): New variable. + (wl-draft-force-queuing-mail): New variable. + (wl-draft-force-queuing-news): New variable. + +2001-12-24 Yuuichi Teranishi + + * wl-draft.el (wl-draft-hide): Removed `interactive'. + (Pointed out by YAMASHITA Junji ) + +2001-12-23 Hiroya Murata + + * Version number is increased to 2.9.2. + +2001-12-21 Katsumi Yamaoka + + * wl-draft.el (wl-draft-elide-region): New user command. + * wl-vars.el (wl-draft-elide-ellipsis): New user option. + + * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the + command `wl-draft-elide-region'. + * wl-mule.el: Ditto. + * wl-xmas.el: Ditto. + +2001-12-20 Yuuichi Teranishi + + * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders. + (wl-biff-check-folder-async): Removed needless let. + +2001-12-19 Yuuichi Teranishi + + * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of + wl-folder-get-elmo-folder. + (wl-biff-check-folder): Set `biff' argument of + `wl-folder-check-one-entity'. + (wl-biff-check-folder-async): Setup `biff' slot of folder. + + * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument. + (wl-folder-check-one-entity): Added `biff' argument; + Setup `biff' slot of folder. + + * Version number is increased to 2.9.1. + +2001-12-18 Yuuichi Teranishi + + * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed + comment out and fixed. + (wl-fldmgr-add-completion-subr): Ditto. + + * wl-summary.el (wl-summary-exit): Changed order of saving summary view + and msgdb. + + * wl.el (wl-toggle-plugged): Save summary view. + +2001-12-17 Yuuichi Teranishi + + * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'. + +2001-12-17 Hiroya Murata + + * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring. + +2001-12-17 Katsumi Yamaoka + + * wl-e21.el (wl-e21-toolbar-configurations): Replace + `auto-resize-tool-bar' to `auto-resize-tool-bars'. Pavel Janik + has realized this in the emacs-w3m list. + + * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only + if it was failed. + (wl-demo): Disable undo in the demo buffer. + +2001-12-15 Yuuichi Teranishi + + * wl-version.el (wl-version): Changed codename. + + * Version number is increased to 2.9.0. + +2001-12-14 Takuo KITAME + + * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts. + * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr) + (wl-folder-mark-as-read-all-current-entity): Ditto. + +2001-12-13 Yuuichi Teranishi + + * wl-vars.el (wl-from-width): Define as obsolete variable. + (wl-subject-length-limit): Ditto. + + * wl.el (wl-plugged-dop-queue-status): Shrink queue list. + + * wl-expire.el (wl-folder-expire-entity): Follow the last change on + wl-summary-save-view. + + * wl.el (wl-save-status): Ditto. + (Pointed out by MAKINO Takashi ) + + * wl-summary.el (wl-summary-save-view): Removed unused argument. + (wl-summary-exit): Follow the change above. + (wl-summary-goto-folder-subr): Ditto. + + * wl-folder.el (wl-folder-create-subr): Don't use + `elmo-folder-creatable-p'. + +2001-12-12 Yuuichi Teranishi + + * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too. + +2001-12-12 Katsumi Yamaoka + + * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm + rather than bitmap on Emacs 21. + (wl-demo-insert-image): Decode bitmap data line by line when Emacs + 21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE + for xbm if the new redisplay engine is not available. + +2001-12-11 Yuuichi Teranishi + + * wl-folder.el (wl-folder-init-hook): New hook. + (wl-folder-init): Run `wl-folder-init-hook'. + +2001-12-11 Katsumi Yamaoka + + * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm. + +2001-12-11 Yuuichi Teranishi + + * wl-acap.el (wl-acap-cache-filename): New variable. + (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved. + (wl-acap-init): Use cache if no ACAP server found. + +2001-12-11 TAKAHASHI Kaoru + + * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from + `wl-acap-original-msgdb-dir'. + + * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'. + (wl-score-files-directory): Renamed from `wl-score-files-dir'. + + * wl-mime.el (wl-mime-save-directory): Renamed from + `wl-mime-save-dir'. + +2001-12-11 Katsumi Yamaoka + + * wl-vars.el (wl-icon-dir): Fixed the docstring. + + * wl-demo.el: Require `path-util'. + (wl-demo-bitmap-mule-available-p): New internal variable. + (wl-demo-image-type-alist): Use it; don't require `bitmap', use + `module-installed-p' instead. + (wl-demo-insert-image): Use *.img file for a bitmap image. + (wl-demo): Don't call the ascii demo recursively. + +2001-12-11 TAKAHASHI Kaoru + + * Version number is increased to 2.7.7. + +2001-12-11 Yuuichi Teranishi + + * wl.el (wl-exit): Eliminated byte-compile warning. + +2001-12-10 Hiroya Murata + + * wl-vars.el (wl-summary-update-confirm-threshold): Defined as + obsolete variable using `elmo-define-obsolete-variable'. + (wl-fetch-confirm-threshold): Ditto. + (wl-cache-prefetch-folder-type-list): Ditto. + (wl-cache-prefetch-folder-list): Ditto. + +2001-12-10 Katsumi Yamaoka + + * wl-demo.el: Rewrote to make it read a logo file at the run-time. + (wl-demo-icon-name): Use Xmas logo at the end of the year. + (wl-demo-insert-image): New function. + (wl-demo-insert-text): New function. + (wl-demo-image-type-alist): Redefine as a function. + (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'. + (wl-demo-with-temp-file-buffer): Removed. + (wl-logo-xpm): Removed. + (wl-logo-xbm): Removed. + (wl-logo-bitmap): Removed. + +2001-10-30 Nishimoto Masaki + + * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable. + (wl-expire-localdir-get-folder-function): New user option. + (wl-expire-localdir-get-folder): New function. + (wl-expire-localdir-date): Ditto. + +2001-12-10 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-check-one-entity): Fixed car of return + value. Refactoring `wl-folder-notify-deleted' is nil case. + Fixed unread number mismatch when all-unread < unread. + +2001-12-08 Yuuichi Teranishi + + * wl-vars.el (wl-summary-update-confirm-threshold): Abolished. + (wl-fetch-confirm-threshold): Ditto. + + * wl-summary.el (wl-summary-confirm-appends): Removed. + (wl-summary-sync-update): Don't refer + `wl-summary-update-confirm-threshold' (It is now abolished). + + * wl-message.el (wl-message-display-internal): Don't refer + `wl-fetch-confirm-threshold' (It is now abolished). + +2001-12-07 Katsumi Yamaoka + + * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally. + +2001-12-07 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-from-width): Rename from wl-from-width. + (wl-summary-subject-length-limit): Rename from wl-subject-length-limit. + Change default value to nil. + (wl-summary-indent-length-limit): The value can be nil, nil means + unlimited. + + * wl-summary.el: Don't set limit for indent length if the value of + wl-summary-indent-length-limit is nil. + If the value of wl-summary-width is nil, it means only that the width + of summary is unlimited (nil doesn't mean that the indent length is + unlimited). + + * wl-thread.el: Ditto. + +2001-12-06 Hiroshi Tsutsui + + * wl-vars.el (wl-summary-update-confirm-threshold): The value can + be nil, nil means never confirm. + * wl-summary.el (wl-summary-confirm-appends): Ditto. + +2001-12-06 Yoichi NAKAYAMA + + * wl-vars.el (wl-subject-length-limit): This value can be nil (nil + means unlimited). + +2001-12-05 Yuuichi Teranishi + + * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary'; + Use `with-temp-buffer'. + +2001-12-02 Yuuichi Teranishi + + * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite + with new backquote style). + (wl-folder-get-entity-from-buffer): Ditto. + +2001-12-02 Hiroya Murata + + * wl-version.el (nemacs-version): Eliminated. + (wl-extended-emacs-version2): Ignore nemacs. + (wl-extended-emacs-version3): Ditto. + +2001-11-30 Tatsuya Kinoshita + + * wl-vars.el (wl-draft-add-references): Set default value as nil. + (wl-draft-add-in-reply-to): New variable. + * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to): + Divided from `wl-draft-add-references'; add support `In-Reply-To'. + (wl-draft-yank-from-mail-reply-buffer): Use + `wl-draft-add-in-reply-to'. + (wl-draft-insert-current-message): Ditto. + +2001-12-01 Hiroya Murata + + * wl-vars.el (wl-folder-process-duplicates-alist): Fixed + typo (kill->hide). + (wl-message-buffer-prefetch-folder-type-list): Added elements + `mark' and `cache' instead of `internal'. + +2001-11-30 Yuuichi Teranishi + + * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted, + resume msgdb directory. + +2001-11-28 Yuuichi Teranishi + + * wl.el (wl-exit): Call `wl-acap-exit'. + + * wl-summary.el (wl-summary-message-string): New function. + (wl-summary-reedit): Use it. + (wl-summary-resend-bounced-mail): Remove needless let. + (wl-summary-supersedes-message): Ditto. + (wl-summary-save): Ditto. + + * wl-acap.el (wl-acap-original-msgdb-dir): New variable. + (wl-acap-init): Set it. + (wl-acap-exit): New function. + +2001-11-26 TAKAHASHI Kaoru + + * wl.el (wl-init): Revert (require 'mime-setup). move from + toplevel. + +2001-11-24 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-write-current-folder): Remove unused + local variables. Add error when guess function return invalid + value. + +2001-11-23 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): + Change local variable name. + (wl-folder-guess-mailing-list-by-folder-name): Ditto. + (wl-folder-get-newsgroups): Return nil when non-news folder. + * wl-summary.el (wl-summary-write-current-folder): State through + when guess-list return nil. + (wl-summary-write-current-folder-functions): Fixed docstring. + + * wl.el (wl-exit): Changed confirm message. + + * wl.el (wl-init): (require 'mime-setup) move to toplevel. + * wl-draft.el (wl-draft): Remove verbose `featurep'. + + * wl-e21.el: Removed kludge for Emacs 21 prerelease versions. + +2001-11-23 Hiroya Murata + + * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New + user option (Renamed from wl-cache-prefetch-folder-type-list). + (wl-message-buffer-prefetch-folder-list): New user option (Renamed + from wl-cache-prefetch-folder-list). + + * wl-message.el (wl-message-buffer-prefetch-folder-type-list): + Move to wl-vars.el. + (wl-message-buffer-prefetch-p): Changed to enable + `wl-message-buffer-prefetch-folder-list'. + + * wl-summary.el (wl-summary-target-mark-prefetch): Added argument + `ignore-cache'. + +2001-11-23 Kenichi OKADA + + * wl-draft.el (wl-draft-config-sub-func-alist): Added + `part-top' and `part-bottom'. + (wl-draft-config-sub-part-top): New function. + (wl-draft-config-sub-part-bottom): New function. + +2001-11-20 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder. + +2001-11-19 Kenichi OKADA + + * wl-folder.el (wl-folder-get-newsgroups): Fix. + +2001-11-19 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft): Added 14th argument `parent-folder'. + + * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument. + (wl-summary-write-current-folder): Ditto. + +2001-11-19 Yuuichi Teranishi + + * wl-folder.el (wl-folder-get-newsgroups): Use + `elmo-folder-newsgroups'. + +2001-11-18 Kenichi OKADA + + * wl-draft.el (wl-draft-config-sub-header-top): New fucntion. + (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'. + `wl-draft-config-sub-header-bottom'. + +2001-11-14 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when + localnews folder. + +2001-11-12 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-mode): Undo last change. + + * wl-folder.el (wl-folder-mode): Ditto. + +2001-11-09 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-mode): Locally set + truncate-partial-window-width to nil. + (for XEmacs) + + * wl-folder.el (wl-folder-mode): Ditto. + +2001-11-09 Yuuichi Teranishi + + * wl-util.el (wl-set-string-width) [Emacs]: New implementation. + 2001-11-08 Yuuichi Teranishi * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread @@ -616,7 +1502,7 @@ 2001-07-14 Yuuichi Teranishi * wl-draft.el (wl-message-mail-p): Test resent-to: field. - (Fix by Peter Møller Neergaard ) + (Fix by Peter M~ller Neergaard ) (wl-default-draft-cite): Fix. * wl-score.el (wl-score-insert-help): Fixed parenthesis. @@ -760,7 +1646,7 @@ * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead of elmo-folder-close. -2001-06-06 Peter Møller Neergaard +2001-06-06 Peter M~ller Neergaard * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp for postfix. @@ -2864,7 +3750,7 @@ * wl-util.el (wl-biff-check-folders, wl-biff-event-handler, wl-biff-start, wl-biff-stop): New functions. - (timer-next-integral-multiple-of-time): Defined with `defun-meybe'. + (timer-next-integral-multiple-of-time): Defined with `defun-maybe'. (wl-biff-timer-name): New variable. * wl-summary.el (wl-summary-mode): Show biff in modeline.