X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=bec417880581dfcef6c35a2fa8ce748e2d8c319c;hb=dcda960d4090dd1db3fc819de9342c3ead82e4ce;hp=fa38cf9ce53b6bdd1b4991bf7f52984c5c60e689;hpb=71099f82616f75bc8b93c3e9419cf1fb918ae308;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index fa38cf9..bec4178 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,4 +1,48 @@ -2006-01-26 Yoichi NAKAYAMA +2006-02-22 Hiroya Murata + + * wl-draft.el (wl-draft-find-reply-headers): New function (extract + from `wl-draft-reply'). + (wl-draft-reply): Use it. + (wl-draft-find-reply-headers): Avoid compile warning. + +2006-02-14 Yoichi NAKAYAMA + + * wl-thread.el (wl-thread-jump-to-msg): Add docstring. + +2006-02-09 Hiroya Murata + + * wl-message.el (wl-message-flag-indicator): New function. + (wl-message-redisplay): Use it. + +2006-02-09 Yoichi NAKAYAMA + + * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. + +2006-01-31 Hiroya Murata + + * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char' + instead of `read-event'. + + * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'. + + * wl-mule.el (wl-read-event-char): Ditto. + + * wl-e21.el (wl-read-event-char): Ditto. + +2006-01-30 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-send-confirm-type): Change default value. + +2006-01-28 Hiroya Murata + + * wl-vars.el (wl-draft-send-confirm-type): New user option. + + * wl-util.el (wl-y-or-n-p-with-scroll): New function. + + * wl-draft.el (wl-draft-send-confirm): Confirmation by + `wl-draft-send-confirm-type' + +2006-01-26 Yoichi NAKAYAMA * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number): Avoid error when the buffer name is already used.