Fix #338: re.sub() flag argument at wrong position.
[docutils.git] / sandbox / bbum / ChangeLog
blob598c618e50097bab8bbd21490f3ada8818c01ac8
1 2003-02-27  Bill Bumgarner  <bbum@codefab.com>
2     * DocArticle/DocArticle/__init__.py: Added sidebar and title_reference
3     support.
5 2003-01-07  Bill Bumgarner  <bbum@codefab.com>
6     * DocArticle/DocArticle/__init__.py: Improved formatting of admonitions.
7     Sort of.  Would like to make them better.  Maybe add little icons, if
8     icons are enabled (need to fix settings). 
9     * DocArticle/DocArticle/__init__.py: Improved formatting of
10     abstract/dedication block.  Now in 'box' w/abstract/dedication centered
11     at top.  Should all be in italics, but that'll hose the body formatting
12     of the contained text.
14 2003-01-05  Bill Bumgarner  <bbum@codefab.com>
15     * DocArticle/DocArticle/__init__.py: Can now successfully [I think]
16     process test.txt.  Output is not exactly pretty yet.
18 2002-12-28  Bill Bumgarner  <bbum@codefab.com>
19     * Added support for subtitle, note, and block_quote.  Cleaned up a
20       compile of CSS leftovers.
21     * DocArticle/DocArticle/__init__.py: Added support for arbitrary fields
22       and moved docinfo presentation to being table based (so that multiline
23       field values actually work).   Lots of cleanup-- reordered a bunch of
24       methods that had gotten out of order.  Added limited support for
25       Admonitions-- not at all useful yet.
26       (HTMLDocArticleTranslator.visit_enumerated_list): Added support for
27       enumerated lists and modified the paragraph tag rules for all lists.
28       (HTMLDocArticleTranslator.visit_enumerated_list): Added support for
29       non-css based typed enumerated lists.
31 2002-12-27  Bill Bumgarner  <bbum@codefab.com>
32     * DocArticle/DocArticle/__init__.py: Added support for subtitle and
33       block_quote nodes.
34     * Added initial working implementation of DocArticle HTML writer.
35     * 00README.txt: Added basic information.
36     (HTMLDocArticleTranslator.__init__): Moved to a more traditional
37       initialization of instance variables.