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