[Docstring-checkins] CVS: dps HISTORY.txt,1.38,1.39
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-15 22:54:39
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv28947 Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** HISTORY.txt 13 Feb 2002 02:29:39 -0000 1.38 --- HISTORY.txt 15 Feb 2002 22:54:35 -0000 1.39 *************** *** 88,91 **** --- 88,92 ---- - Added ``Element.index()`` and ``Element.replace()`` methods. - Simplified target record keeping. + - Changed "system_warning" to "system_message". * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 116,119 **** --- 117,121 ---- Reporter. - Removed Reporter.strong_system_warning (not needed). + - Changed "system_warning" to "system_message". - Improved error stream handling. - Reworked ``Reporter`` based on "log4j". *************** *** 213,216 **** --- 215,219 ---- - Added 'problematic', inline relative of 'system_warning'. - Added 'type' attribute to 'system_warning', removed 'warning'. + - Changed "system_warning" to "system_message". * spec/pdpi.dtd: |