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