* wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
[elisp/wanderlust.git] / wl / ChangeLog
index 0a5990a..cee9696 100644 (file)
@@ -1,3 +1,100 @@
+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.
+
+2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-e21-toolbar-configurations): Replace
+       `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
+       <Pavel@Janik.cz> 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  <teranisi@gohome.org>
+
+       * wl-version.el (wl-version): Changed codename.
+
+       * Version number is increased to 2.9.0.
+
+2001-12-14  Takuo KITAME <kitame@northeye.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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 <makino@cyber.office.ne.jp>)
+
+       * 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  <teranisi@gohome.org>
+
+       * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
+
+2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder-init-hook): New hook.
+       (wl-folder-init): Run `wl-folder-init-hook'.
+
 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
        `wl-acap-original-msgdb-dir'.
 
        * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
-       (wl-score-files-directory): Renamed from `wl-score-fiels-dir'.
+       (wl-score-files-directory): Renamed from `wl-score-files-dir'.
 
        * wl-mime.el (wl-mime-save-directory): Renamed from
-       `wl-mime-save-directory'.
+       `wl-mime-save-dir'.
 
 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>