1999-05-27  Rob Tillotson  <robt@debian.org>

	* Release 1.1.0
	
	* README: Updated.

	* doc/COPYING: Changed to LGPL.

	* metrics.py: Changed header to LGPL.

	* entitydefs.py: Changed header to LGPL.

	* Application.py (DTKApp.run): Removed postprocessing hook, for
	now.

	* DTKOutput/QED.py (QEDDTKOutput.open): Do appinfo stuff on file
	open, instead of in postprocessing hook.

	* debian/rules: Various adjustments.

	* debian/links: Added.

	* debian/postinst: Change directory, and remove -q option from
	compileall.py calls.

	* debian/docs: Add README.1.1.0 and announce.txt.

	* debian/dirs: Make package dir.

	* debian/copyright: Change to LGPL.

	* debian/control: Depend on new versions of pyrite & sulfur.

	* Makefile.dist: Various changes to distribution options.

	* doc/README.1.1.0: Added.

	* doc/dtk.1: Manual page for dtk, with consolidated information on
	all input and output plug-ins.

	* DTKInput/*, DTKOutput/*, Application.py: Added copyright/license
	headers.  Various corrections to make work with Pyrite 0.7.1 and
	Sulfur 0.0.2.

1999-05-12  Rob Tillotson  <robt@debian.org>

	* DTKInput/TaggedText.py (TaggedTextDTKInput.__init__): Changed to
	use new Sulfur option generation.

	* DTKInput/HTML.py (HTMLDTKInput.__init__): Changed to use new
	Sulfur option generation.

	* Application.py (default_options): Changed to use new Sulfur
	option generation stuff.

	* Application.py, DTKInput/*, DTKOutput/*: Created, between last
	changelog entry and now.

1999-03-28  Rob Tillotson  <robt@debian.org>

	* conv_html.py, conv_text.py: Remove extraneous import of
 	DocWriter.

1999-03-12  Rob Tillotson  <robt@debian.org>

	* conv_text.py (TextWithTagsParser.tag_HR): Use proper arguments.

1999-02-22  Rob Tillotson  <robt@debian.org>

	* Release 1.0.0 [it's been sitting around long enough]

	* doc/texttodoc.1: Various rewording.

	* doc/htmltodoc.1: Various rewording.

	* doc/announce.txt: Added.

	* doc/README: Version updates, and rewording.

	* debian/copyright: Updated date.

	* All: Replaced module headers with new template with new
	email address.
	
1999-01-22  Rob Tillotson  <robt@debian.org>

	* DocWriter.py (DocWriter.send_heading): Workaround for
	inconsistent TealDoc behavior in wrapped headings.  (Blank lines
	after font 2 behave differently than other fonts.)

	* conv_text.py (TextWithTagsParser.tag_HR): Added break before and
	after.  (Need to refine this later.)

Wed Sep  9 05:55:45 1998  Rob Tillotson  <rob@io.com>

	* Release 0.99.1: First public release.
	
	* conv_text.py (todoc_main): Temporarily disable input-type option
	until I think about how to do it in the context of parsers that
	may have even more options of their own.
	(text_to_doc): Remove old version.

Mon Sep  7 19:17:59 1998  Rob Tillotson  <rob@io.com>

	* doc/htmltodoc.1: Added description of non-ISO-8859-1 entity
	support.

Sun Sep  6 06:44:46 1998  Rob Tillotson  <rob@io.com>

	* conv_text.py (TextParser): Moved code from text_to_doc into this
	class and its subclass TextWithTagsParser; will add other tag sets
	later, eg. manpage.

Fri Sep  4 02:33:32 1998  Rob Tillotson  <rob@io.com>

	* cmdproc.py: Renamed cmd.py, because there is apparently a module
	by that name in the standard library, and overriding it causes
	problems with the debugger.

	* qed.py: added.

	* cmd.py (CmdLine.process_files): Close DocWriter.

	* conv_text.py (text_to_doc): Do not close DocWriter at end.

	* conv_html.py (html_to_doc): Do not close DocWriter at end.

	* DocWriter.py (DocWriter.set_appinfo): Added.

	* cmd.py: Hooks for QED.

	* conv_html.py (html_to_doc): See below.

	* conv_text.py (text_to_doc): See below.

	* cmd.py (CmdLine.process_files): Create DocWriter object here,
	instead of in callback functions.

Thu Aug 27 05:13:02 1998  Rob Tillotson  <rob@io.com>

	* conv_html.py (DocHTMLParser): Use extended entity set.
	
	* entitydefs.py: Added.

	* conv_html.py (DocHTMLParser.start_ul): Added support for UL TYPE
	attribute: 'disc' (the default) gives a bullet, 'square' a diamond
	(the closest thing I could find), and 'circle' a lowercase o.

	* DocWriter.py (DocWriter): Added support for indented 'ul' and
 	'ol' type lists (in new_margin and send_label_data).

	* Begin tracking revisions in CVS.

	* Initial flurry of rapid development over; code stable enough to
	begin tracking changes.
	


