(wl-draft-reply): List in r-list can contain function.
[elisp/wanderlust.git] / wl / ChangeLog
index d0f52d7..59901cb 100644 (file)
@@ -1,5 +1,421 @@
+2003-06-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
+       write sendlog.
+       (wl-draft-reply): List in r-list can contain function.
+
+2003-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-highlight.el (wl-highlight-summary-line-string): Use
+       wl-summary-score-below-mark, wl-summary-score-over-mark.
+       (wl-highlight-summary-current-line): Ditto.
+
+       * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el:
+       `message' and `error' take format string.
+
+2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-util.el (wl-as-coding-system): Define for non-mule too.
+
+2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
+
+       * wl-draft.el (wl-draft-reply): Fixed.
+
+2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
+       `map-extents' instead of `extent-at' repeatedly.
+       (wl-highlight-folder-current-line): Ditto.
+
+       * wl-highlight.el: Remove useless dummy functions.
+
+2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-score.el (wl-score-save): Bind print-length and print-level.
+       (wl-score-pretty-print): Ditto.
+       (wl-score-edit-insert-header-entry): Ditto.
+
+       * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
+       "From" entry to be treated with wl-draft-eword-encode-address-list.
+       * wl-mime.el (wl-draft-preview-message): Ditto.
+
+2003-02-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-folder.el (wl-folder-get-prev-folder): Ignore Nemacs; Use `eq'
+       instead of `equal' for id.
+       (wl-folder-get-next-folder, wl-folder-get-path): Ditto.
+
+2003-01-30  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-thread.el (wl-thread-save-entities): Bind print-length
+       and print-level.
+
+2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-thread.el (wl-thread-save-top-list): Bind print-length.
+
+2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
+       it is not up-tp-date.
+
+2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       Merge from trunk:
+       * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
+       entity-id when folder is given.
+       * wl-folder.el (wl-folder-set-current-entity-id): Don't use
+       save-excursion, use save-selected-window instead.
+       Select folder buffer window if exists.
+       Enclose by save-current-buffer.
+
+2003-01-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-self-reply-p): New function.
+       (wl-draft-reply-list-symbol): Use it.
+
+2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
+
+       * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
+
+2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
+               In most major modes, Emacs assumes that any opening
+               delimiter found at the left margin is the start of a
+               top-level definition, or defun. Therefore, *never put an
+               opening delimiter at the left margin unless it should have
+               that significance.*
+
+2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-version.el (wl-version): Changed codename.
+
+       * Version number is increased to 2.10.1.
+
+2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
+
+       * wl-summary.el (wl-summary-line-list-info): Use %f to make
+       list-count instead of %d.
+
+2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2003.
+
+2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
+
+       * wl-summary.el (wl-summary-mark-collect): Revive missing return
+       for sequential numbering case.
+
+2002-12-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-message.el (wl-message-buffer-display): Back to the first page
+       when cache is hit.
+
+       * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
+       (wl-message-buffer-prefetch-idle-time): Ditto.
+       (wl-message-buffer-prefetch-folder-type-list): Ditto.
+
+       * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
+       for elmo-remove-passwd.
+
+2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
+       (avoid error for the case without byte-compiling)
+
+2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-weekday-name-lang): Set default value
+       according to current-language-environment.
+
+2002-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.10.0 is released.
+
+2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
+       folder is sticky.
+       (wl-folder-mark-as-read-all-entity): Ditto.
+       (wl-folder-prefetch-entity): Ditto.
+
+2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
+
+       * wl-demo.el (wl-demo-icon-name): Cope with Medow.
+
+2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
+       take nil so as not to search parent by subject.
+
+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.
+       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>
+
+       * wl-mime.el (wl-draft-preview-message): Restore the position
+       before evaluating wl-draft-send-hook in preview buffer.
+
+2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
+       when it creates new draft buffer.
+
+       * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
+       without argument.
+
+       * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
+       Evaluate content and if the value is string, insert it.
+       (wl-draft-config-sub-body,wl-draft-config-sub-top,
+       wl-draft-config-sub-bottom,wl-draft-config-sub-header,
+       wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
+       wl-draft-config-sub-part-bottom): Use it.
+
+       * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
+       with the folder name. The question was unintelligible when it is
+       called from wl-save-status.
+
+2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-save-view-cache): Avoid error on
+       xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
+       cannot take second argument).
+
+2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
+       as t. Since type and subtype are not case sensitive (RFC 2045).
+
+2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-message-mode-line-format): New variable.
+       (wl-message-mode-line-format-spec-alist): Ditto.
+       * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
+       (wl-message-redisplay): Use wl-message-mode-line-format.
+
+2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
+
+2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-default-from): Write description.
+
+2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-ldap-objectclass): Abolish.
+
+       * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
+       (wl-ldap-make-filter): Removed condition for objectclass.
+       (wl-ldap-make-matched-value-list): Remove meaningless process.
+       (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
+       (wl-address-ldap-search): Don't add `*' to `pat' string;
+       use ignore-errors; added `email';
+       use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
+       use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
+       use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
+
+
+2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-parent-folder): Write description.
+       * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
+
+2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
+       as "" (zero-length string) if no parent.
+       (wl-draft-hide): Fixed logic for wl-draft-use-frame.
+
+2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-address.el (wl-address-make-completion-list): Skip duplication
+       checking.
+       (wl-address-make-address-list): use `cons' and `nreverse' instead of
+       `append'.
+
+2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
+       instead of `beginning-of-buffer'.
+
+2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
+
+2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
+       Refer wl-message-buffer-name.
+       (wl-message-wheel-down): Ditto.
+
+2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-message-buffer-name): New user option.
+
+       * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
+       directly instead of making alist dinamically.
+
+       * wl-message.el (wl-message-buffer-cache-name): Abolish.
+       (wl-message-buffer-create): Use wl-message-buffer-name instead of
+       wl-message-buffer-cache-name.
+       (wl-message-buffer-cache-clean-up): Ditto.
+
+       * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
+
+       * Version number is increased to 2.9.15.
+
 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-vars.el (wl-summary-default-view-alist): New user option.
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Use it.
+
        * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
        while deleting address.
        (wl-draft-delete-myself-from-cc): Ditto.