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