Update of /cvsroot/docstring/dps
In directory usw-pr-cvs1:/tmp/cvs-serv811/dps
Modified Files:
HISTORY.txt
Log Message:
updated
Index: HISTORY.txt
===================================================================
RCS file: /cvsroot/docstring/dps/HISTORY.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** HISTORY.txt 2001/09/05 02:40:26 1.11
--- HISTORY.txt 2001/09/07 02:13:11 1.12
***************
*** 49,52 ****
--- 49,57 ----
- Duplicate hyperlink names -> dupname attribute.
- Allow any DOM implementation from ``asdom()`` method. (I think.)
+ - _Node's always true.
+ - Changed .pprint() to .pformat().
+ - Added slice support to elements.
+ - Added .findclass() & .findnonclass() methods.
+ - Added support for auto-numbered footnotes.
* dps/roman.py: Added to project. Written by and courtesy of Mark
***************
*** 62,72 ****
- Added form feed & vertical tab conversion to string2lines.
* dps/parsers/model.py:
- Added setup_parse() so unoverridden parse() could raise a
NotImplementedError.
! * dps/languages/en.py: Fixed ``__all__``.
* spec/pep-0256.txt:
--- 67,87 ----
- Added form feed & vertical tab conversion to string2lines.
+ * dps/utils.py:
+
+ - Added named methods (aliases to numbered system_warning calls) to
+ Errorist.
+ - Added language module support.
+
* dps/parsers/model.py:
- Added setup_parse() so unoverridden parse() could raise a
NotImplementedError.
+ - Added language module support.
! * dps/languages/en.py: Now in use.
+ - Fixed ``__all__``.
+ - Changed node class names to node classes.
+
* spec/pep-0256.txt:
***************
*** 95,98 ****
--- 110,115 ----
- Added 'morecols' attribute to table entries (<entry>), for simpler
column span indication.
+ - Made document subtitle dependent on the existence of a title.
+ - Moved 'abstract' into the bibliographic elements section.
* spec/pdpi.dtd:
|