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