2001-12-29  Bill Wohler  <wohler@phone.com>

	*mh-e.texi: 
	First phase of mh-e version 6.0 coverage.
	Removed a space between a texinfo command and the opening brace.
	Replaced @code with @command, @samp, etc. as appropriate (closes
	SF #405618).
	Documented mh-lib-progs (closes SF #405615).
	Backed out quick reference guide.
	Moved mherg.html into Texinfo. However, upon further reflection, I
	think the existing format already serves as a quick reference
	guide, and I don't think that the extra tables will be worth the
	extra maintenance effort. I'm therefore saving this version, but
	will be removing the tables in the next check-in. I won't undo the
	entire check-in as there were a couple of other small, cosmetic
	changes I want to keep (closes SF #405610).
	Moved Scan Line Formats up a level as its location in Organizing
	was not obvious enough (closes SF #405608).
	Added example for mh-quit-hook (closes SF #405565).
	Put the references to the MH book back in (closes SF #405549).
	Rewrote MIME section to make more clear (closes SF #405547 and
	#446471) and to include new functionality in 6.0.
	Call Emacs Lisp functions functions, not commands. Indeed, they
	were already called functions throughout, except in a short
	discussion of terminology.
	Updated screen shots for Emacs 21. Also fixed up line lines within
	these screen shots so that they wouldn't extend past the limits of
	the cartouche in the DVI file.
	Improved continuity between commands and configuration.
	Simply filled all the paragraphs to make later changes less
	apparent in the diffs. I believe the only difference is that
	sentence-end-double-space is now nil.
	Initial pass at merging Chapters 2 and 3. Chapters are merged, but
	editing reminas to be done to improve the flow (closes SF
	#405605).

	* indexes.html: Downcased HTML tags.
	Removed <link> tag.
	Removed mention of Quick Reference Guide, which has been removed.
	Removed <address> and mailto tags. Spam prevention.

	* index.html: Downcased HTML tags.
	Removed <link> tag.
	Removed mention of Quick Reference Guide, which has been removed, and
	Preface, which is redundant (with Table of Contents).
	Put Table of Contents and Index links on their own line to avoid
	folding.
	Removed <address> and mailto tags. Spam prevention.

	* fixhtml: No longer use mherg.html.

	* mherg.html: Removed. Too much hassle to maintain and beginning
	of each chapter in Using mh-e is a quick reference already.

	* Makefile: Added a README to the tarball and made the user of the
	Makefile targets more obvious to make the installation more clear
	(closes SF #481769).
	No longer use mherg.html.
	(%.info): Removed .. from settitle (in order to run M-x
	makeinfo-buffer, so no longer have to cd into info before running
	makeinfo.
	(%.html): Don't need to recursively delete files. Also, fixhtml
	copies index.html, indexes.html and mherg.html into html, so don't
	need to do it in the Makefile.

	* README: New file to let users know what they should do with this
	tarball.

2001-12-16  Bill Wohler  <wohler@newt.com>

	* Makefile (dist, install-online, %.html): Replaced $(RM) with rm
	-rf (closes SF #488661).
	(import-emacs): New, yet unimplemented, target.

2001-11-11  Bill Wohler  <wohler@newt.com>

	* fixhtml: Slight changes in titles for texi2html 1.65.

2001-02-19  Bill Wohler  <wohler@newt.com>

	* Makefile (EMACS): Renamed to EMACS_HOME. Also, don't define if
	EMACS_HOME already exists to give developer a chance to set
	environment variable.
	(all): Build mh-e.html, mh-e.info, and mh-e.ps by default.

2001-02-18  Bill Wohler  <wohler@newt.com>

	* Release mh-e-doc-1.3 for Emacs 21.1.
	
	* mh-e.texi (Viewing): Added mh-header-display index entry.
	(Organizing,Customizing Reading): Added mh-kill-folder index entry.

	* fixhtml (dohtml): Now part of main program now that program
	only fixes HTML files. Added -w and strict usage.
	(usage,dodvi,doinfo): Deleted.
	(fix_ref_links): Fixed a few uninitialized variables. Found a
	couple of variables and commands that weren't indexed.

	* Makefile (EMACS): Point to $(TOP)/../remote/emacs.
	(MH-E-DOCS): Added all relevant files.
	(ONLINE_DIR): Contains target directory for online files.
	(TEXI2HTMLFLAGS, MAKEINFOFLAGS): Added.
	(dist): Tags will have doc in them, so don't need to add. Release
	will now have all relevant files, rather than just mh-e.texi.
	(install-emacs): First ask user if he has updated and incorporated
	target emacs directory.
	(install-online): Implemented.
	(%.info,%.html,%.dvi,%.ps): Added.

	* mh-e.texi: This version will most likely appear in Emacs
	21.1.
	(Preface): The current version of mh-e has come
	standard since 19.29. Since Version 5 of mh-e has been out so
	long, lots of text regarding earlier versions was pruned.
	(Conventions): Use BACKSPACE instead of DELETE in Emacs 21.
	(Reading MIME): Use nmh commands.
	(Bug Reports): Current maintainer now Bill Wohler. Bug reports now
	at SourceForge.
	(Mailing List): Mailing lists now at SourceForge.
	(MH FAQ): FAQ now at faqs.org.
	(Getting mh-e): Version in Emacs should be fairly up to date. New
	releases at SourceForge.
	(History): mh-e now maintained by Bill Wohler at SourceForge.
	(Changes to mh-e): Gone.
	(Copying): Clean up close-quote punctuation (rms-1.7).

