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