Changed codename to Venus-pre2.
[elisp/wanderlust.git] / wl / ChangeLog
index c3f25f5..e5baf88 100644 (file)
-2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
-       (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
+       * 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-vars.el (toplevel): Require 'elmo-msgdb.
+       * 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-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
+2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
 
-       * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
-       (All other related portions are changed).
-       (wl-summary-mark-as-read-all): Rewrite.
+       * 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-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
+2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
-       `wl-summary-mark-as-read'.
-       (wl-summary-mark-as-unread): Rewrite.
-       (wl-summary-mark-as-read): Added no-modeline argument.
-       (wl-summary-resume-cache-status): Rewrite.
-       (wl-summary-exec-subr): Remove unused local variable.
+       * wl-message.el (wl-message-get-original-buffer): Avoid
+       'Selecting deleted buffer' error when original buffer is killed.
 
-2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
+2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
-       is nil.
+       * wl-version.el (wl-version): Changed codename.
 
-2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+       * Version number is increased to 2.10.0.
 
-       * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
-       function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
-       (wl-mime-setup): Add its entry.
+2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
 
-2002-09-17  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>).
 
-       * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
-       (wl-summary-delete-cache): Likewise.
-       (wl-summary-mark-as-read): Rewrite.
+2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
 
-2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
+       * wl-util.el (wl-region-exists-p): New function.
 
-       * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
-       `wl-summary-count-unread'.
+       * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
+       Remove defvars for byte-compile warnings.
 
-       * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
+2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
-       * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
+       * wl-mime.el (toplevel): Fixed last change; use defvar instead of
+       defvar-maybe. Removed unused bind.
 
-2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
+2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
-       * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
-       wl-summary-new-mark, wl-summary-unread-uncached-mark,
-       wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
-       Renamed to the elmo-msgdb-*-mark.
-       (wl-summary-score-marks): Follow the change above.
-       (wl-summary-auto-refile-skip-marks): Ditto.
-       (wl-summary-incorporate-marks): Ditto.
-       (wl-summary-expire-reserve-marks): Ditto.
+       * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
+       summary buffer window before creating new frame.
+       (wl-draft-reply): Ditto.
 
-       * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
-       changes.
-       (wl-thread-insert-top): Changed updating message.
+2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
-       * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
-       variable.
-       (wl-summary-count-unread): Count answered marks.
-       (wl-summary-rescan): Call wl-summary-insert-message instead of
-       wl-summary-append-message-func-internal.
-       (wl-summary-rescan): Don't call wl-summary-make-number-list.
-       (wl-summary-prefetch-msg): Follow the variable name changes.
-       (wl-summary-prefetch-region): Ditto.
-       (wl-summary-mark-as-read-all): Follow the API changes;
-       Don't call elmo-folder-replace-marks.
-       (wl-summary-delete-cache): Follow the variable name changes.
-       (wl-summary-resume-cache-status): Ditto.
-       (wl-summary-update-status-marks): New function.
-       (wl-summary-insert-message): New function.
-       (wl-summary-sync-marks): Follow the variable name changes.
-       (wl-summary-sync-update): Synchronize to the msgdb, too;
-       Changed update messages.
-       (wl-summary-make-number-list): Rewrite.
-       (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
-       (wl-summary-mark-as-unread): Follow the API changes.
-       (wl-summary-exec-subr): Follow the variable name changes.
-       (wl-summary-mark-as-read): Ditto.
-       (wl-summary-move-spec-plugged-alist): Ditto.
-       (wl-summary-move-spec-unplugged-alist): Ditto.
-       (wl-summary-cursor-move-surface): Ditto.
+       * wl-mime.el (toplevel): Avoid byte-compile warnings.
 
-       * wl-highlight.el (wl-highlight-summary-line-string): Follow the
-       variable name changes.
-       (wl-highlight-summary-current-line): Ditto.
+2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
-       * wl-expire.el (wl-expire-refile): Follow the API change in
-       elmo-folder-move-messages.
-       (wl-expire-refile-with-copy-reserve-msg): Ditto.
-       (wl-summary-archive): Use elmo-folder-msgdb instead of
-       elmo-msgdb-load.
+       * 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.
+       If optional argument is specified, reverse
+       `wl-template-visible-select'.
+
+2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
+       Take prefix argument to force asking the destination folder.
+
+2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-cursor-move-surface): Add missing
+       logic to call `wl-summary-buffer-prev-folder-function'.
+       (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
+
+2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
+       is nil.
+
+2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
+       function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
+       (wl-mime-setup): Add its entry.
 
 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>