Initial Commit
[packages] / xemacs-packages / mew / mew / 00diff
1                             <Differences>
2                             Kazu Yamamoto
3                              Aug 30, 1999
4
5                  <Differences between 1.94 and 1.93>
6
7 * "y" in Summary mode is now able to save the raw format of message
8   (i.e. header fields are not decoded). You can safely forward saved 
9   messages.
10
11 * Multiple "inbox"es with IM Config are supported.
12
13 * "D" in Summary mode removes all messages in the +trash folder.
14
15 * Summary mode is now really multi-lingualized thanks to IM.
16
17 * Aliases and Petname are integrated into Addrbook. To register expansion
18   rules and/or personal information, type [C-u]C-cC-a in Summary
19   mode.
20
21 * The cache prefetch mechanism is implemented. You can read messages
22   very quickly in Summary mode.
23
24 * Thanks to the cache prefetch mechanism, the non-MIME analysis sub-mode,
25   which is provided for rapid reading, becomes meaningless. So, M-a was
26   throw away. Use "," if you want to see a message in the raw format.
27
28 * GNUPG support. To select PGPv2/PGPv5/GNUPG, type C-cC-v in Summary 
29   mode.
30
31 * Imget's password and PGP passphrase can be cached. You can now survive
32   without impwagent.
33   Set mew-use-cached-passwd t.
34   Set mew-use-pgp-cached-passphrase to t.
35
36 * C-c{C-s,C-p,C-b,C-r} can work even if draft contains attachments.
37
38 * Automatic PGP protection for all drafts or drafts replying to 
39   encrypted messages is supported. 
40   See mew-protect-privacy-{always,encrypted}.
41
42 * C-cC-p in Summary mode can handle old-fashioned PGP messages.
43
44 * "." can decrypt messages which you failed to decrypt before.
45
46 * Unknown Multipart/{Signed,Encrypted} is treated as a single part.
47
48 * C-u Z saves the update folder file to ~/Mail/.folders. So, Mew can 
49   assume that this file exist by default. Concludingly the bootstrap
50   becomes faster. mew-use-folders-file-p is now default to `t'. 
51
52 * You can customize Mew so that the directory previously used is 
53   preserved. See, mew-{summary,draft}-preserve-dir. See also
54   mew-summary-trace-directory.
55
56 * You can display text/html by a running netscape.
57   Put the following in .emacs.
58         (setq mew-prog-text/html-arg-hack 'mew-prog-text/html-netscape-remote)
59
60 * Range is asked only when you interactively execute "s".
61
62 * The key binding of FIB commands were changed with the C-cC-f prefix.
63
64 * Getting along with the mail-user-agent convention.
65
66 * Many IMAP4-friendly hacks.
67
68 * Many many bug fixes. And many many optimizations.
69
70
71
72                  <Differences between 1.93 and 1.92>
73
74 * Copyright of Mew conforms ``AS IS'' instead of GPL2.
75
76 * Mew now supports IMAP4 and qmail mailbox.
77
78 * immv, imrm, and imclean are implemented by Elisp. So, "x" in Summary
79   mode became much faster. Other commands became faster as well.
80
81 * Multipart format in Summary mode and Draft mode are integrated.
82
83 * Neat support for IM Config. Please refer to info for more information.
84
85 * mew-opt-highlight-* -> mew-use-highlight-*.
86
87 * mew-field-{,in}visible were obsoleted. Use mew-field-spec instead.
88
89 * Hankaku kana is converted into zenkaku kana if exists.
90
91 * Safely ignores unknown charset in a header.
92
93 * message/partial and text/html are supported.
94
95 * Ad-hoc PGP 5 support.
96
97 * Content-Disposition: support.
98
99 * Neat reporting mechanism of PGP/MIME.
100
101 * Many many bug fixes.
102
103                  <Differences between 1.93 and 1.70>
104
105 * Mew uses IM Perl5 instead of MH. Mew will never support MH again.
106
107 * Mew works on OS/2, Win95, and WNT as well as on UNIX.
108
109 * Mew doesn't ask you to input y or n in Summary mode though it used
110   to do so. Please follow instructions which Mew displays.
111
112 * Deleting messages on Summary mode(i.e. the D mark) means refiling to
113   the +trash folder. If in +trash folder, messages marked with 'D' are
114   really removed. You can customize this action. See
115   mew-msg-rm-policy for details.
116
117 * "N" and "P" in Summary mode move the cursor onto only messages
118   marked with '*'. To skip parts, call "n" or "p" with "C-u".
119
120 * The default folder name of draft changed from "+drafts" to "+draft"
121   so that its length became equal to "+inbox" and "+trash".
122
123 * Some key-bindings in Draft mode were changed to keep C-c "key" for
124   users.
125
126         C-cM  -> C-cC-a
127         C-cu  -> C-cC-l
128         C-cy  -> C-cC-t
129
130 * C-cC-u(undo) in Draft mode works for any kinds of messages. For this
131   reason, mew-mime-compose-folder-delete is set 'delete by default.
132
133 * PGP/MIME became very stable. And verification message turned more
134   informational.
135
136         e.g. "No public key" -> "No his/her public key"
137
138   C-cC-u works even for PGP shortcuts.
139
140 * Refile scheme was changed much.
141
142         mew-auto-folder-alist             -> mew-refile-guess-alist
143         mew-refile-folder-guess-functions -> mew-refile-guess-control
144
145 * Pick interface(for "?", "/", and "V") was changed. Examples are below:
146
147         to=mew-dist
148         to=kazu & cc=kazu
149
150 * Burst("B") on Summary mode is now really cool.
151
152 * Subject is displayed for Message/Rfc822 if Content-Description: is empty.
153
154 * "C-uZ" on Summary mode saves Mail/.folders if mew-use-folders-file-p. 
155   If mew-use-folders-file-p is t, Mew loads Mail/.folders at boot time.
156
157 * Many similar codes were integrated.
158
159 * Some function names were changed.
160
161         mew-mark-process-all-folders -> mew-mark-clean-up-all
162         (Remove kill-emacs-hook from .emacs if it contains
163         mew-mark-process-all-folders.)
164
165 * Some variables were changed.
166
167         Each members of mew-folders-ignore must start with "+" or "=".
168         Value of mew-folders-default-folder must start with "+" or "=".
169
170 * Support RFC 2047(aka MIME header encoding/decoding) precisely.
171
172 * Color is now used by default. Remove configurations concerned with
173   fonts from each hooks!.
174
175 --End of file