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