From: okazaki Date: Sat, 24 Feb 2001 20:10:27 +0000 (+0000) Subject: Update. X-Git-Tag: wl-2_6-root~79 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5ee46b3079fb1ebc20346bd734e8bf0a496344b2;p=elisp%2Fwanderlust.git Update. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 647cecc..1d6d133 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,16 @@ +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.