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