6f88431b1c67b5b2b2d5ea237b088220503c7f05
[elisp/wanderlust.git] / NEWS
1 Wanderlust NEWS -- User-visible changes in Wanderlust.
2
3 * Changes in 2.12.0 from 2.10.1
4
5 ** Persistent mark string in summary buffer is changed.
6    Default setting indicates cached state by its upper/lower case.
7
8 ** It displays draft preview on sending confirmation.
9
10 ** Sending parameters are displayed on draft preview.
11    See description of the variable wl-draft-preview-attribute for detail.
12
13 ** You can run biff with idle-timer by setting wl-biff-use-idle-timer.
14
15 ** Now wl-draft-kill confirms with yes-or-no-p.
16
17 ** Summary thread will be divided if its depth is larger than certain amount.
18    The limit is controlled by the variable wl-summary-max-thread-depth.
19
20 ** Emacs multi-tty support is supported.
21    (http://lorentey.hu/project/emacs.html)
22
23 ** New sort spec 'size' is added in the summary mode.
24    Now you can sort the summary by message size.
25
26 ** The variable wl-refile-policy-alist is abolished.
27
28 ** SPAM filter module is added.
29
30 ** Batch processing module is added.
31
32 ** The structure of the message database is improved.
33    Following setting is to convert legacy msgdb to the new one on reconstruction
34    of msgdb (s all RET on summary buffer).
35    (setq elmo-msgdb-default-type 'standard
36          elmo-msgdb-convert-type 'sync)
37
38 ** Draft save function is improved.
39    Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
40
41 ** 'mark folder is renamed to 'flag folder.
42    Related to this, original message location is displayed as help-echo on summary
43    line in the 'flag folder (you can control the behavior by
44    wl-highlight-summary-line-help-echo-alist).
45
46 ** Now you can put arbitrary user defined flag on message.
47    You can specify its flag by "F" in the summary mode.
48
49 ** New mark, 'A' and 'a' is added for answered messages.
50    Now answered messages have its own mark in the summary mode.
51    'A' is displayed for uncached messages and 'a' is for cached messages.
52
53 ** New search condition 'Flag' (Status of the message) is added.
54    There are flags 'unread', 'important', 'answered',
55    'digest' (unread or important) and 'any' (any of the flag).
56    For example, following filter folder contains only unread or important
57    messages in the %inbox folder.
58
59    /flag:digest/%inbox
60
61 ** In the multi-folder, status of messages are synchronized with original
62    folder.
63    For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
64
65 ** The temporary mark and corresponding action is now customizable.
66
67    By default, following mark-and-actions are defined.
68    mark-and-actions which are defined as before.
69     "o" refile   (same as before)
70     "O" copy     (same as before)
71     "d" dispose  (formerly delete, 'D' mark. Messages are moved to
72                   wl-trash-folder. Its behavior is decided by
73                   wl-dispose-folder-alist.)
74    New mark-and-actions which are newly introduced.
75     "D" delete   (remove message immediately)
76     "i" prefetch (prefetch message)
77     "~" resend   (resend message)
78    Press 'x' to execute actions which corresponds to the mark.
79    mark-and-actions can be define by the new variable, 
80    'wl-summary-mark-action-list'. See its docstring for more in detail.
81
82 ** The function wl-summary-resend-message is abolished. Instead of it,
83    you can put mark for resending by wl-summary-resend.
84
85 ** New face
86
87    wl-highlight-summary-disposed-face
88    wl-highlight-summary-prefetch-face
89    wl-highlight-summary-resend-face
90    wl-highlight-summary-answered-face
91    wl-highlight-action-argument-face
92
93 ** Abolished face
94
95    wl-highlight-refile-destination-face
96    (renamed to wl-highlight-action-argument-face)
97
98 ** Variables renamed
99    wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
100
101 ** POP3 folder existence check is simplified (by default).
102    The default value for elmo-pop3-exists-exactly is changed to nil.
103
104 ** POP3 response code extension defined in the RFC2449 is supported.
105    If a login failure occurred because of user's another POP3 session, 
106    entered password is not cleared and used in the future login.
107
108 ** IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
109
110 ** Default value of wl-folder-hierarchy-access-folders has been changed.
111
112 ** Access group "@/" of shimbun folders can be used now.
113
114 ** Show contents of NEWS(.ja) when you start Wanderlust newer than the
115    one you used previously.
116
117 ** Default values of wl-draft-reply-*-list are changed. 
118    See samples/en/dot.wl for old values.
119
120 ** wl-draft-reply-myself-*-list are abolished and integrated into
121    wl-draft-reply-*-list.
122
123 ** You can control initial cursor position for replying draft.
124    Set variable wl-draft-reply-default-position appropriately.
125
126 ** Changed the way to specify configuration of draft buffer window.
127    You can choose keep, full or split as values of wl-draft-buffer-style
128    and wl-draft-reply-buffer-style.
129
130 ** Commands to verify/decrypt non-MIME PGP message are added.
131    C-c:v, C-c:d in message buffer to verify or decrypt respectively.
132
133 * Changes in 2.10.1 from 2.10.0
134   Version 2.10.1 is a bug fix version of 2.10.0.
135
136 ** Fixed the problem that msgdb be destroyed when print-length or
137    print-level has Non-nil value.
138
139 ** wl-summary-pack-number in pipe folder is disabled temporarily
140    since it didn't work. Invoke it in destination folder instead.
141
142 ** Fixed a problem that wl-folder-move-cur-folder doesn't work.
143
144 ** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
145
146 ** Fixed a problem that wl-summary-pack-number doesn't work on Maildir and
147    shimbun folders.
148
149 ** Fixed a problem that cache file is not protected even if it is marked
150    as important.
151
152 ** Fixed a problem that %# in wl-summary-line-format cannot handle large
153    number.
154
155 ** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
156    phase.
157
158 ** Default value of wl-message-buffer-prefetch-folder-type-list,
159    wl-message-buffer-prefetch-idle-time, and
160    wl-message-buffer-prefetch-depth are changed.
161
162 ** Fixed to compile on XEmacs without mule feature.
163
164 * Changes in 2.10.0 from 2.8.1
165
166 ** You can alter the format of summary lines.
167    Specify format by wl-summary-line-format. If you want to change ones
168    according to folder names, use wl-folder-summary-line-format-alist.
169
170 ** Save format for the draft folder has been changed. Messages are encoded
171    before saved by wl-draft-save.
172
173 ** elmo-split is newly established. It provides a way to split messages
174    according to some rule a la procmail.
175
176 ** Buffer prefetch works fine now. Messages of the number specified by
177    wl-message-buffer-prefetch-depth are loaded into buffer in advance.
178
179 ** elmo-dop-queue-flush flushes queue that concerns plugged folder.
180
181 ** Starting Wanderlust on the new frame is possible now. Set as
182    (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
183
184 ** In Folder mode, you can go into virtual folder which consists of messages
185    with some specified condition (wl-folder-virtual). It is binded to "V".
186
187 ** In Folder mode, you can search folders containing messages with some
188    specified condition (wl-folder-pick). It is binded to "?".
189
190 ** Now you can rename access group folders.
191
192 ** You can specify ON/OFF of thread view for newly created summary.
193    Set wl-summary-default-view, wl-summary-default-view-alist.
194
195 ** Temporary marks are kept when you exit from sticky summary by q or g. 
196
197 ** Key bindings concerning the sticky summary have been changed.
198    By C-u g, the sticky summary is destroyed as well as C-u q. In summary or
199    folder mode, G opens the sticky summary.
200
201 ** You can go round summary buffers by C-cC-n and C-cC-p.
202
203 ** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP
204    for access group names instead of exact group names.
205
206 ** In header part of the draft buffer C-a brings cursor to the beginning of
207    the line or the beginning of the header body.
208
209 ** You can send encapsulated blind carbon copies. Its default field name is
210    "Ecc:".
211
212 ** C-c C-y (Draft) can cite region of the message.
213    It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
214    Non-nil and the region is active.
215
216 ** You can delete a part from multipart message.
217    It is binded as "D" in message buffer.
218
219 ** You can easily configure server settings to post news article.
220    Set wl-nntp-posting-config-alist appropriately. See Info for an example.
221
222 ** You can specify some function in wl-draft-reply-with-argument-list etc.
223    for setting the recipients in draft by the return value of it.
224
225 ** The interface of the function wl-draft has been changed.
226    The initial set of headers are handed as an association list.
227
228 ** The uses of wl-generate-mailer-string-function has been changed.
229    Specify a function which returns some string to appear in User-Agent header.
230
231 ** The Reference Card (doc/wl-refcard.tex) describes important key bindings.
232
233 ** Many bug fixes.
234
235 * Changes in 2.8.0 from 2.6.1
236
237 ** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer.
238
239 ** Wanderlust might not work with FLIM 1.14.2 and older.
240    It is recommended to use FLIM 1.14.3 or newer and associated SEMI.
241
242 ** Now available `make check' environment test for user.
243
244 ** If you set obsolete variables (e.g. renamed ones) in .wl etc, Wanderlust
245    shows warning messages and urge you to change settings.
246    Change your settings according to the messages, please.
247    If you want to suppress warnings, set elmo-obsolete-variable-show-warnings
248    to nil.
249
250 ** Added new internal folders: 'sendlog folder
251
252 ** Added new type of folders: shimbun folder
253
254    Format: '@' 'virtual server name' '.' 'group name'
255
256 ** Added new type of folders: namazu folder
257
258    Format:  '[' 'search condition' ']' [ 'absolute path of namazu index' ]
259
260 ** With pipe folder, now you can preserve messages on the server.
261    At the next time you access it, only new messages will be copied.
262
263    Format:  '|' 'source folder' '|:' 'destination folder'
264
265 ** Address manager is now available (start by C-c C-a).
266    You can edit address book and import recipients to draft from it.
267
268 ** ACAP (RFC2244) is supported(experimental).
269
270 ** Now you can preserve IMAP4 message by part as a cache.
271    If you skipped enormous part, you can read other than skipped part when
272    you are off line.
273
274 ** Wanderlust also creates message view through prefetching.
275    Displaying of prefetched messages speeded up because of this.
276
277 ** Truncation of lines in message buffer or draft buffer is now controllable.
278    Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines
279    means truncating long lines at window width.
280
281 ** Bitmap image for opening demo is removed from wl-demo.elc and now loaded
282    from wl-icon-directory.
283    Special logo is displayed through the Christmas season :)
284
285 ** Overall elmo module is rewritten.
286
287 ** Variables depending on elmo backends are renamed to "elmo-backend-*".
288    e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server.
289
290 ** Variables named xxx-func are renamed to xxx-function.
291
292 ** X-Face utility 1.3.6.12 or older is not supported any longer.
293    Please install X-Face utility 1.3.6.13 or later, if necessary.
294
295 ** Wanderlust distinguishes stream-type on plugged mode. They are treated as
296    different entries.
297
298 ** msgdb path for archive and multi folders are changed.
299    No problem for running wanderlust even if you do not deal with them.
300    But if you don't want to leave useless data on the disk, delete under
301    .elmo/multi and .elmo/archive in advance.
302
303 ** Variables named xxx-dir are renamed to xxx-directory.
304    e.g. wl-icon-dir is renamed to wl-icon-directory.
305    Take attention if you set for display of startup logo, etc.
306
307 ** elmo-cache-dirname is abolished and elmo-cache-directory is newly created.
308    You can put cache directory to another place by setting
309    elmo-cache-directory.
310
311 ** Default value of elmo-enable-disconnected-operation is now `t'.
312    When the relevant messages are cached, you can do some operations
313    even in the off-line state.
314
315 ** Now messages with "$" mark is not remained in the summary buffer when
316    the actual message itself is deleted.
317    Please visit the 'mark folder to review the messages with the "$" mark.
318
319 * Changes in 2.6.1 from 2.6.0
320   Version 2.6.1 is basically a bug fix version of 2.6.0.
321
322 ** Fixed a problem that Emacs 21 causes `Recursive load...' error.
323
324 ** Fixed a problem that thread character is broken in XEmacs 21.1.
325
326 ** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs .
327
328 ** Fixed a problem that searching is failed for the header fields that
329    begins with X-.
330
331 ** Some other fixes.
332
333 * Changes in 2.6.0 from 2.4.1
334
335 ** FLIM 1.13.x is not supported any longer.
336    Please install FLIM 1.14.1 or later.
337
338 ** Now folder and summary buffer can be opened in a separate frame.
339    If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame
340    for folder mode. If `wl-summary-use-frame' is set as t, new frames
341    are created for each summary window.
342
343 ** Cursor moving speed ('N' or 'P' in summary) is greatly improved.
344
345 ** Folder checking speed for filter folder of localdir
346    folder using `last' or `first' (Ex. /last:100/+inbox) is improved.
347
348 ** Retrieval progress of each message is displayed in POP and IMAP folder.
349
350 ** Coloring of summary buffer is processed on demand (only on Emacs).
351    If `wl-summary-lazy-highlight' is non-nil, 
352    only visible portion of the buffer is colored.
353
354 ** Customizable biff notify.
355    New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is
356    now available.
357    e.g. (add-hook wl-biff-notify-hook 'ding)
358
359 ** Many bug fixes.
360
361 * Changes in 2.4.1 from 2.4.0
362   Version 2.4.1 is basically a bug fix version of 2.4.0.
363
364 ** Wanderlust 2.4.1 now works on FLIM 1.14.x. 
365
366 ** Fixed a problem that POP connection remains after POP before SMTP.
367
368 ** The specification of IMAP4 authentication method for clear password
369    is changed.
370
371 In 2.4.0, To use clear password authentication method in IMAP4
372 (Logging in with LOGIN command), you have to set the variable
373 `elmo-default-imap4-authenticate-type' as 'plain (or nil).
374 But in 2.4.1, it is changed to 'clear (or nil).
375 Example:
376 (setq elmo-default-imap4-authenticate-type 'plain)
377 should be changed to
378 (setq elmo-default-imap4-authenticate-type 'clear)
379
380 * Changes in 2.4.0 from 1.1.1
381
382 ** Version Number
383 The version numbering convention for Wanderlust is changed. 
384
385 In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
386 were beta version. But since version 2.3.0, the second (minor) version
387 number implies the stability of the Wanderlust. Even minor number
388 corresponds to a stable version, and an odd minor number corresponds
389 to a development version. This version numbering is based on the
390 widespread convention of open source development.
391
392 On the open CVS server cvs.m17n.org, main trunk contains the current
393 beta (newest experimental) version, and branches contain the stable
394 version.  (If the version is 2.4.x, the branch name is wl-2_4)
395
396 ** Install
397
398 *** FLIM 1.12 is not supported anymore.
399 See the file INSTALL for details.
400
401 *** APEL 10.2 or later is required.
402 tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
403
404 ** New feature
405
406 *** LDAP support
407 Complete e-mail address in draft by searching LDAP server.
408 If the variable wl-use-ldap is non-nil, LDAP feature is enabled
409 (Initial setting is nil).
410
411 *** UIDL support in POP3 folder
412 POP3 folder now saves the status of summary and it improves summary
413 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
414 used (Initial setting is t).
415
416 *** Emacs 21 support
417 Wanderlust has started on supporting Standard Emacs 21.
418 Toolbars and icon images can be shown in almost Wanderlust
419 frames like XEmacs.
420
421 *** biff feature
422 Server mailbox is checked periodically.
423 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
424 and updates folder mode content.
425
426 *** expire-hide 
427 Now expire mechanism has new feature `hide', it does not remove
428 messages actually from folder but hides messages from summary. It
429 improves processing speed for large folders.
430
431 *** Message thread restoring feature
432 Automatic correction of broken threads by subject matching is now available.
433 Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
434 is also available.
435
436 *** Password expiration timer
437 Password cache expires after elmo-passwd-life-time is passed.
438 (nil means no expiration. Initial setting is nil)
439
440 *** killed-list
441 Deleted messages in the NNTP folder are saved to `killed-list'.  The
442 messages in the killed-list are treated as if it were not exist on the
443 server. Non-nil value for elmo-use-killed-list enables this feature
444 (Initial setting is t). By this feature, NNTP pipe folder works correctly.
445
446 *** Maildir pack is now available
447 M-x wl-summary-pack-number in the summary mode of Maildir folder
448 re-numbers the messages.
449
450 ** Searching
451
452 *** Complex condition can be specified for filter folder
453 AND condition, OR condition, NOT condition, and their combination can be
454  specified. Syntax of the condition part is changed. See Info for details.
455
456 Caution for those who upgrade from 1.1.1:
457 By this change, saving directory for the msgdb of filter folder is altered.
458 Former msgdbs are not needed anymore. It does not cause any problem but
459 if you don't want to keep useless disk, you should remove files
460 under the directory '.elmo/filter/' beforehand.
461
462 *** Searching of the NNTP folder is available
463 Now you can make NNTP filter folder.
464 (If only your NNTP server responds to XHDR command.)
465
466 *** Pick, Virtual in summary mode now accepts complex condition.
467 You can set AND condition and OR condition by typing
468 'AND' or 'OR' instead of field name.
469
470 ** Session, Authentication
471
472 *** elmo-default-*-authenticate-type only accepts symbol(used be a string)
473 Example:
474 (setq elmo-default-imap4-authenticate-type "cram-md5")
475 should be changed to
476 (setq elmo-default-imap4-authenticate-type 'cram-md5)
477
478 *** stream-type can be defined.
479 You can define stream type by
480 elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
481 Some SSL related variables are abolished(renamed).
482 You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
483 if you specify the folder name end with "!socks".
484
485 ** Draft
486
487 *** group-list is now available
488 You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
489 If wl-draft-remove-group-list-contents is non-nil, the contents of 
490 group-list is removed before sending.
491
492 *** The draft preview displays recipient addresses on minibuffer 
493 You can confirm the group-list recipients by this.
494
495 *** Initial setting considers Reply-To:.
496 Default setting of wl-draft-reply-without-argument-list considers Reply-To: 
497 field (Set to To: field).
498
499 *** Replying rules for the messages sent from yourself.
500 You can define replying rules for the messages sent from yourself by
501 setting wl-draft-reply-myself-with-argument-list and
502 wl-draft-reply-myself-without-argument-list.
503
504 *** Full name is used in the reply address.
505 If wl-draft-reply-use-address-with-full-name is non-nil, then full
506 name is inserted in with e-mail addresses on the replied message
507 (Initial setting is t).
508
509 *** In-Reply-To: format is changed.
510 In-Reply-To: format is changed to simple one. It is based on 
511 draft-ietf-drums-msg-fmt-09.txt.
512
513 ** misc
514
515 *** Message thread processing is improved.
516
517 *** Renamed variables
518 wl-refile-guess-func-list => wl-refile-guess-functions
519 wl-summary-temp-above => wl-summary-target-above
520
521 *** You can set function to wl-fcc.
522 You can change fcc folder name dynamically. For example, change folder name
523 by month.
524
525 *** elmo-search-mime-charset is abolished.
526 Charset is guessed from the string you typed.
527
528 *** Useless headers are removed when you forward the message.
529 You can specify removed headers by wl-ignored-forwarded-headers.
530
531 *** wl-highlight-group-folder-by-numbers is abolished.
532 It is renamed to wl-highlight-folder-by-numbers and has following meaning.
533   `t'   : Whole line is colored by message number.
534   `nil' : Whole line is colored by folder status.
535    Number (ex. `1') : Line is colored by message number and folder status.
536
537 *** Header visibility control is changed.
538 Header visibility is controlled by Wanderlust (was controlled by SEMI).
539 You can change header visibility by wl-message-ignored-field-list and 
540 wl-message-visible-field-list.
541
542 *** DEMO is changed.
543 Less colors are used by DEMO pixmap.
544 Emacsen on character based terminal also display suitable DEMO.
545
546 \f
547 * Changes in 1.1.1 from 1.1.0
548   Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
549
550 ** Development on the CVS server is started.
551
552 ** Flush operation and sending queues if Wanderlust is  started
553    in plugged status.
554
555 ** Directory structure is changed.
556
557 *** 00README, 00README.ja is renamed to README, README.ja.
558
559 *** All wl-* files are moved to the directory 'wl'.
560
561 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
562
563 ** progress gauge
564 Progress gauge is displayed while processing in the Emacsen with
565 progress gauge feature.
566
567 * Changes in 1.1.0 from 1.0.3
568
569 ** Install
570
571 *** tm7 is not supported anymore.
572 see the file INSTALL for details.
573
574 *** WL_PREFIX and ELMO_PREFIX default as "wl"
575 (defvar WL_PREFIX "wl")
576 (defvar ELMO_PREFIX "wl")
577
578 e.g. install directory is
579   1.0.3  /usr/local/share/emacs/site-lisp/
580   1.1.0  /usr/local/share/emacs/site-lisp/wl/
581
582 *** Change default macro in Makefile.
583 EMACS   = emacs
584 XEMACS  = xemacs
585 use $(XEMACS), `package' and `install-package' target.
586
587 *** Install not only *.elc, but also *.el.
588
589 *** English document (wl.texi).
590
591 ** New feature
592
593 *** Modified UTF7 support.
594 Now international mailbox name can be used in IMAP4 in the Emacsen
595 with unicode feature.
596
597 *** Scoring support.
598
599 *** New plugged system.
600
601 *** IMAP4 support became more generic.
602 Many IMAP4 servers are supported.
603
604 *** New authentication type
605   IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
606   POP3:  CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
607   NNTP:  STARTTLS
608   SMTP:  STARTTLS
609
610 *** New folder type
611   |      Pipe Folder     Incorporate message.
612   .      Maildir Folder  Now Maildir is one of the folder type.
613   'cache Cache Folder    View internal cache.
614
615 *** Message buffer cache
616 Next message is prefetched while idle time.
617
618 *** Sticky summary is enhanced.
619 Now message buffer is also sticky.
620 You can specify always-sticky summary.
621
622 ** misc
623
624 *** Eliminated wl-draft-prepared-config-alist
625 unified with wl-draft-config-alist.
626
627 *** POP-before-SMTP variables are re-arranged.
628
629 *** Ask non-existing folder.
630  When FCC: contains new folder.
631  When auto-refile specified new folder.
632
633 *** Change fetch threshold and confirm settings.
634 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
635
636 *** Can use petname for completion.
637
638 *** Change Message-ID generator.
639
640 *** wl-demo.el support bitmap-mule.
641
642 *** Allow function type `smtp-server' value.
643
644 *** Make sendlog when `wl-draft-sendlog' is non-nil.
645
646 *** `wl-summary-incorporate-marks'
647
648 *** Reserve prefetching while off-line status.
649
650 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
651
652 *** New variable `wl-user-mail-address-list' .
653
654 *** New variable `wl-local-domain' for set FQDN.
655
656 *** Server side unread status is used in IMAP4 folder.
657
658 *** Change defaults
659   wl-mime-charset         iso-2022-jp  =>  x-ctext
660   wl-summary-move-order   'new  =>  'unread
661   wl-tmp-dir              TMPDIR  =>  ~/tmp/
662
663 *** New hooks
664   wl-draft-send-hook
665   wl-draft-reedit-hook
666   wl-mime-edit-preview-message-hook
667   wl-folder-suspend-hook
668   wl-summary-toggle-disp-folder-message-resumed-hook
669   wl-summary-line-inserted-hook
670   wl-thread-update-children-number-hook
671   mmelmo-header-inserted-hook
672   mmelmo-entity-content-inserted-hook
673
674 *** New function
675   wl-save
676   wl-summary-write
677   wl-summary-supersedes-message
678   wl-fldmgr-delete
679   wl-refile-guess-by-msgid
680   wl-address-user-mail-address-p
681   wl-summary-jump-to-msg-by-message-id-via-nntp
682   wl-summary-temp-mark-pick
683
684 * For details of changes, see the file ChangeLog.
685 \f
686 Local variables:
687 mode: outline
688 paragraph-separate: "[  \f]*$"
689 end: