[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.59
Casey Duncan
casey@zope.com
Mon, 2 Dec 2002 01:09:22 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13689/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
Collector #597: Add locale-awareness to ZCTextIndex splitters. Added unittest
=== Zope/doc/CHANGES.txt 1.535.2.58 => 1.535.2.59 ===
--- Zope/doc/CHANGES.txt:1.535.2.58 Thu Nov 28 11:38:03 2002
+++ Zope/doc/CHANGES.txt Mon Dec 2 01:08:51 2002
@@ -7,6 +7,9 @@
Zope 2.6.1 beta 1
Bugs Fixed
+
+ - Collector #597: ZCTextIndex splitters now honor the locale setting
+ for proper splitting of non-english text.
- Deadlock prevention code added.