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