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