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