[Docstring-checkins] CVS: dps HISTORY.txt,1.20,1.21
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-10-20 03:07:59
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv18588/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** HISTORY.txt 2001/10/18 03:35:50 1.20 --- HISTORY.txt 2001/10/20 03:07:56 1.21 *************** *** 62,65 **** --- 62,67 ---- - Changed 'graphic' to 'image'. - Added 'docinfo', container for bibliographic elements. + - Added 'division', repeatable container for body elements. + - Renamed 'indirect' hyperlink targets -> 'external'. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 110,113 **** --- 112,117 ---- * test/test_utils.py: Converted from doctest to unittest & updated. + * spec/doctree.txt: "DPS Document Tree Structure", added to project. + * spec/pep-0256.txt: *************** *** 143,147 **** - Added 'error' admonishment element. - Added 'docinfo' as container for bibliographic elements. ! - Added 'division'. * spec/pdpi.dtd: --- 147,154 ---- - Added 'error' admonishment element. - Added 'docinfo' as container for bibliographic elements. ! - Added 'division', repeatable container of body elements. ! - Separated out %link.atts into constituent parts. ! - Added "refname" and "anonymous" attrbites to "target". ! - Added "anonymous" attribute to "link". * spec/pdpi.dtd: |