Mercurial > babel > old > mirror
annotate 0.9.x/ChangeLog @ 399:26733b2c995d stable
Ported [436] to 0.9.x branch.
author | cmlenz |
---|---|
date | Tue, 15 Jul 2008 16:48:02 +0000 |
parents | 6ab5550b7945 |
children | e6094bb5d67e |
rev | line source |
---|---|
399 | 1 Version 0.9.4 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | |
3 (???, from branches/stable/0.9.x) | |
4 | |
5 * Currency symbol definitions that is defined with choice patterns in the | |
6 CLDR data are no longer imported, so the symbol code will be used instead. | |
7 * Fixed quarter support in date formatting. | |
8 | |
9 | |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
10 Version 0.9.3 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
11 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
383 | 12 (Jul 9 2008, from branches/stable/0.9.x) |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
13 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
14 * Fixed invalid message extraction methods causing an UnboundLocalError. |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
15 * Extraction method specification can now use a dot instead of the colon to |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
16 separate module and function name (ticket #105). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
17 * Fixed message catalog compilation for locales with more than two plural |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
18 forms (ticket #95). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
19 * Fixed compilation of message catalogs for locales with more than two plural |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
20 forms where the translations were empty (ticket #97). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
21 * The stripping of the comment tags in comments is optional now and |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
22 is done for each line in a comment. |
381 | 23 * Added a JavaScript message extractor. |
24 * Updated to CLDR 1.6. | |
351 | 25 * Fixed timezone calculations when formatting datetime and time values. |
381 | 26 * Added a `get_plural` function into the plurals module that returns the |
27 correct plural forms for a locale as tuple. | |
28 * Added support for alias definitions in the CLDR data files, meaning that | |
29 the chance for items missing in certain locales should be greatly reduced | |
30 (ticket #68). | |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
31 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
32 |
295 | 33 Version 0.9.2 |
34 http://svn.edgewall.org/repos/babel/tags/0.9.2/ | |
383 | 35 (Feb 4 2008, from branches/stable/0.9.x) |
295 | 36 |
297 | 37 * Fixed catalogs' charset values not being recognized (ticket #66). |
320
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
38 * Numerous improvements to the default plural forms. |
316 | 39 * Fixed fuzzy matching when updating message catalogs (ticket #82). |
318 | 40 * Fixed bug in catalog updating, that in some cases pulled in translations |
41 from different catalogs based on the same template. | |
42 * Location lines in PO files do no longer get wrapped at hyphens in file | |
43 names (ticket #79). | |
320
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
44 * Fixed division by zero error in catalog compilation on empty catalogs |
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
45 (ticket #60). |
316 | 46 |
47 | |
280 | 48 Version 0.9.1 |
49 http://svn.edgewall.org/repos/babel/tags/0.9.1/ | |
288 | 50 (Sep 7 2007, from branches/stable/0.9.x) |
280 | 51 |
288 | 52 * Fixed catalog updating when a message is merged that was previously simple |
53 but now has a plural form, for example by moving from `gettext` to | |
280 | 54 `ngettext`, or vice versa. |
55 * Fixed time formatting for 12 am and 12 pm. | |
56 * Fixed output encoding of the `pybabel --list-locales` command. | |
323 | 57 * MO files are now written in binary mode on windows (ticket #61). |
280 | 58 |
59 | |
263 | 60 Version 0.9 |
61 http://svn.edgewall.org/repos/babel/tags/0.9.0/ | |
266 | 62 (Aug 20 2007, from branches/stable/0.9.x) |
263 | 63 |
64 * The `new_catalog` distutils command has been renamed to `init_catalog` for | |
65 consistency with the command-line frontend. | |
66 * Added compilation of message catalogs to MO files (ticket #21). | |
67 * Added updating of message catalogs from POT files (ticket #22). | |
68 * Support for significant digits in number formatting. | |
69 * Apply proper "banker's rounding" in number formatting in a cross-platform | |
70 manner. | |
71 * The number formatting functions now also work with numbers represented by | |
72 Python `Decimal` objects (ticket #53). | |
73 * Added extensible infrastructure for validating translation catalogs. | |
74 * Fixed the extractor not filtering out messages that didn't validate against | |
75 the keyword's specification (ticket #39). | |
76 * Fixed the extractor raising an exception when encountering an empty string | |
77 msgid. It now emits a warning to stderr. | |
78 * Numerous Python message extractor fixes: it now handles nested function | |
79 calls within a gettext function call correctly, uses the correct line number | |
80 for multi-line function calls, and other small fixes (tickets #38 and #39). | |
81 * Improved support for detecting Python string formatting fields in message | |
82 strings (ticket #57). | |
83 * CLDR upgraded to the 1.5 release. | |
84 * Improved timezone formatting. | |
266 | 85 * Implemented scientific number formatting. |
86 * Added mechanism to lookup locales by alias, for cases where browsers insist | |
87 on including only the language code in the `Accept-Language` header, and | |
88 sometimes even the incorrect language code. | |
263 | 89 |
90 | |
91 Version 0.8.1 | |
92 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | |
93 (Jul 2 2007, from branches/stable/0.8.x) | |
94 | |
95 * `default_locale()` would fail when the value of the `LANGUAGE` environment | |
96 variable contained multiple language codes separated by colon, as is | |
97 explicitly allowed by the GNU gettext tools. As the `default_locale()` | |
98 function is called at the module level in some modules, this bug would | |
99 completely break importing these modules on systems where `LANGUAGE` is set | |
100 that way. | |
101 * The character set specified in PO template files is now respected when | |
102 creating new catalog files based on that template. This allows the use of | |
103 characters outside the ASCII range in POT files (ticket #17). | |
104 * The default ordering of messages in generated POT files, which is based on | |
105 the order those messages are found when walking the source tree, is no | |
106 longer subject to differences between platforms; directory and file names | |
107 are now always sorted alphabetically. | |
108 * The Python message extractor now respects the special encoding comment to be | |
109 able to handle files containing non-ASCII characters (ticket #23). | |
110 * Added 'N_' (gettext noop) to the extractor's default keywords. | |
111 * Made locale string parsing more robust, and also take the script part into | |
112 account (ticket #27). | |
113 * Added a function to list all locales for which locale data is available. | |
114 * Added a command-line option to the `pybabel` command which prints out all | |
115 available locales (ticket #24). | |
116 * The name of the command-line script has been changed from just `babel` to | |
117 `pybabel` to avoid a conflict with the OpenBabel project (ticket #34). | |
118 | |
119 | |
120 Version 0.8 | |
121 http://svn.edgewall.org/repos/babel/tags/0.8.0/ | |
122 (Jun 20 2007, from branches/stable/0.8.x) | |
123 | |
124 * First public release |