[Docstring-checkins] CVS: dps HISTORY.txt,1.39,1.40
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-20 04:18:27
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv14863/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** HISTORY.txt 15 Feb 2002 22:54:35 -0000 1.39 --- HISTORY.txt 20 Feb 2002 04:18:25 -0000 1.40 *************** *** 89,92 **** --- 89,93 ---- - Simplified target record keeping. - Changed "system_warning" to "system_message". + - Added 'id' attribute support to ``document``. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 182,186 **** - Fixed typos & omissions; now validates. ! - Added 'source' to basic.atts; removed 'rawtext'. - Changed field_argument's model to PCDATA. - Added option_list and doctest_block from ppdi.dtd. --- 183,188 ---- - Fixed typos & omissions; now validates. ! - Added 'source' to %basic.atts, removed 'rawtext'. ! - Added 'class' to %basic.atts for style sheets. - Changed field_argument's model to PCDATA. - Added option_list and doctest_block from ppdi.dtd. |