Added description about auto-refile.
[elisp/wanderlust.git] / NEWS
1 Wanderlust NEWS -- User-visible changes in Wanderlust. 21 Mar 2000
2
3 * Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
4
5 ** Development on the CVS server is started.
6
7 ** Flush operation and sending queues if Wanderlust is  started
8    in plugged status.
9
10 ** Directory structure is changed.
11
12 *** 00README, 00README.ja is renamed to README, README.ja.
13
14 *** All wl-* files are moved to the directory 'wl'.
15
16 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
17
18 * Changes in version 1.1.0 from 1.0.3.
19
20 ** Install
21
22 *** tm7 is not supported anymore.
23 see the file INSTALL for details.
24
25 *** WL_PREFIX and ELMO_PREFIX default as "wl"
26 (defvar WL_PREFIX "wl")
27 (defvar ELMO_PREFIX "wl")
28
29 e.g. install directory is
30   1.0.3  /usr/local/share/emacs/site-lisp/
31   1.1.0  /usr/local/share/emacs/site-lisp/wl/
32
33 *** Change default macro in Makefile.
34 EMACS   = emacs
35 XEMACS  = xemacs
36 use $(XEMACS), `package' and `install-package' target.
37
38 *** Install not only *.elc, but also *.el.
39
40 *** English document (wl.texi).
41
42 ** New feature
43
44 *** Modified UTF7 support.
45 Now international mailbox name can be used in IMAP4 in the Emacsen
46 with unicode feature.
47
48 *** Scoring support.
49
50 *** New plugged system.
51
52 *** IMAP4 support became more generic.
53 Many IMAP4 servers are supported.
54
55 *** New authentication type
56   IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
57   POP3:  CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
58   NNTP:  STARTTLS
59   SMTP:  STARTTLS
60
61 *** New folder type
62   |      Pipe Folder     Incorporate message.
63   .      Maildir Folder  Now Maildir is one of the folder type.
64   'cache Cache Folder    View internal cache.
65
66 *** Message buffer cache
67 Next message is prefetched while idle time.
68
69 *** Sticky summary is enhanced.
70 Now message buffer is also sticky.
71 You can specify always-sticky summary.
72
73 ** misc
74
75 *** Eliminated wl-draft-prepared-config-alist
76 unified with wl-draft-config-alist.
77
78 *** POP-before-SMTP variables are re-arranged.
79
80 *** Ask non-existing folder.
81  When FCC: contains new folder.
82  When auto-refile specified new folder.
83
84 *** Change fetch threshold and confirm settings.
85 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
86
87 *** Can use petname for completion.
88
89 *** Change Message-ID generator.
90
91 *** wl-demo.el support bitmap-mule.
92
93 *** Allow function type `smtp-server' value.
94
95 *** Make sendlog when `wl-draft-sendlog' is non-nil.
96
97 *** `wl-summary-incorporate-marks'
98
99 *** Reserve prefetching while off-line status.
100
101 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
102
103 *** New variable `wl-user-mail-address-list' .
104
105 *** New variable `wl-local-domain' for set FQDN.
106
107 *** Server side unread status is used in IMAP4 folder.
108
109 *** Change defaults
110   wl-mime-charset         iso-2022-jp  =>  x-ctext
111   wl-summary-move-order   'new  =>  'unread
112   wl-tmp-dir              TMPDIR  =>  ~/tmp/
113
114 *** New hooks
115   wl-draft-send-hook
116   wl-draft-reedit-hook
117   wl-mime-edit-preview-message-hook
118   wl-folder-suspend-hook
119   wl-summary-toggle-disp-folder-message-resumed-hook
120   wl-summary-line-inserted-hook
121   wl-thread-update-children-number-hook
122   mmelmo-header-inserted-hook
123   mmelmo-entity-content-inserted-hook
124
125 *** New function
126   wl-save
127   wl-summary-write
128   wl-summary-supersedes-message
129   wl-fldmgr-delete
130   wl-refile-guess-by-msgid
131   wl-address-user-mail-address-p
132   wl-summary-jump-to-msg-by-message-id-via-nntp
133   wl-summary-temp-mark-pick
134
135 * For details of changes, see the file ChangeLog.
136 \f
137 Local variables:
138 mode: outline
139 paragraph-separate: "[  \f]*$"
140 end: