X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=fec674f346fea87099fcf29a900265d37c3d5a0f;hb=a188e316446f771a0900c8e05026e39b224eb0f9;hp=c7ef76b6010c5ec5e00dda758859871fdc9f8a2f;hpb=4039a2e37d987a72a1862956bc6c23d505f5f5e3;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index c7ef76b..fec674f 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,153 @@ +2004-05-18 Yoichi NAKAYAMA + + * wl-highlight.el (wl-highlight-message): Ignore white spaces + at the beginning of field body (Thanks to Markus Knittig). + + * wl-draft.el (wl-draft-insert-current-message): Also check + summary buffer, remove unnecessary tag. + +2004-05-17 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-insert-current-message): Cause error also + when wl-message-buffer is nil. + + * wl-folder.el (wl-folder): Abolish unused argument. + Call wl-folder-init when wl-folder-entity is nil. + * wl.el (wl): Change accordingly. + +2004-05-16 Hiroya Murata + + * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to + multibyte string before insert into draft buffer. + (wl-draft-create-buffer): Always enable multibyte characters for + draft buffer. + + * Version number is increased to 2.11.28. + +2004-05-12 Yoichi NAKAYAMA + + * wl-folder.el (wl-folder-open-close): Handle blank line. + (wl-folder-jump-to-current-entity): Ditto. + +2004-05-09 Hiroya Murata + + * Version number is increased to 2.11.27. + +2004-04-29 Yoichi NAKAYAMA + + * wl-thread.el (wl-thread-insert-message): When the thread is + devided by wl-summary-max-thread-depth, insert line at the end of + buffer. + +2004-04-18 Hiroya Murata + + * Version number is increased to 2.11.26. + +2004-04-18 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range. + +2004-04-17 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix + value of stream-type and session. + +2004-04-16 Hiroya Murata + + * Version number is increased to 2.11.25. + +2004-04-16 Tetsurou Okazaki + + * wl-summary.el (wl-summary-sync-update): Remove duplicated period + in a quit message. + +2004-04-10 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-redisplay-all-header): Set cached. + (wl-summary-redisplay-no-mime-internal): Ditto. + +2004-04-03 Yoichi NAKAYAMA + + * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl. + * wl-vars.el (wl-smtp-connection-type): Ditto. + +2004-04-03 Colin Rafferty + + * wl-highlight.el (wl-highlight-message): Change to strict regexp + for the separator line and quote mail-header-separator. + +2004-04-02 Hiroya Murata + + * wl-spam.el (wl-message-check-spam): Fixed problem no display + result message. + + * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call + `elmo-multiple-fields-body-list' with boundary as + mail-header-separator. + +2004-04-01 Yoichi NAKAYAMA + + * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path. + +2004-03-27 Yuuichi Teranishi + + * wl-util.el (wl-list-diff): Remove unused function. + + * wl-draft.el (wl-draft-send-confirm): Discard input before + confirmation. + +2004-03-13 Hiroya Murata + + * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed + order of flag and new. + +2004-02-21 Hiroya Murata + + * wl-vars.el (wl-refile-policy-alist): Abolished. + + * wl-action.el (wl-summary-set-action-refile): Follow the change + above. + +2004-02-19 Katsumi Yamaoka + + * wl-highlight.el (wl-highlight-signature-search): Don't use + re-search-backward for a long word since it is possible to crash + XEmacs because of a bug. + +2004-02-15 Tetsurou Okazaki + + * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'. + +2004-02-13 Yuuichi Teranishi + + * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check + argument for wl-summary-sync-force-update. + +2004-02-12 Yuuichi Teranishi + + * wl-summary.el (wl-summary-mode-map): Revival of + wl-summary-mark-as-important related bindings; + Bind 'F','tF','mF','rF','m&'. + (wl-summary-mark-as-important-region): Revival. + (wl-summary-target-mark-mark-as-important): Ditto. + (wl-summary-target-mark-operation): New function. + (wl-summary-target-mark-mark-as-answered): Use it. + (wl-summary-decide-flag): Don't set Important as default. + (wl-summary-mark-as-important-internal): Revival. + (wl-summary-mark-as-important): Ditto. + + * wl-thread.el (wl-thread-mark-as-important): Ditto. + + * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face + instead of facep. + 2004-02-10 Yuuichi Teranishi + * wl-dnd.el (wl-dnd-drop-func): Fix. + + * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use + mouse-set-point instead of posn-point. + * wl-xmas.el (wl-completing-read-multiple): Define as function. * wl-mule.el (wl-completing-read-multiple): Ditto.