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