Added description for new and abolished hooks.
[elisp/wanderlust.git] / NEWS
1 Wanderlust NEWS -- User-visible changes in Wanderlust.
2
3 * Changes in 2.12.0 from 2.10.1
4
5 ** New hooks
6    wl-draft-reply-hook
7    wl-summary-reply-hook
8    wl-draft-forward-hook
9    wl-summary-forward-hook
10    wl-draft-kill-pre-hook
11    wl-summary-resend-hook
12
13 ** Abolished hook
14    wl-reply-hook
15
16 ** Persistent mark string in summary buffer is changed.
17    Default setting indicates cached state by its upper/lower case.
18
19 ** It displays draft preview on sending confirmation.
20
21 ** Sending parameters are displayed on draft preview.
22    See description of the variable wl-draft-preview-attribute for detail.
23
24 ** You can run biff with idle-timer by setting wl-biff-use-idle-timer.
25
26 ** Now wl-draft-kill confirms with yes-or-no-p.
27
28 ** Summary thread will be divided if its depth is larger than certain amount.
29    The limit is controlled by the variable wl-summary-max-thread-depth.
30
31 ** Emacs multi-tty support is supported.
32    (http://lorentey.hu/project/emacs.html)
33
34 ** New sort spec 'size' is added in the summary mode.
35    Now you can sort the summary by message size.
36
37 ** The variable wl-refile-policy-alist is abolished.
38
39 ** SPAM filter module is added.
40
41 ** Batch processing module is added.
42
43 ** The structure of the message database is improved.
44    Following setting is to convert legacy msgdb to the new one on reconstruction
45    of msgdb (s all RET on summary buffer).
46    (setq elmo-msgdb-default-type 'standard
47          elmo-msgdb-convert-type 'sync)
48
49 ** Draft save function is improved.
50    Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
51
52 ** 'mark folder is renamed to 'flag folder.
53    Related to this, original message location is displayed as help-echo on summary
54    line in the 'flag folder (you can control the behavior by
55    wl-highlight-summary-line-help-echo-alist).
56
57 ** Now you can put arbitrary user defined flag on message.
58    You can specify its flag by "F" in the summary mode.
59
60 ** New mark, 'A' and 'a' is added for answered messages.
61    Now answered messages have its own mark in the summary mode.
62    'A' is displayed for uncached messages and 'a' is for cached messages.
63
64 ** New search condition 'Flag' (Status of the message) is added.
65    There are flags 'unread', 'important', 'answered',
66    'digest' (unread or important) and 'any' (any of the flag).
67    For example, following filter folder contains only unread or important
68    messages in the %inbox folder.
69
70    /flag:digest/%inbox
71
72 ** In the multi-folder, status of messages are synchronized with original
73    folder.
74    For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
75
76 ** The temporary mark and corresponding action is now customizable.
77
78    By default, following mark-and-actions are defined.
79    mark-and-actions which are defined as before.
80     "o" refile   (same as before)
81     "O" copy     (same as before)
82     "d" dispose  (formerly delete, 'D' mark. Messages are moved to
83                   wl-trash-folder. Its behavior is decided by
84                   wl-dispose-folder-alist.)
85    New mark-and-actions which are newly introduced.
86     "D" delete   (remove message immediately)
87     "i" prefetch (prefetch message)
88     "~" resend   (resend message)
89    Press 'x' to execute actions which corresponds to the mark.
90    mark-and-actions can be define by the new variable, 
91    'wl-summary-mark-action-list'. See its docstring for more in detail.
92
93 ** The function wl-summary-resend-message is abolished. Instead of it,
94    you can put mark for resending by wl-summary-resend.
95
96 ** New face
97
98    wl-highlight-summary-disposed-face
99    wl-highlight-summary-prefetch-face
100    wl-highlight-summary-resend-face
101    wl-highlight-summary-answered-face
102    wl-highlight-action-argument-face
103
104 ** Abolished face
105
106    wl-highlight-refile-destination-face
107    (renamed to wl-highlight-action-argument-face)
108
109 ** Variables renamed
110    wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
111
112 ** POP3 folder existence check is simplified (by default).
113    The default value for elmo-pop3-exists-exactly is changed to nil.
114
115 ** POP3 response code extension defined in the RFC2449 is supported.
116    If a login failure occurred because of user's another POP3 session, 
117    entered password is not cleared and used in the future login.
118
119 ** IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
120
121 ** Default value of wl-folder-hierarchy-access-folders has been changed.
122
123 ** Access group "@/" of shimbun folders can be used now.
124
125 ** Show contents of NEWS(.ja) when you start Wanderlust newer than the
126    one you used previously.
127
128 ** Default values of wl-draft-reply-*-list are changed. 
129    See samples/en/dot.wl for old values.
130
131 ** wl-draft-reply-myself-*-list are abolished and integrated into
132    wl-draft-reply-*-list.
133
134 ** You can control initial cursor position for replying draft.
135    Set variable wl-draft-reply-default-position appropriately.
136
137 ** Changed the way to specify configuration of draft buffer window.
138    You can choose keep, full or split as values of wl-draft-buffer-style
139    and wl-draft-reply-buffer-style.
140
141 ** Commands to verify/decrypt non-MIME PGP message are added.
142    C-c:v, C-c:d in message buffer to verify or decrypt respectively.
143
144 * Changes in 2.10.1 from 2.10.0
145   Version 2.10.1 is a bug fix version of 2.10.0.
146
147 ** Fixed the problem that msgdb be destroyed when print-length or
148    print-level has Non-nil value.
149
150 ** wl-summary-pack-number in pipe folder is disabled temporarily
151    since it didn't work. Invoke it in destination folder instead.
152
153 ** Fixed a problem that wl-folder-move-cur-folder doesn't work.
154
155 ** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
156
157 ** Fixed a problem that wl-summary-pack-number doesn't work on Maildir and
158    shimbun folders.
159
160 ** Fixed a problem that cache file is not protected even if it is marked
161    as important.
162
163 ** Fixed a problem that %# in wl-summary-line-format cannot handle large
164    number.
165
166 ** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
167    phase.
168
169 ** Default value of wl-message-buffer-prefetch-folder-type-list,
170    wl-message-buffer-prefetch-idle-time, and
171    wl-message-buffer-prefetch-depth are changed.
172
173 ** Fixed to compile on XEmacs without mule feature.
174
175 * Changes in 2.10.0 from 2.8.1
176
177 ** You can alter the format of summary lines.
178    Specify format by wl-summary-line-format. If you want to change ones
179    according to folder names, use wl-folder-summary-line-format-alist.
180
181 ** Save format for the draft folder has been changed. Messages are encoded
182    before saved by wl-draft-save.
183
184 ** elmo-split is newly established. It provides a way to split messages
185    according to some rule a la procmail.
186
187 ** Buffer prefetch works fine now. Messages of the number specified by
188    wl-message-buffer-prefetch-depth are loaded into buffer in advance.
189
190 ** elmo-dop-queue-flush flushes queue that concerns plugged folder.
191
192 ** Starting Wanderlust on the new frame is possible now. Set as
193    (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
194
195 ** In Folder mode, you can go into virtual folder which consists of messages
196    with some specified condition (wl-folder-virtual). It is binded to "V".
197
198 ** In Folder mode, you can search folders containing messages with some
199    specified condition (wl-folder-pick). It is binded to "?".
200
201 ** Now you can rename access group folders.
202
203 ** You can specify ON/OFF of thread view for newly created summary.
204    Set wl-summary-default-view, wl-summary-default-view-alist.
205
206 ** Temporary marks are kept when you exit from sticky summary by q or g. 
207
208 ** Key bindings concerning the sticky summary have been changed.
209    By C-u g, the sticky summary is destroyed as well as C-u q. In summary or
210    folder mode, G opens the sticky summary.
211
212 ** You can go round summary buffers by C-cC-n and C-cC-p.
213
214 ** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP
215    for access group names instead of exact group names.
216
217 ** In header part of the draft buffer C-a brings cursor to the beginning of
218    the line or the beginning of the header body.
219
220 ** You can send encapsulated blind carbon copies. Its default field name is
221    "Ecc:".
222
223 ** C-c C-y (Draft) can cite region of the message.
224    It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
225    Non-nil and the region is active.
226
227 ** You can delete a part from multipart message.
228    It is binded as "D" in message buffer.
229
230 ** You can easily configure server settings to post news article.
231    Set wl-nntp-posting-config-alist appropriately. See Info for an example.
232
233 ** You can specify some function in wl-draft-reply-with-argument-list etc.
234    for setting the recipients in draft by the return value of it.
235
236 ** The interface of the function wl-draft has been changed.
237    The initial set of headers are handed as an association list.
238
239 ** The uses of wl-generate-mailer-string-function has been changed.
240    Specify a function which returns some string to appear in User-Agent header.
241
242 ** The Reference Card (doc/wl-refcard.tex) describes important key bindings.
243
244 ** Many bug fixes.
245
246 * Changes in 2.8.0 from 2.6.1
247
248 ** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer.
249
250 ** Wanderlust might not work with FLIM 1.14.2 and older.
251    It is recommended to use FLIM 1.14.3 or newer and associated SEMI.
252
253 ** Now available `make check' environment test for user.
254
255 ** If you set obsolete variables (e.g. renamed ones) in .wl etc, Wanderlust
256    shows warning messages and urge you to change settings.
257    Change your settings according to the messages, please.
258    If you want to suppress warnings, set elmo-obsolete-variable-show-warnings
259    to nil.
260
261 ** Added new internal folders: 'sendlog folder
262
263 ** Added new type of folders: shimbun folder
264
265    Format: '@' 'virtual server name' '.' 'group name'
266
267 ** Added new type of folders: namazu folder
268
269    Format:  '[' 'search condition' ']' [ 'absolute path of namazu index' ]
270
271 ** With pipe folder, now you can preserve messages on the server.
272    At the next time you access it, only new messages will be copied.
273
274    Format:  '|' 'source folder' '|:' 'destination folder'
275
276 ** Address manager is now available (start by C-c C-a).
277    You can edit address book and import recipients to draft from it.
278
279 ** ACAP (RFC2244) is supported(experimental).
280
281 ** Now you can preserve IMAP4 message by part as a cache.
282    If you skipped enormous part, you can read other than skipped part when
283    you are off line.
284
285 ** Wanderlust also creates message view through prefetching.
286    Displaying of prefetched messages speeded up because of this.
287
288 ** Truncation of lines in message buffer or draft buffer is now controllable.
289    Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines
290    means truncating long lines at window width.
291
292 ** Bitmap image for opening demo is removed from wl-demo.elc and now loaded
293    from wl-icon-directory.
294    Special logo is displayed through the Christmas season :)
295
296 ** Overall elmo module is rewritten.
297
298 ** Variables depending on elmo backends are renamed to "elmo-backend-*".
299    e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server.
300
301 ** Variables named xxx-func are renamed to xxx-function.
302
303 ** X-Face utility 1.3.6.12 or older is not supported any longer.
304    Please install X-Face utility 1.3.6.13 or later, if necessary.
305
306 ** Wanderlust distinguishes stream-type on plugged mode. They are treated as
307    different entries.
308
309 ** msgdb path for archive and multi folders are changed.
310    No problem for running wanderlust even if you do not deal with them.
311    But if you don't want to leave useless data on the disk, delete under
312    .elmo/multi and .elmo/archive in advance.
313
314 ** Variables named xxx-dir are renamed to xxx-directory.
315    e.g. wl-icon-dir is renamed to wl-icon-directory.
316    Take attention if you set for display of startup logo, etc.
317
318 ** elmo-cache-dirname is abolished and elmo-cache-directory is newly created.
319    You can put cache directory to another place by setting
320    elmo-cache-directory.
321
322 ** Default value of elmo-enable-disconnected-operation is now `t'.
323    When the relevant messages are cached, you can do some operations
324    even in the off-line state.
325
326 ** Now messages with "$" mark is not remained in the summary buffer when
327    the actual message itself is deleted.
328    Please visit the 'mark folder to review the messages with the "$" mark.
329
330 * Changes in 2.6.1 from 2.6.0
331   Version 2.6.1 is basically a bug fix version of 2.6.0.
332
333 ** Fixed a problem that Emacs 21 causes `Recursive load...' error.
334
335 ** Fixed a problem that thread character is broken in XEmacs 21.1.
336
337 ** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs .
338
339 ** Fixed a problem that searching is failed for the header fields that
340    begins with X-.
341
342 ** Some other fixes.
343
344 * Changes in 2.6.0 from 2.4.1
345
346 ** FLIM 1.13.x is not supported any longer.
347    Please install FLIM 1.14.1 or later.
348
349 ** Now folder and summary buffer can be opened in a separate frame.
350    If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame
351    for folder mode. If `wl-summary-use-frame' is set as t, new frames
352    are created for each summary window.
353
354 ** Cursor moving speed ('N' or 'P' in summary) is greatly improved.
355
356 ** Folder checking speed for filter folder of localdir
357    folder using `last' or `first' (Ex. /last:100/+inbox) is improved.
358
359 ** Retrieval progress of each message is displayed in POP and IMAP folder.
360
361 ** Coloring of summary buffer is processed on demand (only on Emacs).
362    If `wl-summary-lazy-highlight' is non-nil, 
363    only visible portion of the buffer is colored.
364
365 ** Customizable biff notify.
366    New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is
367    now available.
368    e.g. (add-hook wl-biff-notify-hook 'ding)
369
370 ** Many bug fixes.
371
372 * Changes in 2.4.1 from 2.4.0
373   Version 2.4.1 is basically a bug fix version of 2.4.0.
374
375 ** Wanderlust 2.4.1 now works on FLIM 1.14.x. 
376
377 ** Fixed a problem that POP connection remains after POP before SMTP.
378
379 ** The specification of IMAP4 authentication method for clear password
380    is changed.
381
382 In 2.4.0, To use clear password authentication method in IMAP4
383 (Logging in with LOGIN command), you have to set the variable
384 `elmo-default-imap4-authenticate-type' as 'plain (or nil).
385 But in 2.4.1, it is changed to 'clear (or nil).
386 Example:
387 (setq elmo-default-imap4-authenticate-type 'plain)
388 should be changed to
389 (setq elmo-default-imap4-authenticate-type 'clear)
390
391 * Changes in 2.4.0 from 1.1.1
392
393 ** Version Number
394 The version numbering convention for Wanderlust is changed. 
395
396 In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
397 were beta version. But since version 2.3.0, the second (minor) version
398 number implies the stability of the Wanderlust. Even minor number
399 corresponds to a stable version, and an odd minor number corresponds
400 to a development version. This version numbering is based on the
401 widespread convention of open source development.
402
403 On the open CVS server cvs.m17n.org, main trunk contains the current
404 beta (newest experimental) version, and branches contain the stable
405 version.  (If the version is 2.4.x, the branch name is wl-2_4)
406
407 ** Install
408
409 *** FLIM 1.12 is not supported anymore.
410 See the file INSTALL for details.
411
412 *** APEL 10.2 or later is required.
413 tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
414
415 ** New feature
416
417 *** LDAP support
418 Complete e-mail address in draft by searching LDAP server.
419 If the variable wl-use-ldap is non-nil, LDAP feature is enabled
420 (Initial setting is nil).
421
422 *** UIDL support in POP3 folder
423 POP3 folder now saves the status of summary and it improves summary
424 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
425 used (Initial setting is t).
426
427 *** Emacs 21 support
428 Wanderlust has started on supporting Standard Emacs 21.
429 Toolbars and icon images can be shown in almost Wanderlust
430 frames like XEmacs.
431
432 *** biff feature
433 Server mailbox is checked periodically.
434 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
435 and updates folder mode content.
436
437 *** expire-hide 
438 Now expire mechanism has new feature `hide', it does not remove
439 messages actually from folder but hides messages from summary. It
440 improves processing speed for large folders.
441
442 *** Message thread restoring feature
443 Automatic correction of broken threads by subject matching is now available.
444 Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
445 is also available.
446
447 *** Password expiration timer
448 Password cache expires after elmo-passwd-life-time is passed.
449 (nil means no expiration. Initial setting is nil)
450
451 *** killed-list
452 Deleted messages in the NNTP folder are saved to `killed-list'.  The
453 messages in the killed-list are treated as if it were not exist on the
454 server. Non-nil value for elmo-use-killed-list enables this feature
455 (Initial setting is t). By this feature, NNTP pipe folder works correctly.
456
457 *** Maildir pack is now available
458 M-x wl-summary-pack-number in the summary mode of Maildir folder
459 re-numbers the messages.
460
461 ** Searching
462
463 *** Complex condition can be specified for filter folder
464 AND condition, OR condition, NOT condition, and their combination can be
465  specified. Syntax of the condition part is changed. See Info for details.
466
467 Caution for those who upgrade from 1.1.1:
468 By this change, saving directory for the msgdb of filter folder is altered.
469 Former msgdbs are not needed anymore. It does not cause any problem but
470 if you don't want to keep useless disk, you should remove files
471 under the directory '.elmo/filter/' beforehand.
472
473 *** Searching of the NNTP folder is available
474 Now you can make NNTP filter folder.
475 (If only your NNTP server responds to XHDR command.)
476
477 *** Pick, Virtual in summary mode now accepts complex condition.
478 You can set AND condition and OR condition by typing
479 'AND' or 'OR' instead of field name.
480
481 ** Session, Authentication
482
483 *** elmo-default-*-authenticate-type only accepts symbol(used be a string)
484 Example:
485 (setq elmo-default-imap4-authenticate-type "cram-md5")
486 should be changed to
487 (setq elmo-default-imap4-authenticate-type 'cram-md5)
488
489 *** stream-type can be defined.
490 You can define stream type by
491 elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
492 Some SSL related variables are abolished(renamed).
493 You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
494 if you specify the folder name end with "!socks".
495
496 ** Draft
497
498 *** group-list is now available
499 You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
500 If wl-draft-remove-group-list-contents is non-nil, the contents of 
501 group-list is removed before sending.
502
503 *** The draft preview displays recipient addresses on minibuffer 
504 You can confirm the group-list recipients by this.
505
506 *** Initial setting considers Reply-To:.
507 Default setting of wl-draft-reply-without-argument-list considers Reply-To: 
508 field (Set to To: field).
509
510 *** Replying rules for the messages sent from yourself.
511 You can define replying rules for the messages sent from yourself by
512 setting wl-draft-reply-myself-with-argument-list and
513 wl-draft-reply-myself-without-argument-list.
514
515 *** Full name is used in the reply address.
516 If wl-draft-reply-use-address-with-full-name is non-nil, then full
517 name is inserted in with e-mail addresses on the replied message
518 (Initial setting is t).
519
520 *** In-Reply-To: format is changed.
521 In-Reply-To: format is changed to simple one. It is based on 
522 draft-ietf-drums-msg-fmt-09.txt.
523
524 ** misc
525
526 *** Message thread processing is improved.
527
528 *** Renamed variables
529 wl-refile-guess-func-list => wl-refile-guess-functions
530 wl-summary-temp-above => wl-summary-target-above
531
532 *** You can set function to wl-fcc.
533 You can change fcc folder name dynamically. For example, change folder name
534 by month.
535
536 *** elmo-search-mime-charset is abolished.
537 Charset is guessed from the string you typed.
538
539 *** Useless headers are removed when you forward the message.
540 You can specify removed headers by wl-ignored-forwarded-headers.
541
542 *** wl-highlight-group-folder-by-numbers is abolished.
543 It is renamed to wl-highlight-folder-by-numbers and has following meaning.
544   `t'   : Whole line is colored by message number.
545   `nil' : Whole line is colored by folder status.
546    Number (ex. `1') : Line is colored by message number and folder status.
547
548 *** Header visibility control is changed.
549 Header visibility is controlled by Wanderlust (was controlled by SEMI).
550 You can change header visibility by wl-message-ignored-field-list and 
551 wl-message-visible-field-list.
552
553 *** DEMO is changed.
554 Less colors are used by DEMO pixmap.
555 Emacsen on character based terminal also display suitable DEMO.
556
557 \f
558 * Changes in 1.1.1 from 1.1.0
559   Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
560
561 ** Development on the CVS server is started.
562
563 ** Flush operation and sending queues if Wanderlust is  started
564    in plugged status.
565
566 ** Directory structure is changed.
567
568 *** 00README, 00README.ja is renamed to README, README.ja.
569
570 *** All wl-* files are moved to the directory 'wl'.
571
572 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
573
574 ** progress gauge
575 Progress gauge is displayed while processing in the Emacsen with
576 progress gauge feature.
577
578 * Changes in 1.1.0 from 1.0.3
579
580 ** Install
581
582 *** tm7 is not supported anymore.
583 see the file INSTALL for details.
584
585 *** WL_PREFIX and ELMO_PREFIX default as "wl"
586 (defvar WL_PREFIX "wl")
587 (defvar ELMO_PREFIX "wl")
588
589 e.g. install directory is
590   1.0.3  /usr/local/share/emacs/site-lisp/
591   1.1.0  /usr/local/share/emacs/site-lisp/wl/
592
593 *** Change default macro in Makefile.
594 EMACS   = emacs
595 XEMACS  = xemacs
596 use $(XEMACS), `package' and `install-package' target.
597
598 *** Install not only *.elc, but also *.el.
599
600 *** English document (wl.texi).
601
602 ** New feature
603
604 *** Modified UTF7 support.
605 Now international mailbox name can be used in IMAP4 in the Emacsen
606 with unicode feature.
607
608 *** Scoring support.
609
610 *** New plugged system.
611
612 *** IMAP4 support became more generic.
613 Many IMAP4 servers are supported.
614
615 *** New authentication type
616   IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
617   POP3:  CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
618   NNTP:  STARTTLS
619   SMTP:  STARTTLS
620
621 *** New folder type
622   |      Pipe Folder     Incorporate message.
623   .      Maildir Folder  Now Maildir is one of the folder type.
624   'cache Cache Folder    View internal cache.
625
626 *** Message buffer cache
627 Next message is prefetched while idle time.
628
629 *** Sticky summary is enhanced.
630 Now message buffer is also sticky.
631 You can specify always-sticky summary.
632
633 ** misc
634
635 *** Eliminated wl-draft-prepared-config-alist
636 unified with wl-draft-config-alist.
637
638 *** POP-before-SMTP variables are re-arranged.
639
640 *** Ask non-existing folder.
641  When FCC: contains new folder.
642  When auto-refile specified new folder.
643
644 *** Change fetch threshold and confirm settings.
645 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
646
647 *** Can use petname for completion.
648
649 *** Change Message-ID generator.
650
651 *** wl-demo.el support bitmap-mule.
652
653 *** Allow function type `smtp-server' value.
654
655 *** Make sendlog when `wl-draft-sendlog' is non-nil.
656
657 *** `wl-summary-incorporate-marks'
658
659 *** Reserve prefetching while off-line status.
660
661 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
662
663 *** New variable `wl-user-mail-address-list' .
664
665 *** New variable `wl-local-domain' for set FQDN.
666
667 *** Server side unread status is used in IMAP4 folder.
668
669 *** Change defaults
670   wl-mime-charset         iso-2022-jp  =>  x-ctext
671   wl-summary-move-order   'new  =>  'unread
672   wl-tmp-dir              TMPDIR  =>  ~/tmp/
673
674 *** New hooks
675   wl-draft-send-hook
676   wl-draft-reedit-hook
677   wl-mime-edit-preview-message-hook
678   wl-folder-suspend-hook
679   wl-summary-toggle-disp-folder-message-resumed-hook
680   wl-summary-line-inserted-hook
681   wl-thread-update-children-number-hook
682   mmelmo-header-inserted-hook
683   mmelmo-entity-content-inserted-hook
684
685 *** New function
686   wl-save
687   wl-summary-write
688   wl-summary-supersedes-message
689   wl-fldmgr-delete
690   wl-refile-guess-by-msgid
691   wl-address-user-mail-address-p
692   wl-summary-jump-to-msg-by-message-id-via-nntp
693   wl-summary-temp-mark-pick
694
695 * For details of changes, see the file ChangeLog.
696 \f
697 Local variables:
698 mode: outline
699 paragraph-separate: "[  \f]*$"
700 end: