[Docstring-checkins] CVS: dps HISTORY.txt,1.43,1.44
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-04 04:50:20
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv14880/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** HISTORY.txt 1 Mar 2002 03:19:41 -0000 1.43 --- HISTORY.txt 4 Mar 2002 04:50:17 -0000 1.44 *************** *** 47,51 **** * dps/nodes.py: - - Added 'vms_option'. - Added 'classifier'. - Added 'error', 'attention'. --- 47,50 ---- *************** *** 64,68 **** - Added string-conversion to attribute values in DOM-conversion. - Changed footnote/footnote_reference 'auto' attribute to integer. - - Moved 'abstract' into bibliographic elements section. - Changed 'graphic' to 'image'. - Added 'docinfo', container for bibliographic elements. --- 63,66 ---- *************** *** 93,96 **** --- 91,96 ---- - Added 'id' attribute support to ``document``. - Reworked option lists. + - Removed "abstract" + - Added "topic", "pending", "citation" and "citation_reference". * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 202,206 **** - Added 'error' and 'hint' admonition elements. - Added 'docinfo' as container for bibliographic elements. - - Made 'abstract' a structural element, after 'docinfo'. - Added 'transition'. - Changed %link.atts to %reference.atts. --- 202,205 ---- *************** *** 223,226 **** --- 222,229 ---- - Changed "system_warning" to "system_message". - Reworked option lists. + - Removed "abstract" + - Added "topic". + - Added "pending". + - Added "citation" and "citation_reference". * spec/pdpi.dtd: |