From 8c05c13b8c2aff28cdcb08902979c8e7cc18000c Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 2 Jan 2001 13:48:08 +0000 Subject: [PATCH] Update. --- wl/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index d32753a..3d005bd 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,20 @@ +2001-01-02 TAKAHASHI Kaoru + + * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ") + instead of magic-number 6. Use `not' instead of `null' for symbol + `nil' check (not empty list). + (wl-draft-insert-x-face-field): Fixed paren style. + + * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for + one-branch conditional statement, instead of `and' and `if'. + (wl-draft-forward): Likewise. + (wl-draft-add-references): Likewise. + (wl-draft-yank-from-mail-reply-buffer): Likewise. + + * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested + conditional steatment. Use `cond' instead of `if'. + (wl-draft-confirm): Likewise. + 2001-01-01 TAKAHASHI Kaoru * wl-version.el (wl-version-show): Use `product-string-1' -- 1.7.10.4