[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.477
Chris McDonough
chrism@zope.com
Sat, 8 Jun 2002 14:33:01 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv22062
Modified Files:
CHANGES.txt
Log Message:
=== Zope/doc/CHANGES.txt 1.476 => 1.477 ===
new Features:
+ - Structured Text's "DocumentWithImages" class did not recognize
+ image filenames with underscores.
+
- The getElementsByTagName method of STDOM (used by Structured Text)
would croak on most documents, especially those containing
unwrapped text nodes. Fixed.