* 2.6.1 is released.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 90c0aef..21db7e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,64 @@
-Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000
+Wanderlust NEWS -- User-visible changes in Wanderlust.
+
+* 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.
+
+* 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
@@ -35,6 +95,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