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