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