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