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