Mercurial > babel > old > mirror
comparison ChangeLog @ 496:6002c8e21ed5
Update ChangeLog.
author | jruigrok |
---|---|
date | Mon, 19 Apr 2010 09:48:56 +0000 |
parents | c2023a9b01b9 |
children | cbe893a707e4 |
comparison
equal
deleted
inserted
replaced
495:c2023a9b01b9 | 496:6002c8e21ed5 |
---|---|
1 Version 1.0 | 1 Version 1.0 |
2 http://svn.edgewall.org/repos/babel/tags/1.0.0/ | 2 http://svn.edgewall.org/repos/babel/tags/1.0.0/ |
3 (???, from branches/stable/1.0.x) | 3 (? ? 2010 from branches/stable/1.0.x) |
4 | 4 |
5 * Added support for the locale plural rules defined by the CLDR. | 5 * Added support for the locale plural rules defined by the CLDR. |
6 * Added `format_timedelta` function to support localized formatting of | 6 * Added `format_timedelta` function to support localized formatting of |
7 relative times with strings such as "2 days" or "1 month" (ticket #126). | 7 relative times with strings such as "2 days" or "1 month" (ticket #126). |
8 * Fixed Python 2.3 compatibility (ticket #146). | |
9 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). | 8 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). |
10 * Fixed the case where messages containing square brackets would break with | 9 * Fixed the case where messages containing square brackets would break with |
11 an unpack error. | 10 an unpack error. |
12 * Updated to CLDR 1.7. | 11 * Updated to CLDR 1.7. |
13 * Make the CLDR import script work with Python 2.7. | 12 * Make the CLDR import script work with Python 2.7. |
13 * Fix various typos. | |
14 * Sort output of list-locales. | |
15 * Make the POT-Creation-Date of the catalog being updated equal to | |
16 POT-Creation-Date of the template used to update (ticket #148). | |
17 * Use a more explicit error message if no option or argument (command) is | |
18 passed to pybabel (ticket #81). | |
19 * Keep the PO-Revision-Date if it is not the default value (ticket #148). | |
20 * Make --no-wrap work by reworking --width's default and mimic xgettext's | |
21 behaviour of always wrapping comments (ticket #145). | |
22 * Add --project and --version options for commandline (ticket #173). | |
23 * Add a __ne__() method to the Local class. | |
24 * Explicitly sort instead of using sorted() and don't assume ordering | |
25 (Jython compatibility). | |
26 * Removed ValueError raising for string formatting message checkers if the | |
27 string does not contain any string formattings (ticket #150). | |
14 * Fix Serbian plural forms (ticket #213). | 28 * Fix Serbian plural forms (ticket #213). |
15 | 29 |
16 | 30 |
17 Version 0.9.6 | 31 Version 0.9.6 |
18 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | 32 http://svn.edgewall.org/repos/babel/tags/0.9.6/ |