* wl-summary.el (wl-summary-save-view-cache): Avoid error on
[elisp/wanderlust.git] / wl / ChangeLog
index 547409c..9e970a5 100644 (file)
-2002-05-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
+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.
+
+       * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
+       If optional argument is specified, reverse sort order.
+
+       * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
+
+2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-thread.el (wl-thread-insert-message): Return parent number if
+       exists.
+       (wl-thread-update-indent-string-region): Use
+       wl-thread-update-line-on-buffer-sub instead of
+       wl-thread-update-line-on-buffer.
+
+2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
+       (wl-folder-close-all): Ditto.
+
+2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
+       and mailing-list:.
+       (wl-summary-overview-entity-compare-by-list-info): Treat empty field
+       value.
+       (wl-summary-line-list-info): Print mailing-list name even when 
+       list-number is empty.
+
+2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
+
+       * wl-draft.el (wl-draft-confirm): Abolished since not used.
+       (wl-draft-open-file): Ditto.
+       (wl-draft-random-alphabet): Ditto.
+
+       * wl-summary.el (wl-summary-mode-map): Remove already abolished
+       bindings.
+
+2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-config-exec): Fixed docstring.
+       * wl-vars.el (wl-draft-config-alist): Ditto.
+
+2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.9.14.
+
+       * wl.el (wl): Don't set wl-init as nil when error occured while
+       auto-checking folders.
+
+       * wl-util.el (wl-expand-newtext): Re-define as an alias for
+       `elmo-expand-newtext'.
+
+2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
+       `this-command' so that `wl-folder-goto-folder' contained in
+       `wl-summary-keep-cursor-command' work.
+
+2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-jump-to-parent-message): Keep
+       message buffer displaying state.
+
+2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-summary-default-view): New variable to specify
+       default value for `wl-summary-buffer-view' instead of using
+       set-default.
+       * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
+
+2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
+
+       * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
+
+2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
+
+       * wl-vars.el (wl-forward-subject-prefix): New variable.
+       * wl-draft.el (wl-draft-forward): Use it.
+
+2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-message.el (wl-message-prev-page): When it is called without
+       lines argument, scroll down by wl-message-scroll-amount lines.
+       (wl-message-next-page): Ditto.
+       * wl-vars.el (wl-message-scroll-amount): Change default value
+       to preserve current behavior.
+
+2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-prefetch-msg): Bind
+       `wl-message-entity' to call `wl-summary-from-function'.
+
+2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-message.el (wl-message-buffer-create): Run
+       wl-message-buffer-created-hook.
+
+2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-sort-specs): New variable.
+       (wl-summary-default-sort-spec): Ditto.
+       (wl-summary-sort): Rewrite.
+       (wl-summary-sort-by-list-info): New function.
+
+2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-summary.el (wl-summary-get-list-info): New function.
+       (wl-summary-sort): Rewrite.
+       (wl-summary-line-list-info): Ditto.
+       (wl-summary-line-list-count): Ditto.
+       (wl-summary-refile-region): Fixed docstring.
+
+2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
+       `wl-folder-entity-hashtb' as completion table.
+
+2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
+       only when this command is called interactively; silence the byte-
+       compiler.
+
+2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Keep the region
+       active in XEmacs.
+
+2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
+       plural lines.
+
+2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
+       of current line when the cursor is on the header name.
+       (preserve behavior to move to b.o.h. and b.o.l. mutually)
+
+2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * wl-util.el (wl-read-directory-name): Return displayed directory
+       as the default value also on XEmacs.
+
+2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
+       formatting.
+
+2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
+       argument and when it is non-nil, check face property before
+       highlighting for each line.
+       (wl-highlight-summary-window): Set it.
+
+2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
+       (wl-draft-disable-fcc-for-mime-bcc): Ditto.
+
+       * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
+       mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
+       (wl-draft-get-fcc-list): Likewise.
+
+2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-thread.el (wl-thread-indent-regexp): Abolished.
+       (wl-thread-entity-cur): Ditto.
+       * wl-summary.el (wl-summary-buffer-set-folder): Removed
+       wl-thread-indent-regexp setting.
+       (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
+
+       * wl-summary.el (wl-summary-display-top): Highlight summary window when
+       wl-summary-lazy-highlight.
+       (wl-summary-display-bottom): Ditto.
+
+       * wl-thread.el (wl-thread-open-close): Likewise.
+
+       * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
+       from and subject;
+       Bind wl-draft-use-frame;
+       Enclose with save-window-excursion;
+       Use wl-draft-create-buffer instead of with-temp-buffer;
+       Use wl-draft-prepare-edit;
+       Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
+       Use wl-draft-send instead of wl-draft-raw-send.
+
+2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
+       of using wl-from.
+
+2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
        insert-buffer instead of clone-buffer.
        (wl-draft-doing-mime-bcc): New variable.
        (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
        infinite loop.
+       (wl-draft-do-mime-bcc): Use wl-from for From field value.
 
        * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
        (wl-draft-mime-bcc-body): Ditto.