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