(elmo-message-field): Define.
[elisp/wanderlust.git] / wl / ChangeLog
index 44e4a09..bc8b286 100644 (file)
@@ -1,3 +1,197 @@
+2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2005.
+
+2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
+
+       * wl-util.el (wl-save-drafts): Avoid error on redisplaying
+       message.
+
+2004-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.12.0 is released.
+
+2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
+       only if the target is group.
+       * wl-folder.el (wl-folder-append-petname): Don't check group name.
+
+2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
+
+2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-smtp-authenticate-realm): New user option.
+
+       * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
+
+2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
+       (Thanks to Yoichi NAKAYAMA).
+
+2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-util.el (wl-save-drafts): Restore echo area.
+
+2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.12.0.
+
+       * wl-util.el (wl-biff-check-folder-async): Use
+       wl-folder-entity-exists-p instead of elmo-folder-exists-p.
+
+2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-message.el (wl-message-display-internal): Does not put
+       wl-message-display-type property on message buffer.
+       (wl-message-buffer-display-type): New function.
+
+       * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
+
+       * wl-summary.el (wl-summary-mode): Use `dolist' to add
+       `wl-summary-buffer-detach'.
+       (wl-summary-message-display-type): Use
+       `wl-summary-buffer-display-type'.
+
+2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
+       buffer-local.
+
+       * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
+       kill-buffer-hook instead of make-local-variable.
+       (wl-draft-preview-message): Set `local' argument of add-hook as t.
+
+2004-12-12  Scott Renfro <scott@renfro.org>
+
+       * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
+       regex for square-branket.
+
+2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-mime-preview-follow-no-mime): Call
+       `wl-message-mime-analysis-p' with argument `header'.
+
+2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-draft-yank-current-message-entity): 
+       Switch to no-mime following method according to wl-message-display-type
+       property.
+       (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
+
+       * wl-message.el (wl-message-display-internal): 
+       Put wl-message-display-type property on message buffer.
+
+       * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
+       (wl-message-display-internal): Ditto;
+
+       * wl-summary.el (wl-summary-toggle-mime): Ditto.
+
+2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-message.el (wl-message-make-display-type): New function.
+       (wl-message-display-type-property): Ditto.
+       (wl-message-mime-analysys-p): Ditto.
+       (wl-message-display-all-header-p): Ditto.
+       (wl-message-redisplay): Removed argument `as-is', `all-header' and
+       added `display-type'.
+       (wl-message-buffer-display): Likewise.
+       (wl-message-display-internal): Likewise.
+       (wl-message-buffer-display-type): Abolish.
+       (wl-message-buffer-prefetch-subr): Follow the API changed.
+
+       * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
+       from wl-summary-buffer-display-all-header and changed default value.
+       (wl-summary-message-display-type): New function.
+       (wl-summary-buffer-display-mime-mode): Ditto.
+       (wl-summary-buffer-display-header-mode): Ditto.
+       (wl-summary-toggle-mime): Rewrite with above functions.
+       (wl-summary-toggle-all-header): Ditto.
+       (wl-summary-redisplay): Force redisplay with default mode.
+       (wl-summary-redisplay-internal): Renamed argument from `mode',
+       `all-header' to `mime-mode', `header-mode'.
+       Use `wl-message-make-display-type'.
+
+       * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
+       (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
+
+2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-send): Allow parent-folder as "".
+
+2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
+       in original message buffer.
+       (wl-draft-reply): Call wl-draft-reply-make-subject in original message
+       buffer.
+
+2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
+
+2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
+
+2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-action.el (wl-summary-exec-action-refile): Display a done message
+       when actions succeeded.
+       (wl-summary-exec-action-copy): Likewise.
+
+2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-forward): Don't call set-buffer since
+       there is switch-to-buffer at the end of wl-message-select-buffer.
+       (wl-summary-reply): Ditto.
+
+2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-forward): Put subject in original
+       message buffer as argument of wl-draft-forward.
+       * wl-draft.el (wl-draft-forward): Decode subject as in
+       wl-draft-reply.
+
+2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
+       a folder under access group.
+
+2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
+       wl-message-buffer-display.
+
+       * wl-util.el (wl-set-save-drafts): Fix typo.
+
+2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
+       make an xbm image on XEmacs; use wl-highlight-demo-face instead of
+       wl-highlight-logo-face to set the bg color of an xbm image; fixed
+       the way to measure the width of a bitmap image; don't put face on
+       ascii and bitmap images; put the mark which should not use the
+       variable-pitch face on ascii and bitmap images.
+       (wl-demo-setup-properties): Don't use the variable-pitch face on
+       ascii and bitmap images; made it work on Emacs 20 and earlier.
+       (wl-demo-insert-text): End with a newline at the bottom; don't put
+       face on text.
+
+       * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
+
+2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-util.el (toplevel): Don't check existence of `timer-activate'.
+
+       * wl-util.el (wl-save-drafts): Moved from sample setting.
+       (wl-set-save-drafts): New function to set idle timer.
+       * wl-draft.el (wl-draft): Call it.
+       * wl-vars.el (wl-auto-save-drafts-interval): New variable.
+
 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-util.el (wl-current-message-buffer): Fixed bug when yank from