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