Changed codename to Venus-pre2.
[elisp/wanderlust.git] / wl / ChangeLog
index 07de2cf..e5baf88 100644 (file)
@@ -1,3 +1,122 @@
+2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
+       with argument 'any-exists.
+       
+2002-11-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-reedit): Do not decode part in
+       `mime-edit-decode-single-part-in-buffer' unless it is text part.
+       (Although it seems semi issue. [wl:10790])
+
+2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
+
+       * wl-address.el (wl-address-make-completion-entry): Extracted from
+       `wl-address-make-completion-list'.
+       (wl-address-enable-strict-loading): New variable.
+       (wl-address-make-completion-list): Revive petname duplication
+       inquiry, and enable it if `wl-address-enable-strict-loading'.
+       (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
+
+2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-message.el (wl-message-get-original-buffer): Avoid
+       'Selecting deleted buffer' error when original buffer is killed.
+
+2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-version.el (wl-version): Changed codename.
+
+       * Version number is increased to 2.10.0.
+
+2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-highlight-and-recenter): Restore
+       buffer-modified status (Thanks to
+       Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
+
+2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-region-exists-p): New function.
+
+       * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
+       Remove defvars for byte-compile warnings.
+
+2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (toplevel): Fixed last change; use defvar instead of
+       defvar-maybe. Removed unused bind.
+
+2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
+       summary buffer window before creating new frame.
+       (wl-draft-reply): Ditto.
+
+2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (toplevel): Avoid byte-compile warnings.
+
+2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
+
+2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
+       instead of `kill-region'.
+
+2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-mime.el (wl-mime-preview-follow-current-region): New function
+       that originates in mime-preview-follow-current-entity.
+       (wl-draft-yank-current-message-entity): Use it if region is active.
+
+       * wl-mime.el (wl-message-delete-current-part): Remove restriction.
+       * wl-e21.el (wl-message-define-keymap): Bind "D" for
+       `wl-message-delete-current-part'.
+       * wl-mule.el (wl-message-define-keymap): Ditto.
+       * wl-xmas.el (wl-message-define-keymap): Ditto.
+
+2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-message-delete-current-part): Check the class of
+       mime-entity.
+
+2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-mime.el (wl-message-delete-current-part): New function.
+       (wl-mime-node-id-to-string): Ditto.
+
+       * wl-mime.el (wl-message-delete-current-part): Use existing
+       original buffer which corresponds current mime-view buffer.
+       (fetched buffer might have different structure, possibly)
+
+       * wl-mime.el (wl-message-delete-current-part): Quit if the
+       message content differs from the actual message.
+
+2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
+       order.
+       (wl-summary-search-by-subject): Search parent message from tail;
+       Check the existence of the parent message on the current thread tree.
+       (wl-summary-update-thread): Check whether the line is inserted.
+
+2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-line-format): Undo last change.
+       * wl-summary.el (wl-summary-print-destination): Do not put
+       invisible property when `wl-summary-width' is nil.
+       (wl-summary-line-subject-minimum-length): Abolished.
+       (wl-summary-line-subject): Ditto.
+
+2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-line-format): Change default value.
+       (wl-summary-subject-length-limit): Abolished.
+       * wl-summary.el (wl-summary-line-subject): Ditto.
+
 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-template.el (wl-template-select): Added optional argument.