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