[Checkins] SVN: grok/trunk/CHANGES.txt reST cosmetics etc.

Philipp von Weitershausen philikon at philikon.de
Sun May 4 11:30:37 EDT 2008


Log message for revision 86391:
  reST cosmetics etc.

Changed:
  U   grok/trunk/CHANGES.txt

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2008-05-04 15:27:37 UTC (rev 86390)
+++ grok/trunk/CHANGES.txt	2008-05-04 15:30:37 UTC (rev 86391)
@@ -4,24 +4,27 @@
 0.13 (unreleased)
 =================
 
+Restructuring
+-------------
+
+* The basic component base classes (``Adapter``, ``MultiAdapter``,
+  ``GlobalUtility``), their grokkers, as well as many of the basic
+  directives have been factored out to a reusable
+  ``grokcore.component`` package.
+
 Feature changes
 ---------------
 
 * Updated tutorial section about grokproject to fit the latest changes.
 
-* Added grok.traversable directive for easy traversal to attributes and
+* Added ``grok.traversable`` directive for easy traversal to attributes and
   methods.
 
-* grok.require() can refer to subclasses of grok.Permission directly, instead
-  of their id. This, for one, avoids making typos in permission ids. Permission
-  components *do* still need the grok.name() directive for defining the
-  permission's id.
+* ``grok.require()`` can refer to subclasses of ``grok.Permission``
+  directly, instead of their id. This, for one, avoids making typos in
+  permission ids. Permission components *do* still need the
+  grok.name() directive for defining the permission's id.
 
-* The basic component base classes (``Adapter``, ``MultiAdapter``,
-  ``GlobalUtility``), their grokkers, as well as many of the basic
-  directives have been factored out to a reusable
-  ``grokcore.component`` package.
-
 * Added an optional parameter 'data' to the method 'url()' that accepts
   a dictionary that is then converted to a query string. See
 
@@ -38,7 +41,7 @@
   We are now using the latest Zope 3 releases for all Zope packages.
   For upgrade notes, see doc/upgrade.txt for more information.
 
-* Added support for easier testsetup based on z3c.testsetup. This is a
+* Added support for easier test setup based on z3c.testsetup. This is a
   more stable and more powerful implementation of
   grok.testing.register_all_tests(). See
 



More information about the Checkins mailing list