[Docstring-checkins] CVS: dps HISTORY.txt,1.23,1.24
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-10-30 05:18:06
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv16909/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** HISTORY.txt 2001/10/27 05:41:58 1.23 --- HISTORY.txt 2001/10/30 05:18:03 1.24 *************** *** 66,69 **** --- 66,70 ---- - Renamed ``*links?`` -> ``*targets?``. - Added support for indirect & anonymous targets. + - External targets' URIs now in "refuri" attribute, not data. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 152,157 **** - Added 'docinfo' as container for bibliographic elements. - Added 'transition'. ! - Separated out %link.atts into constituent parts. ! - Added "refname" and "anonymous" attrbites to "target". - Added "anonymous" attribute to "link". - Added 'image' as body element; 'target' as inline element. --- 153,159 ---- - Added 'docinfo' as container for bibliographic elements. - Added 'transition'. ! - Changed %link.atts to %reference.atts. ! - 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. |