#CHANGES 2002-06-08: v1.5.5 - More docbook fixes: verbatim escapes, section numbering, toc numbering 2002-05-25: v1.5.4 - Can insert block markups inside table cells (but not nested tables). First row cannot have embedded blocks, though it may be multi-line. E.g.: =table =row B & B =row lists =cell This is a list =list * =item my item 1 =item my item 2 =end list =end cell =end table - Can use "/" in def names, e.g.: =cfg b== /b== =end cfg This is @b@highlighted@/b@. 2002-05-25: v1.5.3 - Docbook: bugfixes for quote, center, heads - Improved User Guide discussion of breaks 2002-05-18: v1.5.1 - Bugfix for Base.do_include_getdata. - Moved styles dir to doc dir, so they are visible on the website - Documented include_raw. - Added fully numbered lists of the form: 1. 1.1. 1.2. 1.2.1. 1.2.2 etc. 2002-04-14: v1.5.0 - Added =include_raw, so that we can include a chunk of raw driver-style file. This is done on pass 2. 2002-04-13: v1.4.2 - Revised Base.do_include_getdata. It was just looking at the last item on the pathstack, thus failing to handle multiple redirections. Now concatenates the full stack. 2001-12-28: v1.4.1 - Revised documentation structure (GNU style README, INSTALL, etc.) 2001-09-03: v1.4.0 - Numbered_heads now provides final "." - C<...> preserves spaces. - Design History decomposed by releases. - Tables no longer require a caption. 2001-07-19: v1.3.1 - Base.py: Removed use of PyPerl 2001-06-30: v1.3 - Base.py: Allow comments in tables - Base.py: For latex (so far), detect table numcols from first row - basic_tests.py: Bugfix: Latex file extension was being set to .sgml. 2001-03-04: v1.2 - Converted to pyunit testing - Cleaned up Docbook treatment of paragraphs - Bug fix for Html inline markups: Add a space, so it doesn't confuse the next inline markup.