1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
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.
|