1 Wanderlust NEWS -- User-visible changes in Wanderlust.
3 * Changes in 2.12.0 from 2.10.1
5 ** New sort spec 'size' is added in the summary mode.
6 Now you can sort the summary by message size.
8 ** The variable wl-refile-policy-alist is abolished.
10 ** SPAM filter module is added.
12 ** Batch processing module is added.
14 ** The structure of the message database is improved.
15 Following setting is to convert legacy msgdb to the new one on reconstruction
16 of msgdb (s all RET on summary buffer).
17 (setq elmo-msgdb-default-type 'standard
18 elmo-msgdb-convert-type 'sync)
20 ** Draft save function is improved.
21 Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
23 ** 'mark folder is renamed to 'flag folder.
24 Related to this, original message location is displayed as help-echo on summary
25 line in the 'flag folder (you can control the behavior by
26 wl-highlight-summary-line-help-echo-alist).
28 ** Now you can put arbitrary user defined flag on message.
29 You can specify its flag by "F" in the summary mode.
31 ** New mark, 'A' and '&' is added for answered messages.
32 Now answered messages have its own mark in the summary mode.
33 'A' is displayed for uncached messages and '&' is for cached messages.
35 ** New search condition 'Flag' (Status of the message) is added.
36 There are flags 'unread', 'important', 'answered',
37 'digest' (unread or important) and 'any' (any of the flag).
38 For example, following filter folder contains only unread or important
39 messages in the %inbox folder.
43 ** In the multi-folder, status of messages are synchronized with original
45 For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
47 ** The temporary mark and corresponding action is now customizable.
49 By default, follwoing mark-and-actions are defined.
50 mark-and-actions which are defined as before.
51 "o" refile (same as before)
52 "O" copy (same as before)
53 "d" dispose (formerly delete, 'D' mark. Messages are moved to
54 wl-trash-folder. Its behavior is decided by
55 wl-dispose-folder-alist.)
56 New mark-and-actions which are newly introduced.
57 "D" delete (remove message immediately)
58 "i" prefetch (prefetch message)
59 "~" resend (resend message)
60 Press 'x' to execute actions which corresponds to the mark.
61 mark-and-actions can be define by the new variable,
62 'wl-summary-mark-action-list'. See its docstring for more in detail.
64 ** The function wl-summary-resend-message is abolished. Instead of it,
65 you can put mark for resending by wl-summary-resend.
69 wl-highlight-summary-disposed-face
70 wl-highlight-summary-prefetch-face
71 wl-highlight-summary-resend-face
72 wl-highlight-summary-answered-face
73 wl-highlight-action-argument-face
77 wl-highlight-refile-destination-face
78 (renamed to wl-highlight-action-argument-face)
81 wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
83 ** POP3 folder existence check is simplifyed (by default).
84 The default value for elmo-pop3-exists-exactly is changed to nil.
86 ** POP3 response code extension defined in the RFC2449 is supported.
87 If a login failure occurred because of user's another POP3 session,
88 entered password is not cleared and used in the future login.
90 ** IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
92 ** Default value of wl-folder-hierarchy-access-folders has been changed.
94 ** Access group "@/" of shimbun folders can be used now.
96 ** Show contents of NEWS(.ja) when you start Wanderlust newer than the
97 one you used previously.
99 ** Default values of wl-draft-reply-*-list are changed.
100 See samples/en/dot.wl for old values.
102 ** wl-draft-reply-myself-*-list are abolished and integrated into
103 wl-draft-reply-*-list.
105 ** Changed the way to specify configuration of draft buffer window.
106 You can choose keep, full or split as values of wl-draft-buffer-style
107 and wl-draft-reply-buffer-style.
109 ** Commands to verify/decrypt non-MIME PGP message are added.
110 C-c:v, C-c:d in message buffer to verify or decrypt respectively.
112 * Changes in 2.10.1 from 2.10.0
113 Version 2.10.1 is a bug fix version of 2.10.0.
115 ** Fixed the problem that msgdb be destroyed when print-length or
116 print-level has Non-nil value.
118 ** wl-summary-pack-number in pipe folder is disabled temporarily
119 since it didn't work. Invoke it in destination folder instead.
121 ** Fixed a problem that wl-folder-move-cur-folder doesn't work.
123 ** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
125 ** Fixed a problem that wl-summary-pack-number doesn't work on Maildir and
128 ** Fixed a problem that cache file is not protected even if it is marked
131 ** Fixed a problem that %# in wl-summary-line-format cannot handle large
134 ** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
137 ** Default value of wl-message-buffer-prefetch-folder-type-list,
138 wl-message-buffer-prefetch-idle-time, and
139 wl-message-buffer-prefetch-depth are changed.
141 ** Fixed to compile on XEmacs without mule feature.
143 * Changes in 2.10.0 from 2.8.1
145 ** You can alter the format of summary lines.
146 Specify format by wl-summary-line-format. If you want to change ones
147 according to folder names, use wl-folder-summary-line-format-alist.
149 ** Save format for the draft folder has been changed. Messages are encoded
150 before saved by wl-draft-save.
152 ** elmo-split is newly established. It provides a way to split messages
153 according to some rule a la procmail.
155 ** Buffer prefetch works fine now. Messages of the number specified by
156 wl-message-buffer-prefetch-depth are loaded into buffer in advance.
158 ** elmo-dop-queue-flush flushes queue that concerns plugged folder.
160 ** Starting Wanderlust on the new frame is possible now. Set as
161 (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
163 ** In Folder mode, you can go into virtual folder which consists of messages
164 with some specified condition (wl-folder-virtual). It is binded to "V".
166 ** In Folder mode, you can search folders containing messages with some
167 specified condition (wl-folder-pick). It is binded to "?".
169 ** Now you can rename access group folders.
171 ** You can specify ON/OFF of thread view for newly created summary.
172 Set wl-summary-default-view, wl-summary-default-view-alist.
174 ** Temporary marks are kept when you exit from sticky summary by q or g.
176 ** Key bindings concerning the sticky summary have been changed.
177 By C-u g, the sticky summary is destroyed as well as C-u q. In summary or
178 folder mode, G opens the sticky summary.
180 ** You can go round summary buffers by C-cC-n and C-cC-p.
182 ** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP
183 for access group names instead of exact group names.
185 ** In header part of the draft buffer C-a brings cursor to the beginning of
186 the line or the beginning of the header body.
188 ** You can send encapsulated blind carbon copies. Its default field name is
191 ** C-c C-y (Draft) can cite region of the message.
192 It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
193 Non-nil and the region is active.
195 ** You can delete a part from multipart message.
196 It is binded as "D" in message buffer.
198 ** You can easily configure server settings to post news article.
199 Set wl-nntp-posting-config-alist appropriately. See Info for an example.
201 ** You can specify some function in wl-draft-reply-with-argument-list etc.
202 for setting the recipients in draft by the return value of it.
204 ** The interface of the function wl-draft has been changed.
205 The initial set of headers are handed as an association list.
207 ** The uses of wl-generate-mailer-string-function has been changed.
208 Specify a function which returns some string to appear in User-Agent header.
210 ** The Reference Card (doc/wl-refcard.tex) describes important key bindings.
214 * Changes in 2.8.0 from 2.6.1
216 ** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer.
218 ** Wanderlust might not work with FLIM 1.14.2 and older.
219 It is recommended to use FLIM 1.14.3 or newer and associated SEMI.
221 ** Now available `make check' environment test for user.
223 ** If you set obsolete variables (e.g. renamed ones) in .wl etc, Wanderlust
224 shows warning messages and urge you to change settings.
225 Change your settings according to the messages, please.
226 If you want to suppress warnings, set elmo-obsolete-variable-show-warnings
229 ** Added new internal folders: 'sendlog folder
231 ** Added new type of folders: shimbun folder
233 Format: '@' 'virtual server name' '.' 'group name'
235 ** Added new type of folders: namazu folder
237 Format: '[' 'search condition' ']' [ 'absolute path of namazu index' ]
239 ** With pipe folder, now you can preserve messages on the server.
240 At the next time you access it, only new messages will be copied.
242 Format: '|' 'source folder' '|:' 'destination folder'
244 ** Address manager is now available (start by C-c C-a).
245 You can edit address book and import recipients to draft from it.
247 ** ACAP (RFC2244) is supported(experimental).
249 ** Now you can preserve IMAP4 message by part as a cache.
250 If you skipped enormous part, you can read other than skipped part when
253 ** Wanderlust also creates message view through prefetching.
254 Displaying of prefetched messages speeded up because of this.
256 ** Truncation of lines in message buffer or draft buffer is now controllable.
257 Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines
258 means truncating long lines at window width.
260 ** Bitmap image for opening demo is removed from wl-demo.elc and now loaded
261 from wl-icon-directory.
262 Special logo is displayed through the Christmas season :)
264 ** Overall elmo module is rewritten.
266 ** Variables depending on elmo backends are renamed to "elmo-backend-*".
267 e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server.
269 ** Variables named xxx-func are renamed to xxx-function.
271 ** X-Face utility 1.3.6.12 or older is not supported any longer.
272 Please install X-Face utility 1.3.6.13 or later, if necessary.
274 ** Wanderlust distinguishes stream-type on plugged mode. They are treated as
277 ** msgdb path for archive and multi folders are changed.
278 No problem for running wanderlust even if you do not deal with them.
279 But if you don't want to leave useless data on the disk, delete under
280 .elmo/multi and .elmo/archive in advance.
282 ** Variables named xxx-dir are renamed to xxx-directory.
283 e.g. wl-icon-dir is renamed to wl-icon-directory.
284 Take attention if you set for display of startup logo, etc.
286 ** elmo-cache-dirname is abolished and elmo-cache-directory is newly created.
287 You can put cache directory to another place by setting
288 elmo-cache-directory.
290 ** Default value of elmo-enable-disconnected-operation is now `t'.
291 When the relevant messages are cached, you can do some operations
292 even in the off-line state.
294 ** Now messages with "$" mark is not remained in the summary buffer when
295 the actual message itself is deleted.
296 Please visit the 'mark folder to review the messages with the "$" mark.
298 * Changes in 2.6.1 from 2.6.0
299 Version 2.6.1 is basically a bug fix version of 2.6.0.
301 ** Fixed a problem that Emacs 21 causes `Recursive load...' error.
303 ** Fixed a problem that thread character is broken in XEmacs 21.1.
305 ** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs .
307 ** Fixed a problem that searching is failed for the header fields that
312 * Changes in 2.6.0 from 2.4.1
314 ** FLIM 1.13.x is not supported any longer.
315 Please install FLIM 1.14.1 or later.
317 ** Now folder and summary buffer can be opened in a separate frame.
318 If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame
319 for folder mode. If `wl-summary-use-frame' is set as t, new frames
320 are created for each summary window.
322 ** Cursor moving speed ('N' or 'P' in summary) is greatly improved.
324 ** Folder checking speed for filter folder of localdir
325 folder using `last' or `first' (Ex. /last:100/+inbox) is improved.
327 ** Retrieval progress of each message is displayed in POP and IMAP folder.
329 ** Coloring of summary buffer is processed on demand (only on Emacs).
330 If `wl-summary-lazy-highlight' is non-nil,
331 only visible portion of the buffer is colored.
333 ** Customizable biff notify.
334 New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is
336 e.g. (add-hook wl-biff-notify-hook 'ding)
340 * Changes in 2.4.1 from 2.4.0
341 Version 2.4.1 is basically a bug fix version of 2.4.0.
343 ** Wanderlust 2.4.1 now works on FLIM 1.14.x.
345 ** Fixed a problem that POP connection remains after POP before SMTP.
347 ** The specification of IMAP4 authentication method for clear password
350 In 2.4.0, To use clear password authentication method in IMAP4
351 (Logging in with LOGIN command), you have to set the variable
352 `elmo-default-imap4-authenticate-type' as 'plain (or nil).
353 But in 2.4.1, it is changed to 'clear (or nil).
355 (setq elmo-default-imap4-authenticate-type 'plain)
357 (setq elmo-default-imap4-authenticate-type 'clear)
359 * Changes in 2.4.0 from 1.1.1
362 The version numbering convention for Wanderlust is changed.
364 In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
365 were beta version. But since version 2.3.0, the second (minor) version
366 number implies the stability of the Wanderlust. Even minor number
367 corresponds to a stable version, and an odd minor number corresponds
368 to a development version. This version numbering is based on the
369 widespread convention of open source development.
371 On the open CVS server cvs.m17n.org, main trunk contains the current
372 beta (newest experimental) version, and branches contain the stable
373 version. (If the version is 2.4.x, the branch name is wl-2_4)
377 *** FLIM 1.12 is not supported anymore.
378 See the file INSTALL for details.
380 *** APEL 10.2 or later is required.
381 tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
386 Complete e-mail address in draft by searching LDAP server.
387 If the variable wl-use-ldap is non-nil, LDAP feature is enabled
388 (Initial setting is nil).
390 *** UIDL support in POP3 folder
391 POP3 folder now saves the status of summary and it improves summary
392 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
393 used (Initial setting is t).
396 Wanderlust has started on supporting Standard Emacs 21.
397 Toolbars and icon images can be shown in almost Wanderlust
401 Server mailbox is checked periodically.
402 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
403 and updates folder mode content.
406 Now expire mechanism has new feature `hide', it does not remove
407 messages actually from folder but hides messages from summary. It
408 improves processing speed for large folders.
410 *** Message thread restoring feature
411 Automatic correction of broken threads by subject matching is now available.
412 Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
415 *** Password expiration timer
416 Password cache expires after elmo-passwd-life-time is passed.
417 (nil means no expiration. Initial setting is nil)
420 Deleted messages in the NNTP folder are saved to `killed-list'. The
421 messages in the killed-list are treated as if it were not exist on the
422 server. Non-nil value for elmo-use-killed-list enables this feature
423 (Initial setting is t). By this feature, NNTP pipe folder works correctly.
425 *** Maildir pack is now available
426 M-x wl-summary-pack-number in the summary mode of Maildir folder
427 re-numbers the messages.
431 *** Complex condition can be specified for filter folder
432 AND condition, OR condition, NOT condition, and their combination can be
433 specified. Syntax of the condition part is changed. See Info for details.
435 Caution for those who upgrade from 1.1.1:
436 By this change, saving directory for the msgdb of filter folder is altered.
437 Former msgdbs are not needed anymore. It does not cause any problem but
438 if you don't want to keep useless disk, you should remove files
439 under the directory '.elmo/filter/' beforehand.
441 *** Searching of the NNTP folder is available
442 Now you can make NNTP filter folder.
443 (If only your NNTP server responds to XHDR command.)
445 *** Pick, Virtual in summary mode now accepts complex condition.
446 You can set AND condition and OR condition by typing
447 'AND' or 'OR' instead of field name.
449 ** Session, Authentication
451 *** elmo-default-*-authenticate-type only accepts symbol(used be a string)
453 (setq elmo-default-imap4-authenticate-type "cram-md5")
455 (setq elmo-default-imap4-authenticate-type 'cram-md5)
457 *** stream-type can be defined.
458 You can define stream type by
459 elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
460 Some SSL related variables are abolished(renamed).
461 You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
462 if you specify the folder name end with "!socks".
466 *** group-list is now available
467 You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
468 If wl-draft-remove-group-list-contents is non-nil, the contents of
469 group-list is removed before sending.
471 *** The draft preview displays recipient addresses on minibuffer
472 You can confirm the group-list recipients by this.
474 *** Initial setting considers Reply-To:.
475 Default setting of wl-draft-reply-without-argument-list considers Reply-To:
476 field (Set to To: field).
478 *** Replying rules for the messages sent from yourself.
479 You can define replying rules for the messages sent from yourself by
480 setting wl-draft-reply-myself-with-argument-list and
481 wl-draft-reply-myself-without-argument-list.
483 *** Full name is used in the reply address.
484 If wl-draft-reply-use-address-with-full-name is non-nil, then full
485 name is inserted in with e-mail addresses on the replied message
486 (Initial setting is t).
488 *** In-Reply-To: format is changed.
489 In-Reply-To: format is changed to simple one. It is based on
490 draft-ietf-drums-msg-fmt-09.txt.
494 *** Message thread processing is improved.
496 *** Renamed variables
497 wl-refile-guess-func-list => wl-refile-guess-functions
498 wl-summary-temp-above => wl-summary-target-above
500 *** You can set function to wl-fcc.
501 You can change fcc folder name dynamically. For example, change folder name
504 *** elmo-search-mime-charset is abolished.
505 Charset is guessed from the string you typed.
507 *** Useless headers are removed when you forward the message.
508 You can specify removed headers by wl-ignored-forwarded-headers.
510 *** wl-highlight-group-folder-by-numbers is abolished.
511 It is renamed to wl-highlight-folder-by-numbers and has following meaning.
512 `t' : Whole line is colored by message number.
513 `nil' : Whole line is colored by folder status.
514 Number (ex. `1') : Line is colored by message number and folder status.
516 *** Header visibility control is changed.
517 Header visibility is controlled by Wanderlust (was controlled by SEMI).
518 You can change header visibility by wl-message-ignored-field-list and
519 wl-message-visible-field-list.
522 Less colors are used by DEMO pixmap.
523 Emacsen on character based terminal also display suitable DEMO.
526 * Changes in 1.1.1 from 1.1.0
527 Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
529 ** Development on the CVS server is started.
531 ** Flush operation and sending queues if Wanderlust is started
534 ** Directory structure is changed.
536 *** 00README, 00README.ja is renamed to README, README.ja.
538 *** All wl-* files are moved to the directory 'wl'.
540 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
543 Progress gauge is displayed while processing in the Emacsen with
544 progress gauge feature.
546 * Changes in 1.1.0 from 1.0.3
550 *** tm7 is not supported anymore.
551 see the file INSTALL for details.
553 *** WL_PREFIX and ELMO_PREFIX default as "wl"
554 (defvar WL_PREFIX "wl")
555 (defvar ELMO_PREFIX "wl")
557 e.g. install directory is
558 1.0.3 /usr/local/share/emacs/site-lisp/
559 1.1.0 /usr/local/share/emacs/site-lisp/wl/
561 *** Change default macro in Makefile.
564 use $(XEMACS), `package' and `install-package' target.
566 *** Install not only *.elc, but also *.el.
568 *** English document (wl.texi).
572 *** Modified UTF7 support.
573 Now international mailbox name can be used in IMAP4 in the Emacsen
574 with unicode feature.
578 *** New plugged system.
580 *** IMAP4 support became more generic.
581 Many IMAP4 servers are supported.
583 *** New authentication type
584 IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
585 POP3: CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
590 | Pipe Folder Incorporate message.
591 . Maildir Folder Now Maildir is one of the folder type.
592 'cache Cache Folder View internal cache.
594 *** Message buffer cache
595 Next message is prefetched while idle time.
597 *** Sticky summary is enhanced.
598 Now message buffer is also sticky.
599 You can specify always-sticky summary.
603 *** Eliminated wl-draft-prepared-config-alist
604 unified with wl-draft-config-alist.
606 *** POP-before-SMTP variables are re-arranged.
608 *** Ask non-existing folder.
609 When FCC: contains new folder.
610 When auto-refile specified new folder.
612 *** Change fetch threshold and confirm settings.
613 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
615 *** Can use petname for completion.
617 *** Change Message-ID generator.
619 *** wl-demo.el support bitmap-mule.
621 *** Allow function type `smtp-server' value.
623 *** Make sendlog when `wl-draft-sendlog' is non-nil.
625 *** `wl-summary-incorporate-marks'
627 *** Reserve prefetching while off-line status.
629 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
631 *** New variable `wl-user-mail-address-list' .
633 *** New variable `wl-local-domain' for set FQDN.
635 *** Server side unread status is used in IMAP4 folder.
638 wl-mime-charset iso-2022-jp => x-ctext
639 wl-summary-move-order 'new => 'unread
640 wl-tmp-dir TMPDIR => ~/tmp/
645 wl-mime-edit-preview-message-hook
646 wl-folder-suspend-hook
647 wl-summary-toggle-disp-folder-message-resumed-hook
648 wl-summary-line-inserted-hook
649 wl-thread-update-children-number-hook
650 mmelmo-header-inserted-hook
651 mmelmo-entity-content-inserted-hook
656 wl-summary-supersedes-message
658 wl-refile-guess-by-msgid
659 wl-address-user-mail-address-p
660 wl-summary-jump-to-msg-by-message-id-via-nntp
661 wl-summary-temp-mark-pick
663 * For details of changes, see the file ChangeLog.
667 paragraph-separate: "[
\f]*$"