[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.592

Florent Guillaume fg@nuxeo.com
Thu, 30 Jan 2003 13:57:58 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv12474

Modified Files:
	CHANGES.txt 
Log Message:
Those changes are not in HEAD only.


=== Zope/doc/CHANGES.txt 1.591 => 1.592 ===
--- Zope/doc/CHANGES.txt:1.591	Thu Jan 30 13:18:37 2003
+++ Zope/doc/CHANGES.txt	Thu Jan 30 13:57:55 2003
@@ -35,18 +35,6 @@
 
     Bugs Fixed
 
-     - I18n interpolation now tries to deal with the case where there is
-       a mix of Unicode and non-ascii string that are incompatible
-       (because the encoding of the latter is unknown) by substituting a
-       representation of the non-ascii string.
-
-     - I18n interpolation doesn't fail anymore if a i18n:name is not
-       provided, the ${string} in the translation is just left as is.
-
-     - Collector #696: tal:replace of a non-string (a number for
-       examlpe) associated with a i18n:name failed to be interpolated
-       properly.
-
      - Collector #771: ZCatalog failed to index DTML Document if the name
        of a catalog metadata was identical with the name of an acquired
        object.