[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Changed default
charset of text file (``zope.app.file.file``) to utf-8.
Yusei Tahara
yusei at domen.cx
Wed Jan 31 23:44:09 EST 2007
Log message for revision 72282:
Changed default charset of text file (``zope.app.file.file``) to utf-8.
Added ObjectModifiedEvent when a text file object is modified through
the edit form in the ZMI.
Changed:
U Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2007-01-31 17:38:47 UTC (rev 72281)
+++ Zope3/trunk/doc/CHANGES.txt 2007-02-01 04:44:07 UTC (rev 72282)
@@ -170,6 +170,8 @@
- Removed some cruft from pre-3.0 page templates (The concept of `usage`
was removed back then already.)
+ - Changed default charset of text file (``zope.app.file.file``) to utf-8.
+
Bug fixes
- zope.app.interface: Fix PersistentInterfaceClass
@@ -335,6 +337,9 @@
Raising an exception in the method should not be silently ignored
That would cause index corruption -- the index would be out of sync
+ - Added ObjectModifiedEvent when a text file object is modified through
+ the edit form in the ZMI.
+
Much thanks to everyone who contributed to this release:
Jim Fulton, Dmitry Vasiliev, Martijn Faassen, Christian Theune, Wolfgang
More information about the Zope3-Checkins
mailing list