[Docstring-checkins] CVS: dps HISTORY.txt,1.25,1.26
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-11-06 09:02:16
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv24581/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** HISTORY.txt 2001/10/31 05:56:52 1.25 --- HISTORY.txt 2001/11/06 02:10:08 1.26 *************** *** 64,71 **** - Added 'transition'. - Renamed 'indirect' hyperlink targets -> 'external'. ! - Renamed ``*links?`` -> ``*targets?``. - Added support for indirect & anonymous targets. - External targets' URIs now in "refuri" attribute, not data. - Changed "link" to "reference". * dps/roman.py: Added to project. Written by and courtesy of Mark --- 64,74 ---- - Added 'transition'. - Renamed 'indirect' hyperlink targets -> 'external'. ! - Renamed ``.*links?`` -> ``.*targets?``. - Added support for indirect & anonymous targets. - External targets' URIs now in "refuri" attribute, not data. - Changed "link" to "reference". + - Removed leading underscores from functional node base classes. + - Added "hint", "substitution", "substitution_reference" classes. + - Added element hierarchy base classes. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 151,155 **** - Changed 'graphic' to 'image'. - Moved 'caption' to after 'image' in 'figure'. ! - Added 'error' admonishment element. - Added 'docinfo' as container for bibliographic elements. - Added 'transition'. --- 154,158 ---- - Changed 'graphic' to 'image'. - Moved 'caption' to after 'image' in 'figure'. ! - Added 'error' and 'hint' admonition elements. - Added 'docinfo' as container for bibliographic elements. - Added 'transition'. *************** *** 157,165 **** - Separated out %reference.atts into constituent parts. - Added all reference and "anonymous" attributes to "target". ! - Added "anonymous" attribute to "link". - Added 'image' as body element; 'target' as inline element. - Expanded 'authors' content. - Clarified 'figure' content. ! - Changed "link" to "reference". * spec/pdpi.dtd: --- 160,171 ---- - Separated out %reference.atts into constituent parts. - Added all reference and "anonymous" attributes to "target". ! - Changed "link" to "reference". ! - Added "anonymous" attribute to "reference". ! - Changed the content model of "reference" to allow inline elements, ! specifically images and substitution references. - Added 'image' as body element; 'target' as inline element. - Expanded 'authors' content. - Clarified 'figure' content. ! - Added 'substitution' and 'substitution_reference'. * spec/pdpi.dtd: |