* wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
[elisp/wanderlust.git] / wl / ChangeLog
index 06749f0..e279c47 100644 (file)
@@ -1,3 +1,169 @@
+2002-01-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
+       after renaming folder in access group.
+
+2002-01-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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  <okada@opaopa.org>
+
+       * Version number is increased to 2.9.5.
+       * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
+
+2002-01-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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 <yoichi@eken.phys.nagoya-u.ac.jp>
+
+2002-01-18  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-draft-raw-send): Fix for
+       `wl-news-send-pre-hook'
+
+2002-01-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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  <okada@opaopa.org>
+
+       * 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  <okada@opaopa.org>
+
+       * wl.el (wl): Call `wl-check-type'
+       Do not 'condition-case'.
+
+2002-01-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl.el (wl-check-type): New function.
+       (wl-check-type-variables): New variable.
+
+2002-01-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
+
+2002-01-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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  <okada@opaopa.org>
+
+       * 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  <okada@opaopa.org>
+
+       * Version number is increased to 2.9.4.
+
+2002-01-06  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-utils.el (wl-unique-id-suffix): New variable.
+       (wl-unique-id): Use `wl-unique-id-suffix'
+
+2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
+
+2001-12-29  Kenichi OKADA  <okada@opaopa.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-hide): Removed `interactive'.
+       (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
+
+2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.9.2.
+
+2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
+
 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
 
        * 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.