X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=c56feb46111d2e839581c85cf8aab6c905a8f9ad;hb=cf62e98ee5c19a9011b1d178253da94efc0963c0;hp=b6ff05bb4df240c1d91975d55fa45c504c1a7a24;hpb=5799c10881cb749aa5e1ac20075db4b04fc635b3;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index b6ff05b..c56feb4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,162 @@ +2001-04-16 Yuuichi Teranishi + + * wl-summary.el (wl-summary-message-regexp): Fixed number regexp. + (All other related portions are changed) + + * wl.el (wl-plugged-change): Use '<' instead of '<='. + + * wl-folder.el (wl-folder-check-one-entity): Fixed last change again. + +2001-04-14 Hiroya Murata + + * wl-folder.el (wl-folder-check-one-entity): Fixed last change. + +2001-04-13 Yuuichi Teranishi + + * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed. + Delete other windows to avoid an error. + Use `point-marker' instead of `point' to remember the start point + of body. + + * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'. + + * wl-folder.el (wl-folder-check-one-entity): Adjust unread message + number not to exceed all message number. + +2001-04-12 Yoichi NAKAYAMA + + * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to + call the command `wl-biff-check-folders' in `mode-line-mouse2-map'. + +2001-04-09 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-force-update): Added argument + no-check. + (wl-summary-sync-update): Ditto. + (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update + with `no-check'. + + * wl-message.el (wl-message-buffer-prefetch-timer): New variable. + (wl-message-buffer-prefetch-next): Don't run timer if timer is + already running. + +2001-04-07 Masahiro MURATA + + * wl-expire.el (wl-expire-archive-get-folder): Added argument + `dst-folder-arg'. + (wl-expire-archive-number1): Diito. + (wl-expire-archive-number2): Diito. + (wl-expire-archive-Date): Diito. + (wl-archive-number1): Diito. + (wl-archive-number2): Diito. + (wl-archive-date): Diito. + (wl-archive-folder-p): New function. + (wl-summary-expire): Support of expand folder name at + wl-expire-alist. + * wl-util.el (wl-expand-newtext): Renamed from + `wl-refile-expand-newtext'. + +2001-04-05 Hiroya Murata + + * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call + `elmo-msgdb-overview-get-entity' with `msgdb' instead of + `(elmo-msgdb-get-overview msgdb)'. + (wl-summary-prefetch): Bind match data before call + `wl-summay-prefetch-msg'. + (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with + 'off if `wl-summary-buffer-disp-msg' is non-nil. + Fixed problem that couldn't show only one new or unread message when + enter folder. + (wl-summary-reply): Don't call `split-window-vertically' and other + window. + +2001-04-03 Yuuichi Teranishi + + * wl-expire.el (wl-expire-refile): Fixed. + +2001-04-02 Yuuichi Teranishi + + * wl-vars.el (wl-biff-unnotify-hook): New variable. + + * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when + biff notification is removed. + + * wl.el (wl): Changed position of `elmo-init'. + + * wl-draft.el (wl-default-draft-cite): Use date field + on the citation buffer. + + * wl-vars.el (wl-shimbun-folder-icon): New variable. + + * wl-xmas.el (wl-folder-internal-icon-list): Added + `wl-folder-shimbun-image'. + + * wl-e21.el (wl-folder-internal-icon-list): Added + `wl-folder-shimbun-image'. + +2001-03-31 Yuuichi Teranishi + + * wl.el (wl-init): Eliminated argument. + (wl): Rewrite. + + * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'. + (wl-summary-sync-update): Use Use `elmo-folder-msgdb' + instead of `elmo-folder-msgdb-internal'. + (wl-summary-sync-update): Ditto. + (wl-summary-flush-pending-append-operations): Eliminated. + (wl-summary-delete-all-msgs): Set msgdb instead of folder. + (wl-summary-goto-folder-subr): Set load-msgdb argument of + `elmo-folder-open'. + + * wl-mime.el (wl-summary-burst): Fixed. + + * wl-folder.el (wl-folder-info-save): Check data type. + + * wl-expire.el (wl-expire-delete): Set msgdb instead of folder. + (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb' + instead of `elmo-folder-msgdb-internal'. + (wl-expire-hide): Ditto. + + + * wl-draft.el (wl-draft): Removed argument for `wl-init'. + +2001-03-20 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-write-current-folder): Support petname. + +2001-03-11 Kenichi OKADA + + * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache' + +2001-03-11 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): + Fixed `match-beginning' argument mismatch. + +2001-03-05 Katsumi Yamaoka + + * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to + the default value. + +2001-03-01 Yuuichi Teranishi + + * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port' + instead of `elmo-nntp-default-port'. + + * wl-vars.el: Fixed some doc strings. + 2001-02-28 Yuuichi Teranishi + * wl-summary.el (wl-summary-prefetch-msg): Use + `elmo-msgdb-overview-get-entity' instead of `assoc'. + + * wl-vars.el: Define *-func as obsolete variable using + `elmo-define-obsolete-variable'. + + * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated. + (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold' + instead of `wl-message-buffer-prefetch-threshold'. + * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed. * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto. @@ -90,6 +247,44 @@ * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'. * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto. +2001-03-01 Yuuichi Teranishi + + * wl-summary.el (wl-summary-next-message): + Return next message number when wl-summary-move-order is nil. + +2001-02-28 Akihiro MOTOKI + + * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from + `wl-summary-move-spec-alist'. + (wl-summary-move-spec-unplugged-alist): New variable + (Move spec for unplugged status). + (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist' + if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged. + +2001-03-01 OKAZAKI Tetsurou + + * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc". + * wl-mule.el (wl-draft-overload-menubar): Ditto. + +2001-02-28 OKAZAKI Tetsurou + + * wl-mime.el (wl-draft-preview-message): Use `function' instead of + simple quotation to quote the anonymous function. + * tm-wl.el (wl-draft-preview-message): Ditto. + +2001-02-25 OKAZAKI Tetsurou + + * wl-highlight.el (wl-highlight-summary-displaying): Optimize; + Eliminate redundant `save-excursion'. + (wl-highlight-summary-current-line): Ditto. + + * wl-highlight.el (wl-highlight-summary-current-line): Avoid + accessing match data when `looking-at' failed. + + * wl-draft.el (wl-draft-delete): Use `match-string' instead of + `elmo-match-string' where users don't care about the speed. + (wl-draft-save): Ditto. + 2001-02-24 Yuuichi Teranishi * wl-util.el (wl-regexp-opt): New function.