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