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