[Docstring-checkins] CVS: dps HISTORY.txt,1.13,1.14
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-12 03:48:47
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv11769/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** HISTORY.txt 2001/09/10 04:22:57 1.13 --- HISTORY.txt 2001/09/12 03:48:44 1.14 *************** *** 19,26 **** David Ascher, Fred Drake, Jim Fulton, Peter Funk, Doug Hellmann, Juergen Hermann, Tony Ibbs, Garth Kidd, Daniel Larsson, Marc-Andre ! Lemburg, Wolfgang Lipp, Edward Loper, Ken Manheimer, Michel ! Pelletier, Sam Penrose, Tim Peters, Mark Pilgrim, Tavis Rudd, Bob ! Tolbert, Laurence Tratt, Guido van Rossum, Barry Warsaw, Edward ! Welbourne, Ka-Ping Yee, Moshe Zadka (I'm still waiting for contributions of tasty snacks, computer --- 19,26 ---- David Ascher, Fred Drake, Jim Fulton, Peter Funk, Doug Hellmann, Juergen Hermann, Tony Ibbs, Garth Kidd, Daniel Larsson, Marc-Andre ! Lemburg, Wolfgang Lipp, Edward Loper, Ken Manheimer, Paul Moore, ! Michel Pelletier, Sam Penrose, Tim Peters, Mark Pilgrim, Tavis ! Rudd, Bob Tolbert, Laurence Tratt, Guido van Rossum, Barry Warsaw, ! Edward Welbourne, Ka-Ping Yee, Moshe Zadka (I'm still waiting for contributions of tasty snacks, computer *************** *** 42,47 **** * dps/nodes.py: ! - Added vms_option. ! - Added classifier. - Fixed link bookkeeping. - Added docstrings to _Element. --- 42,48 ---- * dps/nodes.py: ! - Added 'vms_option'. ! - Added 'classifier'. ! - Added 'error'. - Fixed link bookkeeping. - Added docstrings to _Element. *************** *** 72,75 **** --- 73,77 ---- - Fixed bug in StateMachine.getunindented(). - Added form feed & vertical tab conversion to string2lines. + - Added StateMachine.nextlineblank(). * dps/utils.py: *************** *** 122,125 **** --- 124,129 ---- - Moved 'abstract' into the bibliographic elements section. - Changed 'graphic' to 'image'. + - Moved 'caption' to after 'image' in 'figure'. + - Added 'error' admonishment element. * spec/pdpi.dtd: |