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