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