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