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