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

Godefroid Chapelle gotcha@swing.be
Fri, 25 Jul 2003 12:20:07 -0400


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

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:


=== Zope/doc/CHANGES.txt 1.625.2.14 => 1.625.2.15 ===
--- Zope/doc/CHANGES.txt:1.625.2.14	Tue Jul 22 10:54:27 2003
+++ Zope/doc/CHANGES.txt	Fri Jul 25 12:20:01 2003
@@ -6,12 +6,24 @@
 
   Post-2.7.0b1
 
-    Features added
+    Bugs fixed
+
+     - backward compatibility for i18n:attributes
+
+       if items are separated with spaces and there are more than two items,
+       all are treated as attributes plus deprecation warning
+
+       if items are separated with spaces and there are two items :
+
+       * i18n:attributes="value msg_id;" (with semicolon) will always be
+         treated as <attr> <msg_id>
+
+       * i18n:attributes="value title" will be treated as <attr> <attr> 
+         as long as title exist as attribute (both as static or in 
+         tal:attributes) plus deprecation warning
 
      - deny attributes being both part of tal:attributes
        and having a messageid in i18n:attributes
-
-    Bugs fixed
 
      - Fixed failing Zope.Startup tests caused by import of
        nonexistent Startup.getSchema function.