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