[Docstring-checkins] CVS: dps HISTORY.txt,1.26,1.27
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-11-09 23:13:51
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv4426/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** HISTORY.txt 2001/11/06 02:10:08 1.26 --- HISTORY.txt 2001/11/09 23:13:48 1.27 *************** *** 71,74 **** --- 71,75 ---- - Added "hint", "substitution", "substitution_reference" classes. - Added element hierarchy base classes. + - Changed 'directive' to a TextElement. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 168,171 **** --- 169,175 ---- - Clarified 'figure' content. - Added 'substitution' and 'substitution_reference'. + - Changed content model 'directive' to PCDATA. + - Changed content models of most inline elements to %text.model, + allowing nested inline elements. * spec/pdpi.dtd: |