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