[CMF-checkins] CVS: Releases/CMF - CHANGES.txt:1.20
Tres Seaver
tseaver@zope.com
Thu, 18 Oct 2001 14:37:08 -0400
Update of /cvs-repository/Releases/CMF
In directory cvs.zope.org:/tmp/cvs-serv23976
Modified Files:
CHANGES.txt
Log Message:
- Made 'Document.manage_FTPget' use EditableBody, rather than
accessing 'text' attribute directly (improves reusability).
=== Releases/CMF/CHANGES.txt 1.19 => 1.20 ===
Bug fixes
+ - Made 'Document.manage_FTPget' use EditableBody, rather than
+ accessing 'text' attribute directly (improves reusability).
+
- Merged Seb Bacon's refactoring of getDefaultView into
CMFCoreutils._getView; clients can now specify a view by name,
as well.