[Docstring-checkins] CVS: dps HISTORY.txt,1.48,1.49
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-28 04:48:01
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv21471/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** HISTORY.txt 16 Mar 2002 06:11:01 -0000 1.48 --- HISTORY.txt 28 Mar 2002 04:47:58 -0000 1.49 *************** *** 94,97 **** --- 94,100 ---- - Added "topic", "pending", "citation" and "citation_reference". - Added support for system_message cross-references. + - Added support for list-value attributes (including + "Element.setdefault()"). + - Added "BackLinkable" mixin. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 225,230 **** - Added 'problematic', inline relative of 'system_message'. - Added 'type' attribute to 'system_warning', removed 'warning'. ! - Changed "system_warning" to "system_message"; added ! cross-reference attribute "refid". - Reworked option lists. - Removed "abstract" --- 228,233 ---- - Added 'problematic', inline relative of 'system_message'. - Added 'type' attribute to 'system_warning', removed 'warning'. ! - Changed "system_warning" to "system_message"; added backlink ! attribute "refids". - Reworked option lists. - Removed "abstract" *************** *** 234,237 **** --- 237,241 ---- - Added "raw". - Added "refid" attribute to "title" for two-way Tables of Contents. + - Added "refids" attribute to "footnote" & "citation" for backlinks. * spec/pdpi.dtd: |