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