X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=7ec0f1212b37bf623afdee2ca1ada5e41c74eccc;hb=9e39553b80115a949a7f04ddced4459a7797f8bd;hp=1cf46f0b8bc33751ecaca633ccc0b38fbfcd169a;hpb=b9db71e3f30336d32f06b30b3500ae133c986f4f;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 1cf46f0..7ec0f12 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,308 @@ +2001-12-11 TAKAHASHI Kaoru + + * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from + `wl-acap-original-msgdb-dir'. + + * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'. + (wl-score-files-directory): Renamed from `wl-score-fiels-dir'. + + * wl-mime.el (wl-mime-save-directory): Renamed from + `wl-mime-save-directory'. + +2001-12-11 Katsumi Yamaoka + + * wl-vars.el (wl-icon-dir): Fixed the docstring. + + * wl-demo.el: Require `path-util'. + (wl-demo-bitmap-mule-available-p): New internal variable. + (wl-demo-image-type-alist): Use it; don't require `bitmap', use + `module-installed-p' instead. + (wl-demo-insert-image): Use *.img file for a bitmap image. + (wl-demo): Don't call the ascii demo recursively. + +2001-12-11 TAKAHASHI Kaoru + + * Version number is increased to 2.7.7. + +2001-12-11 Yuuichi Teranishi + + * wl.el (wl-exit): Eliminated byte-compile warning. + +2001-12-10 Hiroya Murata + + * wl-vars.el (wl-summary-update-confirm-threshold): Defined as + obsolete variable using `elmo-define-obsolete-variable'. + (wl-fetch-confirm-threshold): Ditto. + (wl-cache-prefetch-folder-type-list): Ditto. + (wl-cache-prefetch-folder-list): Ditto. + +2001-12-10 Katsumi Yamaoka + + * wl-demo.el: Rewrote to make it read a logo file at the run-time. + (wl-demo-icon-name): Use Xmas logo at the end of the year. + (wl-demo-insert-image): New function. + (wl-demo-insert-text): New function. + (wl-demo-image-type-alist): Redefine as a function. + (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'. + (wl-demo-with-temp-file-buffer): Removed. + (wl-logo-xpm): Removed. + (wl-logo-xbm): Removed. + (wl-logo-bitmap): Removed. + +2001-10-30 Nishimoto Masaki + + * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable. + (wl-expire-localdir-get-folder-function): New user option. + (wl-expire-localdir-get-folder): New function. + (wl-expire-localdir-date): Ditto. + +2001-12-10 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-check-one-entity): Fixed car of return + value. Refactoring `wl-folder-notify-deleted' is nil case. + Fixed unread number mismatch when all-unread < unread. + +2001-12-08 Yuuichi Teranishi + + * wl-vars.el (wl-summary-update-confirm-threshold): Abolished. + (wl-fetch-confirm-threshold): Ditto. + + * wl-summary.el (wl-summary-confirm-appends): Removed. + (wl-summary-sync-update): Don't refer + `wl-summary-update-confirm-threshold' (It is now abolished). + + * wl-message.el (wl-message-display-internal): Don't refer + `wl-fetch-confirm-threshold' (It is now abolished). + +2001-12-07 Katsumi Yamaoka + + * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally. + +2001-12-07 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-from-width): Rename from wl-from-width. + (wl-summary-subject-length-limit): Rename from wl-subject-length-limit. + Change default value to nil. + (wl-summary-indent-length-limit): The value can be nil, nil means + unlimited. + + * wl-summary.el: Don't set limit for indent length if the value of + wl-summary-indent-length-limit is nil. + If the value of wl-summary-width is nil, it means only that the width + of summary is unlimited (nil doesn't mean that the indent length is + unlimited). + + * wl-thread.el: Ditto. + +2001-12-06 Hiroshi Tsutsui + + * wl-vars.el (wl-summary-update-confirm-threshold): The value can + be nil, nil means never confirm. + * wl-summary.el (wl-summary-confirm-appends): Ditto. + +2001-12-06 Yoichi NAKAYAMA + + * wl-vars.el (wl-subject-length-limit): This value can be nil (nil + means unlimited). + +2001-12-05 Yuuichi Teranishi + + * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary'; + Use `with-temp-buffer'. + +2001-12-02 Yuuichi Teranishi + + * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite + with new backquote style). + (wl-folder-get-entity-from-buffer): Ditto. + +2001-12-02 Hiroya Murata + + * wl-version.el (nemacs-version): Eliminated. + (wl-extended-emacs-version2): Ignore nemacs. + (wl-extended-emacs-version3): Ditto. + +2001-11-30 Tatsuya Kinoshita + + * wl-vars.el (wl-draft-add-references): Set default value as nil. + (wl-draft-add-in-reply-to): New variable. + * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to): + Divided from `wl-draft-add-references'; add support `In-Reply-To'. + (wl-draft-yank-from-mail-reply-buffer): Use + `wl-draft-add-in-reply-to'. + (wl-draft-insert-current-message): Ditto. + +2001-12-01 Hiroya Murata + + * wl-vars.el (wl-folder-process-duplicates-alist): Fixed + typo (kill->hide). + (wl-message-buffer-prefetch-folder-type-list): Added elements + `mark' and `cache' instead of `internal'. + +2001-11-30 Yuuichi Teranishi + + * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted, + resume msgdb directory. + +2001-11-28 Yuuichi Teranishi + + * wl.el (wl-exit): Call `wl-acap-exit'. + + * wl-summary.el (wl-summary-message-string): New function. + (wl-summary-reedit): Use it. + (wl-summary-resend-bounced-mail): Remove needless let. + (wl-summary-supersedes-message): Ditto. + (wl-summary-save): Ditto. + + * wl-acap.el (wl-acap-original-msgdb-dir): New variable. + (wl-acap-init): Set it. + (wl-acap-exit): New function. + +2001-11-26 TAKAHASHI Kaoru + + * wl.el (wl-init): Revert (require 'mime-setup). move from + toplevel. + +2001-11-24 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-write-current-folder): Remove unused + local variables. Add error when guess function return invalid + value. + +2001-11-23 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): + Change local variable name. + (wl-folder-guess-mailing-list-by-folder-name): Ditto. + (wl-folder-get-newsgroups): Return nil when non-news folder. + * wl-summary.el (wl-summary-write-current-folder): State through + when guess-list return nil. + (wl-summary-write-current-folder-functions): Fixed docstring. + + * wl.el (wl-exit): Changed confirm message. + + * wl.el (wl-init): (require 'mime-setup) move to toplevel. + * wl-draft.el (wl-draft): Remove verbose `featurep'. + + * wl-e21.el: Removed kludge for Emacs 21 prerelease versions. + +2001-11-23 Hiroya Murata + + * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New + user option (Renamed from wl-cache-prefetch-folder-type-list). + (wl-message-buffer-prefetch-folder-list): New user option (Renamed + from wl-cache-prefetch-folder-list). + + * wl-message.el (wl-message-buffer-prefetch-folder-type-list): + Move to wl-vars.el. + (wl-message-buffer-prefetch-p): Changed to enable + `wl-message-buffer-prefetch-folder-list'. + + * wl-summary.el (wl-summary-target-mark-prefetch): Added argument + `ignore-cache'. + +2001-11-23 Kenichi OKADA + + * wl-draft.el (wl-draft-config-sub-func-alist): Added + `part-top' and `part-bottom'. + (wl-draft-config-sub-part-top): New function. + (wl-draft-config-sub-part-bottom): New function. + +2001-11-20 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder. + +2001-11-19 Kenichi OKADA + + * wl-folder.el (wl-folder-get-newsgroups): Fix. + +2001-11-19 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft): Added 14th argument `parent-folder'. + + * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument. + (wl-summary-write-current-folder): Ditto. + +2001-11-19 Yuuichi Teranishi + + * wl-folder.el (wl-folder-get-newsgroups): Use + `elmo-folder-newsgroups'. + +2001-11-18 Kenichi OKADA + + * wl-draft.el (wl-draft-config-sub-header-top): New fucntion. + (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'. + `wl-draft-config-sub-header-bottom'. + +2001-11-14 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when + localnews folder. + +2001-11-12 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-mode): Undo last change. + + * wl-folder.el (wl-folder-mode): Ditto. + +2001-11-09 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-mode): Locally set + truncate-partial-window-width to nil. + (for XEmacs) + + * wl-folder.el (wl-folder-mode): Ditto. + +2001-11-09 Yuuichi Teranishi + + * wl-util.el (wl-set-string-width) [Emacs]: New implementation. + +2001-11-08 Yuuichi Teranishi + + * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread + number. + + * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff. + + * wl-util.el (wl-biff-check-folder-async-callback): Ditto. + + * Version number is increased to 2.7.6. + +2001-11-05 Yuuichi Teranishi + + * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument. + +2001-11-01 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-update): Enclose network + related portion with `unwind-protect'. + +2001-10-31 Hiroya Murata + + * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list. + +2001-10-29 Yuuichi Teranishi + + * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th + element. + * wl-vars.el (wl-message-body-button-alist): Ditto. + + * wl-vars.el (wl-message-body-button-alist): Set 4th element as the + max match length. + (Pointed out by Akihiro MOTOKI .) + + * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value + for the max match length; + Use 4th element value for the button string regexp group. + + * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server + candidate exists, prompt to select. + +2001-10-15 NAKAJIMA Mikio + + * wl-summary.el (wl-summary-jump-to-msg): Search before + calibration point by `beginning-of-line'. + 2001-10-11 Yoichi NAKAYAMA * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only @@ -570,7 +875,7 @@ 2001-07-14 Yuuichi Teranishi * wl-draft.el (wl-message-mail-p): Test resent-to: field. - (Fix by Peter Møller Neergaard ) + (Fix by Peter M~ller Neergaard ) (wl-default-draft-cite): Fix. * wl-score.el (wl-score-insert-help): Fixed parenthesis. @@ -714,7 +1019,7 @@ * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead of elmo-folder-close. -2001-06-06 Peter Møller Neergaard +2001-06-06 Peter M~ller Neergaard * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp for postfix.