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