* wl-summary.el (wl-summary-delete-cache): Fixed.
[elisp/wanderlust.git] / NEWS
1 Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000
2
3 * Version 2.4.1 is basically a bug fix version of 2.4.0.
4
5 ** Wanderlust 2.4.1 now works on FLIM 1.14.x. 
6
7 ** Fixed a problem that POP connection remains after POP before SMTP.
8
9 ** The specification of IMAP4 authentication method for clear password
10    is changed.
11
12 In 2.4.0, To use clear password authentication method in IMAP4
13 (Logging in with LOGIN command), you have to set the variable
14 `elmo-default-imap4-authenticate-type' as 'plain (or nil).
15 But in 2.4.1, it is changed to 'clear (or nil).
16 Example:
17 (setq elmo-default-imap4-authenticate-type 'plain)
18 should be changed to
19 (setq elmo-default-imap4-authenticate-type 'clear)
20
21 * Changes in 2.4.0 from 1.1.1.
22
23 ** Version Number
24 The version numbering convention for Wanderlust is changed. 
25
26 In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
27 were beta version. But since version 2.3.0, the second (minor) version
28 number implies the stability of the Wanderlust. Even minor number
29 corresponds to a stable version, and an odd minor number corresponds
30 to a development version. This version numbering is based on the
31 widespread convention of open source development.
32
33 On the open CVS server cvs.m17n.org, main trunk contains the current
34 beta (newest experimental) version, and branches contain the stable
35 version.  (If the version is 2.4.x, the branch name is wl-2_4)
36
37 ** Install
38
39 *** FLIM 1.12 is not supported anymore.
40 See the file INSTALL for details.
41
42 *** APEL 10.2 or later is required.
43 tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
44
45 ** New feature
46
47 *** LDAP support
48 Complete e-mail address in draft by searching LDAP server.
49 If the variable wl-use-ldap is non-nil, LDAP feature is enabled
50 (Initial setting is nil).
51
52 *** UIDL support in POP3 folder
53 POP3 folder now saves the status of summary and it improves summary
54 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
55 used (Initial setting is t).
56
57 *** Emacs 21 support
58 Wanderlust has started on supporting Standard Emacs 21.
59 Toolbars and icon images can be shown in almost Wanderlust
60 frames like XEmacs.
61
62 *** biff feature
63 Server mailbox is checked periodically.
64 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
65 and updates folder mode content.
66
67 *** expire-hide 
68 Now expire mechanism has new feature `hide', it does not remove
69 messages actually from folder but hides messages from summary. It
70 improves processing speed for large folders.
71
72 *** Message thread restoring feature
73 Automatic correction of broken threads by subject matching is now available.
74 Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
75 is also available.
76
77 *** Password expiration timer
78 Password cache expires after elmo-passwd-life-time is passed.
79 (nil means no expiration. Initial setting is nil)
80
81 *** killed-list
82 Deleted messages in the NNTP folder are saved to `killed-list'.  The
83 messages in the killed-list are treated as if it were not exist on the
84 server. Non-nil value for elmo-use-killed-list enables this feature
85 (Initial setting is t). By this feature, NNTP pipe folder works correctly.
86
87 *** Maildir pack is now available
88 M-x wl-summary-pack-number in the summary mode of Maildir folder
89 re-numbers the messages.
90
91 ** Searching
92
93 *** Complex condition can be specified for filter folder
94 AND condition, OR condition, NOT condition, and their combination can be
95  specified. Syntax of the condition part is changed. See info for details.
96
97 Caution for those who upgrade from 1.1.1:
98 By this change, saving directory for the msgdb of filter folder is altered.
99 Former msgdbs are not needed anymore. It does not cause any problem but
100 if you don't want to keep useless disk, you should remove files
101 under the directory '.elmo/filter/' beforehand.
102
103 *** Searching of the NNTP folder is available
104 Now you can make NNTP filter folder.
105 (If only your NNTP server responds to XHDR command.)
106
107 *** Pick, Virtual in summary mode now accepts complex condition.
108 You can set AND condition and OR condition by typing
109 'AND' or 'OR' instead of field name.
110
111 ** Session, Authentication
112
113 *** elmo-default-*-authenticate-type only accepts symbol(used be a string)
114 Example:
115 (setq elmo-default-imap4-authenticate-type "cram-md5")
116 should be changed to
117 (setq elmo-default-imap4-authenticate-type 'cram-md5)
118
119 *** stream-type can be defined.
120 You can define stream type by
121 elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
122 Some SSL related variables are abolished(renamed).
123 You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
124 if you specify the folder name end with "!socks".
125
126 ** Draft
127
128 *** group-list is now available
129 You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
130 If wl-draft-remove-group-list-contents is non-nil, the contents of 
131 group-list is removed before sending.
132
133 *** The draft preview displays recipient addresses on minibuffer 
134 You can confirm the group-list recipients by this.
135
136 *** Initial setting considers Reply-To:.
137 Default setting of wl-draft-reply-without-argument-list considers Reply-To: 
138 field (Set to To: field).
139
140 *** Replying rules for the messages sent from yourself.
141 You can define replying rules for the messages sent from yourself by
142 setting wl-draft-reply-myself-with-argument-list and
143 wl-draft-reply-myself-without-argument-list.
144
145 *** Full name is used in the reply address.
146 If wl-draft-reply-use-address-with-full-name is non-nil, then full
147 name is inserted in with e-mail addresses on the replied message
148 (Initial setting is t).
149
150 *** In-Reply-To: format is changed.
151 In-Reply-To: format is changed to simple one. It is based on 
152 draft-ietf-drums-msg-fmt-09.txt.
153
154 ** misc
155
156 *** Message thread processing is improved.
157
158 *** Renamed variables
159 wl-refile-guess-func-list => wl-refile-guess-functions
160 wl-summary-temp-above => wl-summary-target-above
161
162 *** You can set function to wl-fcc.
163 You can change fcc folder name dynamically. For example, change folder name
164 by month.
165
166 *** elmo-search-mime-charset is abolished.
167 Charset is guessed from the string you typed.
168
169 *** Useless headers are removed when you forward the message.
170 You can specify removed headers by wl-ignored-forwarded-headers.
171
172 *** wl-highlight-group-folder-by-numbers is abolished.
173 It is renamed to wl-highlight-folder-by-numbers and has following meaning.
174   `t'   : Whole line is colored by message number.
175   `nil' : Whole line is colored by folder status.
176    Number (ex. `1') : Line is colored by message number and folder status.
177
178 *** Header visibility control is changed.
179 Header visibility is controlled by Wanderlust (was controlled by SEMI).
180 You can change header visibility by wl-message-ignored-field-list and 
181 wl-message-visible-field-list.
182
183 *** DEMO is changed.
184 Less colors are used by DEMO pixmap.
185 Emacsen on character based terminal also display suitable DEMO.
186
187 \f
188 * Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
189
190 ** Development on the CVS server is started.
191
192 ** Flush operation and sending queues if Wanderlust is  started
193    in plugged status.
194
195 ** Directory structure is changed.
196
197 *** 00README, 00README.ja is renamed to README, README.ja.
198
199 *** All wl-* files are moved to the directory 'wl'.
200
201 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
202
203 ** progress gauge
204 Progress gauge is displayed while processing in the Emacsen with
205 progress gauge feature.
206
207 * Changes in version 1.1.0 from 1.0.3.
208
209 ** Install
210
211 *** tm7 is not supported anymore.
212 see the file INSTALL for details.
213
214 *** WL_PREFIX and ELMO_PREFIX default as "wl"
215 (defvar WL_PREFIX "wl")
216 (defvar ELMO_PREFIX "wl")
217
218 e.g. install directory is
219   1.0.3  /usr/local/share/emacs/site-lisp/
220   1.1.0  /usr/local/share/emacs/site-lisp/wl/
221
222 *** Change default macro in Makefile.
223 EMACS   = emacs
224 XEMACS  = xemacs
225 use $(XEMACS), `package' and `install-package' target.
226
227 *** Install not only *.elc, but also *.el.
228
229 *** English document (wl.texi).
230
231 ** New feature
232
233 *** Modified UTF7 support.
234 Now international mailbox name can be used in IMAP4 in the Emacsen
235 with unicode feature.
236
237 *** Scoring support.
238
239 *** New plugged system.
240
241 *** IMAP4 support became more generic.
242 Many IMAP4 servers are supported.
243
244 *** New authentication type
245   IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
246   POP3:  CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
247   NNTP:  STARTTLS
248   SMTP:  STARTTLS
249
250 *** New folder type
251   |      Pipe Folder     Incorporate message.
252   .      Maildir Folder  Now Maildir is one of the folder type.
253   'cache Cache Folder    View internal cache.
254
255 *** Message buffer cache
256 Next message is prefetched while idle time.
257
258 *** Sticky summary is enhanced.
259 Now message buffer is also sticky.
260 You can specify always-sticky summary.
261
262 ** misc
263
264 *** Eliminated wl-draft-prepared-config-alist
265 unified with wl-draft-config-alist.
266
267 *** POP-before-SMTP variables are re-arranged.
268
269 *** Ask non-existing folder.
270  When FCC: contains new folder.
271  When auto-refile specified new folder.
272
273 *** Change fetch threshold and confirm settings.
274 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
275
276 *** Can use petname for completion.
277
278 *** Change Message-ID generator.
279
280 *** wl-demo.el support bitmap-mule.
281
282 *** Allow function type `smtp-server' value.
283
284 *** Make sendlog when `wl-draft-sendlog' is non-nil.
285
286 *** `wl-summary-incorporate-marks'
287
288 *** Reserve prefetching while off-line status.
289
290 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
291
292 *** New variable `wl-user-mail-address-list' .
293
294 *** New variable `wl-local-domain' for set FQDN.
295
296 *** Server side unread status is used in IMAP4 folder.
297
298 *** Change defaults
299   wl-mime-charset         iso-2022-jp  =>  x-ctext
300   wl-summary-move-order   'new  =>  'unread
301   wl-tmp-dir              TMPDIR  =>  ~/tmp/
302
303 *** New hooks
304   wl-draft-send-hook
305   wl-draft-reedit-hook
306   wl-mime-edit-preview-message-hook
307   wl-folder-suspend-hook
308   wl-summary-toggle-disp-folder-message-resumed-hook
309   wl-summary-line-inserted-hook
310   wl-thread-update-children-number-hook
311   mmelmo-header-inserted-hook
312   mmelmo-entity-content-inserted-hook
313
314 *** New function
315   wl-save
316   wl-summary-write
317   wl-summary-supersedes-message
318   wl-fldmgr-delete
319   wl-refile-guess-by-msgid
320   wl-address-user-mail-address-p
321   wl-summary-jump-to-msg-by-message-id-via-nntp
322   wl-summary-temp-mark-pick
323
324 * For details of changes, see the file ChangeLog.
325 \f
326 Local variables:
327 mode: outline
328 paragraph-separate: "[  \f]*$"
329 end: