			     <Change Log>


1.94

*** todo ***
* PGP 5.0
	default micalg should be pgp-shar1?
* MIME editor
* Virtual mode extensions
* Real internationalization and multi-lingualization
*** todo ***

1.93

*** todo ***
* Header encoding and decoding(especially quoted string).
* visible/invisible.
* Has mew-summary-quit become safer?
* Does info cause error when executed info? 
	Symbol's function definition is void: frame-face-alist
* In rare cases, "x" causes the following error.
	File already exist
*** todo ***

1.93b33 (98/05/13)

* C-cC-f tries fetching a public key with the From: field unless the X-Mew:
  field exists.
	Mito <mit@nines.nec.co.jp>
* Logic change for CD: and CDP:
	The default value is decided as follows:
	(1) If its value exists, use it.
	(2) If not exist, use its file name.
	(3) If its file name does not exist, use "".
	Mito <mit@nines.nec.co.jp>
* Some fixes for mew-draft-prepare-attachments.
* Specified "=" in addition to "+" for folder completion.
* Updated menubars and mode descriptions.
* Brushed up PGP key fetch.
	Hideyuki SHIRAI <Shirai@rdmg.mgcs.mei.co.jp>
* Fixed range of sort-region.
	Masahiro MURATA <muse@ba2.so-net.ne.jp>
* Brush up the message when attachments were deleted.
	Hideaki MORINAKA <morinaka@acdpe0.anritsu.co.jp>
* The window of completion candidates scrolls up when TAB is typed
  repeatedly.
* Small fixes for Makefile.

1.93b32 (98/05/11)

