[Docstring-checkins] CVS: dps HISTORY.txt,1.7,1.8
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-25 01:51:06
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv9143/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** HISTORY.txt 2001/08/23 03:59:30 1.7 --- HISTORY.txt 2001/08/25 01:51:03 1.8 *************** *** 43,47 **** --- 43,50 ---- - Added vms_option. + - Added classifier. - Fixed link bookkeeping. + - Added docstrings to _Element. + - Extended _Element.__iadd__ (``+=``) to lists of nodes. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 53,56 **** --- 56,60 ---- - Cleaned up & updated. - Fixed bug in StateMachine.getunindented(). + - Added form feed & vertical tab conversion to string2lines. * dps/parsers/model.py: *************** *** 81,85 **** - Changed field_argument's model to PCDATA. - Added option_list and doctest_block from ppdi.dtd. ! - Added vms_option. - Added dupname attribute to %basic.atts; for duplicate names. --- 85,90 ---- - Changed field_argument's model to PCDATA. - Added option_list and doctest_block from ppdi.dtd. ! - Added vms_option element to option. ! - Added classifier element to definition_list_item. - Added dupname attribute to %basic.atts; for duplicate names. *************** *** 176,182 **** ! Local Variables: ! mode: indented-text ! indent-tabs-mode: nil ! fill-column: 70 ! End: --- 181,188 ---- ! .. ! Local Variables: ! mode: indented-text ! indent-tabs-mode: nil ! fill-column: 70 ! End: |