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