[Checkins] SVN: zope.browserpage/trunk/CHANGES.txt ReST rendering improvements, editorial.

Tres Seaver tseaver at palladion.com
Mon May 24 10:18:47 EDT 2010


Log message for revision 112661:
  ReST rendering improvements, editorial.

Changed:
  U   zope.browserpage/trunk/CHANGES.txt

-=-
Modified: zope.browserpage/trunk/CHANGES.txt
===================================================================
--- zope.browserpage/trunk/CHANGES.txt	2010-05-24 11:32:12 UTC (rev 112660)
+++ zope.browserpage/trunk/CHANGES.txt	2010-05-24 14:18:47 UTC (rev 112661)
@@ -9,31 +9,34 @@
 3.12.1 (2010-04-30)
 ===================
 
-- Prefer the standard libraries doctest module to the one from zope.testing.
+- Prefer the standard library's ``doctest`` module to the one from
+  ``zope.testing``.
 
 3.12.0 (2010-04-26)
 ===================
 
-- Moved tales:expressiontype implementation from zope.app.pagetemplate here.
+- Move the implementation of ``tales:expressiontype`` here from
+  ``zope.app.pagetemplate``.
 
 3.11.0 (2009-12-22)
 ===================
 
-- Also moved named template implementation from zope.app.pagetemplate here.
+- Move the named template implementation here from ``zope.app.pagetemplate``.
 
 3.10.1 (2009-12-22)
 ===================
 
-- We need to depend on the untrustedpython extra of zope.security, since we
-  import from zope.pagetemplate.engine.
+- Depend on the ``untrustedpython`` extra of ``zope.security``, since we
+  import from ``zope.pagetemplate.engine``.
 
 3.10.0 (2009-12-22)
 ===================
 
-- Remove dependency on zope.app.pagetemplate by moving viewpagetemplatefile,
-  simpleviewclass and metaconfigure.registerType into this package.
+- Remove the dependency on ``zope.app.pagetemplate`` by moving
+  ``viewpagetemplatefile``, ``simpleviewclass`` and
+  ``metaconfigure.registerType`` into this package.
 
 3.9.0 (2009-08-27)
 ==================
 
-- Initial release. This package was split off from zope.app.publisher.
+- Initial release. This package was split off from ``zope.app.publisher``.



More information about the checkins mailing list