[z3-checkins] r27435 - z3/CMFonFive/trunk
tseaver at codespeak.net
tseaver at codespeak.net
Fri May 19 03:13:00 CEST 2006
Author: tseaver
Date: Fri May 19 03:12:56 2006
New Revision: 27435
Modified:
z3/CMFonFive/trunk/CHANGES.txt
Log:
Normalize STX, long lines.
Modified: z3/CMFonFive/trunk/CHANGES.txt
==============================================================================
--- z3/CMFonFive/trunk/CHANGES.txt (original)
+++ z3/CMFonFive/trunk/CHANGES.txt Fri May 19 03:12:56 2006
@@ -1,35 +1,36 @@
CMFonFive Product Changelog
CMFonFive 1.3.3 (unreleased)
- - Got rid of some i18n warnings.
-
- - Fixed an incorrect import so it works in Zope 2.10 as well.
- - The id of the action is now generated from the last part of the interface
- the menu item is defined for, and the last part of the action. This should
- generate enough uniqueness so that action id's does not clash too much, while
- never generating two different ids.
+ - Got rid of some i18n warnings.
+
+ - Fixed an incorrect import so it works in Zope 2.10 as well.
+
+ - The id of the action is now generated from the last part of the interface
+ the menu item is defined for, and the last part of the action. This
+ should generate enough uniqueness so that action id's does not clash too
+ much, while never generating two different ids.
- The reason for this change is that it enables you to add icons with the CMF
- ActionIconsTool.
+ The reason for this change is that it enables you to add icons with the
+ CMF ActionIconsTool.
- - GenericSetup is now optional.
+ - GenericSetup is now optional.
CMFonFive 1.3.2 (2006-02-22)
- - GenericSetup calls all action providers with both object and info
- as None, which resulted in an attribute error.
+ - GenericSetup calls all action providers with both object and info
+ as None, which resulted in an attribute error.
+
+ - Added a GenericSetup profile. This means you need to use CMF 1.6.0 or
+ later, or download and install GenericSetup.
- - Added a GenericSetup profile. This means you need to use CMF 1.6.0 or
- later, or download and install GenericSetup.
-
- - Got rid of a deprecation warning for product_name.
+ - Got rid of a deprecation warning for product_name.
CMFonFive 1.3.1 (2006-02-10)
- - The new zope.i18nmessageid.Message is actually a subclass of unicode,
- so the test to make sure it was not a Message or a MessageID competely
- failed, making menu item titles untranslated.
+ - The new zope.i18nmessageid.Message is actually a subclass of unicode,
+ so the test to make sure it was not a Message or a MessageID competely
+ failed, making menu item titles untranslated.
CMFonFive 1.3.0 (2006-01-05)
More information about the z3-checkins
mailing list