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

Sidnei da Silva sidnei@x3ng.com.br
Tue, 17 Jun 2003 14:14:55 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
 - Made all PluginIndexes and ZCTextIndex use 'safe_callable',
        which is aware of extension classes that fill 'tp_callable'
        but don't define '__call__'.

      - Made KeywordIndex be more robust about receiving a value that
        is not a string or an iterable type.

=== Zope/doc/CHANGES.txt 1.535.2.121 => 1.535.2.122 ===
--- Zope/doc/CHANGES.txt:1.535.2.121	Tue Jun 17 14:00:56 2003
+++ Zope/doc/CHANGES.txt	Tue Jun 17 14:14:24 2003
@@ -48,6 +48,13 @@
         when an image request returned a 304 (in response to an if-mod-since
         request).
 
+      - Made all PluginIndexes and ZCTextIndex use 'safe_callable',
+        which is aware of extension classes that fill 'tp_callable'
+	but don't define '__call__'.
+
+      - Made KeywordIndex be more robust about receiving a value that
+        is not a string or an iterable type.
+
   Zope 2.6.2 beta 2
 
     Bugs Fixed