[Docstring-checkins] CVS: dps HISTORY.txt,1.32,1.33
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-01-26 00:10:32
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv7309/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** HISTORY.txt 2002/01/16 02:56:37 1.32 --- HISTORY.txt 2002/01/26 00:10:29 1.33 *************** *** 48,53 **** - Added 'error', 'attention'. - Fixed link bookkeeping. ! - Added docstrings to _Element. ! - Extended _Element.__iadd__ (``+=``) to lists of nodes. - Duplicate hyperlink names -> dupname attribute. - Allow any DOM implementation from ``asdom()`` method. (I think.) --- 48,53 ---- - Added 'error', 'attention'. - Fixed link bookkeeping. ! - Added docstrings. ! - Extended Element.__iadd__ (``+=``) to lists of nodes. - Duplicate hyperlink names -> dupname attribute. - Allow any DOM implementation from ``asdom()`` method. (I think.) *************** *** 76,79 **** --- 76,84 ---- - 'errorhandler' -> 'reporter'. - Added document.languagecode. + - Added Visitor classes & Node.walk(). + - Improved ``__repr__()``. + - Improved some names. + - Removed Python-specific element classes. + - Reworked for hyperlink transforms. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 127,130 **** --- 132,136 ---- - Added 'bibliographic_fields' and 'author_separators' (transform support). + - Removed Python-specific interpreted text mapping. * dps/transforms: Subpackage added. |