Changelog:
* Mew now supports Emacs 24.3 or later only.
* Supporting stunnel 5.
* Supporting GnuPG 2.1.23 or later.
The command name should be "gpg" instead of "gpg2".
Put the following to your "~/.gnupg/gpg.conf".
no-auto-key-retrieve
auto-key-locate local
* Using LibreOffice (soffice) on Unix by default
<Differences between Mew 6.6 and Mew 6.5>
* Better image supports.
* The body encoded with Base64/Quoted-Printable is decoded.
* Catching up to the latest GnuPG.
* Support of ISO-2022-JP-3 was removed in favor of UTF-8.
* The speed to move the cursor in Summary mode got much faster.
* Supporting stunnel 5.
* Remove included patches.
Changelog:
Mew 6.4 stable release (2011/10/19)
* cmew falls back to getModificationTime on Windows.
Masamichi HOSODA <trueroad>
* Supporting Ruby 1.9.
Takahiro Kambe <taca>
Mew 6.4 release candidate 1 (2011/09/06)
* A bug of rescan is fixed finally!
* mewl avoids causing error if a folder does not exist.
Masamichi HOSODA <trueroad>
* Catching up to stunnel 4.39.
Ryo ONODERA <ryo_on>
* Supporting text/csv.
Tetsuya Toda <toda>
Mew 6.3.51 (2011/06/29)
* A hack for calling browser on Unix.
"Diogo F. S. Ramos" <diogofsr> and Tatsuya Kinoshita <tats>
* Bug fixes for hankaku.
<tmurata> and Tatsuya Kinoshita <tats>
* Avoiding broken end-of-line for quoted-printable.
* Multibyte hack for Emacs 23 and 24.
* Supporting GBK.
* Fixing excel and powerpoint on Unix.
Kan Sasaki <sasaki@fcc.ad.jp>
* pdftotext support for Windows.
Shuichi KITAGUCHI <ki>
* &rest to mew-user-agent-compose for Emacs 24.
Harald Hanche-Olsen <hanche>
* More gentle for broken Multipart/Signed.
Eisaku YAMAGUCHI <eisaku>
* Improving the documentation of mew-draft-use-format-flowed.
Christophe TROESTLER <Christophe.Troestler>
* varsx hack.
* Fixing regex of time.
Christophe TROESTLER <Christophe.Troestler>
* Fixing major mode hooks.
Hayashi Masahiro <mhayashi1120>
* Inline display of PDF with "pdftotext".
Hideyuki SHIRAI <shirai>
Harumitsu YOSHITAKE <yositake>
* Text/Pdf for Thunderbird
Christophe TROESTLER <Christophe.Troestler>
* Removing warnings for Emacs 23.3
Yu-ji Hosokawa <yu-ji>
* Killing stunnel with -KILL since the spec of stunnel changed.
* The -b option for mewest.
"Diogo F. S. Ramos" <diogofs>
Mew 6.3.50 (2010/08/31)
* Defining mew-draft-use-format-flowed.
Christophe TROESTLER <Christophe.Troestler>
* Making use of mew-save-dir.
* Fixing the hash-vs-array problem of cmew.
Masamichi HOSODA <trueroad>
* Making cmew safer in the case where mewest works at the same time.
Masamichi HOSODA <trueroad>
* Hack for mew-time-rfc-to-sortkey.
Hideyuki SHIRAI <shirai>
* A patch for unzip.
Yu-ji Hosokawa <yu-ji>
* Supporting unzip.
* Bug fix for PGP/MIME of binary encryption.
Shoichi Kurosaka <sho>
* Both cmew and smew in Haskell works well finally!
Shuichi KITAGUCHI <kit>
* Fixing info/Makefile.
Yasuhiro KIMURA <yasu>
* Guarding mew-addrbook-clean-up.
Hideyuki SHIRAI <shirai>
* A bug fix of mew-mime-content-type.
Yu-ji Hosokawa <yu-ji>
* Setting split-width-threshold to nil in mew-summary-reply.
* "b" in Summary saves the buffer of Message mode to a file.
* header-only now can work for M-x mew.
* Bold of font can be specified on Emacs 23.
* Deleting " " from global-mode-string.
Christophe TROESTLER <Christophe.Troestler>
* Correcting the -P option of stunnel3.
Kendall Shaw <kshaw>
* Define mew-sumsym-encode-folder and mew-sumsym-decode-folder.
* set-buffer -> with-current-buffer.
* Making mew-mime-image() safer.
Hideyuki SHIRAI <shirai>
Major changes:
* Configuration in ".mew.el", especially of mew-config-alist is
simplified. See the config2 node in info.
* Virtual mode is categorized to Selection and Thread. You can create
Selection by keyword, dialog, sorting, and so on. You can make
Thread even of Selection as well as of Summary.
* "S" is now virtual sort creating Selection. Physical sort is
assigned to "M-s".
* Punycode is supported. Mew now can display internationalized domain
names.
* "Z" collects a folder list according to the current world.
No numeric argument is necessary any more.
* "_" toggles a long line: normal, long, wrapped.
* You can use gmail with IMAP.
dot co dot jp>.
Changes excerpted from 00diff:
<Differences>
Kazu Yamamoto
Jul 5, 2006
<Differences between Mew 5.1 and Mew 4.2>
* The ".mew" suffix is introduced for OS level search mechanisms.
* OS level search mechanisms including Spotlight, Windows Desktop
Search, Google Desktop are integrated.
* The mechanism of master password was implemented.
Set mew-use-master-passwd to t to use it.
* When sending a message, if your SMTP server requires user
authentication, Mew asks you to input your password. You don't have
to configure mew-smtp-user anymore.
* In Draft mode, addresses which are not considered safe turn red.
See mew-safe-addresses, mew-warn-addresses, mew-safe-domains, and
mew-warn-domains.
* You can securely save your passwords to a file with a master
password.
* "li" copies a message to an IMAP folder.
* "I" now works in Thread mode.
* "C-cC-e" in Summary has been drastically improved.
* "C-cC-t" and "C-cC-y" in Summary were obsoleted.
* 'mew-inbox-action-alist' can be set in 'mew-config-alist'.
* "v" in Summary mode displays line numbers when off.
* "C-uj" in Summary mode jumps to the message whose message number is
specified.
* "C-uB" decomposes any attached files.
* If you want to put the 'D' mark to duplicated messages
whose boyies are identical (ie spams), set
mew-summary-form-mark-spam to t.
* All variables can be defined in ".mew.el". You don't have to
set specific variables in ".emacs".
Changes (cited from 00diff) are:
> <Differences between Mew 4.2 and Mew 4.1>
>
> * mew-nmz.el has been integrated. You can search messages with
> keyword DB. For more information, see info.
> * "C-uw" prepares a draft whose To: is the address on From: of the
> current message.
> * "e" in Summary can convert any mark to new one.
> * S/MIME has been supported. (alpha stage)
> * IMAP UTF-7 support. You can use non-ASCII characters for folder
> names.
> * TLS has been supported.
> * Fixing a bug of SSL.
> * Drag and Drop composing has been supported.
> * Many small bug fixes.
Changes since 2.2 are:
* A bug fix for S/MIME's temporary file again.
* info updates.
* Catching up new warning messages of GnuPG 1.2.0.
KOIE Hidetaka <hide@koie.org>
* A bug fix for S/MIME's temporary file.
* A bug fix for PGP's marks in the attachment region.
Mew 2.2 (2002/02/25)
Mew 2.2rc4 (2002/02/21)
* Defining mew-syntax-treat-filename-default-function.
* Binding auto-image-file-mode to nil in mew-flet and mew-frwlet.
* Defining mew-use-other-frame.
* Yet another bug fix for "t*".
* A bug fix for mew-summary-join.
* Seeing if incm exists or not.
Mew 2.2rc3 (2002/02/04)
* Fixing the "foo: ;" problem.
* m17n hack for Summary mode of +draft.
* Window-config hack for composing mails.
* A bug fix for "t*".
* Prefix for mew-draft-insert-signature.
* Patches for incm.
* A bug fix of mew-summary-save for the NAME parameter.
* Creating folders specified by Fcc: when composing.
* Debug hack.
* sleep-for 1 for mew-touch-folder-check.
* LANG: "en" -> "C"
* A bug fix for mew-buffer-message.
* Defining mew-encode-singlepart-hook.
* Null body hack for incm.
* A bug fix for mew-insert-message.
Mew 2.2rc2 (2002/01/17)
* Workaround for messages whose size is 0.
* TIS 620 hack.
* GCC hack for configure.in.
* A patch for configure.in.
* Displaying the number of marked messages.
* make clean hack.
* Digit-argument for "0"-"9". mew-summary-toggle-8bit -> "z8".
* Supporting ".tif".
* "nntp" service entry.
* incm hack.
* A patch for incm.
* incm is merged.
* A bug fix for mew-delete-file.
* no-fold option for mew-header-insert.
* Case-sensitive search for marks.
Mew 2.2rc1 (2001/12/20)
* A bug fix of C-cC-z for multple PGP data.
* A bug fix for w3m.
Mew 2.1.52 (2001/12/11)
* Sort key hack: "ml2" -> "mlnum"
* Copying minibuffer-local-map to mew-input-map.
* A bug fix for mew-input-file-name.
* wvHtml hack.
* Defining mew-broken-parameter-list.
* m17n hack.
* Defining mew-prog-audio{,2} for Win32.
Mew 2.1.51 (2001/12/07)
* A bug fix for mew-encode-remove-illegal-fields.
Mew 2.1.50 (2001/12/07)
* A bug fix for null line in a header.
* A workaround for reediting ctext.
* Defining mew-use-nfs-hack.
* A bug fix for mewls's null pattern.
* Removing ".CRLF" instead of "CRLF.CRLF" in a POP session.
* s/str/mystr/ for the C commands.
* A bug fix for md5 on XEmacs.
* 'no-line-break for base64-encode-string.
* A bug fix for mew-start-process-disp.
* iso-8859-15.
Mew 2.1 (2001/11/01)
* XML is well supported.
* +mdrop is implemented. You can remove messages on your POP server
visually.
* Sort (s) and pack (O) became much faster.
* Some workaround for broken POP servers.
* Many other small bug fixes.
Mew 2.1 release candidate 3 (2001/10/30)
* Setting 0.05 instead of 0.01 for mew-smtp-command-content.
This maybe rescue XEmacs.
* Biding buffer-file-coding-system to prevent the side effect.
* Adding the "-l" option for mew-prog-vgrep.
* Ensuring that richtech-mode is disabled.
* Setting max-mini-window-height to 1 in mew-summary-pipe-message.
* Taking care of EXPIRED PGP keys.
* Using mew-mule3.el even if Emacs is executed with the --unibyte
option.
Mew 2.1 release candidate 2 (2001/10/26)
* gifsicle support to prevent XEmacs from dying.
* Text/Xml support for mew-summary-execute-base.
* Handling 'quit in sort and pack.
* A patch for refile learning.
Yoshinari Nomura <nom@csce.kyushu-u.ac.jp>
* Fixing a bug that XEmacs dies when encoding GIF.
* Edit again for qmail.
* Bug fixes for privacy services in drafts.
* Limit for re-search-foward in mew-text/xml-detect-cs etc.
Mew 2.1 release candidate 1 (2001/10/24)
* mew-auto-flush-queue works for mbox.
* Workaround for mew-image-inline-p on Emacs 21.1.
* Implementing mew-text/html-detect-cs and mew-text/xml-detect-cs.
* Process status is well displayed on the mode line.
* A bug fix for mew-demo-picture.
* Defining mew-use-charset-sanity-check.
* A patch for refile.
* mew-input-folders hack.
* Defining mew-syntax-treat-filename-function.
* Defining mew-input-draft-buffer.
* No sanity check if charset is specified.
* C-cC-i for mew-summary-find-file.
Mew 2.0.60 (2001/10/15) mew-dist release
* Enhancing mew-param-analyze-broken to remove white spaces between
encoded-words.
* recenter for mew-summary-down.
* "c" for mew-summary-copy.
* Allowing the 'X' mark for +mdrop.
* A bug fix for 'invisible.
* "?" for mew-input-map.
* Allowing multiple SPCs on POP sessions.
Mew 2.0.59 (2001/10/12) mew-dist release
* A bug fix for Multipart/Alternative.
* Removing mew-summary-display-raw-header.
* Use the "--decrypt" option instead of "--verify" for GnuPG.
* Some "mew-pop-to-buffer" patches.
* Defining mew-regex-ignore-folders.
* A bug fix for PGP encryption.
* Integrating "," and "C-cC-u". Use "," only.
* Removing mew-pop-to-buffer.
* Using mew-current-get-* as little as possible.
- Update Mew to 2.0.58
Mew 2.0.58 (2001/10/10) mew-dist release
* The "Type 'T'" message displayed only when the top level is
truncated.
* ".txt" suffix for dummy file names.
* 't' in attach to toggle text/binary.
* Defining mew-ask-fcc.
* "Y" for mew-summary-cite.
Mew 2.0.57 (2001/10/04) mew-dist release
* XML support.
* mew-mime-content-type hack.
* A patch for contrib/mew-caesar.el.
* mew-summary-kill-subprocess() now calls mew-pop-tear-down().
* Supporting .htm as well as .html.
Mew 2.0.56 (2001/10/03) mew-dist release
* mew-summary-folder-cache-save() now includes mew-touch-folder().
* A bug fix for non-UIDL POP servers.
* Unlimiting mew-header-max-depth for mew-scan-form-mark().
* Touching folders when 'mdrop.
* mew-set-environment() moved after loading mew-rc-file.
Mew 2.0.55 (2001/10/01) mew-dist release
* A bug fix for file mode of manuals.
* Code clean up for refile.
* A bug fix for mew-regex-id.
* Removing mew-folder-remotep.
* +mdrop finally.
* mew-time-diff.
* If a number N is set to mew-pop-delete, it means to keep message
on the POP server for N days.
* A bug fix for mew-folder-check.
* A bug fix for mew-substring.
* A bug fix for mew-summary-sort.
* A bug fix for mark handling of mew-summary-refile.
* Fixing the problem of ":" vs "y" and/or "C-cC-l".
Mew 2.0.54 (2001/09/17) mew-dist release
* Defining mew-warning-field-level.
* Bug fixes for mew-pop-info-name and mew-smtp-info-name.
* completion-ignore-case hack in draft for mouse clicking.
* Highlighting a body when reediting.
* Re-writing mew-summary-sort.
* C-u# now asks a printer name.
* A bug fix for mew-header-fold-region.
* Removing the last "," of enum in pattern.c.
* The "-f" option for "test" instead of the "-e" otpion in Makefile.
Mew 2.0.52 (2001/09/05) mew-dist release
* "I" inserted a line in a underline overlay. So, underline was put
onto two lines. This bug has been fixed.
* A bug fix for mew-alias-expand-addrs.
* A bug fix for mew-input-address.
* Bug fixes for "(" and ")" again.
NINOMIYA Hideyuki <nin@shikoku.ne.jp>
* The "-a" option for contrib/incdir.
Yasunari Momoi <momo@bug.org>
"YAMAZAKI Noriyuki" <zaki@data-hotel.net>
* A patch for contrib/mew-fancy-summary.el.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Some defcustom hack.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
Mew 2.0.51 (2001/08/31) mew-dist release
* Info updates.
* Some defcustom hack.
* Binary parts of a truncated message should not be decoded.
* Now "Too large, truncated" message is displayed in the minibuffer.
* Check the size from X-Mew-Uidl: carefully.
* Addrbook now can contain group:; notation. It can be expand unless
it recurses.
* mew-summary-ls calles mew-mark-clean only when called interactively.
* C-cC-o inserts X-Mailer: in the last.
* Ask Subject: before "Really send this message? ".
* 't' in mew-scan-form now means the position of thread indentation.
* X-Mailer: now locates just above mew-header-separator.
* insert-file-contents changes buffer-file-coding-system. ","
is sacrificed and lpr-buffer goes wrong. mew-insert-message
now preserves buffer-file-coding-system.
* Workaround for a broken POP server which doesn't display UID after
a message number.
* X-Mailer: for Bcc:.
* Bug fixes for mew-case-guess-when-composed.
* Bug fixes for "(" and ")".
Mew 2.0.50 (2001/08/14) mew-dist release
* info and doc updates.
* mew-summary-sort: some bugs related to region are fixed.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* mew-substring in mew-mule3.el: length of mew-error-broken-string to
width.
SAITO Atsunori <sai@yedo.com>
* Defining mew-ask-mark-process. The default is nil.
* Supporting sort region. (C-uS)
"Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* mew-encode-remove-illegal-fields has a bug which removes
Subject: whose first line is null and whose second one
has a value. This bug was fixed.
* Setting mode of files under ~/Mail to mew-file-mode.
* A bug fix for mew-case-guess-when-composed.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* The "-l" option for "grep".
"David A. Panariti" <davep@who.net>
* Inserting X-Mew-UIDL: at the beginning of a mail.
* mew-multibyte-string-p and multibyte hack.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
Mew 2.0 stable (2001/07/26) mew-release release
* info updates.
* Defining mew-set-language-environment-coding-systems to avoid
the side effect of set-language-environment-coding-systems.
* A bug fix form mew-mime-text/html.
* A bug fix for mew-summary-auto-refile.
* Rescue the SMTP sentinel.
* mew-thread-only for "to".
* the -man style of bin/{mewencode,mewls}.1.
Shun-ichi GOTO <gotoh@taiyo.co.jp>
Mew 2.0 pre4 (2001/07/22) mew-dist release
* mew-refile-guess-by-folder prefers the entire folder to ml name.
* save-excursion hack for mew-mime.el.
* Unifying a region of Summary mode.
See mew-summary-region-include-cursor-line.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* "postnum" for x-sequence:
* A bug fix for mew-sort-number.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* "n" works for mew-summary-ls in the case that the scan form is old.
* Defining mew-input-grep-pattern.
* Adding key-bindings for [delete].
* A bug fix for mew-addrbook-clean-up.
Tak Ota <Takaaki.Ota@am.sony.com>
* PWD for Makefiles to same Emacsen on Windows.
Motohiko Minakuchi <zxcv@eva.hi-ho.ne.jp>
Mew 2.0 pre3 (2001/07/16) mew-dist release
* info updates.
* Defining mew-mime-text/plain-ext. And charset hack.
Mew 2.0 pre2 (2001/07/13) mew-dist release
* info updates.
* Forcing re-scan if the format of summary cache is old.
* "tu" for mew-thread-unmark.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for mew-addrbook-override-by-newone.
NABEYA Kenichi <nabeken@jp.fujitsu.com>.
* contrib/mew-fancy-summary.el.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A patch for contrib/mew-nmz.el.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* highlight-body for mew-summary-convert-local-cs.
1.95b126 (2001/06/21) mew-dist release
* Enhancing mew-reply-regex.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Setting scan form for "I" and Biff.
* A users now can do MIIME stuff for the body!
* A bug fix for mew-header-p(). This enbuged on
mew-draft-dynamic-highlight().
* A bug fix for reediting multipart on +draft.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* A bug fix for mew-draft-dynamic-highlight.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Removing mew-color-p.
Shun-ichi TAHARA <jado@flowernet.gr.jp>
* A patch for bin/w32/dirent.c.
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
* bin/w32/*
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
* Defining mew-cite-strings-function.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Adding ":" to mew-regex-url.
NINOMIYA Hideyuki <nin@shikoku.ne.jp>
* A bug fix for mew-summary-mark-region.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* In-Reply-To is preferred for thread only if it contains one value.
* mew-addrstr-parse-syntax-list ignores empty address "<>".
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* A bug fix for mew-encode-remove-illegal-fields.
Shun-ichi GOTO <gotoh@taiyo.co.jp>
* mew-ask-flush-case.
KOIE Hidetaka <hide@koie.org>
* A bug fix for undo on drafts.
* A bug fix for mew-pgp-verify.
* Saving .mew-folder-{list,alist} when new folder is created.
* set-buffer the original buffer in mew-summary-display.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for the problem of "," vs raw-header.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for mew-header-combine-field.
* after-change-functions for dynamic header highlight
KAMEI Ken-ichi <mule@pluto.dti.ne.jp>
1.95b124 (2001/05/29) mew-dist release
* "S" and "O" can't be used in +draft.
* Defining mew-user, mew-name, mew-mail-domain.
* Multipart can revive in +draft.
* "case" can revive in +draft and +queue.
* mew-addrbook-alias-add does not register alias for a null user.
* "make" makes in the bin directory.
* Some mew-config-* -> mew-case-*.
* Guessing case when reediting normal messages.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Defining mew-content-type.
* Making cases unique.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* jit-lock for thread.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
1.95b123 (2001/05/24) mew-dist release
* Defining mew-draft-mode-reedit-queue-hook.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Inputting RET for C-uP and C-uN changes the mark to the default.
NINOMIYA Hideyuki <nin@shikoku.ne.jp>
* Defining mew-config-guess-addition.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* signature is selectives by cases.
KOSUGE Takuya <kosuge@dg7.so-net.ne.jp>
* A bug fix for NetNews folders.
* Using jit-lock on Emacs 21.
* Defining mew-face-eof-{message,part}.
* Defining mew-insert-final-newline due to the bug of narrow-to-region
on Emacs 20 and XEmacs. ^L can't be broken.
* "E" works for RFC822 messages.
* mew-news-path is passed to mewls.
* mew-cc and mew-dcc uses mew-mail-address() if it is 'me.
SUGIMORI <taro@fc.jpn.org>
* A patch for mew-summary-retrieve-message().
Makoto Kohno <kohno@cr.scphys.kyoto-u.ac.jp>
* A patch for contrib/mew-browse.el.
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
* Lovely hack for mew-config-guess-when-composed. Now a user can
watch a header when modified.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Thread key-bindings are now reset. They all have the prefix "t".
* C-uP and C-uN set mew-mark-walk.
* Adding .dll.
Tak Ota <Takaaki.Ota@am.sony.com>
* A bug fix for mew-config-guess-when-replied.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
1.95b122 (2001/05/09) mew-dist release
* Big5 for XEmacs.
* Fixing infinite loop of mew-summary-setup-mode-line().
* Defining mew-config-guess-when-{replied,prepared,composed}
* Keep modified for mew-draft-rehighlight().
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Bug fix of reedit for a message whose first part is not text.
* Clarify "case" for reedit.
* Removing sit-for.
* Getting mew-param-analyze-broken() back to the old logic.
* mew-theme-file hack.
FUKANO Akihiro <fukano@bb.vh1.arena.ne.jp>
* C-uC-cC-e now prepares a default value for CT:.
* Fixing the last range for mewls.
Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* MS Office patch.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
1.95b121 (2001/04/24) mew-dist release
* Merging wvHtml for WORD files.
* Making execute-external safer.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for mew-win32.el.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
1.95b120 (2001/04/24) mew-dist release
* C-cC-e is now executable on a message.
* A bug fix for ".".
Tatsuya Kinoshita <tatsuyak@pop21.odn.ne.jp>
* A bug fix for "h" in Message mode.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A patch for text/html2.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Supporting ks_c_5601-1987.
* C-uC-cC-y asks you arguments of the specified commands.
* New API for mime-content-type.
* mew-{front,rear}-{,non}sticky handle only text.
* Defining mew-mime-external-body-list.
* Singlepart body with unknown CTE: is now treated as a multipart.
* The number of buffer local variables is now as small as possible.
* ":" displays the syntax of a body.
* Defining mew-ct-*p.
* Defining mew-insert-manual.
* mew-summary-execute-command can take args.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* mew-summary-set-config can be used in thread.
SUGIMORI <taro@fc.jpn.org>
* Singleparts in Multipart/Alternative are marked with "*".
* Defining mew-find-longest-match().
* Separating warning and info.