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