* mew-draft-make-mime -> mew-draft-make-message.
* The old IM Config variables were cleaned up. The new variables are:
	mew-config-guess-alist
	mew-config-insert-when-prepared
	mew-config-insert-when-composed
  If you want the old feature of mew-config, set
	(setq mew-config-guess-alist '((nil . value))).
* Set mark the original position when Config: is inserted.
	Takeshi Itoh <titou@bits.co.jp>
* C-uC-cC-c preserves a multi-part draft and doesn't remove the files
  under +draft/mime for undo.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Added "install-info" to Makefile
* Ah-hoc Emacs 20.2.9x support.

1.93b31 (98/05/08)

* Refine Makefile.
* Delete files when error occurs in Multipart/Encrypted and 
  Multipart/Signed.
* More ad-hoc support for PGP 5.
	Minoru Matsumura <matsu@diaconsult.co.jp>
* file-writable-p returns t even if the file doesn't exist. Ugh!
  Added file-exists-p.
* mew-summary-scan-filter bug fix.
* Defined mew-ask-pack.
* mew-auto-add-content-type -> mew-ack-send (negated)

1.93b30 (98/05/06)

* mew-message-goto-summary displays the "No Summary mode" message
  if the corresponding Summary mode doesn't exist.
* All functions for circular completion now have the prefix
  mew-circular-complete.
* If mew-summary-buffer-disp-msg is nil, "A" displays the "Type v first" 
  message.
* If MIME decoding is quitted by C-g, its cache is removed.
* Made mew-summary-scroll-{up,down} symmetric.
* New mew-ext-url.
	Mito <mit@nines.nec.co.jp>
* Defined mew-pick-default-field.
	Gorochan ^o^ <kunito@hal.t.u-tokyo.ac.jp>
* Got rid of insert-before-markers from the scan filter so that 
  the side-effect to mew-summary-buffer-end is resolved. Now
  mew-decode-syntax-delete is safe even if the final message is
  multipart.
* Defined error messages in mew-vars.el.
* Mew now incorporates with XEmacs without the --with-mule option.
* PNG support.
	Yoshikazu Ooe <yoshi@god.imasy.or.jp>
* bug fix for PGP error report.
* CDP: patch for "F" in attachments.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>

1.93b29 (98/04/30)

* Made mew-complete-window-config buffer-local to make completion
  safer against multiple draft buffer.
* Explicitly notify unknown PGP micalg.
* Made mew-summary-prog-exec safer for OS/2.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mew-save-dir for uudecode and unshar.
	Masahiro MURATA <muse@ba2.so-net.ne.jp>
* Clear jam-zcat-filename-list and jka-compr-compression-info-list
  in mew-flet and mew-frwlet.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* CDP: is displayed as it is. Filename is displayed with "*" appended.
* mew-encode-syntax-single fix.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* Avoid inserting CDP: for signature.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Bug fix for missing subject when forwarding a forwarded message.
	Shigemi Mikayama <mikayama@bd2.hnes.com1.fc.nec.co.jp>
* Bug fix for "A" in attachment.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mew-summary-toggle-analysis stays on the current message always.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Ignore charsets other than US-ASCII and ISO-8859-1 on bilingual Emacs.
* Use substring if mew-substring is not bound.

1.93b28 (98/04/20)

* When compsing, CDP: is automatically set unless it matches
 mew-mime-content-type-ignore-cdp. Type just RET for 'N' to clear
 CDP:.
* Set inhibit-quit to t in functions to enter Draft mode.
* Pack now preserves the * mark.
* Defined mew-pop-to-buffer to fix all bugs on XEmacs.
* Integrated config valuables and functions.
* Use copy instead link for signature attachment to protect the original
 signature file anyway.
	Hideyuki SHIRAI <Shirai@rdmg.mgcs.mei.co.jp>
* gzip hack for OS/2.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mew-summary-toggle-disp-msg stays on the current message always.
* Defined mew-string-width because string-width is not available on some
 Emacses.
* save-excursion for mew-summary-mark-refile.
	Shun-ichi GOTO <gotoh@taiyo.co.jp>
* PGP fetch patch.
	Hideyuki SHIRAI <Shirai@rdmg.mgcs.mei.co.jp>
* Info on sort.
	"Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* XPM support.
	 Mark Burton <markb@ordern.com>
* Eliminated the "no messages" message when scan.
* Made mew-input-{folder,folders} symmetric.
* Made mew-summary-{next,prev}-page symmetric.
* Call mew-highlight-{url,body} only in text/plain.
* Set modes of Mail and News to mew-folder-mode when init.
* Defined mew-folder-mode and mew-file-mode for privacy reasons.
* Made folder operations safer.
* mew-config-imget is displayed when incing if not default.
	Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>

1.93b27 (98/04/08)

* mew-summary-config-imget. ("C" in Summary mode, anyway.)
* Set mark the point in inbox before get so that we can get back to
  that position with C-xC-x.
* mew-save-dir.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Set mew-use-highlight-x-face when refiling.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
* imget.sh and imls.sh.
	KITAUCHI Akira <akira-k@is.aist-nara.ac.jp>
* imput.sh.
	Murata Takashi <Takashi.Murata@nsgnet.co.jp>
* IMAP regex fix.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* New mew-caesar.el
	Hideyuki SHIRAI <Shirai@rdmg.mgcs.mei.co.jp>

1.93b26 (98/03/24)

* MIME decoder and decode-syntax displayer was elegantly re-written.
* "guess" -> "us-ascii" when decoding.
* Openp, again.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Defined mew-folder-list-function.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>

1.93b25 (98/03/13)

* Displaying filename when executing a program.
	Shun-ichi GOTO <gotoh@taiyo.co.jp>
* Bug fix for cursor position when "x".
* An ad-hoc hack for left click on Draft mode.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* A patch to support Mew.img and to make it safer.
	yamagus@alpha.co.jp
	(KOSEKI Yoshinori) <kose@wizard.tamra.co.jp>
* Several patches for elisp impath.
	yamagus@alpha.co.jp

1.93b24 (98/03/10)

* Elisp version of impath to list up folders.
	yamagus@alpha.co.jp
* Bug fix for mew-attach-duplicate.
	Yuji Yamano <u90156@uis-inf.co.jp>
* Several patches including x-face, mew-os2.el, etc.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* The first part is displayed with its header in Summary mode if it is
  text/plain.
* A tiny patch for imjoin.
	koie@suri.co.jp

1.93b23 (98/03/02)

* IMAP is back.
	wkenji@flab.fujitsu.co.jp
* set-buffer in addition to select-window.

1.93b22 (98/02/28)

* mew-{symbolic-,}link checks if the target file is a regular file.
* Another terrible multipart bug of "f" was fixed.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Multiple frame problem on XEmacs was fixed.
* Stupid completion bug fix.
* Fixed icon problems in Draft mode on XEmacs.

1.93b21 (98/02/26)

* Cleans up variables on the last stage of mew-summary-quit.
* Define mew-before-cite-hook for mew-summary-reply-with-citation.
	Gorochan ^o^ <kunito@hal.t.u-tokyo.ac.jp>
* mew-demo-picture is t only when XEmacs.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* "o" marks are removed when Summary cache is loaded. (Just in case...)

1.93b20 (98/02/25)

* Bitmap demo patch.
	(KOSEKI Yoshinori) <kose@wizard.tamra.co.jp>
* Config: patch.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Fix in mew-highlight-header-region.
* Typo fix in mew-env.el.
	SAITO Tetsuya <saito@Mew.org>
* Beautify mew-attach.el.
* mew-im-call-process{,-no-output} checks the return value of 
 call-process.
* mew-draft-make-mime moves the cursor onto the end of the header.
	Hideaki MORINAKA <morinaka@acdpe0.anritsu.co.jp>
* Add the "-q" option when calls gzip.
	Mikio Nakajima <minakaji@osaka.email.ne.jp>
	yamagus@alpha.co.jp
* Use mew-folder-member instead of mew-member in highlight stuff.
	Yuji Yamano <u90156@uis-inf.co.jp>

1.93b19 (98/02/24)

* Bug fix for mew-syntax-format.
* Defined mew-summary-goto-message.
* Defined mew-string-to-list.

1.93b18 (98/02/23)

* One more fix for mew-header-decode-address.
	Mito <mit@nines.nec.co.jp>
* X-Mew: result reports are now perfect.
* attachment syntax and multipart syntax were integrated.

1.93b17 (98/02/20)

* Unfold fix for mew-header-decode-address.
* highlight on tty if XEmacs. And if tty, never do inline display.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* Bug fix for mew-folder-check. mew-folder-check now certainly appends
  a new folder to ".folders".
* Touch-folder fix.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>
* New mew-refile.el.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* Define mew-link for OS/2 and Win32.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>

1.93b16 (98/02/19)

* Fix for "y".
* Defined mew-link.
* Variable index for info.
	Koichi Sekido <sekido@mbox.kyoto-inet.or.jp>
* "x" became much much faster.

1.93b15 (98/02/19)

* Prepare mew-summary-imap-{process, string} for neat exclusive operations.
* mew-folder-new-message becomes independent on "impath". This makes
  preparation of draft buffer much faster!!!
* Ad-hoc Content-Disposition: support.
* You can specify citation-prefix if mew-ask-cite-prefix is t.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* Update only necessary part if sorted regionally.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* Regional picking.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* Bug fix for mew-summary-exec-region. Information outside the region
  is preserved.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* syntax-table bug fix.

1.93b14 (98/02/17)

* Header encoding modification. But still imperfect.
* PGP5 verification patch.
	Hiroshi Ogata <hiroshi@nereid.rim.or.jp>
* Coding system patch for mew-summary-display-part.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* New goto folder.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>

1.93b13 (98/02/10)

* Ad-hoc PGP 5 support.
	MURATA Nobuhiro <nob@makioka.y-min.or.jp>
	Hiroshi Ogata <hiroshi@nereid.rim.or.jp>
* Bug fix of "g" for NetNews.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
* Yet another config implementation.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* message/partial support.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* HTML and URL stuff for Win32.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>
* More information for binary content-type.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Two patches to improve the text/html interface.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* text/html for Win32.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>

1.93b12 (98/01/30)

* Message flush when quit.
* Mode line fix for "x".
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* Bug fix for Hankaku kana stuff.
* Audio bug fix.
* Several feedback concerted with OS/2.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Mode line fix for reedit.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Safty patch for mew-summary-goto-folder.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* New mew-summary-display-{top,bottom}.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>

1.93b11 (98/01/29)

* Config bug fix.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* At composing, hankaku kana is converted into zenkaku kana if exists.
	Mito <mit@nines.nec.co.jp>
* A safty patch for mew-input-range.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>

1.93b10 (98/01/28)

* A patch for mew-draft-cite.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* Ad-hoc support for text/html.
* Some fixes for mew-win32.el.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>
* mew-summary-get flush queue if messages exist. This is very convenient
  on PPP environment.
	Hisakazu Hada <hisaka-h@is.aist-nara.ac.jp>
* mew-ext-prog-url-args.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
* mew-draft-insert-config.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* File mode change for attachments.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* --preserve=on for imput when "C-uC-cC-c".

1.93b9 (98/01/25)

* Process bug fix for "x".
* Drive letter support in mew-input-file-name.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* The mew-summary-scan-width option.
	Toshihiko SHIMOKAWA <toshi@csce.kyushu-u.ac.jp>
* C-ug always goes to the last line when visits the folder.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* filter patch for Win32.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>

1.93b8 (98/01/23)

* IMAP support.
	wkenji@flab.fujitsu.co.jp
* mew-summary-mark-all fix.
	TAKAHASHI Masafumi <takahasi@soft.nid.co.jp>

1.93b7 (97/12/15)

* mew-prog-im-arg but imperfect...
* Make mew-attach-{copy,link} safer.
* Make mew-summary-mark-all region-oriented.
	TAKAHASHI Masafumi <takahasi@soft.nid.co.jp>
* Make mew-attach-delete safer.
	Mito <mit@nines.nec.co.jp>
* Check default-toolbar-visible-p.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
* require 'easy-menu.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* New mew-os2.el.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Moved mew-status-update after running mew-init-hook.
* Deleted mew-draft-delete-content-type. Use mew-draft-undo instead.
* <all> -> <body> on privacy results. This distinguishes <2> and 
  <2 body>.
* A patch to mew-win32.el.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>

1.93b6

* mew-{unix,os2,win32}.el.

1.93b5 (97/12/04)

* Case-fold for {in,}visible.
* Defined mew-{reply,forward}-{string,regex}.

1.93b4

* mew-attach-type sets an appropriate mark by default.
* mew-real-send-hook

1.93b3 (97/12/02)

* mew-opt-highlight-* -> mew-use-highlight-*.
* mew-folders-default-folder bug fix.
	Mito <mit@nines.nec.co.jp>
* Anonymous FTP bug fix.
* iso-2022-int-1.
* mew-gnus-save-preserve-dot.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-summary-flush-queue.
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>
* face-foreground bug fix.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* A bug fix: refile cancel and specify again.
	Mito <mit@nines.nec.co.jp>

1.93b2 (97/12/01)

* mew-y-or-n-p was removed.
* mew-vars.el was created.
* Support of "no *new* message" for imget.
	SAITO Tetsuya <saito@Mew.org>
* Inline display of xbm.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* Removed the "Removing folder" message.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* A bug fix of ordering of visible fields.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
* C-l to mew-draft-rehighlight in Draft mode.

1.93b1

* Strict path check to avoid Petname dilemma.
* Typo fixes for mode-line.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* A bug fix for mew-decode-syntax-print.
* Support of imclean.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-header-decode-qp bug fix.
	Yoshikatsu Kawabe <kawabe@sra.co.jp>
* highlight for body in Draft mode.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* New contrib/mew-mule-xface.el.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
	KORIYAMA Naohiro <kory@ba2.so-net.or.jp>
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>	
* mew-configs -> mew-config-list.
* Brushed up mew-status-update.
* mew-highlight-url patch.
	Masahiro MURATA <muse@ba2.so-net.or.jp>
* mew-highlight-body patch.
	Masahiro MURATA <muse@ba2.so-net.or.jp>
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* C-cC-i is now a generic circular completion. mew-complete-from for From:.
  Set mew-from-list.
* You can get back to single part only in Draft mode. Type "d" on a
  top directory in attachments.
* PGP sign takes the "-u" options. If From: exists, use it. Otherwise, 
  mew-mail-address is used.
* Interface to execute external programs such as xv is improved.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* A patch to mew-gnus.el.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Add Newsgroups: for highlight.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* new mew-xface-mule.el and patch
	KORIYAMA Naohiro <kory@ba2.so-net.or.jp>
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* A bug fix for mew-encode-syntax-format.
        Harald Hanche-Olsen <hanche@math.ntnu.no>
* highlight for mew-summary-exchange-mark.
        "Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* Overlay instead of property.
        SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-opt-highlight-header check in mew-highlight-header-region.


1.92 (97/10/25) mew-release release

* put-text-property 'default for multipart decoded syntax in Summary mode.
  Just for XEmacs, sigh.
* Added mew-folder-newsp for mew-summary-display-message.
	TSUMURA Tomoaki <tsumura@kuis.kyoto-u.ac.jp>
* (require 'faces) for Text Emacs.
* highligh-url fix.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* A bug fix for header arrange.
* "File does not exist" check moved to mew-summary-display-message.
* local zmacs-region is set nil on Summary mode.
* (buffer-read-only t) for highlight functions.
* font-lock is now obsoleted.
* new mew-refile.el.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* A bug fix of mew-draft-insert-signature.
* A bug fix of header encoding when signs/encrypts a single body.
* mew-folder-check checks whether or not the argument is a string.
* mew-decode-syntax works even when charset is nil.
* mew-folder-check checks whether or not the folder is a directory.
* A bug fix of mew-window-configure.
* font-lock is now used only in +inbox.
* zmacs-regions hack.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* name changes: overlay -> property.
* Underline and bold when no window.
	Mito <mit@nines.nec.co.jp>
* Charset is displayed when multipart on Summary mode.
* Check window-system for no window.
* Styles and colors are now customizable.
* Face color hack.
* Use 'binary instead of 'no-conversion.
* find-file-hooks is set to nil to prevent font-lock-mode.
* mew-opt-highlight-headers -> mew-opt-highlight-header.
* Mark names were integrated.
* Range completion.
* Highlight of mouse line on Mule 2.3 and Emacs 20 was obsoleted.
* Throw away hilight19. Use font-lock instead.
* mew-opt-highlight-headers -> mew-opt-highlight-header.
* Removing a drive letter for mew-ext-ftp.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* A bug fix for mew-folder-make-list.
	Masahiro MURATA <mmurata@pic.melco.co.jp>
* Popup menu on Summary mode.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* (make-local-variable 'tab-width) in Summary mode.
* A tiny patch to mew-summary-send.
	naoki-e@is.aist-nara.ac.jp
* (featurep 'hilit19).
	Mito <mit@nines.nec.co.jp>
* mew-make-folder-list ignores garbages.
* Highlight functions were integrated. See mew-opt-highlight-cursor-line,
  mew-opt-highlight-mouse-line, mew-opt-highlight-headers, 
  mew-opt-highlight-url and mew.dot.emacs.
* Unknown cte is treated as app/oct.
* koi8-r.
* One more patch to mew-gnus.el.
	OKI Yukihiro <yoki@beams.nagaokakyo.kyoto.jp>
* PGP/MIME bug fix.
* Added "From$" to mew-field-invisible.
	Masahiro MURATA <muse@ba2.so-net.or.jp>
* imstore for mew-gnus.el.
	OKI Yukihiro <yoki@beams.nagaokakyo.kyoto.jp>
* More utime hack.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Key binding patch for Summary and Virtual mode.
	Tetsu NISHIMOTO <nishimoto@math.okayama-u.ac.jp>
* display correctly when header is too long.
	Hirotaka Yokokawa - Nihon Sun IR <Hirotaka.Yokokawa@Japan.Sun.COM>
* cn-gb patch.
	huangyan@rd.fujitec.co.jp (Yan HUANG)
* mew-summary-save patch.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* error -> mew-decode-error in mew-decode.el.
* OS2/Makefile patch.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* New mew-os2.el and utime.cmd.in.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* New mew-win32.el
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>
* Some mew-assoc-match were replaced eith mew-assoc-case-equal.
* mew-set-file-coding-system is obsolted.
* utime hack.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* MIME decode routines uses eoh2 instead of eoh for messages in +draft.
* Pretty good multi-lingual support.
* A bug fix for C-u n.
* If mew-summary-exec-region catches C-g, it set
  mew-summary-buffer-process nil.
* C-cC-k set mew-summary-buffer-process nil anyway, always.
* Defined mew-cs-charset.
* mew-msg-rm-policy hack.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* A bug fix for mew-summary-get's cache.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>
* charset safe mechanism for mew-summary-burst.
* mew-refile-{add,purge}-alias.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* mew-summary-save takes the object *binary* if unknown.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mew-sort.el patch.
	"Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* Startup errors is now user friendly.
* 'no-msg for write-region.
* mew-refile.el use To: if From: is myself.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* mew-summary-auto-refile can be used in Summary buffer only.
	Daisuke Sato <densuke@ga2.so-net.or.jp>

1.91 (97/09/18) mew-release release

* Confirmations to a user were removed completely in mew-ext.el.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Set mew-message-citation 'header for non-MIME analysis mode.
	Hirotaka Yokokawa <Hirotaka.Yokokawa@Japan.Sun.COM>
* Patches for mew.dot.emacs.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
	Shuichi Kitaguchi <shuuic-k@is.aist-nara.ac.jp>
* OS2/configure.cmd patch.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* inhibit-input-event-recording for mew-read-passwd.
* Synchronized mew.texi, mode descriptions, and description for each
  functions.
* You can put the '*' mark and the '@' mark even when on parts.
  Now, to skip parts, call "n" or "p" with C-u.
* C-cC-u(undo) works even for a single-part message.
* No white space is allowed for Aliases.
* Omitting a question for ext url.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* New mew-sort.el.
	"Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* Newsgroup -> Newsgroups in mew-pick.el.
	Akihiro Motoki <motoki@hal.t.u-tokyo.ac.jp>.
* TMP for mew-temp-file-initial.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Be silent when write control files.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* redraw-display was removed to fix the emphasis problem.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* The default value of mew-refile-guess-control was modified.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* N and P move the cursor only onto the review mark.
* New mew-os2.el and mew-mime.cmd.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mew-summary-inc-sentinel-hook came back.
* Many explanations were added and revised for interactive functions.
* "--link=no" for immv when +trash.
	"Chikara 'Power of Allow' Yano" <yankee@pi.ntts.co.jp>
* mew-folder-new-message works well even if Perl5 warns.
* A bug when ISO-2022-JP is encoded with B was fixed.
* Use install in bin/Makefile.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* A bug for forward by icon was fixed.
* X-Mailer tiny hack.
	Daisuke Yabuki <Daisuke.Yabuki@Japan.Sun.COM>
* mew-summary-reply-with-citation fix again.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>

1.90 (97/08/26) mew-release release
	
* The -f option for cp in bin/Makefile.
	Motonori Nakamura <motonori@econ.kyoto-u.ac.jp>
* Use copy-file for mew-attach-copy.
* Integrated mew-field-resent to mew-field-delete.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
	Motonori Nakamura <motonori@econ.kyoto-u.ac.jp>
* mew-summary-reply-with-citation fix.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* mew-header-encode-text was compromised so that 'text' and 
  'encoded-word' may not be separated by 'linear-white-space'.
* New mew-refile.el.
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* mew-summary-mode-line bug fix.
* "v" and "o" combination made Summary mode mixed up. This is certainly
  fixed.
* Defined mew-summary-trace-directory.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Timing to ask range was changed in mew-summary-ls.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Cache manage fix and MIME decode for News articles.
* Use (cd dir) for unshar and uumerge.
* Bug fix for the case that null name is specified when ext.
* Fixes for display.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Defined mew-home.
* Used file-name-as-directory instead of mew-path-separator as much as
  possible.


1.89 (97/08/20) mew-dist beta release

* RFC 2047 encoding. This introduced drastic changes.
* Added "Lines:" and "X-Dispatcher:" for mew-field-delete.
* Random stuff goes to mew-func.el.
* A patch for uumerge.cmd.in
        OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Unfold In-Reply-To:.
* X-Mailer hack.
* mew-config-guess-alist
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* automatic-conversion -> mew-cs-autoconv
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Completely deleted X-Graph.
* read-file-name argment fix.
	Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
	"Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>

1.88 (97/08/06) mew-dist beta release

* mew-draft-keyswitch patch
	Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-watch-sentinel check "imput: ERROR:" instead of "imput:".
* X-Mew: hack.
* Defined mew-configs.
* Too large mesage bug fix.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-summary-insert displays the message without analysis on non-part.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-decode-error hack.
* New Makefile.os2, configure.cmd and uumerge.cmd.in.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mewencode binary patch for OS/2.
* insert-file-contents-internal for mew-attach-copy on Xemacs.
* Displaying GIF/JPEG internally on Xemacs.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>

1.87 (97/07/28) mew-dist beta release

* Replaced insert-string, beginning-of-buffer, end-of-buffer,
  replace-regexp with primitives.
* C-u a and C-u A.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Contains Message-ID: in In-Reply-To:.
	Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
* Make undo possible for mew-summary-reply-with-citation.
	NISHIDA Keisuke <knishida@osk.threewebnet.or.jp>
* mew-sort.el.
	Hironori Ikura <hikura@tcc.co.jp>
* Catched up to Emacs 20.0.91.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* pick macro
	UMEMURA Akihiro <akihiro@theory.brl.ntt.co.jp>
* mew-cite-strings-with-petname
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
	Ryuichi MATSUMOTO <ryuichi@ksp.nis.nec.co.jp>
* Preliminary News support.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Virtual mode for XEmacs.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* mew-draft-keyswitch bug fix.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* PGP/MIME re-enter bug fix.

1.86 (97/07/21) mew-dist beta release

* Defined mew-use-petname.
* imsort support.
* A bug for "Subject: as CD:" was fixed. That is, RFC822 messages were
  also supported.
* "-" is assigned to mew-summary-scroll-down in Summary and Virtual mode.
* mew-summary-burst can be executed on part.
* mew-summary-save askes y-or-n only when the file exists.
* push-mark if rmm or refile treats one message. 
  If you fail to put a mark you want, type C-x C-x to get back.
* C-cC-y and C-cC-t in Draft mode is now symmetric.
* Set modeline-buffer-identification for each mode.
	NISHIDA Keisuke <knishida@osk.threewebnet.or.jp>
* mew-virtual-mode-hook
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>

1.85 (97/07/01) mew-dist beta release

* Support of "=".
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* Deleted mew-cs-spool.
* "mo" bug fix.
* Keybindin changes for Draft mode.
	C-cM  -> C-cC-a
	C-cu  -> C-cC-l
	C-cy  -> C-cC-t
* Bug fix of button2 on Xemacs.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* mew-gnus.el patch
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* (sit-for 0.1) to flush the gap for imget.
* Too large mail is not analyzed and display 'To analyze, type "."'.
  If analyzed with ".", it is cached and used when displayed another time.

1.84 (97/06/27) mew-alpha release

* mewencode.c patch
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* mewencode.c hack.
* mew-refile.el was changed drastically.
* mew-use-folders-file-p. If t, read the file when bootup. And save the 
  file when C-u Z.
* MailDir -> MailPath.
* mew-scan patch for imget error
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
* non-analysis when too large mail
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>

1.83 (97/06/24) mew-alpha release

* mew-cs-autoconv for mewencode...
* "Password is wrong" message for imget.
* add #if defined(OS2) || defined(WINNT) || defined(_WIN32) to
  mewencode.c.
* cd to the +folder when moved to it.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Install *.el before *.elc
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>

1.82 (97/06/23) mew-alpha release

* mew-cs-noconv-eol.
* Makefile was changed to install all *.el.
* Significant PGP/MIME hack.
* mew-folder-alist fix to make it easy to input multi-level folder
	(("+work/mew" "mew") ("+work" "work")) ->
	(("+work/mew" "mew") ("+work/" "work"))
* mew-file-ask-p
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>

1.81 (97/06/18) mew-alpha release

* Integrated body functions for inc, scan, and vscan.
* mew-set-file-coding-system to fix Noconv bug of XEmacs.
* Refile bug for multipart was fixed.
* Refile action was strictly specified.
	If message mode exists, let it be. Otherwise, display the header.
	If any mark exists, stay the position. Otherwise, display the next.
* Subject is displayed as CD: for Message/Rfc822 if CD: doesn't exist.


1.80 (97/06/15) mew-alpha release

* "n" for new folder at refile made a refile mark. This bug was fixed.
* Style of Xemacs's emacs-version changed. So, changed regex for
  mew-x-mailer.

1.79 (97/06/08) img release

* mew-assoc-case-equal for mew-summary-refile.
* Defined mew-characterp.
* PGP/MIME hack for the case where his public key doesn't exist.
* Added In-Reply-To: to mew-rfc822-fields.
* Defined mew-erase-buffer and mew-set-buffer-tmp.
* Next message bug fix for mew-summary-refile.
* mew-save-application/octet-stream-p was obsolete.
* Interface of mew-save-application/octet-stream was improved.
	Mito <mit@nines.nec.co.jp>
* Added +trash to mew-range-alist.


1.78 (97/06/02) img release

* mew-summary-pick fix.
* mew-summary-refile mark fix.


1.77 (97/06/01) img release

* Deleted mew-file-chase-links which was defined to maintain backward
  compatibility to Emacs 18. Mew don't support Emacs 18 anymore, so
  use file-chase-links instead.
* mew-symbolic-link was defined to rescue OS/2.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Set scrollbar-height 0 only for Summary mode.
	Yuuichi Teranishi <teranisi@isl.ntt.co.jp> 
* mew-input-range causes an error unless range starts with "0-9a-zA-Z".
* expand-file-name for mew-mail-path in mew-refile.el.
* New re-sent uses imput.
* Hard cordings of UNIX path separator "/" were eliminated. Defined
  mew-path-separator.
* "poster" check.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* mew-expand-file-name was obsolete. Use mew-expand-folder instead.
* All completion mechanisms were uniformed in mew-complete.el.
* mew-keyval was modified to allow field-keys which are not terminated
  by ":".
* mew-draft-get-new -> mew-folder-new-message.
* mew-summary-burst hack.
* Defined mew-folder-check.
* mew-refile hack.
* mew-assoc-{equal,match,match2} hack.
* mew-pgp.el hack to support sign-AND-encrypt service of PGP/MIME.
* mew-random-string for more safe boundary.


1.76 (97/05/27) img release

* Some MH dependencies were removed.
* Info typos were fixed.
	OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* "w3.el" support for access-type=url.
	Toshihiko SHIMOKAWA <toshi@tea.forus.or.jp>

1.75 (97/05/15) img release

* inc/scan remembers neat cursor movements.
* "--src" option for mew-summary-pack.

1.74 (97/05/07) img release

* mew-{scan,summary}.el update.

1.73 (97/05/02) img release

* mew-prog-scan-range-alist -> mew-range-alist.
* mew-scan.el was modified for imget.

1.72 (97/04/29) img release

* immv is supported for deletion and refile.
* imput is ok if mew-fcc is nil.
* impick is ok if while spaces are provided.
* imget:: format is deferent from imls.
* imls is ok.
* mew-plet:: 'binary for XEmacs, 'no-conversion for Emacs.

1.71 (97/04/26) img release

* Start walking with im series.
* make-local-variable coding-system-for-{read,write}.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>.
* Defined mew-which-el.


1.70 (97/04/21) mew-dist release

* Retrieve the body of Message/External-Body only if typing C-cC-e.
* Many syntaxes are uniformed.
* Pretty good regular expressions.
* Summary mode now reports the reason when an error occurs.
* Yet another bug fix for mew-attach-undo.
* Catch up to XEmacs 20.1 b15.
* Defined mew-subsequence.
* mew-draft-keyswitch bug fix.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>.

1.69 (97/04/02) mew-release release

* Add many explanations to variables and functions.
* mew-mark-process-all-folders is set to kill-emacs-hook by default.
  REMOVE THIS CONFIGURATION FROM YOUR .EMACS.
* Yet another mew-draft-keyswitch bug fix from
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>.
  But his patch couldn't handle vector sequence. So I modified.
* mew-attach-line bug fix.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* A fix for mew-attach-undo fatal bug. It calls mew-syntax-clear-marks now.
* "'" -> "function".


1.68 (97/03/30) mew-release release

* Infos are provided.
* mew-draft-refresh.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* Put mew-cache-flush in mew-summary-toggle-analysis.
	Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
* Changed regular expressions for buffer. Use "$" instead of "\n"
 since there are, at least, three end of lines in the world. Add "^"
 to "[ \t]".
* Define mew-prog-shell{,-arg} for cmd.exe.
* Add "Resent-*:" to mew-rfc822-fields.


1.67 (97/03/26) mew-release beta release

* bin/* upgrade
	- chmod 555 for vscan, uumerge, mew-refile
	- find a path for pick, etc.
* Support for Gnumule 19.34.94 epsilon
* Output of pick is line-based. So use mew-piolet instead of mew-plet
  in mew-summary-pick.
	IMAI Kenichi <kimai@av.crl.sony.co.jp>
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* PGP result duplicate bug fix(only for XEmacs).
* Forward/Multi-Forward attachment/toolbar bug fix(only for XEmacs).
* Reply with citation display bug fix(only for XEmacs).
* mew-decode-syntax-print moves the cursor a wrong place. This is fixed.
* mew-draft-show-attach is now generic enough so that it can execute
  any external commands including "xv", "ghostview", etc.
  Click left bottun on icons of Draft mode!
* mew-mime-{start,call}-process now becomes generic.
* On XEmacs, I decide to call any external commands immediately without
  y-or-n to hide Summary toolbar bug, sigh.


1.66 (97/03/24) the first beta release of Mew next generation 
		to mew-release
* XEmacs 20.1 full support.
* Menu refine for Summary, Virtual, and Draft mode.
* Toolbar for Summary and Draft mode.
* Icons are ready.
* Making code of Summary mode and that of Draft mode as symmetric as 
  possible.
* Many bug fixes found in 1.55.

1.55 (97/03/04) mew-dist release

* "Message interface to Emacs Window" -> "Messaging in the Emacs World"
* s/mew/Mew/g.
* (message "") to cancel some messages.
* Set ange-ftp-tmp-name-template to ensure that ange-ftp creates temporary
files on /tmp/mewxxx.
* Asynchronous FTP for access-type=anon-ftp.
* Makefile bug fix.
	SAITO Tetsuya <tetuya-s@is.aist-nara.ac.jp>
* Set process-connection-type nil for all start-process funcs.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Use make-symbolic-link instead of "ln".
* Use make-directory instead of "mkdir".
* Use copy-file instead of "cp".
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Define mew-delete-directory-recursively instead of "rm -rf".
* Delete mew-os2-p.
* Delete mew-mule18-p
* Define mew-window-home-buffer.
* Define a content-type entry for ".tgz" and ".pgp".
* "M-p" and "M-n" for mew-folder-map.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* run-hooks mew-message-hook in mew-message-next-page.
* Delete hilit19 from mew-draft. It is called via mew-draft-mode-hook.
* unread-command-char -> unread-command-events in mew-temp-minibuffer-message.
* Bug fix for undo in Draft mode.
* Define new mew-header-syntax.
* C-g on E in attachments set unintentional privacy. This is fixed.
* "E" on attachments prepares a default decryptor.
* A bug fix for "D" on attachments.
* Implement mew-summary-burst.
* Keyswitch bug fix.
	Koji Imada - je4owb/2 <koji@bimota.imada.math.human.nagoya-u.ac.jp>
* Add pre-command-hook for keyswitch.
	Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
* Signature insertion bug fix.
	Kazuyan / OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
* Draft mode "----" search bug fix.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* Define mew-field-other-visible.
	"A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
* Special thanks to 
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>


1.54 (11/25/96) mew-release release

* Insert "\n" after mew-draft-attach-boundary-end.
	Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
* Refine Makefiles
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* "F" in attachments set charset us-ascii. Now it sets "guess".
* "^$" -> "^-*$" in mew-cache-message-new.
	Havard.Eidnes@runit.sintef.no
* mew-save-transfer-form's end problem was fixed. PGP encoding on Emacs 
is now stable.
	Havard.Eidnes@runit.sintef.no
* mew-header-decode-regex was defined to pacify those how don't use
MH 6.8.3.JPx.
* Check non-erase in mew-summary-display-part.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>


1.53 (11/23/96) mew-release release

* Makefile was modified again, sign.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>	
* mew-draft-keyswitch was generalized.
* mew-header-canform now just adds mew-mail-domain. This fix for an
environment where the domain contains the string of the first domain
(e.g. jpcert.or.jp).
* mew-attach-multipart fix.
	Shunichi GOTO <gotoh@taiyo.co.jp>
* The same fix for mew-attach-external-body and mew-attach-pgp-public-key. 
* Writable check for mew-summary-folder-cache-save.
	Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
* Newline hack for mew-draft-syntax-file.
	Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
* mew-mime-application/octet-stream uses the obsolete name parameter 
as the default file name. 

1.52 (11/21/96) mew-release release

* Makefile was modified.
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>	
* Insert "\n\n" when a truncated message doesn't have a header delimiter.
* Some undo fixes.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Disabled C-y on attachments region.
* mew-mule-p for mew-encode-text-magic.
	Jarle.Greipsland@runit.sintef.no
* Path expansion fix for mew-ext-anon-ftp.
* mew-header-expand-alias-list: mew.el -> mew-header.el
* mew-header-decrypters-collect fix.
* PGP ".asc" suffix fix in mew-pgp.el.
* mew-mime-pgp-keys now checks mew-prog-pgp.
* auto-mode-alist fix.
	Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
* Add message/delivery-status for mew-mime-content-type.
* Check mew-temp-dir in mew-clean-up.
	Yoshitsugu Mito <mit@d1.nines.nec.co.jp>

1.51 (11/18/96) mew-release release

* Re-write version of Mew

1.50 

* Re-write version of Mew for alpha testers.

1.06 (06/07/96) mew-release release

* mew-draft-insert-signature hack. See mew-signature-insert-last and 
mew-signature-as-lastpart.
	David C Worenklein <dcw@gcm.com>
* mew-ask-range
	David C Worenklein <dcw@gcm.com>
* mew-trash-folder
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* Make mew-draft-keyswitch more generic.
	KITAJIMA Akira <kitajima@quintet.ics.es.osaka-u.ac.jp>
	Koji Imada <koji@bimota.imada.math.human.nagoya-u.ac.jp>
* Set split-window-keep-point t for split-window-vertically.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-message-highlight-url
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Provide mew-minibuffer-folders-word and mew-temp-minibuffer-message
so that we can enjoy SPC and TAB on refile completion.
* C-u y requires read-coding-system if on Mule.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* highlight-headers support for Xemacs
	Ulrich Drepper <drepper@myware.rz.uni-karlsruhe.de>
* mew-summary-send speed up
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Don't force display to reply a scrambled message.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-summary-quit bug fix
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* inc now support password input for -norpop.
* mail-citation-hook is deleted.
* vscan patch including foiler alias bug fix and space-separated
pattern for -subject.
	Shigeya Suzuki <shigeya@foretune.co.jp>
* OS/2 support
	Fujikazu OKUNISHI <fuji0924@mbox.kyoto-inet.or.jp>
* mew-summary-highlight-lines-region bug fix
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>


1.05 (03/28/96) mew-release release

* mew-os2-p
	if t, use "cp" instead of "ln -s".
* mew-summary-exec-current for "X"
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-file-chase-links
	Yoshiaki KASAHARA <kasahara@csce.kyushu-u.ac.jp>
* mew-draft-cite does support super cite.
	Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
* message retains in Summary mode if refiled as link.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* recursive VM refile
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* multi refile
	Yoshinari NOMURA <nom@csce.kyushu-u.ac.jp>
* mew-status-update updates only aliases by default. It does for 
both aliases and folders if it is called with prefix(C-u).
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-ask-subject
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* A bug of mew-mime-external-send-mail due to the change of
mew-draft-header is fixed.
* mew-draft-header doesn't insert "Cc:" if cc is nil. 
* English is brushed up.
	Mikitomo Ushijima <mikitomo@crew.sfc.keio.ac.jp>
* Bug fixes for Xemacs. overlay. enlarge-window.
	Ulrich Drepper <drepper@myware.rz.uni-karlsruhe.de>
	"Carl D. Roth" <roth@cse.ucsc.edu>
	Wilfried Philips <philips@ibmmbv2.elis.rug.ac.be>
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-base64-encode-string bug fix
* pick macro
	UMEMURA Akihiro <akihiro@theory.brl.ntt.jp>
* mew-draft-{yank,cite} save-restriction bug fix.
* mew-draft-header typo fix.
	koba@flab.fujitsu.co.jp (Kobayashi Shinji)
* mew-draft-on-key-p bug fix.
	koba@flab.fujitsu.co.jp (Kobayashi Shinji)

1.04 (02/29/96) mew-dist release

* Functions of header completion staff in Draft buffer are enhanced.
* mew-assoc-match bug fix
* all "reverse" are changed to "reverse" to save cells!
* mew-summary-{next,prev}-msg are redefined.
* mew-buffer-substring is defined.
* Make mew-base64-char64 one-liner...

1.03 (02/14/96) mew-dist release

* "N" and "P" just moves cursor if mew-summary-buffer-disp-msg is nil.
* Keep summary height(excluding mode line) ODD! (Why hasn't this code
been included yet? I certainly implemented before...)
* "n" display D-marked message even if all below messages are marked
as D. Comment out (forward-line -1) on mew-summary-down to prevent
this.
* Typing "u" on a part whose message is marked causes an error. This is
fixed.
* (set-buffer-modified-p nil) for mark functions.
* use buffer-substring-no-properties in lieu of buffer-substring in
mew-match.
	Anders Lindgren <andersl@csd.uu.se>
* mew-summary-rmm has potentially a big bug, which marks "D" on
another message if and only if the user types "D" on a part which is
already marked as "D". This bug is fixed with mew-summary-rmm-one.
* The same bug fix for mew-summary-refile
	Hirotaka Yokokawa <Hirotaka.Yokokawa@sun.co.jp>
* Underline and pick seedup patch
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
	UMEMURA Akihiro <akihiro@theory.brl.ntt.jp>
* mew-mime-application/octet-strem in lieu of mew-mime-default-function.

1.02 (12/21/95) mew-dist release

* mew-summary-search bug fix.
* Assign C-xC-o to mew-summary-jump-to-draft-buffer.
* Don't recenter at refile.
        NAKAMURA Motonori <motonori@cs.ritsumei.ac.jp>
* Move (mew-summary-highlight-lines) after sentinel.
        SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Don't delete mew-watch buffer when quite.
* Inc calls scan-body to fill the gap.
* Synchronize the scan termination in inc.
	Tomoaki Tada <niggle@fct.kgc.co.jp>
* mew-mail-address patch to fix PGP key selection bug
	Makoto 'MAR_kun' MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
* mew-summary-inc bug fix. folder -> mew-inbox
	Hirotaka Yokokawa <Hirotaka.Yokokawa@sun.co.jp>
* mew-prog-scan-default-range
	Akihisa Konno <minnie@fluidlab.naoe.t.u-tokyo.ac.jp>
* Use file-truename to expand symbolic directory name in
mew-summary-folder-dir-newp when Emacs19. This bug remains for Emacs18...
	Yoshiaki KASAHARA <kasahara@csce.kyushu-u.ac.jp>
* Define mew-summary-exec-hook.
* Mark @ and * enhancement 
	Akihisa Konno <minnie@fluidlab.naoe.t.u-tokyo.ac.jp>
* -not support for pick.
	Akihisa Konno <minnie@fluidlab.naoe.t.u-tokyo.ac.jp>
* Strong marks and weak marks.
* vscan enhancement.
	Shigeya Suzuki <shigeya@foretune.co.jp>


1.01 (11/28/95) mew-dist release

* Delete X-Mailer: field when reedit.
* Don't set mew-reply-to by default.
* Define
	mew-noreplyto-to-list
	mew-noreplyto-cc-list
	mew-replyto-to-list
	mew-replyto-cc-list
This is a quite temporary solution. 
* passphrase failure bug fix.
	MOTOKADO Yoshihiro <moto@kado.iijnet.or.jp>
* (forward-char 1) in mew-message-prev-page for compatibility with
emacs-19.28 and emacs-19.29
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* undo don't delete message buffer.
* Never ask update if a directory is older than its cashe file.
* underline patch 
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mhc.el version up
* "message/external-body" patch
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* Window pop patch
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* Do update if .mew-cache doesn't exist.
* Change the regex for keep-lines not to delete multipart.
* "^" mew-mail-address "$".
* overlay-put instead of put-text-property.
	SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
* mew-input-filename bug fix.
	Suggested by Richard Levitte <levitte@adm.pi.se>


1.00 (10/18/95) mew-release release

* Define buffer-substring-no-properties on Emacs19 if not defined.
* Never use text properties on Xemacs.
* Warn if old style of mew-cite-format is used.
* mew-temp-minibuffer-message bug fix.
* Support Gnus v5.
* mew-draft-header more neatly deletes Cc:.
* redist never prepares Resent-Cc:.
* All commands are sensitive end of buffer. Boundary problems are solved.
* mew-summary-prev-page bug fixes.
* mew-summary-exec displays "No marks".
* You can execute mew-summary-forward on part.


0.99 (10/08/95) mew-release release

* Typo of mew-draft-multipart-end.
* Never display MIME syntax when mew-summary-toggle-disp-msg is on.
* I have misunderstand RFC1522 for a long time that its heder encoding
requires MIME-Version: field. But Keith kindly told me that it's not
the case. Thanks to this flexibility of RFC1522, we can safely exchange 
non-ascii header fields with non-MIME interface.
* Typo of update in mew-summary-rescan.
* mew-field-get-{value, line} now uses mew-loop-depth to prevent long
loop that happens with thousands of same field in a message.
* mew-prog-pick-default-arg is defined.
* edit-again and reedit inserts mew-from and mew-reply-to.
	Satoshi Nakagawa <nakagawa@kansai.oki.co.jp>
* mew-cite-format is *field free*! See the documentation of 
mew-cite-fields.
* mew-refile is version up to stop using
mew-summary-buffer-disp-msg-current.
* Many code contributions that make Mew slightly faster preventing
consumption of cells. Thanks!
	UMEMURA Akihiro <akihiro@theory.brl.ntt.jp>
* Define mew-cite-prefix-function and mew-cite-prefix-username.
* Define mew-cite-prefix-confirmp.
* On Xemacs, use (mark t) instead of (marker-position (mark-marker)).
	Niclas Andersson <nican@ida.liu.se>
* mew-prog-audio bug fix (Sorry for late, Dave!).
	Shiro IKEDA <shiro@volga.bcl.t.u-tokyo.ac.jp>
	dcw@gcm.com (David Worenklein)
* mew-summary-reply prepares Cc: from From: field. This may be useful
in the case that To: is a user, From: is the sender, and Reply-To: is
a ML.
* Define mew-header-max-length to prevent long loop for processing
loooong header.
* mewencode hack.
  (1) "\n.\n" including "post soft break" is QP-encoded to "\n.=\n\n".
      (suggested by Richard Levitte <levitte@pi.se>)
  (2) If we meet illegal encoded words such as "=XX" at PQ-decoding,
      we just warn, never exit.
      (suggested by Niclas Andersson <nican@ida.liu.se>)
* mew-header-extract-addr hack.
	Mine Sakurai <m-sakura@ccs.mt.nec.co.jp>
* mew-mark-process-all-folders bug fix.
	Shiro IKEDA <shiro@volga.bcl.t.u-tokyo.ac.jp>
* "insert" rather than insert-after-markers which is obsolete in Emacs 19.
	Jarle Fredrik Greipsland <jarle@idt.unit.no>
* Draft menu enhancement.
	dcw@gcm.com (David Worenklein)
* mew-ask-cc hack for forward, multiforward, and resent.
	dcw@gcm.com (David Worenklein)
* Define message-mode functions and menu.
	dcw@gcm.com (David Worenklein)
* Use buffer-substring-no-properties instead of buffer-substring for 
mew-delete-backward-char[-at] on Emacs 19 for font-lock-mode.
	Jarle Fredrik Greipsland <Jarle.Greipsland@idt.unit.no>
* C-u C-c C-c on draft buffer leaves the draft as it is.
	Tomoharu Suzuki <suzuki@astron.s.u-tokyo.ac.jp>	


0.98 (08/01/95) mew-release release

* mew-pgp.el support the cases of lack of public key and keyring itself.
* mew-part-make hack.
* A bug fix for X-Mew:.
* defvar of mew-x-mew to allow users to defined an appropriate strings
for security. 
* "mo" bug fix.
	Hirotaka Yokokawa <Hirotaka.Yokokawa@sun.co.jp>


0.97 (07/28/95) mew-release release

* mew-draft-check-whom uses mew-header-address-collect instead of 
mew-header-user-collect. 
	Tetsuro Muranaga <Tetsuro_Muranaga@HOLST.CODA.CS.CMU.EDU>
* Defined mew-temp-file to get rid of the security hole which makes
eavesdroppers possible to watch contents of mail on
/tmp. mew-temp-file must be a file which nobody but you can
access. The default value is ~/Mail/drafts.
* localform decoder and syntax analyzer now handle CT: in
Message/digest.  Message/Mixed and Message/Digest is syntactically
identical but the semantics are different. The default CT: for
Message/Digest is "message/rfc822" whereas the default CT: for
Message/Mixed is "text/plain". We don't assume null line after
boundary anymore.
* mew-pgp-decode-sentinel and mew-pgp-decode-sentinel-mime is merged to 
handle PGP message.
	

0.96 (06/28/95) gnu.emacs.sources release

* mew-draft-cite sets buffer to (mew-buffer-message) when non-analysis
mode.
* Some warning preventions.
	SAKAI Kiyotaka <ksakai@netwk.natc.co.jp>
* Dummy message "" for mew-draft-cite to prevent echo. I don't know
why this echo occurs.
* mew-summary-{reedit, edit-again} inserts mew-fcc and mew-dcc.
* mew-draft-undo deletes backup files.
* Tiny bug fix for mew-draft-undo.
* Tiny bug fix of CD: for PGP/MIME
* Double quotations in the description of mew-cache are escaped with "\".
This makes Mew workable on Emacs 19.29.
* Further English improvement
	Mikitomo Ushijima <c92205mu@sfc.keio.ac.jp>
* mew-mime-{call,start}-process warns a message if program doesn't exist.


0.95 (06/26/95) mew-dist release

* mew-fib-flush-input -> "C-cu"
* mew-draft-undo -> "C-cC-u"
* mew-header-user-collect never warn when exceeds mew-loop-depth. 
mew-apply-before-refile-function
	SAKAI Kiyotaka <ksakai@netwk.natc.co.jp>
* Check existence of PGP before decoding the region.
* English improvement
	Mikitomo Ushijima <c92205mu@sfc.keio.ac.jp>
* mew-summary-rmm and mew-summary-undo can take number prefix.
	SAKAI Kiyotaka <ksakai@netwk.natc.co.jp>
* MIME syntax analyzer takes care of CTE:, CI: and CD: for
message/rfc822.
* Message/External-body can contain CD:
* An entry of mew-multi-syntax consists of 
	(filename type description encoding param).
PGP encryption uses param instead of descrition. So, MIME object 
which is encoded by PGP can include CD:.
* All command in multipart of draft mode keep the position.
* The key binding of mew-multi-pgp-sign-enc changes from "B" to "P" 
due to mew-multi-base64.
* mew-multi-base64, mew-multi-quoted-printable.
* mew-multi-gzip -> mew-multi-gzip64.
* mew-summary-edit-again for old fashion error mail that an original
message is encapsulated after "----- Original message follows -----".
This is binded to "\ee" in summary mode.
* mew-header-alist
* Bug fix of code transform error in PGP/MIME. I forgot to specifiy
boundary. 
* In draft mode, C-cC-c + "n" caused an error. This is fixed.
* Comment out mew-draft-anno in mew-summary-reply.


0.94 (06/21/95) mew-dist release

* PGP/MIME !! \^^/
* Bug fixs for mew-summary-forward[-multi]
* mew-summary-{inc,scan}-sentinel-hook
* typo
	kawato@ats.nis.nec.co.jp
* Two warning reduction
	SAKAI Kiyotaka <ksakai@netwk.natc.co.jp>


0.93 (06/20/95) mew-dist release

* "Z" for mew-status-update in summary mode.
* Scan cache is not used in +draft.
	SAKAI Kiyotaka <ksakai@netwk.natc.co.jp>
* Mark based composer at last!!
* Mew doesn't scan mime directory at entring multipart mode.
* draft's mark is integrated into encoding. So, mew-insert-file became
much simle and beautiful.
* We can handle ISO-8859-1 on Mule correctly.
* mew-summary-reedit now can handle rfc822 part.
* Many functions become virtual-mode ready.
* mew-quit-hook


0.92 (06/18/95) mew release

* User-customizable valuable mew-field-delete, mew-field-resent.
* mew-part-get-params-member to avoid depending the order of
parameters.  This can survive even if "boundary" is not the first
parameter of multipart.
* Virtual mode is provided. Since buffer-name is not equal to folder
name. (mew-summary-folder-name) is defined. Many functions are
rewrited with it.
* mew-summary-mark-collect2 for virtual mode.
* mew-summary-{inc, scan}-filter deletes only "+".
* When number of address reaches to mew-loop-depth, warning message is
displayed to tell users the truncation of addresses.
* Fcc: allows multiple values.
* mew-header-{user, address}-collect became case-sensitive. I don't
know any side effect occurs.
* User options of mew-auto-add-content-type and mew-ask-cc.
	David C. Worenklein <dcw@gcm.com>
* Better value of mew-window-configuration to make lines of summary
window odd
* We should allow aliases that contain ".".
  "^\\([-\\+a-z0-9_]+\\):\\s-+\\(.*\\)$" -> "^\\([^:]+\\):\\s-+\\(.*\\)$"


0.91 (05/21/95) gnu.emacs.sources release

* mew-summary-forward causes an error due to modification of
mew-summary-display. set-buffer-modified is moved before return value
to fix this problem.  
* regex of mew-summary-{inc,scan}-filter is changed from 
"^ *[0-9]+\\([ +]\\).*\n" into "^ *[0-9]+\\(.\\).*\n".
* mark enhancement.
	Hiroshi ENOMOTO <enomoto@apt.fxis.fujixerox.co.jp>
* mew-read is obsolete.


0.90 (05/08/95) mew-dist release

* buffer-modified hack.
* make mew-summary-save general for binary CT:.
* mew-summary-multipart-delete for mew-summary-toggle-disp-msg.


0.89  (03/07/95) gnu.emacs.sources release

* Menu bar enchancement
	SAKAI Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* PEM functions are named as mew-pem-xxx.
* Set terminal-more-break-insertion nil.
* Patch to delete blank for .xface.
	YAMAMOTO Akishige <yamamoto@msi.co.jp>
* Set mail-header-separator "----" for ispell-message.
* Position is changed that call mew-send-hook for ispell-message.
* (split-window-vertically sumheight) -> (split-window nil sumheight)
in mew-window-configure.
	SAKAI Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* +language=en for PGP decode.
	Hiroshi ENOMOTO <enomoto@apt.fxis.fujixerox.co.jp>


0.88 (03/03/95) mew-dist release

* +clearsig=on, +language=en for mew-pgp-encode-switch.
* (featurep 'hilit19) for hilit-rehighlight-buffer.
* If you make three mistakes for pass phrase, body isn't deleted and
CT: is not inserted.
* mew-alias-update.
	SAKAI Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* mew-pgp-add-key and mew-terminal-emulater. 
* mew-refile is updated to 0.19 including mew-alist-max-length.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* mew-from-alist patch to avoid the name of nil.
	Keith Waclena <keith@neuromancer.lib.uchicago.edu>
* mew-mime-start-process checks the existence of program.
* Add ^G to exit condition to mew-read-passwd to prevent everending
loop.
* PGP temrinology: "encode" == encrypt, sign, sign then verify
* PGP temrinology: "decode" == decrypt, verify, decrypt then verify
* Error handle for {pub,sec}ring.pgp not exist and userid not found.
* mew-draft-check-whom
	Tetsuro Muranaga <Tetsuro_Muranaga@HOLST.CODA.CS.CMU.EDU>
* "~/.xface"
* mew-summary-reply-with-citation -> "A"
* mew-summary-toggle-analysis -> "ESC a"
* Special case support for mew-mime-localform-singlepart
	null CT: and CTE: 7bit!


0.87 (02/26/95) mew-dist release

* X-Face: support.
* Burst support.
* hilit-rehighlight-buffer rather than redraw-display in mew-draft-mode
to cease to left garbage.
* erase-buffer before MIME analysis for PGP pass phase input.
* Define mew-which to cease full path notation. (e.g. mew-prog-pgp = "pgp")
* Call PGP asynchronously to send a pass phrase safely to prevent the
ps or sps snoop. 
* Pretty Good Support for PGP. Now you can sign(C-cs), encrypt(C-ce),
sign and encrypt(C-eb). You can re-enter your pass phrase.
* mew-pgp-insert-public-key(C-cp).
* Define mew-pgp-decrypt-letter(C-cd) to decrypt the message without
CT: app/pgp.


0.86 (02/09/95) gnu.emacs.sources release

* mew-command-key-sequence is defined to support C-u on draft mode.
	SAKAI Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* set-marker at mew-summary-reedit
	SAKAI Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* mew-draft-delete-content-type is defined.
* condition-case for mew-summary-{inc, scan}


0.85 (02/08/95) mew release

* Region hack for mew-summary-convert-local-charset and
mew-pem-decrypt-letter.
* Bug fix for auto-fill-{hook & function} again.
* MIME composer hack to throw away swap CT:.
* mew-draft-send-letter never undo now to corrent C-cC-c & n bug.
* Add (mew-summary-multipart-delete) to mew-input-range for the case
when parts is expanded in the bottom of the folder. 
* mew-summary-reply doesn't use full window if current Mew's windows have
enough height.
* mew-draft-header-domain switch the current candidate to the next one
if the current one is conpleted.
* mew-minibuffer-domain is defined.
* mew-draft-header-{domain,alias} saves the window configuration.
* Hacking mew-mime-syntax-singlepart to handle multipart/digest correctly.
* Hacking mew-mime-localform-singlepart to handle multipart/digest correctly.
* Add ".*" entry to mew-mime-content-type.
* Reply address hack for ":;"
	Motonori NAKAMURA <motonori@cs.ritsumei.ac.jp>
* A setmaker bug in mew-mime-decode is fixed.
* mew-summary-convert-local-charset checks mew-message-citation.
* "C-cC-h" in summary mode is mew-summary-convert-header.
* "C-cC-d" -> "C-cC-h" in draft buffer.
* mew[en|de]code's gzip64 bug fix. (Three processes are necessary.)
* X-Gzip64 decode support.
* mew-summary-reply never causes an error when From: doesn't exist. 
* Parameter of mew-draft-cite can be nil. 
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* mew-send-hook is defined.
* mew-draft-auto-fill hack.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* Decription for message mode.
* "q" of mew-message-mode-map -> "o", "h".
* mew-file-append-p is defined.
* Remote file completion support for composing annon-ftp of external-body.
* mew-temp-minibuffer-message is defined.


0.84 (01/11/95) mew-dist release

* a tiny patch to support mew-refile version 0.14.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* mew-mail-domain is taken from (car mew-mail-domain-list)
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* Key binding change for mew-draft-header-domain into C-cC-i.
* C-cC-l for mew-summary-convert-local-charset
* C-cC-d for mew-pem-decrypt-letter
* Minimum width is 80 for scan and inc.


0.83 (01/12/95) mew release

* goto-char (point-max) when goto-folder.
* Draft mode documentation hack for fill blanks.
* mew-highlight-lines-use
	Maybe TABOO <y-koga@ccs.mt.nec.co.jp>
* mew-mime-content-type-multipart-list is defined to limit the range
for the content-type of directory.
* (this-command-keys) instead of last-command-char for
mew-draft-keyswitch to support more than 2 key strokes.
* mew-header-insert-from-file bug fix.
	Tomoharu Suzuki <suzuki@astron.s.u-tokyo.ac.jp>
* Bug fix for insertion of messages in +drafts.
	Tomoharu Suzuki <suzuki@astron.s.u-tokyo.ac.jp>
* mew-mail-domain-list and mew-draft-header-domain are defined.
You can complete your domain after by "M-TAB" in draft header.
* Bug of auto-fill-{hook & function} in mew-draft-mode is fixed.


0.82 (01/05/95) gnu.emacs.sources release

* mew-mime-syntax adopts vector instead of list.
* Speed hack for mew-fields-get-as-list .
* Set end multipart in mew-mime-syntax for mew-summary-save.
* Coding systam bug of mew-summary-save is fixed.
* mew-summary-save bug that mishandles message/rfc822 is fixed.
* mew-part-make regex bug fix for Emacs 19.


0.81 (12/23/94) gnu.emacs.sources release

* mew-summary-[message-]-{up,down} goes to * mark, too.
* When ((oldmsg = newmsg) & (oldpart != newpart) 
mew-summary-show displays the message.
* mew-draft-insert-signature, at last! (Set mew-signature-file.)
This function will be improved to handle multiple signature files.
* Highlite patch. mew-xemacs.el is removed.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* File existence check in mew-summary-{show, display}
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* Set mew-summary-buffer-disp-msg-current in mew-message-next-msg.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* mew-summary-reply takes care of Apparently-To:.
* name change: canform -> localform.
* Bug fix that CD: of CT: message is not displaied.
* CD: decode bug fix.


0.80 (12/14/94) mew-dist release

* Never ask "process marks?" if range is update at rescan.
* The save hack to goto-folder.
* Regex for mew-mail-address-list.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* Bug fix for mew-summary-{refile, display-{top,bottom}}.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* Bug fix for mew-alist-load concerned with null readable file.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* (call-interactively mew-summary-recenter) bug fix.
	Yoshinari NOMURA <nomsun@csce.kyushu-u.ac.jp>
* Bug fix for mew-multi-{type,description} that cause an error if it is 
called on the bottom boundary.
* mewencode, mewdecode, and mewcat are implemented.


0.79 (12/08/94) mew-dist release

* mew-header-split is re-written with aref instead of string-match to
fix a bug.
* application/x-graph.
	Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
* AF support.
* Variable name change: mew-mule-charset-spool -> mew-mule-charset-local.


0.78 (12/08/94) mew relase

* Mew MIME canonical form is changed to handle recuresive MIME
message. So, MIME syntax analyzer is also drastically changed.
* truncate-lines for summary-mode.
* When mew-summary-cache-file is inserted, mew-summary-mode is always
called.
* MIME boundary includes preceding CRLF(yes, LF on UNIX). 
mew-summary-save and analyzer obey this spec.


0.77 (11/30/94) mew-dist release

* Introduction of cache based scan.
* mew-fib.el is created. 
* Tiny bug of mew-summary-quite is fixed.


0.76 (11/25/94) mew-dist release

* mew-content-attr rather than mew-file-attr for encoding in 
mew-draft-make-multi[part]
* C-cC-q (mew-kill-buffer) for 
	watch buffer, 
	summary mode, 
	and
	mew-multi-find-file.
	mew-multi-find-new-file.
* Refine mew-multi-find-file.
* Refine mew-multi-external-body.
* Define mew-multi-find-new-file.
* mew-multi-remove and mew-multi-delete.



0.75 (11/22/94) mew release

* run-hooks instead of funcall for mew-cite-hook.
* Stop inserting "\n" after mew-cite-format. "\n" is appended to
mew-cite-format instead.
* The arguments of mew-summary-scan are changed for update.
* Update bug fix in mew-summary-scan.
* Mime multipart composing method is changed. It become
statefull(mew-multi-syntax) to support Content-Description: (and Mark
based composing in the near future).
	c, l, m, r are done.
	a, d, e, f are not yet.
	T, D are added.


0.74 (11/17/94) mew release

* Demo strings are always centerized.
* mew-eof-string display bug fix.
* mew-cite-format is defined.
* Exclusive control for inc, scan, exec, pack, and sort.
* Introduce the concept of "update".
* "?" searches on range of displayed messages.
* Correct typos in mew-draft-mode-map. 
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* kill-buffer *mew-watch* at mew-summary-quit.


0.73 (10/19/94) gnu.emacs.sources release

* Add mew-emacs19-p to mew-window-pop.
	Yoshiaki KASAHARA <kasahara@csce.kyushu-u.ac.jp>
* defvar instead of setq for mew-path.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* Add bufferp to mew-mark-process-all-folders.
	Ishikawa Ichiro <ichiro@ccsr.u-tokyo.ac.jp>


0.72 (10/18/94) mew-dist release

* mew-summary-cite will cite whole message including header if prefix is
given(i.e. C-uC-cC-y).
* mew-header-extract-addr extract a string from last <> pair.
* mew-mark-process-all-folders is defined for kill-emacs-hook.
* mew-loop-depth is defined for long field safety.
* mew-summary-scroll-up's bug fix.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* mew-mime-decode-region's *critical* loop error is fixed to introduce
mew-decode-marker.
* CTE: quoted-printable for 8bit charset.
* Bug fixes for XEmacs code.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* p/n on message buffer goes to previous/next part.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>

Following are contributed by
	 Motonori NAKAMURA <motonori@cs.ritsumei.ac.jp>.

* toggle summary only and summary & message when p/n on top/bottom.
* "^-*$" instead of "^$" to show draft.
* When replys your own message, never change To: and Cc:.
* Never insert list:; into To: from To: list:;.
* If body is empty on draft, ignore this body creating multipart.
* Now we can find-file any file on drafts/mime/1/.


0.71 (10/15/94) mew-dist release

* ISO-8859-1 support for Emacs 19.
* mew-draft-charset-guess-letter guess charset only inbody excluding
header.
* Stops to user " " for boundary. " " is replaced by "_".
* Some bugs of mew-summary-save are fixed.
* Tiny bug of mew-multi-part-directory is fixed.
	KIZU takashi <kizu@ics.es.osaka-u.ac.jp>
* Improvement of mew-summary-scroll-up.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* -f option is added when execute gzip or compress with "-d" to avoid
uncompression failer due to a existence "basename" file.
* Remove string-to-char-list from mew-base64-[en,de]code-string.
* Define mew-y-or-n-p.
* Non MIME analysis mode now clenas up message header.
* Default value of mew-fcc is now nil.
* XEmacs(Lucid Emacs) support.
	"Matthew Liggett" <mliggett@onyx.chem.indiana.edu>
* Make fcc folder if not exist.
* X-Mailer.


0.70 (10/04/94) mew-dist release

* Support hilight in draft mode. See mew.dot.emacs.
* mew-eof-string
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* *IMPORTANT CHANGE* mew-summary-print  "!" -> "#"
* *IMPORTANT CHANGE* mew-summary-refile-again -> "!"
* *IMPORTANT CHANGE* mew-summary-toggle-disp-msg  "t" -> "v"
	to reserve to *t*hread
* auto decryption for PGP's signed message.
* Multipart composing in draft mode is depeloped to make flat multipart.
  This intends to support mark based PEM & PGP composing.
* Comment out (kill-all-local-variables) in mew-draft-mode to avoid
  killing mew-draft-buffer-header


0.69 (09/27/94) mew release

* Non MIME analysis mode is added.


0.68 (09/25/94) mew-dist release

* Typo :: image/mpeg -> video/mpeg
* mew-summary-search-mark never ask folder.
* Support long alias whose lines are separated by comma.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* Delete recursive paretheses(comment) in header field.
	Sakai Kiyotaka <ksakai@mtl.t.u-tokyo.ac.jp>
* mew-mime-decode takes care of charset to convert codeset.
* Ignore error that no content-* exists after boundary.
* mhc by nomsun.


0.67 (08/30/94) gnu.emacs.sources release

* Empty body mail bug is fixed.
* Mule 1.1 PL04 byte-compile problem is fixed.
* make-variable-buffer-local -> make-local-variable in mew-draft-mode.
* mew-mime-reply is removed.


0.66 (08/26/94) mew-dist release

* Header sort/insertion algorithm is improved.
* kill-buffer on watch sentinel's bug is fixed.
* Many patches are merged.
* never quire japanese.el or european.el.


0.65 (08/25/94) mew-dist release

* Many functions are refined to use while instead of recursion to speed up.
* Make mew-summary-exec much faster. :)
* mew-multi-find-file's bug fix.
* mew-message-[mode-]hook are defined.
* Mew menu is defined for Emacs 19.
* mew-summary-{rescan, pack, sort} ask you to process mark when messages 
are marked.
* mew-summary-scroll-{up, down} and mew-summary-prev-page check if cursol
is on message or part.
* run-hooks refine in mew-draft-mode.


0.64 (08/23/94) gnu.emacs.sources release

* mew-base64-char256 now expects nil.
* mew-draft-cite sets mark for C-xC-x.
* Byte-compile check on Mule2.
* mew-summary-show action for multipart on the end of summary buffer is
refined.


0.63 (08/22/94) mew-dist release

* mew-file-suffix and mew-mime-switch -> mew-mime-content-type
* mew-mule-charset-alist and mew-charset-coding -> mew-mule-character-set
* Whereas mew-assoc-match is obsolated, mew-assoc is defined.
* mew-mule-charset-{spool, integrity} are defined.


0.62 (08/20/94) 

* Mode line of summary mode now contains how many mails are left.
* Support 2 styles of dist.
* mew-header-delete-at supports %.
* mew-draft-kill may rm mimefolder.
* mew-mime-start-process now uses temporary file rather than pipe to
speed up.
* Get elisp whois back to command whois for mew-whois.


0.61 (08/19/94) internal release

* mew-field-visible and mew-field-invisible are defined.
* quoted-printable decoding of header support.
* gnus linking.


0.60 (08/18/94) internal release

* one more mew-summary-multipart-delete's bug fix.


0.59 (08/17/94) internal release

* mew-summary-redist is defined.
* Initial PGP implementation.
* A bug that cursol moves to the end of buffer when
mew-summary-recenter-p is nil is fixed.
* Coding system in draft mode is refined.


0.58 (08/17/94) internal release

* mew-header-delete-ws[2]'s regex is fixed to support multi () pairs.
* new mew-header-insert-from-cache supports multi header fields.
* mew-watch-sentinel timing bug is slightly fixed.


0.57 (08/16/94) internal release

* mew-draft-mode-map refine.
* mew-draft-character-code-mule is defined.
* backgroud sending is supported.
* fields other than mew-message-visible-fields hides over the top. 
Type DEL to see them.


0.56 (08/15/94) internal release

* auto-fill-function's typo is fixed.
* Make mew independ on tiny-mime. Now original code for base64
decoding is merged.
* Support for Nemacs is completely quited.
* Define file-coding-system-for-read in mew-draft-mode.
* Support multi-value of Reply-To:
* mew-mail-address-list is defined.
* condition-case for mew-mime-canform & mew-mime-syntax to read *all* 
messages including error format mail.
* mew-summary-save now support message copy.


0.55 (07/19/94) gnu.emacs.sources release

* mew-summary-refile moves to mew-refile.el so that nomsun can maitain.
* Redisplay bug of mew-summary-refile is fixed.
* auto-fill-hook for 18, auto-fill-function for 19.
* Set -list for the first argument of pick to overwirte -sequence
by shutton@habanero.ucs.indiana.edu.
* "<" and ">" for summary mode.
* mew-summary-recenter always keep the line center to avoid hidden
mulipart problem.
* Minor change for mew-set-environment to avoid calling
mew-header-delete-ws with nil.
* "t" of mew-summary-mode-map for mew-summary-toggle-disp-msg.


0.54 (07/15/94) gnu.emacs.sources release

* (marker-position (mark-marker)) instead of (mark) in mew-draft-cite. 
(mark) causes error on Emacs 19 if no mark exists. (mark t) also
causes error on Emacs 18;(
* mew-draft-auto-fill is defined.
* mew-input-address is refined.
* EUC support for mew-insert-file.
* (sit-for 0) for mew-summary-show.


0.53 (07/15/94) internal release

* mew-url refine.
* (and (boundp 'MULE) *noconv*)) for non-Mule in mew-insert-file
* Quoted string that contains separotor can be splited correctly now.


0.52 (07/12/94) ip-connection release

* Documentation for mew-summary-mode and mew-dtaft-mode.


0.51 (07/11/94)

* define mew-delete-line
* mew-minibuffer-alias bug fix
* mew-insert-file cares kanji-flag or something.


0.50 (07/11/94) internal release

* This version or later is called beta.
* mew-summary-reply can hangle part.
* N on last part goes to next message.
* Alias is expaned when string ends "@".
* Structure of mew-mime-syntax is changed to support content-* family.
* kanji flag reset for mime decode.
* regexp-quote for boundary


0.49 (07/07/94) mew-dist release

* "|" for mew-summary-pipe-message
* "y" for mew-summary-save.
* mew-summary-refile supports part.
* mew-summary-print supports part.
* mew-summary-rmm supports part.
* mew-summary-undo-all is defined.
* mew-summary-refile reports when the message is marked as refile.
* mew-summary-search-mark is defined.
* mew-summary-search can handle complicated pick syntax.
* last-command-char instead of last-input-char for emacs 19.
* Reduce warning at batch-byte-compile.
* native check for message :)
* MIME canonical form creactor's case-sensitive bug fix.
* mew-summary-goto-folder uses mew-window-configure when folder exists.


0.48 (07/04/94) internal release

* concat rather than expand-file-name because its spec was changed on 19.
* mew-message-citation bug fix.
* mew-summary-show-direction is defined; 'up 'down 'next 'stop
* N and P go to next message in part semantics.
* Prefix argument support for mew, mew-read.
* Optional argument *notforce* for mew-summary-display for 
mew-summary-display as a command and mew-summary-refile.
* mew-summary-{inc, refile, rmm} call mew-summary-multipart-delete.
* mew-draft-make-mime kill mark of mew-draft-buffer-multipart.
* mew-draft-mode-map redefine.
* mew-[summary-]send refine.


0.47 (07/01/94) mew-dist release

* alias expantion support.
* comment of header field (i.e. (.*)) is now to be deleted.
* multipart remain at mew-summary-exec bug fix.
* mew-summary-message-{up, down} are defined.
* many functions are translated into macros.
* keep-lines for inc and scan.
* mew-draft-keyswitch is made to be general with mew-draft-null-function


0.46 (07/01/94) internal release

* Multi mode is integrated into Draft mode. So, many functions are
drastically changed. mew-draft-keyswicth is defined.


0.45 (06/30/94) internal release

* Mime mode is integrated into Summary mode. So, many functions are
drastically changed.
* Current message mark "+" is deleted on inc and scan.  *
* mew-summary-buffer-direction is defined.


0.44 (06/28/94) mew-dist release

* mew-summary-forward uses multi mode. So, mew-draft-forward and
mew-default-charset are obsolated.
* Refile support folders that contains subfolders.
* mew-insert-file cares kanji-fileio-code for Nemacs.
* mew-summary-untar into mew-summary-uudecode.
* mew-summary-edit into mew-summary-reedit.
* Some messages are changed.
* mew-draft-cite widen message buffer with save-restriction.
* Super cite support.
* "f" of mew-multi-mode-map double booking bug fix.
* mew-summary-mode-hook is defined. mew-{mime,multi}-mode-hook are not
defined 'cause mime and multi mode will be integrated to summary and
draft mode.


0.43 (06/24/94) mew-dist release

* mew-field-get-{line,value} contains "^-*"-don't-care and return nil
bugs in certain cases. They are fixed.


0.42 (06/24/94) mew-dist release

* RET of summary mode for mew-summary-scroll-up
* ESC RET of summary mode for mew-summary-scroll-down
* M-l instead of C-l of summary mode for mew-summary-recenter 


0.41 (06/23/94) internal release

* mew-field-get-{line,value} support multiple fields.
* mime decode for header of message/rfc822 
* mew-multi-mode-map "f" for mew-multi-find-file 
* mew-multi-mode-map "q" for mew-multi-goto-draft
* mew-multi-mode-map "\C-c\C-m" for mew-multi-make-multi
* mew-window-{stack,push,pop} are defined.
* unwind-protect and save-buffer bug at forward and etc is fixed.
* mew-header-extract-addr can now extract address that doesn't contain
@ mark.
* mew-refile-pair bug fix.
* mew-draft-kill's in multi buffer kill bug fix.
* mew-summary-exec moves point to the nearest message.


0.40 (06/20/94) internal release

* multi mode refine.


0.39 (06/20/94) internal release

* confirmation for mew-summary-{sort, untar, unshar, quit}
* M-t for mew-summary-untar
* M-s for mew-summary-unshar
* O   for mew-summary-pack
* initial version of multi mode.
* C-l for mew-summary-recenter
* mew-draft-to-mime
* C-u M-x mew execute mew-summary-rescan
* mew-refile-pair downcases folders.
* mew-mime-display-part kills mark for citation.


0.38 (06/17/94) internal release

* mew-summary-print widens the message and ask.
* mew-mime-print


0.38 (06/17/94) internal release

* MIME canonical form creator refine.
* mew-mime-decode[-region]


0.37 (06/17/94) 

* mew-summary-{unshar,untar}
* mew-mime-store(still buggy)
* mew-mime-save
* mew-mime-reply
* mew-summary-quit


0.36 (06/15/94) internal release

* mew-mime-switch macro make type downcase.
* mew-mime-show calls mew-mime-display next?
	Do you like recuresive like mew-mime-show-next?
* mew-window-configure bug fix.
* mew-summary-search now take care of date completion.
* mew-mime-display[-next,-prev]
* mew-mime-{call,start}-process


0.35 (06/15/94) internal release

* j for mew-summary-jump-message
* reply and forward make sure whether message exists.
* multi-forward makes sure whether mark exists.
* mew-input-* are defined.
* function names are drastically changed.
* kill-region is replaced with delete-region for no side effect.
* MIME decode and enjoy-part display messages.
* no content-type's region was started with null line. Now after null line.
* draft-send-letter's undo bug fix
* draft-make-mime force goto-char to content-type
* no subject, no more bug.


0.34 (06/13/94) internal release

* mime mode functions are drastically modified.
* mew-summary-print
* mew.el is splited into mew.el, mew-refile.el, mew-ftp.el, and mew-pem.el.
* exclusive process excuting for sort and pack.
* mew-mule-charset-alist, mew-default-charset are defined.
* mew-draft-forward's boundary is refined.
* mew-current-* function is simplified.
* yet another collecting folder list algorithm refine.


0.33 (06/13/94) internal release

* process I/O charset for inc, scan, send, pick
* Even if mew-buffer-mime is killed, it is now setted to mime mode.
* mew-summary-searh


0.32 (06/09/94) internal release 

* collecting folder list algorithm refine.
* VM like refile rule is supported(nomsun).
* cache attribute change (nomsun)
* ange-ftp linking (m-sakura)
* kanji code setting for inc & scan


0.31 (06/09/94) mew-dist release

* point move to bottom of buffer on "x".
* string-match instead of string= for mime version.


0.30 (06/07/94) internal release

* mew-summary-edit never choose new draft in +drafts.
* inc and scan refine. Fix scan: no messages.
* scan now takes ranges
* can undo citation 
* (unwind-protect save-buffer) so that draft never already exists
* reply header refine. i.e. Reply-To:, From:, To:, Cc:.


0.29 (06/07/94) internal release

* (run-hooks 'text-mode-hook) in draft mode.
* mew-summary-sort, mew-summary-edit, mew-summary-pack
* refile ordering bug fix


0.28 (06/07/94) internal release

* mew-summary-show recenter bug fix.
* mew-mail-domain is now "" instead of nil.
* yet another mew-reply-to setting bug fix.
* "w" of mew-summary-mode-map is now mew-summary-send instead of mew-send.
* If mew-visit-next-message is nil, never move to next message even at 
the end of buffer.
* "*", N, P for mew-mark-back. I'll be back!
* default-directory change in draft mode.
* text-mode-syntax-table in draft mode.
* mew-from is defined.
* exec message.


0.27 (06/06/94) internal release

* mew-reply-to setting bug fix.
* draft-mode paragraph arrange for M-q.
* citation tag is cited from cache. This enables a single part citation.
* mew-summary-re is defined for xxxxx message number.
* bug that message scrolls at refile is fixed.


0.26 (06/06/94) internal release

* mew-match is defined.
* forwarding adopts multipart/digest instead of message/rfc822 to support
multi message forwarding.
* multi message forwarding.

0.25 (06/03/94)

* mew-summary-display is defined. So, reply, forward, refile, n, and p
use this function.	
* current-window-configuration bug fix.
* page-delimiter works now(default is ^^L).
* rmm and refile call mew-summary-display-next.
* mew-draft-header is defined. Fcc: and Reply-To: are ignored if 
corresponding valuable is nil.	
* "w" for mew-send in summary mode.
* syntax of "Draft-Folder: +drafts" in mh_profile is allowed.
* undo calls mew-window-configure.


0.24 (06/01/94) 

* reply header setting bug fix (space is needed)
* define mew-draft-mode-hook
* bootstrap error function refine
* boundary is now case sensitive
* multi-lingual charset guess for Mule


0.23 (05/31/94) internal release

* mew-send & mew-read check whether mew is already executing.
* execulusive marking and undo.
* draft buffer name looks like +drafts/num.
* demo becomes user option
* reply-to created from mew-mail-domain
* simple describe mode


0.22 (05/30/94)

* current window configuration save for reply and send
* save draft when buffer is created for execusive draft creation
* side effect of previous mark for citation is fixed
* mew-path is used to distinguish whether mew is running.
* initial forward function (of course MIME encapsulation)


0.21 (05/26/94) internal release

* citation is modified to copy from message buffer
* rmm bug fix


0.20 (05/24/94)

* initial composer and draft mode functions
	sign, encryption, make mime, send letter, citation, and kill draft
* mime decoder refine


0.19 (05/23/94) internal release

* set part nil when mime quit (to read same part when get back from
summary mode)
* define default from directory for refile folder guess


0.18 (05/19/94) internal release

* Mew means to "Message interface to Emacs Window" for NetNews
support in the future
* MIME subprocess support for Nemacs


0.17 (05/18/94) internal release

* Mail/.folders for quick start
* ignore folders prefix list support
* recursive folders is now default


0.16 (05/17/94) internal release

* 1 message deleting bug fix


0.15 (05/09/94) internal release

* refile (not exclusive marking yet)
* delete
* mark exec
* cache validation


0.10 (05/05/94) internal release

* perfect MIME viewer
* asynchronous inc
* good refile guess algorithm form folders list

** draft-ietf-pem-mime-alternative-00.txt is obsolete but mew
continue to support because mew needs tag in mail header to check old
style PEM message.
** draft-ietf-pem-mime-04.txt support someday.


0.03 (04/27/94) internal release

* asynchronous scan (not inc yet)
* dynamic window configuration
* press SPC to select and scroll message
* PEM decription (not merged encryption from mhpem yet)
* LRU cache message algorithm (not validation yet)
* sorted header fields
* Mew means "Mail interface to Emacs Window"

0.00 (03/22/94)

* initial version 
* boot strap
* Mew means "MH interface to Emacs from WIDE"

--End of file
