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