* wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 90c0aef..0356f86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,253 @@
-Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000
-* Changes in 2.4.0 from 1.1.1.
+Wanderlust NEWS -- User-visible changes in Wanderlust.
+
+* Changes in 2.10.1 from 2.10.0
+  Version 2.10.1 is a bug fix version of 2.10.0.
+
+** Fixed the problem that msgdb be destroyed when print-length or
+   print-level has Non-nil value.
+
+** wl-summary-pack-number in pipe folder is disabled temporarily
+   since it didn't work. Invoke it in destination folder instead.
+
+** Fixed a problem that wl-folder-move-cur-folder doesn't work.
+
+** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
+
+** Fixed a problem that wl-summary-pack-number doesn't work on Maildir and
+   shimbun folders.
+
+** Fixed a problem that cache file is not protected even if it is marked
+   as important.
+
+** Fixed a problem that %# in wl-summary-line-format cannot handle large
+   number.
+
+** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
+   phase.
+
+** Default value of wl-message-buffer-prefetch-folder-type-list,
+   wl-message-buffer-prefetch-idle-time, and
+   wl-message-buffer-prefetch-depth are changed.
+
+** Fixed to compile on XEmacs without mule feature.
+
+* Changes in 2.10.0 from 2.8.1
+
+** You can alter the format of summary lines.
+   Specify format by wl-summary-line-format. If you want to change ones
+   according to folder names, use wl-folder-summary-line-format-alist.
+
+** Save format for the draft folder has been changed. Messages are encoded
+   before saved by wl-draft-save.
+
+** elmo-split is newly established. It provides a way to split messages
+   according to some rule a la procmail.
+
+** Buffer prefetch works fine now. Messages of the number specified by
+   wl-message-buffer-prefetch-depth are loaded into buffer in advance.
+
+** elmo-dop-queue-flush flushes queue that concerns plugged folder.
+
+** Starting Wanderlust on the new frame is possible now. Set as
+   (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+
+** In Folder mode, you can go into virtual folder which consists of messages
+   with some specified condition (wl-folder-virtual). It is binded to "V".
+
+** In Folder mode, you can search folders containing messages with some
+   specified condition (wl-folder-pick). It is binded to "?".
+
+** Now you can rename access group folders.
+
+** You can specify ON/OFF of thread view for newly created summary.
+   Set wl-summary-default-view, wl-summary-default-view-alist.
+
+** Temporary marks are kept when you exit from sticky summary by q or g. 
+
+** Key bindings concerning the sticky summary have been changed.
+   By C-u g, the sticky summary is destroyed as well as C-u q. In summary or
+   folder mode, G opens the sticky summary.
+
+** You can go round summary buffers by C-cC-n and C-cC-p.
+
+** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP
+   for access group names instead of exact group names.
+
+** In header part of the draft buffer C-a brings cursor to the beginning of
+   the line or the beginning of the header body.
+
+** You can send encapsulated blind carbon copies. Its default field name is
+   "Ecc:".
+
+** C-c C-y (Draft) can cite region of the message.
+   It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
+   Non-nil and the region is active.
+
+** You can delete a part from multipart message.
+   It is binded as "D" in message buffer.
+
+** You can easily configure server settings to post news article.
+   Set wl-nntp-posting-config-alist appropriately. See Info for an example.
+
+** You can specify some function in wl-draft-reply-with-argument-list etc.
+   for setting the recipients in draft by the return value of it.
+
+** The interface of the function wl-draft has been changed.
+   The initial set of headers are handed as an association list.
+
+** The uses of wl-generate-mailer-string-function has been changed.
+   Specify a function which returns some string to appear in User-Agent header.
+
+** The Reference Card (doc/wl-refcard.tex) describes important key bindings.
+
+** Many bug fixes.
+
+* Changes in 2.8.0 from 2.6.1
+
+** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer.
+
+** Wanderlust might not work with FLIM 1.14.2 and older.
+   It is recommended to use FLIM 1.14.3 or newer and associated SEMI.
+
+** Now available `make check' environment test for user.
+
+** If you set obsolete variables (e.g. renamed ones) in .wl etc, Wanderlust
+   shows warning messages and urge you to change settings.
+   Change your settings according to the messages, please.
+   If you want to suppress warnings, set elmo-obsolete-variable-show-warnings
+   to nil.
+
+** Added new internal folders: 'sendlog folder
+
+** Added new type of folders: shimbun folder
+
+   Format: '@' 'virtual server name' '.' 'group name'
+
+** Added new type of folders: namazu folder
+
+   Format:  '[' 'search condition' ']' [ 'absolute path of namazu index' ]
+
+** With pipe folder, now you can preserve messages on the server.
+   At the next time you access it, only new messages will be copied.
+
+   Format:  '|' 'source folder' '|:' 'destination folder'
+
+** Address manager is now available (start by C-c C-a).
+   You can edit address book and import recipients to draft from it.
+
+** ACAP (RFC2244) is supported(experimental).
+
+** Now you can preserve IMAP4 message by part as a cache.
+   If you skipped enormous part, you can read other than skipped part when
+   you are off line.
+
+** Wanderlust also creates message view through prefetching.
+   Displaying of prefetched messages speeded up because of this.
+
+** Truncation of lines in message buffer or draft buffer is now controllable.
+   Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines
+   means truncating long lines at window width.
+
+** Bitmap image for opening demo is removed from wl-demo.elc and now loaded
+   from wl-icon-directory.
+   Special logo is displayed through the Christmas season :)
+
+** Overall elmo module is rewritten.
+
+** Variables depending on elmo backends are renamed to "elmo-backend-*".
+   e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server.
+
+** Variables named xxx-func are renamed to xxx-function.
+
+** X-Face utility 1.3.6.12 or older is not supported any longer.
+   Please install X-Face utility 1.3.6.13 or later, if necessary.
+
+** Wanderlust distinguishes stream-type on plugged mode. They are treated as
+   different entries.
+
+** msgdb path for archive and multi folders are changed.
+   No problem for running wanderlust even if you do not deal with them.
+   But if you don't want to leave useless data on the disk, delete under
+   .elmo/multi and .elmo/archive in advance.
+
+** Variables named xxx-dir are renamed to xxx-directory.
+   e.g. wl-icon-dir is renamed to wl-icon-directory.
+   Take attention if you set for display of startup logo, etc.
+
+** elmo-cache-dirname is abolished and elmo-cache-directory is newly created.
+   You can put cache directory to another place by setting
+   elmo-cache-directory.
+
+** Default value of elmo-enable-disconnected-operation is now `t'.
+   When the relevant messages are cached, you can do some operations
+   even in the off-line state.
+
+** Now messages with "$" mark is not remained in the summary buffer when
+   the actual message itself is deleted.
+   Please visit the 'mark folder to review the messages with the "$" mark.
+
+* Changes in 2.6.1 from 2.6.0
+  Version 2.6.1 is basically a bug fix version of 2.6.0.
+
+** Fixed a problem that Emacs 21 causes `Recursive load...' error.
+
+** Fixed a problem that thread character is broken in XEmacs 21.1.
+
+** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs .
+
+** Fixed a problem that searching is failed for the header fields that
+   begins with X-.
+
+** Some other fixes.
+
+* Changes in 2.6.0 from 2.4.1
+
+** FLIM 1.13.x is not supported any longer.
+   Please install FLIM 1.14.1 or later.
+
+** Now folder and summary buffer can be opened in a separate frame.
+   If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame
+   for folder mode. If `wl-summary-use-frame' is set as t, new frames
+   are created for each summary window.
+
+** Cursor moving speed ('N' or 'P' in summary) is greatly improved.
+
+** Folder checking speed for filter folder of localdir
+   folder using `last' or `first' (Ex. /last:100/+inbox) is improved.
+
+** Retrieval progress of each message is displayed in POP and IMAP folder.
+
+** Coloring of summary buffer is processed on demand (only on Emacs).
+   If `wl-summary-lazy-highlight' is non-nil, 
+   only visible portion of the buffer is colored.
+
+** Customizable biff notify.
+   New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is
+   now available.
+   e.g. (add-hook wl-biff-notify-hook 'ding)
+
+** Many bug fixes.
+
+* Changes in 2.4.1 from 2.4.0
+  Version 2.4.1 is basically a bug fix version of 2.4.0.
+
+** Wanderlust 2.4.1 now works on FLIM 1.14.x. 
+
+** Fixed a problem that POP connection remains after POP before SMTP.
+
+** The specification of IMAP4 authentication method for clear password
+   is changed.
+
+In 2.4.0, To use clear password authentication method in IMAP4
+(Logging in with LOGIN command), you have to set the variable
+`elmo-default-imap4-authenticate-type' as 'plain (or nil).
+But in 2.4.1, it is changed to 'clear (or nil).
+Example:
+(setq elmo-default-imap4-authenticate-type 'plain)
+should be changed to
+(setq elmo-default-imap4-authenticate-type 'clear)
+
+* Changes in 2.4.0 from 1.1.1
 
 ** Version Number
 The version numbering convention for Wanderlust is changed. 
@@ -35,6 +283,11 @@ POP3 folder now saves the status of summary and it improves summary
 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
 used (Initial setting is t).
 
+*** Emacs 21 support
+Wanderlust has started on supporting Standard Emacs 21.
+Toolbars and icon images can be shown in almost Wanderlust
+frames like XEmacs.
+
 *** biff feature
 Server mailbox is checked periodically.
 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
@@ -68,7 +321,7 @@ re-numbers the messages.
 
 *** Complex condition can be specified for filter folder
 AND condition, OR condition, NOT condition, and their combination can be
- specified. Syntax of the condition part is changed. See info for details.
+ specified. Syntax of the condition part is changed. See Info for details.
 
 Caution for those who upgrade from 1.1.1:
 By this change, saving directory for the msgdb of filter folder is altered.
@@ -161,7 +414,8 @@ Less colors are used by DEMO pixmap.
 Emacsen on character based terminal also display suitable DEMO.
 
 \f
-* Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
+* Changes in 1.1.1 from 1.1.0
+  Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
 
 ** Development on the CVS server is started.
 
@@ -180,7 +434,7 @@ Emacsen on character based terminal also display suitable DEMO.
 Progress gauge is displayed while processing in the Emacsen with
 progress gauge feature.
 
-* Changes in version 1.1.0 from 1.0.3.
+* Changes in 1.1.0 from 1.0.3
 
 ** Install