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