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