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