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