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