* wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
[elisp/wanderlust.git] / wl / ChangeLog
index 5d4fdeb..7ec0f12 100644 (file)
@@ -1,3 +1,110 @@
+2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * 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-fiels-dir'.
+
+       * wl-mime.el (wl-mime-save-directory): Renamed from
+       `wl-mime-save-directory'.
+
+2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.7.7.
+
+2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl-exit): Eliminated byte-compile warning.
+
+2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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 <nishimoto@gaju.org>
+
+       * 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  <kaoru@kaisei.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
+
+2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * 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  <tsutsui@easter.kuee.kyoto-u.ac.jp>
+
+       * 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  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
+       means unlimited).
+
 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-draft.el (wl-message-mail-p): Test resent-to: field.
-       (Fix by Peter Møller Neergaard <turtle@bu.edu>)
+       (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
        (wl-default-draft-cite): Fix.
 
        * wl-score.el (wl-score-insert-help): Fixed parenthesis.
        * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
        of elmo-folder-close.
 
-2001-06-06  Peter Møller Neergaard <turtle@bu.edu>
+2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
 
        * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
        for postfix.