X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=bc8b28637eb9d1878248bc6f327745d0bfedec16;hb=57f081e684a5f0a1de02c96bc61ec175784974bb;hp=e59776d7b7a44a256c2ea31800180b44f0af0cac;hpb=117b8fe7bbf66544cb797169f894c6099705a034;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index e59776d..bc8b286 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,95 @@ +2005-01-01 TAKAHASHI Kaoru + + * wl-demo.el (wl-demo-copyright-notice): Add 2005. + +2005-01-01 Ron Isaacson + + * wl-util.el (wl-save-drafts): Avoid error on redisplaying + message. + +2004-12-24 Yuuichi Teranishi + + * 2.12.0 is released. + +2004-12-24 Yoichi NAKAYAMA + + * 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 + + * wl-folder.el (wl-folder-buffer-search-entity): Check real name. + +2004-12-22 Yuuichi Teranishi + + * 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 + + * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode + (Thanks to Yoichi NAKAYAMA). + +2004-12-15 Yoichi NAKAYAMA + + * wl-util.el (wl-save-drafts): Restore echo area. + +2004-12-12 Yuuichi Teranishi + + * 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 + + * 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 + + * 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 + + * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy + regex for square-branket. + +2004-12-11 Hiroya Murata + + * wl-mime.el (wl-mime-preview-follow-no-mime): Call + `wl-message-mime-analysis-p' with argument `header'. + +2004-12-11 Yuuichi Teranishi + + * 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 * wl-message.el (wl-message-make-display-type): New function.