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