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