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