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