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