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