From: yoichi Date: Mon, 13 Sep 2004 13:27:54 +0000 (+0000) Subject: * wl-vars.el (wl-draft-reply-default-position): Fix range. X-Git-Tag: wl-2_12-root~115 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8efa9bbf82ae95f92f42e089966c9938bdc31cb1;p=elisp%2Fwanderlust.git * wl-vars.el (wl-draft-reply-default-position): Fix range. ;; The log for last commit for ChangeLog was: ;; "remove duplicate caused by merging elmo-mark branch" --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 5e76fec..aa38df9 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-reply-default-position): Fix range. + 2004-09-13 Hiroya Murata * wl-vars.el (wl-summary-resend-hook): New hook. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 507f0d0..1fcef46 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1432,6 +1432,9 @@ You can also set it to a list of setting. (const "Newsgroups") (const "Subject") (string :tag "Header Name"))) + (const :tag "Top of body" body) + (const :tag "Bottom of body" bottom) + (const :tag "Top of header" top) (const "To") (const "Newsgroups") (const "Subject")