X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=fec674f346fea87099fcf29a900265d37c3d5a0f;hb=a188e316446f771a0900c8e05026e39b224eb0f9;hp=e904bc5971192315d5e32ecd3b4fa25039af38d0;hpb=aa9b7d352c49bda7d5045ccec39d2a9340ff0ce0;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index e904bc5..fec674f 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,433 @@ +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. + +2004-02-10 Hiroya Murata + + * wl-demo.el (face-background-name): Defalias to avoid compile + warning. + +2004-02-10 Yuuichi Teranishi + + * wl-summary.el (wl-summary-decide-flag): Use + wl-completing-read-multiple instead of completing-read-multiple. + + * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): + New alias. + + * wl-demo.el (wl-demo-setup-properties)[XEmacs]: + Use face-background-name instead of face-background. + + * wl-vars.el (wl-summary-save-file-suffix): New user option. + + * wl-summary.el (wl-summary-save): Use it. + (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size. + + * wl-mime.el (wl-mime-save-content): Fix last change. + +2004-02-10 Len Trigg + + * wl-summary.el (wl-summary-overview-entity-compare-by-size): + New function. + (wl-summary-sort-specs): Added sort. + * wl-mime.el (wl-mime-save-content): Expand file name. + +2004-02-10 Yuuichi Teranishi + + * wl-mime.el (wl-draft-preview-message): Fixed typo. + + * wl-vars.el (wl-draft-always-delete-myself): Ditto. + +2004-02-09 Hiroya Murata + + * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face + for flag if it is not defined. + +2004-02-09 Yuuichi Teranishi + + * wl-e21.el (wl-highlight-folder-current-line): Use + elmo-folder-type-internal when elmo-folder-type returns nil. + + * wl-xmas.el (wl-highlight-folder-current-line): Ditto. + + * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist. + + * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags. + + * wl-e21.el (wl-summary-toolbar): Ditto. + + * wl-vars.el (wl-demo-background-color): Abolished. + (wl-summary-persistent-mark-priority-list): Renamed from + wl-summary-flag-priority-list. + (wl-summary-flag-alist): New user option. + (wl-summary-flag-mark): Renamed from wl-summary-important-mark. + (wl-message-mode-line-format-spec-alist): Added 'F'. + (wl-message-mode-line-format): Likewise. + (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark + instead of wl-summary-important-mark. + (wl-file-folder-icon): New variable. + + * wl-thread.el (wl-thread-set-flags): Renamed from + wl-thread-mark-as-important. + + * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile + warning. + (wl-summary-mode-menu-spec): Follow the change of + `wl-summary-mark-as-important', `wl-thread-set-flags', and so on. + (wl-summary-mode-map): Follow the change of + `wl-summary-mark-as-important', `wl-thread-set-flags', and so on. + (wl-summary-detect-mark-position): Follow the variable name change. + (wl-summary-set-flags-region): New function for the replacement of + wl-summary-mark-as-important-region. + (wl-summary-sync-marks): Sync all global-flags. + (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p + instead of elmo-message-flagged-p. + (wl-summary-persistent-mark-string): Follow the variable name change; + Put wl-summary-flag-mark if the message has global-flag. + (wl-summary-target-mark-set-flags): Renamed from + wl-summary-target-mark-mark-as-important. + (wl-summary-decide-flag): New function. + (wl-summary-set-flags-internal): Renamed from + wl-summary-mark-as-important-internal. + (wl-summary-add-flags-internal): New function. + (wl-summary-remove-flags-internal): Ditto. + (wl-summary-set-flags): Renamed from wl-summary-mark-as-important. + (wl-summary-mark-as-unimportant): Abolish. + (wl-summary-move-spec-alist): Changed `important' to `digest'. + (wl-summary-next-message): List flagged messages in the msgdb. + + * wl-score.el (wl-summary-score-update-all-lines): Use + wl-summary-add-flags-internal instead of + + * wl-mime.el (wl-mime-display-header): Follow the variable name change. + + * wl-message.el (wl-message-buffer-cur-display-type): Renamed + from wl-message-buffer-cur-flag (To avoid misunderstanding). + (wl-message-buffer-require-all-header): Renamed from + wl-message-buffer-all-header-flag (Ditto). + (wl-message-buffer-flag-indicator): New variable. + (wl-message-redisplay): Changed local varibale name from `flag' to + `display-type'; Set up wl-message-buffer-flag-indicator. + (wl-message-buffer-display): Changed varibale name from `flag' to + `display-type'. + (wl-message-display-internal): Likewise. + + * wl-highlight.el (wl-highlight-demo-face): Define default background + color. + (wl-highlight-summary-line-face-spec): Highlight flagged messages. + + * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon. + + * wl-demo.el (wl-demo-xpm-set-background): Abolish. + (wl-demo-setup-properties): Renamed from + `wl-demo-set-background-color'. + (wl-demo): Follow the change above. + + * Version number is increased to 2.11.24. + +2004-02-06 Hiroya Murata + + * wl-summary.el (wl-summary-toggle-thread): Call + `wl-summary-rescan' with disable-thread as non-nil. + (Thanks to KOBAYASHI Shinji ) + +2004-02-01 Yuuichi Teranishi + + * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and + foreground property of the face. + (wl-demo-insert-text): Don't set up face property here. + (wl-demo): Call wl-demo-set-background-color, anyway. + +2004-02-01 Yoichi NAKAYAMA + + * wl-vars.el (wl-demo-background-color): The value can be nil. + +2004-01-29 Yuuichi Teranishi + + * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1 + to wl-summary-wheel-dispatcher. + + * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to + wl-message-wheel-dispatcher. + (wl-message-wheel-dispatcher): New function. + (wl-summary-wheel-dispatcher): Ditto. + +2004-01-28 Yuuichi Teranishi + + * wl-action.el (wl-summary-target-mark-all): List messages which are + not in the killed-list. + + * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error + only when the folder is 'flag/important. + + * wl-address.el (wl-complete-field-body): Complete if the last + character is a space. + +2004-01-28 Hiroya Murata + + * wl-folder.el (wl-folder-clear-entity-info): Use + elmo-clear-hash-val. + + * wl-fldmgr.el (wl-fldmgr-rename): Set + wl-folder-info-alist-modified as t. + +2004-01-25 Yoichi NAKAYAMA + + * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning. + +2004-01-21 Yoichi NAKAYAMA + + * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix. + (wl-folder-buffer-last-visited-entity-id): New buffer local + variable. + (wl-folder-revisit-last-visited-folder): New function. + (wl-folder-mode-map): Bind it to "C-i". + (wl-folder-set-current-entity-id): Set last visited folder. + * wl-summary.el (wl-summary-exit): Ditto. + +2004-01-15 Katsumi Yamaoka + + * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just + before calling `recenter' in order to cope with an XEmacs bug. + +2004-01-12 Yoichi NAKAYAMA + + * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$" + to the default value. + +2004-01-11 Hiroya Murata + + * wl-summary.el (wl-summary-mark-as-read-all): Follow the API + change. + (wl-summary-sync-marks): Ditto. + (wl-summary-mark-as-read-internal): Ditto. + (wl-summary-mark-as-answered-internal): Ditto. + (wl-summary-mark-as-important-internal): Ditto. + (wl-summary-reply): Ditto. + + * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag' + instead of `elmo-folder-unflag-answered'. + + * Version number is increased to 2.11.23. + + * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed + the last change. + +2004-01-11 Kenichi Okada + + * wl-spam.el (wl-summary-exec-action-refile-with-register): + Specify "spam" or "good". + +2004-01-11 Yuuichi Teranishi + + * wl-spam.el (wl-summary-exec-action-spam): Call + wl-folder-confirm-existence for spam folder. + (wl-spam-setup): Bind "mk". + +2004-01-07 Hiroya Murata + + * wl-action.el (wl-summary-refile-prev-destination): Avoid warning. + +2004-01-07 Yoichi NAKAYAMA + + * wl-action.el (wl-summary-set-action-refile): Don't proceed if + destination folder is empty. + +2004-01-07 Yuuichi Teranishi + + * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish. + (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o". + + * wl-action.el (wl-summary-refile-prev-destination): Rewrite. + (wl-summary-refile-prev-destination-region): New function. + (wl-thread-refile-prev-destination): Ditto. + (wl-summary-target-mark-refile-prev-destination): Ditto. + +2004-01-05 Yuuichi Teranishi + + * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil. + (wl-demo-background-color): Changed default value. + + * wl-highlight.el (wl-highlight-demo-face): Changed default foreground + color. + + * wl-demo.el (wl-demo-set-background-color): New function. + (wl-demo): Call it. + +2004-01-03 Yoichi NAKAYAMA + + * wl-address.el (wl-address-delete): Avoid mis-deleting. + * wl-address.el (wl-address-add-or-change): Don't add empty + address. + +2004-01-01 TAKAHASHI Kaoru + + * wl-demo.el (wl-demo-copyright-notice): Add 2004. + +2003-12-26 Yuuichi Teranishi + + * wl-vars.el (wl-demo-image-filter-alist): New variable + (wl-demo-background-color): Ditto. + + * wl-demo.el (wl-demo-xpm-set-background): New function. + (wl-demo-image-filter): Ditto. + (wl-demo-insert-image)[XEmacs,Emacs21]: Use it. + + * wl-vars.el (wl-demo-icon-name-alist): New variable. + + * wl-demo.el (wl-demo-icon-name): Define as function. + (wl-demo-insert-image): Use it. + 2003-12-19 Tetsurou Okazaki * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix. @@ -6050,7 +6480,7 @@ 2001-02-05 Yuuichi Teranishi * wl-mime.el (wl-draft-preview-message): Fixed problem that - wrong receipients are displayed when forwarded message. + wrong recipients are displayed when forwarded message. 2001-02-01 Yuuichi Teranishi