1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
<Differences>
Kazu Yamamoto
May 4, 1998
<Differences between 1.94 and 1.93>
* Copyright of Mew conforms ``AS IS'' instead of GPL2.
* Mew now supports IMAP4 and qmail mailbox.
* immv, imrm, and imclean are implemented by Elisp. So, "x" in Summary
mode became mush faster. Other commands became faster as well.
* Multipart format in Summary mode and Draft mode are integrated.
* Neat support for IM's Config. Please refer to info for more information.
* mew-opt-highlight-* -> mew-use-highlight-*.
* Hankaku kana is converted into zenkaku kana if exists.
* Safely ignores unknown charset in a header.
* message/partial and text/html are supported.
* Ad-hoc PGP 5 support.
* Content-Disposition: support.
* Neat reporting mechanism of PGP/MIME.
* Many many bug fixes.
<Differences between 1.94 and 1.70>
* Mew uses IM Perl5 instead of MH. Mew will never support MH again.
* Mew works on OS/2, Win95, and WNT as well as on UNIX.
* Mew doesn't ask you to input y or n in Summary mode though it used
to do so. Please follow instructions which Mew displays.
* Deleting messages on Summary mode(i.e. the D mark) means refiling to
the +trash folder. If in +trash folder, messages marked with 'D' are
really removed. You can customize this action. See
mew-msg-rm-policy for details.
* "N" and "P" in Summary mode move the cursor onto only messages
marked with '*'. To skip parts, call "n" or "p" with "C-u".
* The default folder name of draft changed from "+drafts" to "+draft"
so that its length became equal to "+inbox" and "+trash".
* Some key-bindings in Draft mode were changed to keep C-c "key" for
users.
C-cM -> C-cC-a
C-cu -> C-cC-l
C-cy -> C-cC-t
* C-cC-u(undo) in Draft mode works for any kinds of messages. For this
reason, mew-mime-compose-folder-delete is set 'delete by default.
* PGP/MIME became very stable. And verification message turned more
informational.
e.g. "No public key" -> "No his/her public key"
C-cC-u works even for PGP shortcuts.
* Refile scheme was changed much.
mew-auto-folder-alist -> mew-refile-guess-alist
mew-refile-folder-guess-functions -> mew-refile-guess-control
* Pick interface(for "?", "/", and "V") was changed. Examples are below:
to=mew-dist
to=kazu & cc=kazu
* Burst("B") on Summary mode is now really cool.
* Subject is displayed for Message/Rfc822 if Content-Description: is empty.
* "C-uZ" on Summary mode saves Mail/.folders if mew-use-folders-file-p.
If mew-use-folders-file-p is t, Mew loads Mail/.folders at boot time.
* Many similar codes were integrated.
* Some function names were changed.
mew-mark-process-all-folders -> mew-mark-clean-up-all
(Remove kill-emacs-hook from .emacs if it contains
mew-mark-process-all-folders.)
* Some variables were changed.
Each members of mew-folders-ignore must start with "+" or "=".
Value of mew-folders-default-folder must start with "+" or "=".
* Support RFC 2047(aka MIME header encoding/decoding) precisely.
* Color is now used by default. Remove configurations concerned with
fonts from each hooks!.
--End of file
|