Update and fix.
authorteranisi <teranisi>
Wed, 8 Nov 2000 03:57:53 +0000 (03:57 +0000)
committerteranisi <teranisi>
Wed, 8 Nov 2000 03:57:53 +0000 (03:57 +0000)
NEWS
NEWS.ja

diff --git a/NEWS b/NEWS
index ee429da..90c0aef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,166 @@
 Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000
+* Changes in 2.4.0 from 1.1.1.
 
+** Version Number
+The version numbering convention for Wanderlust is changed. 
+
+In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
+were beta version. But since version 2.3.0, the second (minor) version
+number implies the stability of the Wanderlust. Even minor number
+corresponds to a stable version, and an odd minor number corresponds
+to a development version. This version numbering is based on the
+widespread convention of open source development.
+
+On the open CVS server cvs.m17n.org, main trunk contains the current
+beta (newest experimental) version, and branches contain the stable
+version.  (If the version is 2.4.x, the branch name is wl-2_4)
+
+** Install
+
+*** FLIM 1.12 is not supported anymore.
+See the file INSTALL for details.
+
+*** APEL 10.2 or later is required.
+tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
+
+** New feature
+
+*** LDAP support
+Complete e-mail address in draft by searching LDAP server.
+If the variable wl-use-ldap is non-nil, LDAP feature is enabled
+(Initial setting is nil).
+
+*** UIDL support in POP3 folder
+POP3 folder now saves the status of summary and it improves summary
+update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
+used (Initial setting is t).
+
+*** biff feature
+Server mailbox is checked periodically.
+If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
+and updates folder mode content.
+
+*** expire-hide 
+Now expire mechanism has new feature `hide', it does not remove
+messages actually from folder but hides messages from summary. It
+improves processing speed for large folders.
+
+*** Message thread restoring feature
+Automatic correction of broken threads by subject matching is now available.
+Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
+is also available.
+
+*** Password expiration timer
+Password cache expires after elmo-passwd-life-time is passed.
+(nil means no expiration. Initial setting is nil)
+
+*** killed-list
+Deleted messages in the NNTP folder are saved to `killed-list'.  The
+messages in the killed-list are treated as if it were not exist on the
+server. Non-nil value for elmo-use-killed-list enables this feature
+(Initial setting is t). By this feature, NNTP pipe folder works correctly.
+
+*** Maildir pack is now available
+M-x wl-summary-pack-number in the summary mode of Maildir folder
+re-numbers the messages.
+
+** Searching
+
+*** Complex condition can be specified for filter folder
+AND condition, OR condition, NOT condition, and their combination can be
+ specified. Syntax of the condition part is changed. See info for details.
+
+Caution for those who upgrade from 1.1.1:
+By this change, saving directory for the msgdb of filter folder is altered.
+Former msgdbs are not needed anymore. It does not cause any problem but
+if you don't want to keep useless disk, you should remove files
+under the directory '.elmo/filter/' beforehand.
+
+*** Searching of the NNTP folder is available
+Now you can make NNTP filter folder.
+(If only your NNTP server responds to XHDR command.)
+
+*** Pick, Virtual in summary mode now accepts complex condition.
+You can set AND condition and OR condition by typing
+'AND' or 'OR' instead of field name.
+
+** Session, Authentication
+
+*** elmo-default-*-authenticate-type only accepts symbol(used be a string)
+Example:
+(setq elmo-default-imap4-authenticate-type "cram-md5")
+should be changed to
+(setq elmo-default-imap4-authenticate-type 'cram-md5)
+
+*** stream-type can be defined.
+You can define stream type by
+elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
+Some SSL related variables are abolished(renamed).
+You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
+if you specify the folder name end with "!socks".
+
+** Draft
+
+*** group-list is now available
+You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
+If wl-draft-remove-group-list-contents is non-nil, the contents of 
+group-list is removed before sending.
+
+*** The draft preview displays recipient addresses on minibuffer 
+You can confirm the group-list recipients by this.
+
+*** Initial setting considers Reply-To:.
+Default setting of wl-draft-reply-without-argument-list considers Reply-To: 
+field (Set to To: field).
+
+*** Replying rules for the messages sent from yourself.
+You can define replying rules for the messages sent from yourself by
+setting wl-draft-reply-myself-with-argument-list and
+wl-draft-reply-myself-without-argument-list.
+
+*** Full name is used in the reply address.
+If wl-draft-reply-use-address-with-full-name is non-nil, then full
+name is inserted in with e-mail addresses on the replied message
+(Initial setting is t).
+
+*** In-Reply-To: format is changed.
+In-Reply-To: format is changed to simple one. It is based on 
+draft-ietf-drums-msg-fmt-09.txt.
+
+** misc
+
+*** Message thread processing is improved.
+
+*** Renamed variables
+wl-refile-guess-func-list => wl-refile-guess-functions
+wl-summary-temp-above => wl-summary-target-above
+
+*** You can set function to wl-fcc.
+You can change fcc folder name dynamically. For example, change folder name
+by month.
+
+*** elmo-search-mime-charset is abolished.
+Charset is guessed from the string you typed.
+
+*** Useless headers are removed when you forward the message.
+You can specify removed headers by wl-ignored-forwarded-headers.
+
+*** wl-highlight-group-folder-by-numbers is abolished.
+It is renamed to wl-highlight-folder-by-numbers and has following meaning.
+  `t'   : Whole line is colored by message number.
+  `nil' : Whole line is colored by folder status.
+   Number (ex. `1') : Line is colored by message number and folder status.
+
+*** Header visibility control is changed.
+Header visibility is controlled by Wanderlust (was controlled by SEMI).
+You can change header visibility by wl-message-ignored-field-list and 
+wl-message-visible-field-list.
+
+*** DEMO is changed.
+Less colors are used by DEMO pixmap.
+Emacsen on character based terminal also display suitable DEMO.
+
+\f
 * Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
 
 ** Development on the CVS server is started.
diff --git a/NEWS.ja b/NEWS.ja
index 09072a3..5f96609 100644 (file)
--- a/NEWS.ja
+++ b/NEWS.ja
@@ -3,10 +3,13 @@ Wanderlust NEWS (\e$BF|K\8lHG\e(B) -- User-visible changes in Wanderlust. 10 May 2
 * 1.1.1 \e$B$+$i\e(B version 2.4.0 \e$B$X$NJQ99E@\e(B
 
 ** \e$B%P!<%8%g%sHV9f\e(B
-2.3.0 \e$B0J9_$O!"BhFsHV9f$,6v?t$J$i0BDjHG!"4q?t$J$i3+H/HG$H$J$j$^$9!#\e(B
+\e$B%P!<%8%g%sHV9f$NIU$1J}$,JQ$o$j$^$7$?!#\e(B
+\e$B$3$l$^$G!"\e(B1.x \e$B$,0BDjHG!"\e(B2.0.x\e$B!A\e(B2.2.x \e$B$,3+H/HG$H$J$C$F$$$^$7$?$,!"\e(B2.3.0 
+\e$B0J9_$O!"BhFsHV9f$,6v?t$J$i0BDjHG!"4q?t$J$i3+H/HG$H$J$j$^$7$?!#$3$N%P!<\e(B
+\e$B%8%g%sHV9f$NIU$1J}$O0lHLE*$J%*!<%W%s%=!<%93+H/$N47=,$K4p$E$/$b$N$G$9!#\e(B
 
-\e$B8x3+\e(B CVS \e$B%5!<%P\e(B cvs.m17n.org \e$B>e\e(B \e$B$G$O!"44$,\e(B beta (\e$B3+H/\e(B)\e$BHG!$\e(B
-\e$B;^$,\e(B stable (\e$B0BDj\e(B)\e$BHG\e(B (\e$B;^L>$O!$\e(B2.4.x \e$B$J$i\e(B wl-2_4) \e$B$H$J$j$^$9!#\e(B
+\e$B8x3+\e(B CVS \e$B%5!<%P\e(B cvs.m17n.org \e$B>e\e(B \e$B$G$O!"44$,\e(B beta (\e$B3+H/\e(B)\e$BHG!"\e(B
+\e$B;^$,\e(B stable (\e$B0BDj\e(B)\e$BHG\e(B (\e$B;^L>$O!"\e(B2.4.x \e$B$J$i\e(B wl-2_4) \e$B$H$J$j$^$9!#\e(B
 
 ** \e$B%$%s%9%H!<%k\e(B
 
@@ -20,6 +23,8 @@ tm-8 \e$B$r;HMQ$9$kJ}$OFC$K$4Cm0U$/$@$5$$!#\e(B
 
 *** LDAP \e$B%5%]!<%H\e(B
 LDAP \e$B%5!<%P!<$H@\B3$7!"%"%I%l%9$NJd40$r9T$($^$9!#\e(B
+\e$BJQ?t\e(B wl-use-ldap \e$B$,\e(B non-nil \e$B$K@_Dj$5$l$F$$$k$H\e(B LDAP \e$B$rMxMQ$7$^$9\e(B
+(\e$B=i4|@_Dj$O\e(B nil)\e$B!#\e(B
 
 *** POP3 \e$B%U%)%k%@$G\e(B UIDL \e$B%5%]!<%H\e(B
 POP3 \e$B%U%)%k%@$G%5%^%j$N>uBV$rJ]B8$G$-$k$h$&$K$J$j!"%"%/%;%9$,9bB.2=$5$l$^$7$?!#\e(B
@@ -28,7 +33,7 @@ POP3 \e$B%U%)%k%@$G%5%^%j$N>uBV$rJ]B8$G$-$k$h$&$K$J$j!"%"%/%;%9$,9bB.2=$5$l$^$7$?
 
 *** biff \e$B5!G=\e(B
 \e$B0lDj;~4V$*$-$K%5!<%P$K%a!<%k$,FO$$$F$$$k$+3NG'$7$^$9!#\e(B
-\e$BFO$$$F$$$l$P%b!<%I%i%$%s$KI=<($7!$%U%)%k%@0lMw%b!<%I$r99?7$7$^$9!#\e(B
+\e$BFO$$$F$$$l$P%b!<%I%i%$%s$KI=<($7!"%U%)%k%@0lMw%b!<%I$r99?7$7$^$9!#\e(B
 
 *** expire-hide 
 \e$B5-;v<+BN$O>C$9$3$H$J$/!"%5%^%j$K8+$($k5-;v?t$r0lDj$KJ]$D$3$H$,$G\e(B
@@ -48,7 +53,7 @@ NNTP \e$B%U%)%k%@$G:o=|$7$?%a%C%;!<%8$O\e(B killed-list \e$B$KJ]B8$7$^$9!#\e(B
 killed-list \e$B$K$"$k%a%C%;!<%8$O%5!<%P>e$K$bB8:_$7$J$$$+$N$h$&$K07\e(B
 \e$B$$$^$9!#JQ?t\e(B elmo-use-killed-list \e$B$,\e(B non-nil \e$B$J$i\e(B killed-list \e$B$r\e(B
 \e$B;HMQ$7$^$9\e(B(\e$B%G%U%)%k%H$O\e(B t)\e$B!#\e(B
-\e$B$3$l$K$h$C$F\e(B NNTP \e$B$rMxMQ$7$?%Q%$%W%U%)%k%@$b<B8=$G$-$k$h$&$K$J$j$^$7$?!%\e(B
+\e$B$3$l$K$h$C$F\e(B NNTP \e$B$rMxMQ$7$?%Q%$%W%U%)%k%@$b<B8=$G$-$k$h$&$K$J$j$^$7$?!#\e(B
 
 *** Maildir \e$B$G\e(B pack (\e$BHV9f5M$a\e(B) \e$B$,$G$-$k$h$&$K$J$j$^$7$?!#\e(B
 Maildir \e$B$N%5%^%j$G\e(B M-x wl-summary-pack-number \e$B$r<B9T$9$k$H%a%C%;!<%8HV9f$r\e(B
@@ -80,24 +85,24 @@ AND \e$B>r7o$d\e(B OR \e$B>r7o$bF~NO$G$-$^$9!#\e(B
 *** elmo-default-*-authenticate-type \e$B$O%7%s%\%k$G@_Dj$9$k$h$&$K$J$j$^$7$?!#\e(B
 \e$BNc$($P!"\e(B
 (setq elmo-default-imap4-authenticate-type "cram-md5")
-\e$B$H$$$&@_Dj$O!$\e(B
+\e$B$H$$$&@_Dj$O!"\e(B
 (setq elmo-default-imap4-authenticate-type 'cram-md5)
-\e$B$KJQ99$9$kI,MW$,$"$j$^$9!%\e(B
+\e$B$KJQ99$9$kI,MW$,$"$j$^$9!#\e(B
 
 *** stream-type \e$B$NDj5AJ}K!$rJQ99$7$^$7$?!#\e(B
-\e$BJQ?t\e(B elmo-network-{imap4,pop3,nntp}-stream-type-alist \e$B$G@_Dj!#\e(B
-ssl \e$B4XO"$N$$$/$D$+$NJQ?t$rGQ;_\e(B(\e$B2~L>\e(B)\e$B!#\e(B 
+\e$BJQ?t\e(B elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist \e$B$G@_Dj2DG=$G$9!#\e(B
+SSL \e$B4XO"$N$$$/$D$+$NJQ?t$,GQ;_$5$l$^$7$?\e(B(\e$B2~L>\e(B)\e$B!#\e(B 
 \e$B$^$?!"?7$?$K\e(B "!socks" \e$B$G=*$o$k%M%C%H%o!<%/7O%U%)%k%@\e(B(IMAP4, NNTP, POP3)\e$B$O\e(B
 SOCKS \e$B7PM3$G%"%/%;%9$5$l$k$h$&$K$J$j$^$7$?!#\e(B
 
 ** \e$B%I%i%U%H\e(B
 
-*** group-list \e$B$KBP1~$7$^$7$?!%\e(B
+*** group-list \e$B$KBP1~$7$^$7$?!#\e(B
 \e$B08@h$K\e(B Group: foo@gohome.org, bar@gohome.org; \e$B$N$h$&$K=q$1$k$h$&$K\e(B
 \e$B$J$j$^$7$?!#JQ?t\e(B wl-draft-remove-group-list-contents \e$B$,\e(B t \e$B$J$i\e(B
 group-list \e$B$NFbMF$r:o=|$7$FAw?.$7$^$9!#\e(B
 
-*** \e$B%I%i%U%H$N%W%l%S%e!<$G<u<h?M$N%"%I%l%9$,%_%K%P%C%U%!$KI=<(!#\e(B
+*** \e$B%I%i%U%H$N%W%l%S%e!<$G<u<h?M$N%"%I%l%9$,%_%K%P%C%U%!$KI=<($5$l$^$9!#\e(B
 group-list \e$B$K$bBP1~$7$F$$$^$9!#\e(B
 
 *** \e$B=i4|@_Dj$G\e(B Reply-To: \e$B$r9MN8$9$k$h$&$K$J$j$^$7$?!#\e(B
@@ -146,7 +151,7 @@ wl-highlight-folder-by-numbers \e$B$K2~L>$5$l!"CM$K1~$8$F0J2<$N0UL#$r;}$D$h$&$K\e(
 wl-message-visible-field-list \e$B$G!"\e(BWanderlust \e$B%l%Y%k$G@_Dj$,2DG=\e(B
 \e$B$K$J$j$^$7$?!#\e(B(\e$B:#$^$G$O\e(B SEMI \e$B$G@_Dj$9$kI,MW$,$"$j$^$7$?\e(B)
 
-*** DEMO \e$B$NI=<(J}K!$,JQ$o$j$^$7$?!%\e(B
+*** DEMO \e$B$NI=<(J}K!$,JQ$o$j$^$7$?!#\e(B
 \e$B%+%i!<$N%T%C%/%9%^%C%W$GMxMQ$9$k?'?t$,:o8:$5$l$^$7$?!#\e(B
 \e$B$^$?!"J8;z$N$_$7$+I=<($G$-$J$$4D6-$G$b$=$l$J$j$N%G%b$,I=<($5$l$k$h$&$K\e(B
 \e$B$J$j$^$7$?!#\e(B
@@ -172,95 +177,95 @@ progress gauge \e$B$NI=<(5!G=$r$b$D\e(B Emacs \e$B$G$O!"=hM}$N?JD=$,\e(B progress ga
 
 ** \e$B%$%s%9%H!<%k\e(B
 
-*** tm7 \e$B$O%5%]!<%H$5$l$J$/$J$j$^$7$?!%\e(B
+*** tm7 \e$B$O%5%]!<%H$5$l$J$/$J$j$^$7$?!#\e(B
 
-\e$B$/$o$7$/$O\e(B INSTALL.ja \e$B$r8fMw2<$5$$!%\e(B
+\e$B$/$o$7$/$O\e(B INSTALL.ja \e$B$r8fMw2<$5$$!#\e(B
 
-*** WL_PREFIX \e$B$H\e(B ELMO_PREFIX \e$B$N=i4|@_Dj$,\e(B "wl" \e$B$K$J$j$^$7$?!%\e(B
+*** WL_PREFIX \e$B$H\e(B ELMO_PREFIX \e$B$N=i4|@_Dj$,\e(B "wl" \e$B$K$J$j$^$7$?!#\e(B
 (defvar WL_PREFIX "wl")
 (defvar ELMO_PREFIX "wl")
 
-\e$BNc$($P!$%$%s%9%H!<%k%G%#%l%/%H%j$O!$\e(B
+\e$BNc$($P!"%$%s%9%H!<%k%G%#%l%/%H%j$O!"\e(B
   1.0.3  /usr/local/share/emacs/site-lisp/
   1.1.0  /usr/local/share/emacs/site-lisp/wl/
-\e$B$H$J$j$^$9!%\e(B
+\e$B$H$J$j$^$9!#\e(B
 
-*** Makefile \e$B$NJQ?t$N%G%U%)%k%HCM$,JQ$o$j$^$7$?!%\e(B
+*** Makefile \e$B$NJQ?t$N%G%U%)%k%HCM$,JQ$o$j$^$7$?!#\e(B
 
 EMACS   = emacs
 XEMACS  = xemacs
-$(XEMACS) \e$B$O!$\e(B`package' \e$B$d\e(B `install-package' \e$B$N\e(B target \e$B$G;2>H$5$l$^$9!%\e(B
+$(XEMACS) \e$B$O!"\e(B`package' \e$B$d\e(B `install-package' \e$B$N\e(B target \e$B$G;2>H$5$l$^$9!#\e(B
 
-*** *.el \e$B%U%!%$%k$b%$%s%9%H!<%k$5$l$k$h$&$K$J$j$^$7$?!%\e(B
+*** *.el \e$B%U%!%$%k$b%$%s%9%H!<%k$5$l$k$h$&$K$J$j$^$7$?!#\e(B
 
-*** \e$B1Q8lHG%I%-%e%a%s%H\e(B (wl.texi) \e$B$,IU$-$^$7$?!%\e(B
+*** \e$B1Q8lHG%I%-%e%a%s%H\e(B (wl.texi) \e$B$,IU$-$^$7$?!#\e(B
 
 ** \e$B?75!G=\e(B
 
-*** Modified UTF7 \e$B$,%5%]!<%H$5$l$^$7$?!%\e(B
-\e$B%f%K%3!<%I$,07$($k\e(B Emacs \e$B$G$O!$\e(BIMAP4 \e$B$GF|K\8l%a!<%k%\%C%/%9L>$r;XDj$G$-$^$9!%\e(B
+*** Modified UTF7 \e$B$,%5%]!<%H$5$l$^$7$?!#\e(B
+\e$B%f%K%3!<%I$,07$($k\e(B Emacs \e$B$G$O!"\e(BIMAP4 \e$B$GF|K\8l%a!<%k%\%C%/%9L>$r;XDj$G$-$^$9!#\e(B
 
-*** \e$B%9%3%"5!G=$,IU$-$^$7$?!%\e(B
+*** \e$B%9%3%"5!G=$,IU$-$^$7$?!#\e(B
 
-*** \e$B%W%i%04IM}5!G=$,IU$-$^$7$?!%\e(B
+*** \e$B%W%i%04IM}5!G=$,IU$-$^$7$?!#\e(B
 
-*** IMAP4 \e$B$,$h$jHFMQE*$K$J$j$^$7$?!%\e(B
-\e$BB?$/$N\e(B IMAP4 \e$B%5!<%P$GF0$/$h$&$K$J$j$^$7$?!%\e(B
+*** IMAP4 \e$B$,$h$jHFMQE*$K$J$j$^$7$?!#\e(B
+\e$BB?$/$N\e(B IMAP4 \e$B%5!<%P$GF0$/$h$&$K$J$j$^$7$?!#\e(B
 
-*** \e$B$$$/$D$+$NG'>ZJ}<0$,%5%]!<%H$5$l$^$7$?!%\e(B
+*** \e$B$$$/$D$+$NG'>ZJ}<0$,%5%]!<%H$5$l$^$7$?!#\e(B
   IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
   POP3:  CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
   NNTP:  STARTTLS
   SMTP:  STARTTLS
 
-*** \e$B?7$7$$%U%)%k%@7?$,2C$o$j$^$7$?!%\e(B
-  |      \e$B%Q%$%W%U%)%k%@\e(B     \e$B%a%C%;!<%8$r<h$j9~$`%U%)%k%@$G$9!%\e(B
-  .      Maildir \e$B%U%)%k%@\e(B   Maildir \e$B$,$R$H$D$N%U%)%k%@7?$K$J$j$^$7$?!%\e(B
-  'cache \e$B%-%c%C%7%e%U%)%k%@\e(B \e$BFbIt%-%c%C%7%e$r%U%)%k%@$H$7$F1\Mw$G$-$^$9!%\e(B
+*** \e$B?7$7$$%U%)%k%@7?$,2C$o$j$^$7$?!#\e(B
+  |      \e$B%Q%$%W%U%)%k%@\e(B     \e$B%a%C%;!<%8$r<h$j9~$`%U%)%k%@$G$9!#\e(B
+  .      Maildir \e$B%U%)%k%@\e(B   Maildir \e$B$,$R$H$D$N%U%)%k%@7?$K$J$j$^$7$?!#\e(B
+  'cache \e$B%-%c%C%7%e%U%)%k%@\e(B \e$BFbIt%-%c%C%7%e$r%U%)%k%@$H$7$F1\Mw$G$-$^$9!#\e(B
 
-*** \e$B%a%C%;!<%8%P%C%U%!$N%W%j%U%'%C%A5!G=$,IU$-$^$7$?!%\e(B
-\e$BFI$s$G$$$k4V$K<!$N%a%C%;!<%8$rFI$_9~$_$^$9!%\e(B
+*** \e$B%a%C%;!<%8%P%C%U%!$N%W%j%U%'%C%A5!G=$,IU$-$^$7$?!#\e(B
+\e$BFI$s$G$$$k4V$K<!$N%a%C%;!<%8$rFI$_9~$_$^$9!#\e(B
 
-*** \e$B%9%F%#%C%-!<%5%^%j\e(B(\e$B>C$($J$$%5%^%j\e(B)\e$B$,3HD%$5$l$^$7$?!%\e(B
-\e$B%a%C%;!<%8%P%C%U%!$b%5%^%j$KBP1~$7$FMQ0U$5$l$k$h$&$K$J$j$^$7$?!%\e(B
-\e$B>o$K%9%F%#%C%-!<$K$J$k%U%)%k%@$r@_Dj$G$-$k$h$&$K$J$j$^$7$?!%\e(B
+*** \e$B%9%F%#%C%-!<%5%^%j\e(B(\e$B>C$($J$$%5%^%j\e(B)\e$B$,3HD%$5$l$^$7$?!#\e(B
+\e$B%a%C%;!<%8%P%C%U%!$b%5%^%j$KBP1~$7$FMQ0U$5$l$k$h$&$K$J$j$^$7$?!#\e(B
+\e$B>o$K%9%F%#%C%-!<$K$J$k%U%)%k%@$r@_Dj$G$-$k$h$&$K$J$j$^$7$?!#\e(B
 
 ** \e$B$=$NB>\e(B
 
-*** \e$BJQ?t\e(B wl-draft-prepared-config-alist \e$B$OGQ;_$5$l$^$7$?!%\e(B
-wl-draft-config-alist \e$B$KE}9g$5$l$^$7$?!%\e(B
+*** \e$BJQ?t\e(B wl-draft-prepared-config-alist \e$B$OGQ;_$5$l$^$7$?!#\e(B
+wl-draft-config-alist \e$B$KE}9g$5$l$^$7$?!#\e(B
 
-*** POP-before-SMTP \e$B4XO"$NJQ?t$,@0M}$5$l$^$7$?!%\e(B
+*** POP-before-SMTP \e$B4XO"$NJQ?t$,@0M}$5$l$^$7$?!#\e(B
 
-*** \e$BB8:_$7$J$$%U%)%k%@$r:n$k$+$I$&$+3NG'$9$k$h$&$K$J$j$^$7$?!%\e(B
- FCC: \e$B$K?7$7$$%U%)%k%@L>$r;XDj$7$?$H$-$d!$\e(Bauto-refile \e$B$G\e(B
\e$B?7$7$$%U%)%k%@L>$r;XDj$7$?$H$-$K%U%)%k%@$r:n$k$+$I$&$+3NG'$7$^$9!%\e(B
+*** \e$BB8:_$7$J$$%U%)%k%@$r:n$k$+$I$&$+3NG'$9$k$h$&$K$J$j$^$7$?!#\e(B
+ FCC: \e$B$K?7$7$$%U%)%k%@L>$r;XDj$7$?$H$-$d!"\e(Bauto-refile \e$B$G\e(B
\e$B?7$7$$%U%)%k%@L>$r;XDj$7$?$H$-$K%U%)%k%@$r:n$k$+$I$&$+3NG'$7$^$9!#\e(B
 
-*** \e$B%W%j%U%'%C%A$N3NG'$K4X$9$k@_Dj$NJQ?t$,2C$o$j$^$7$?!%\e(B
+*** \e$B%W%j%U%'%C%A$N3NG'$K4X$9$k@_Dj$NJQ?t$,2C$o$j$^$7$?!#\e(B
 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
 
-*** \e$B%U%)%k%@L>$N$"$@L>$r%U%)%k%@L>F~NO$GJd40$G$-$k$h$&$K$J$j$^$7$?!%\e(B
+*** \e$B%U%)%k%@L>$N$"$@L>$r%U%)%k%@L>F~NO$GJd40$G$-$k$h$&$K$J$j$^$7$?!#\e(B
 
-*** Message-ID \e$B$N@8@.J}K!$,JQ$o$j$^$7$?!%\e(B
+*** Message-ID \e$B$N@8@.J}K!$,JQ$o$j$^$7$?!#\e(B
 
-*** Mule \e$B$G$O%S%C%H%^%C%W$N%*!<%W%K%s%0%G%b2hLL$,=P$k$h$&$K$J$j$^$7$?!%\e(B
+*** Mule \e$B$G$O%S%C%H%^%C%W$N%*!<%W%K%s%0%G%b2hLL$,=P$k$h$&$K$J$j$^$7$?!#\e(B
 
-*** `smtp-server' \e$B$K4X?t$r;XDj$G$-$^$9!%\e(B
+*** `smtp-server' \e$B$K4X?t$r;XDj$G$-$^$9!#\e(B
 
-*** \e$BAw?.%m%0$,J]B8$5$l$k$h$&$K$J$j$^$7$?!%\e(B
-`wl-draft-sendlog' \e$B$,\e(B non-nil \e$B$N>l9g!$\e(B'sendlog' \e$B%U%!%$%k$KJ]B8$5$l$^$9!%\e(B
+*** \e$BAw?.%m%0$,J]B8$5$l$k$h$&$K$J$j$^$7$?!#\e(B
+`wl-draft-sendlog' \e$B$,\e(B non-nil \e$B$N>l9g!"\e(B'sendlog' \e$B%U%!%$%k$KJ]B8$5$l$^$9!#\e(B
 
-*** \e$B%*%U%i%$%s=hM}$G%W%j%U%'%C%A$rM=Ls$G$-$k$h$&$K$J$j$^$7$?!%\e(B
+*** \e$B%*%U%i%$%s=hM}$G%W%j%U%'%C%A$rM=Ls$G$-$k$h$&$K$J$j$^$7$?!#\e(B
 
 *** `wl-summary-incorporate-marks'
 
-*** `wl-draft-use-frame' \e$B$,\e(B non-nil \e$B$J$i%U%l!<%`$r@8@.$7$^$9!%\e(B
+*** `wl-draft-use-frame' \e$B$,\e(B non-nil \e$B$J$i%U%l!<%`$r@8@.$7$^$9!#\e(B
 
-*** \e$B?75,JQ?t\e(B `wl-user-mail-address-list'\e$B!%\e(B
+*** \e$B?75,JQ?t\e(B `wl-user-mail-address-list'\e$B!#\e(B
 
-*** \e$B?75,JQ?t\e(B `wl-local-domain'\e$B!%\e(B
+*** \e$B?75,JQ?t\e(B `wl-local-domain'\e$B!#\e(B
 
-*** IMAP4 \e$B$G%5!<%PB&$NL$FI>uBV$r;2>H$9$k$h$&$K$J$j$^$7$?!%\e(B
+*** IMAP4 \e$B$G%5!<%PB&$NL$FI>uBV$r;2>H$9$k$h$&$K$J$j$^$7$?!#\e(B
 
 *** \e$B=i4|@_Dj$,JQ99$5$l$?JQ?t\e(B
   wl-mime-charset         iso-2022-jp  =>  x-ctext
@@ -288,7 +293,7 @@ wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
   wl-summary-jump-to-msg-by-message-id-via-nntp
   wl-summary-temp-mark-pick
 
-* \e$BJQ99E@$N>\:Y$O\e(B ChangeLog \e$B$r8fMw2<$5$$!%\e(B
+* \e$BJQ99E@$N>\:Y$O\e(B ChangeLog \e$B$r8fMw2<$5$$!#\e(B
 \f
 Local variables:
 mode: outline