[Docstring-checkins] CVS: dps HISTORY.txt,1.8,1.9
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-28 03:28:42
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv26545/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** HISTORY.txt 2001/08/25 01:51:03 1.8 --- HISTORY.txt 2001/08/28 03:28:39 1.9 *************** *** 47,50 **** --- 47,51 ---- - Added docstrings to _Element. - Extended _Element.__iadd__ (``+=``) to lists of nodes. + - Duplicate hyperlink names -> dupname attribute. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 53,57 **** * dps/statemachine.py (1.3): ! - Fixed bug in StateMachineWS.getknownindented(). - Cleaned up & updated. - Fixed bug in StateMachine.getunindented(). --- 54,60 ---- * dps/statemachine.py (1.3): ! - Fixed bugs in StateMachineWS.getknownindented(). ! - Added trimming of blank first lines to ! StateMachineWS.getfirstknownindented(). - Cleaned up & updated. - Fixed bug in StateMachine.getunindented(). *************** *** 88,91 **** --- 91,95 ---- - Added classifier element to definition_list_item. - Added dupname attribute to %basic.atts; for duplicate names. + - Added support for auto-numbered footnotes. * spec/pdpi.dtd: |