1 Wanderlust NEWS -- User-visible changes in Wanderlust.
3 * Changes in 2.16.0 from 2.14.x
5 ** This is not official release, developed by volunteers at github.
6 ( https://github.com/wanderlust )
8 ** Addresses of mailing lists have been changed.
10 ** Added new type of folders: rss folder
12 ** Fix accidental loss of messages related with moving in offline.
13 After messages were moved in offline state and you became online,
14 some operations possibly made messages lost. Such messages will be
15 moved into elmo-lost+found-folder folder (default is
18 ** Use built-in GnuTLS or tls.el for SSL/TLS connection if available.
20 ** Use jit-lock-mode for real-time draft highlighting.
21 Using idle-timer is also supported.
23 ** Use utf-7-imap coding system for IMAP4 if available.
24 In this case, the default value of elmo-imap4-use-modified-utf7 is
25 `t' and utf7.el is not installed.
27 ** Searching via wl-summary-pick and so on by `body' searches only
28 decoded text parts if possible. If you need old `body' search,
31 ** Added support for sending mail with sendmail package
33 ** Prevent accidental loss of messages when renaming IMAP folder
35 ** Put spam mark on the message registered as spam.
37 ** Remove spam mark from the message registered as non-spam.
39 ** Added support for ESEARCH feature (RFC4731).
41 ** New option `elmo-imap4-set-seen-flag-explicitly'.
43 ** Fixed copying new messsages via pipe folder.
45 ** Multiple condition can be indicated for summary sorting.
46 Indicate multiple condition separated by ",".
48 ** Analyze network folder name more strictly.
51 Interpret filter, pipe and multi folder and select the most suitable method.
53 ** Speed up bsfilter processing.
55 ** Speed up handling of maildir folder.
57 ** Use IMAP4 non-synchronizing literals (RFC 2088) if it is available.
59 ** Open following thread when you put mark on message in summary buffer.
61 ** Add new command wl-summary-display-raw.
63 ** Use EasyPG (http://www.easypg.org) if it is available.
65 ** A folder type `namazu' is abolished. New folder type `search' is added instead.
66 Not only namazu but also external search programs (grep, mu and
67 notmuch) are supported.
69 ** Fixed against overwriting existing messages in archive folders.
70 There was a bug on appending messages.
72 * Changes in 2.14.1 from 2.14.0
73 Version 2.14.1 is a bug fix version of 2.14.0.
75 ** Fixed message order of Maildir.
77 ** Icon for the access folder is displayed.
79 * Changes in 2.14.0 from 2.12.2
81 ** New folder type `access' is added.
82 In `access' folder, sub-folders of the specified folder can be treated
85 ** Synchronization speed of the folder is improved.
86 The function which calculates list diff is re-wrote and is faster
87 than previous implementation, especially in the folders with large
88 number of the messages.
90 ** New event handling mechanism is incorporated.
92 ** Improved the disconnected operations for IMAP draft saving.
93 There was a bug of message numbering in the disconnected imap draft.
94 It is fixed using new event handling mechanism.
96 ** `Shimbun' summary buffers are updated dynamically.
97 Some shimbun folder does not have correct information.
98 In this version, they are corrected using the message body after retrieval.
99 It is implemented with new event handling mechanism.
103 * Changes in 2.12.1 from 2.12.0
104 Version 2.12.1 is a bug fix version of 2.12.0.
106 ** Now Maildir is usable on Windows systems.
107 Note that it does not conform to the Maildir standard.
109 ** Fixed the problem of the cache flag inconsistency on the filter folder etc.
110 There was a problem that the summary buffer displays cached messages as
111 uncached in some folders.
113 ** Fixed the bug that the new flag cannot be changed in some cases.
115 ** Fixed the bug that flag are not taken over correctly from Maildir.
116 Only the flag of the first message was taken over in earlier versions.
118 ** Fixed the problem in display module for IMAP messages.
119 Now partially fetched messages are displayed correctly.
120 If a message included child messages, their headers were not displayed.
122 ** Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX.
123 In cyrus-imapd, this problem occurred.
125 ** Now user defined flags are appeared in the completions for search conditions.
127 ** Fixed the problem that a wrong flag folders are created by some flag names.
128 If a flag contains a character other than [a-z], the problem occurred.
130 ** Now expansion of the access group "@/" works correctly.
132 ** Fixed the problem to cause an error on automatic draft saving.
134 ** Fixed the problem to cause an error on invoking address manager.
135 A message which includes a string "To:" etc. caused an error.
137 ** Fixed the problem in the flag inheritance function of the filter folder.
139 ** New option `wl-summary-resend-use-cache'.
140 You can resend messages using cache in the offline status.
142 ** New option `elmo-network-session-idle-timeout'.
143 Network sessions which are not used longer than this value (in seconds)
144 are thrown away and new session is created.
146 ** Improved redisplay functions for "H" and "M" key.
147 MIME structure and buffer is reused for redisplay.
149 ** Now attributes for netnews are displayed in the draft preview.
151 * Changes in 2.12.0 from 2.10.1
153 ** The structure of the message database is improved.
154 Following setting is to convert legacy msgdb to the new one when you
156 (setq elmo-msgdb-default-type 'standard
157 elmo-msgdb-convert-type 'auto)
158 (which is initial setting.)
160 ** The temporary mark and corresponding action is now customizable.
162 By default, following mark-and-actions are defined.
163 mark-and-actions which are defined as before.
164 "o" refile (same as before)
165 "O" copy (same as before)
166 "d" dispose (formerly delete, 'D' mark. Messages are moved to
167 wl-trash-folder. Its behavior is decided by
168 wl-dispose-folder-alist.)
169 New mark-and-actions which are newly introduced.
170 "D" delete (remove message immediately)
171 "i" prefetch (prefetch message)
172 "~" resend (resend message)
173 Press 'x' to execute actions which corresponds to the mark.
174 mark-and-actions can be define by the new variable,
175 'wl-summary-mark-action-list'. See its docstring for more in detail.
177 ** SPAM filter module is added.
178 Following spam filter libraries are supported.
184 Regular Expressions Header Matching
186 ** 'mark folder is renamed to 'flag folder.
187 Related to this, original message location is displayed as help-echo on summary
188 line in the 'flag folder (you can control the behavior by
189 wl-highlight-summary-line-help-echo-alist).
191 ** Now you can put arbitrary user defined flag on message.
192 You can specify its flag by "F" in the summary mode.
194 ** New marks, 'A' and 'a' are added for answered messages.
195 Now answered messages have its own mark in the summary mode.
196 'A' is displayed for uncached messages and 'a' is for cached messages.
198 ** New mark,s 'F' and 'f' are added for forwarded messages.
199 Now forwarded messages have its own mark in the summary mode.
200 'F' is displayed for uncached messages and 'f' is for cached messages.
202 ** New search condition 'Flag' (Status of the message) is added.
203 There are flags 'unread', 'important', 'answered',
204 'digest' (unread or important) and 'any' (any of the flag).
205 For example, following filter folder contains only unread or important
206 messages in the %inbox folder.
210 ** Draft save function is improved.
211 Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
213 ** Automatically save draft buffers by using idle-timer.
214 You can control behavior by the variable `wl-auto-save-drafts-interval'.
216 ** 'H' key(display all header) and 'M' key(display without MIME analysis)
218 Now you can cite messages displayed by 'M'.
220 ** Now you can sort summary lines into descending order.
222 ** Abbreviate too long header extended to lines in message buffer.
224 ** Persistent mark string in summary buffer is changed.
225 Default setting indicates cached state by its upper/lower case.
227 ** It displays draft preview on sending confirmation.
229 ** Sending parameters are displayed on draft preview.
230 See description of the variable wl-draft-preview-attribute for detail.
232 ** You can run biff with idle-timer by setting wl-biff-use-idle-timer.
234 ** Now wl-draft-kill confirms with yes-or-no-p.
236 ** Summary thread will be divided if its depth is larger than certain amount.
237 The limit is controlled by the variable wl-summary-max-thread-depth.
239 ** Emacs multi-tty support is supported.
240 (http://lorentey.hu/project/emacs.html)
242 ** New sort spec 'size' is added in the summary mode.
243 Now you can sort the summary by message size.
245 ** The variable wl-refile-policy-alist is abolished.
247 ** Batch processing module is added.
249 ** In the multi-folder, status of messages are synchronized with original
251 For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
253 ** The function wl-summary-resend-message is abolished.
254 you can put mark for resending by wl-summary-resend instead.
257 wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
259 ** POP3 folder existence check is simplified (by default).
260 The default value for elmo-pop3-exists-exactly is changed to nil.
262 ** POP3 response code extension defined in the RFC2449 is supported.
263 If a login failure occurred because of user's another POP3 session,
264 entered password is not cleared and used in the future login.
266 ** IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
268 ** Default value of wl-folder-hierarchy-access-folders has been changed.
270 ** Access group "@/" of shimbun folders can be used now.
272 ** Show contents of NEWS(.ja) when you start Wanderlust newer than the
273 one you used previously.
275 ** Default values of wl-draft-reply-*-list are changed.
276 See samples/en/dot.wl for old values.
278 ** wl-draft-reply-myself-*-list are abolished and integrated into
279 wl-draft-reply-*-list.
281 ** You can control initial cursor position for replying draft.
282 Set variable wl-draft-reply-default-position appropriately.
284 ** Changed the way to specify configuration of draft buffer window.
285 You can choose keep, full or split as values of wl-draft-buffer-style
286 and wl-draft-reply-buffer-style.
288 ** Commands to verify/decrypt non-MIME PGP message are added.
289 C-c:v, C-c:d in message buffer to verify or decrypt respectively.
293 wl-summary-reply-hook
294 wl-draft-forward-hook
295 wl-summary-forward-hook
296 wl-draft-kill-pre-hook
297 wl-summary-resend-hook
304 wl-highlight-summary-disposed-face
305 wl-highlight-summary-prefetch-face
306 wl-highlight-summary-resend-face
307 wl-highlight-summary-answered-face
308 wl-highlight-action-argument-face
312 wl-highlight-refile-destination-face
313 (renamed to wl-highlight-action-argument-face)
315 * Changes in 2.10.1 from 2.10.0
316 Version 2.10.1 is a bug fix version of 2.10.0.
318 ** Fixed the problem that msgdb be destroyed when print-length or
319 print-level has Non-nil value.
321 ** wl-summary-pack-number in pipe folder is disabled temporarily
322 since it didn't work. Invoke it in destination folder instead.
324 ** Fixed a problem that wl-folder-move-cur-folder doesn't work.
326 ** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
328 ** Fixed a problem that wl-summary-pack-number doesn't work on Maildir and
331 ** Fixed a problem that cache file is not protected even if it is marked
334 ** Fixed a problem that %# in wl-summary-line-format cannot handle large
337 ** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
340 ** Default value of wl-message-buffer-prefetch-folder-type-list,
341 wl-message-buffer-prefetch-idle-time, and
342 wl-message-buffer-prefetch-depth are changed.
344 ** Fixed to compile on XEmacs without mule feature.
346 * Changes in 2.10.0 from 2.8.1
348 ** You can alter the format of summary lines.
349 Specify format by wl-summary-line-format. If you want to change ones
350 according to folder names, use wl-folder-summary-line-format-alist.
352 ** Save format for the draft folder has been changed. Messages are encoded
353 before saved by wl-draft-save.
355 ** elmo-split is newly established. It provides a way to split messages
356 according to some rule a la procmail.
358 ** Buffer prefetch works fine now. Messages of the number specified by
359 wl-message-buffer-prefetch-depth are loaded into buffer in advance.
361 ** elmo-dop-queue-flush flushes queue that concerns plugged folder.
363 ** Starting Wanderlust on the new frame is possible now. Set as
364 (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
366 ** In Folder mode, you can go into virtual folder which consists of messages
367 with some specified condition (wl-folder-virtual). It is binded to "V".
369 ** In Folder mode, you can search folders containing messages with some
370 specified condition (wl-folder-pick). It is binded to "?".
372 ** Now you can rename access group folders.
374 ** You can specify ON/OFF of thread view for newly created summary.
375 Set wl-summary-default-view, wl-summary-default-view-alist.
377 ** Temporary marks are kept when you exit from sticky summary by q or g.
379 ** Key bindings concerning the sticky summary have been changed.
380 By C-u g, the sticky summary is destroyed as well as C-u q. In summary or
381 folder mode, G opens the sticky summary.
383 ** You can go round summary buffers by C-cC-n and C-cC-p.
385 ** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP
386 for access group names instead of exact group names.
388 ** In header part of the draft buffer C-a brings cursor to the beginning of
389 the line or the beginning of the header body.
391 ** You can send encapsulated blind carbon copies. Its default field name is
394 ** C-c C-y (Draft) can cite region of the message.
395 It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
396 Non-nil and the region is active.
398 ** You can delete a part from multipart message.
399 It is binded as "D" in message buffer.
401 ** You can easily configure server settings to post news article.
402 Set wl-nntp-posting-config-alist appropriately. See Info for an example.
404 ** You can specify some function in wl-draft-reply-with-argument-list etc.
405 for setting the recipients in draft by the return value of it.
407 ** The interface of the function wl-draft has been changed.
408 The initial set of headers are handed as an association list.
410 ** The uses of wl-generate-mailer-string-function has been changed.
411 Specify a function which returns some string to appear in User-Agent header.
413 ** The Reference Card (doc/wl-refcard.tex) describes important key bindings.
417 * Changes in 2.8.0 from 2.6.1
419 ** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer.
421 ** Wanderlust might not work with FLIM 1.14.2 and older.
422 It is recommended to use FLIM 1.14.3 or newer and associated SEMI.
424 ** Now available `make check' environment test for user.
426 ** If you set obsolete variables (e.g. renamed ones) in .wl etc, Wanderlust
427 shows warning messages and urge you to change settings.
428 Change your settings according to the messages, please.
429 If you want to suppress warnings, set elmo-obsolete-variable-show-warnings
432 ** Added new internal folders: 'sendlog folder
434 ** Added new type of folders: shimbun folder
436 Format: '@' 'virtual server name' '.' 'group name'
438 ** Added new type of folders: namazu folder
440 Format: '[' 'search condition' ']' [ 'absolute path of namazu index' ]
442 ** With pipe folder, now you can preserve messages on the server.
443 At the next time you access it, only new messages will be copied.
445 Format: '|' 'source folder' '|:' 'destination folder'
447 ** Address manager is now available (start by C-c C-a).
448 You can edit address book and import recipients to draft from it.
450 ** ACAP (RFC2244) is supported(experimental).
452 ** Now you can preserve IMAP4 message by part as a cache.
453 If you skipped enormous part, you can read other than skipped part when
456 ** Wanderlust also creates message view through prefetching.
457 Displaying of prefetched messages speeded up because of this.
459 ** Truncation of lines in message buffer or draft buffer is now controllable.
460 Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines
461 means truncating long lines at window width.
463 ** Bitmap image for opening demo is removed from wl-demo.elc and now loaded
464 from wl-icon-directory.
465 Special logo is displayed through the Christmas season :)
467 ** Overall elmo module is rewritten.
469 ** Variables depending on elmo backends are renamed to "elmo-backend-*".
470 e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server.
472 ** Variables named xxx-func are renamed to xxx-function.
474 ** X-Face utility 1.3.6.12 or older is not supported any longer.
475 Please install X-Face utility 1.3.6.13 or later, if necessary.
477 ** Wanderlust distinguishes stream-type on plugged mode. They are treated as
480 ** msgdb path for archive and multi folders are changed.
481 No problem for running wanderlust even if you do not deal with them.
482 But if you don't want to leave useless data on the disk, delete under
483 .elmo/multi and .elmo/archive in advance.
485 ** Variables named xxx-dir are renamed to xxx-directory.
486 e.g. wl-icon-dir is renamed to wl-icon-directory.
487 Take attention if you set for display of startup logo, etc.
489 ** elmo-cache-dirname is abolished and elmo-cache-directory is newly created.
490 You can put cache directory to another place by setting
491 elmo-cache-directory.
493 ** Default value of elmo-enable-disconnected-operation is now `t'.
494 When the relevant messages are cached, you can do some operations
495 even in the off-line state.
497 ** Now messages with "$" mark is not remained in the summary buffer when
498 the actual message itself is deleted.
499 Please visit the 'mark folder to review the messages with the "$" mark.
501 * Changes in 2.6.1 from 2.6.0
502 Version 2.6.1 is basically a bug fix version of 2.6.0.
504 ** Fixed a problem that Emacs 21 causes `Recursive load...' error.
506 ** Fixed a problem that thread character is broken in XEmacs 21.1.
508 ** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs .
510 ** Fixed a problem that searching is failed for the header fields that
515 * Changes in 2.6.0 from 2.4.1
517 ** FLIM 1.13.x is not supported any longer.
518 Please install FLIM 1.14.1 or later.
520 ** Now folder and summary buffer can be opened in a separate frame.
521 If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame
522 for folder mode. If `wl-summary-use-frame' is set as t, new frames
523 are created for each summary window.
525 ** Cursor moving speed ('N' or 'P' in summary) is greatly improved.
527 ** Folder checking speed for filter folder of localdir
528 folder using `last' or `first' (Ex. /last:100/+inbox) is improved.
530 ** Retrieval progress of each message is displayed in POP and IMAP folder.
532 ** Coloring of summary buffer is processed on demand (only on Emacs).
533 If `wl-summary-lazy-highlight' is non-nil,
534 only visible portion of the buffer is colored.
536 ** Customizable biff notify.
537 New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is
539 e.g. (add-hook wl-biff-notify-hook 'ding)
543 * Changes in 2.4.1 from 2.4.0
544 Version 2.4.1 is basically a bug fix version of 2.4.0.
546 ** Wanderlust 2.4.1 now works on FLIM 1.14.x.
548 ** Fixed a problem that POP connection remains after POP before SMTP.
550 ** The specification of IMAP4 authentication method for clear password
553 In 2.4.0, To use clear password authentication method in IMAP4
554 (Logging in with LOGIN command), you have to set the variable
555 `elmo-default-imap4-authenticate-type' as 'plain (or nil).
556 But in 2.4.1, it is changed to 'clear (or nil).
558 (setq elmo-default-imap4-authenticate-type 'plain)
560 (setq elmo-default-imap4-authenticate-type 'clear)
562 * Changes in 2.4.0 from 1.1.1
565 The version numbering convention for Wanderlust is changed.
567 In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
568 were beta version. But since version 2.3.0, the second (minor) version
569 number implies the stability of the Wanderlust. Even minor number
570 corresponds to a stable version, and an odd minor number corresponds
571 to a development version. This version numbering is based on the
572 widespread convention of open source development.
574 On the open CVS server cvs.m17n.org, main trunk contains the current
575 beta (newest experimental) version, and branches contain the stable
576 version. (If the version is 2.4.x, the branch name is wl-2_4)
580 *** FLIM 1.12 is not supported anymore.
581 See the file INSTALL for details.
583 *** APEL 10.2 or later is required.
584 tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
589 Complete e-mail address in draft by searching LDAP server.
590 If the variable wl-use-ldap is non-nil, LDAP feature is enabled
591 (Initial setting is nil).
593 *** UIDL support in POP3 folder
594 POP3 folder now saves the status of summary and it improves summary
595 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
596 used (Initial setting is t).
599 Wanderlust has started on supporting Standard Emacs 21.
600 Toolbars and icon images can be shown in almost Wanderlust
604 Server mailbox is checked periodically.
605 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
606 and updates folder mode content.
609 Now expire mechanism has new feature `hide', it does not remove
610 messages actually from folder but hides messages from summary. It
611 improves processing speed for large folders.
613 *** Message thread restoring feature
614 Automatic correction of broken threads by subject matching is now available.
615 Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
618 *** Password expiration timer
619 Password cache expires after elmo-passwd-life-time is passed.
620 (nil means no expiration. Initial setting is nil)
623 Deleted messages in the NNTP folder are saved to `killed-list'. The
624 messages in the killed-list are treated as if it were not exist on the
625 server. Non-nil value for elmo-use-killed-list enables this feature
626 (Initial setting is t). By this feature, NNTP pipe folder works correctly.
628 *** Maildir pack is now available
629 M-x wl-summary-pack-number in the summary mode of Maildir folder
630 re-numbers the messages.
634 *** Complex condition can be specified for filter folder
635 AND condition, OR condition, NOT condition, and their combination can be
636 specified. Syntax of the condition part is changed. See Info for details.
638 Caution for those who upgrade from 1.1.1:
639 By this change, saving directory for the msgdb of filter folder is altered.
640 Former msgdbs are not needed anymore. It does not cause any problem but
641 if you don't want to keep useless disk, you should remove files
642 under the directory '.elmo/filter/' beforehand.
644 *** Searching of the NNTP folder is available
645 Now you can make NNTP filter folder.
646 (If only your NNTP server responds to XHDR command.)
648 *** Pick, Virtual in summary mode now accepts complex condition.
649 You can set AND condition and OR condition by typing
650 'AND' or 'OR' instead of field name.
652 ** Session, Authentication
654 *** elmo-default-*-authenticate-type only accepts symbol(used be a string)
656 (setq elmo-default-imap4-authenticate-type "cram-md5")
658 (setq elmo-default-imap4-authenticate-type 'cram-md5)
660 *** stream-type can be defined.
661 You can define stream type by
662 elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
663 Some SSL related variables are abolished(renamed).
664 You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
665 if you specify the folder name end with "!socks".
669 *** group-list is now available
670 You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
671 If wl-draft-remove-group-list-contents is non-nil, the contents of
672 group-list is removed before sending.
674 *** The draft preview displays recipient addresses on minibuffer
675 You can confirm the group-list recipients by this.
677 *** Initial setting considers Reply-To:.
678 Default setting of wl-draft-reply-without-argument-list considers Reply-To:
679 field (Set to To: field).
681 *** Replying rules for the messages sent from yourself.
682 You can define replying rules for the messages sent from yourself by
683 setting wl-draft-reply-myself-with-argument-list and
684 wl-draft-reply-myself-without-argument-list.
686 *** Full name is used in the reply address.
687 If wl-draft-reply-use-address-with-full-name is non-nil, then full
688 name is inserted in with e-mail addresses on the replied message
689 (Initial setting is t).
691 *** In-Reply-To: format is changed.
692 In-Reply-To: format is changed to simple one. It is based on
693 draft-ietf-drums-msg-fmt-09.txt.
697 *** Message thread processing is improved.
699 *** Renamed variables
700 wl-refile-guess-func-list => wl-refile-guess-functions
701 wl-summary-temp-above => wl-summary-target-above
703 *** You can set function to wl-fcc.
704 You can change fcc folder name dynamically. For example, change folder name
707 *** elmo-search-mime-charset is abolished.
708 Charset is guessed from the string you typed.
710 *** Useless headers are removed when you forward the message.
711 You can specify removed headers by wl-ignored-forwarded-headers.
713 *** wl-highlight-group-folder-by-numbers is abolished.
714 It is renamed to wl-highlight-folder-by-numbers and has following meaning.
715 `t' : Whole line is colored by message number.
716 `nil' : Whole line is colored by folder status.
717 Number (ex. `1') : Line is colored by message number and folder status.
719 *** Header visibility control is changed.
720 Header visibility is controlled by Wanderlust (was controlled by SEMI).
721 You can change header visibility by wl-message-ignored-field-list and
722 wl-message-visible-field-list.
725 Less colors are used by DEMO pixmap.
726 Emacsen on character based terminal also display suitable DEMO.
729 * Changes in 1.1.1 from 1.1.0
730 Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
732 ** Development on the CVS server is started.
734 ** Flush operation and sending queues if Wanderlust is started
737 ** Directory structure is changed.
739 *** 00README, 00README.ja is renamed to README, README.ja.
741 *** All wl-* files are moved to the directory 'wl'.
743 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
746 Progress gauge is displayed while processing in the Emacsen with
747 progress gauge feature.
749 * Changes in 1.1.0 from 1.0.3
753 *** tm7 is not supported anymore.
754 see the file INSTALL for details.
756 *** WL_PREFIX and ELMO_PREFIX default as "wl"
757 (defvar WL_PREFIX "wl")
758 (defvar ELMO_PREFIX "wl")
760 e.g. install directory is
761 1.0.3 /usr/local/share/emacs/site-lisp/
762 1.1.0 /usr/local/share/emacs/site-lisp/wl/
764 *** Change default macro in Makefile.
767 use $(XEMACS), `package' and `install-package' target.
769 *** Install not only *.elc, but also *.el.
771 *** English document (wl.texi).
775 *** Modified UTF7 support.
776 Now international mailbox name can be used in IMAP4 in the Emacsen
777 with unicode feature.
781 *** New plugged system.
783 *** IMAP4 support became more generic.
784 Many IMAP4 servers are supported.
786 *** New authentication type
787 IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
788 POP3: CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
793 | Pipe Folder Incorporate message.
794 . Maildir Folder Now Maildir is one of the folder type.
795 'cache Cache Folder View internal cache.
797 *** Message buffer cache
798 Next message is prefetched while idle time.
800 *** Sticky summary is enhanced.
801 Now message buffer is also sticky.
802 You can specify always-sticky summary.
806 *** Eliminated wl-draft-prepared-config-alist
807 unified with wl-draft-config-alist.
809 *** POP-before-SMTP variables are re-arranged.
811 *** Ask non-existing folder.
812 When FCC: contains new folder.
813 When auto-refile specified new folder.
815 *** Change fetch threshold and confirm settings.
816 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
818 *** Can use petname for completion.
820 *** Change Message-ID generator.
822 *** wl-demo.el support bitmap-mule.
824 *** Allow function type `smtp-server' value.
826 *** Make sendlog when `wl-draft-sendlog' is non-nil.
828 *** `wl-summary-incorporate-marks'
830 *** Reserve prefetching while off-line status.
832 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
834 *** New variable `wl-user-mail-address-list' .
836 *** New variable `wl-local-domain' for set FQDN.
838 *** Server side unread status is used in IMAP4 folder.
841 wl-mime-charset iso-2022-jp => x-ctext
842 wl-summary-move-order 'new => 'unread
843 wl-tmp-dir TMPDIR => ~/tmp/
848 wl-mime-edit-preview-message-hook
849 wl-folder-suspend-hook
850 wl-summary-toggle-disp-folder-message-resumed-hook
851 wl-summary-line-inserted-hook
852 wl-thread-update-children-number-hook
853 mmelmo-header-inserted-hook
854 mmelmo-entity-content-inserted-hook
859 wl-summary-supersedes-message
861 wl-refile-guess-by-msgid
862 wl-address-user-mail-address-p
863 wl-summary-jump-to-msg-by-message-id-via-nntp
864 wl-summary-temp-mark-pick
866 * For details of changes, see the file ChangeLog.
870 paragraph-separate: "[
\f]*$"