Mercurial > babel > old > mirror
comparison ChangeLog @ 265:0c4fa5fe9e1c
Updated ChangeLog for [milestone:0.9].
author | cmlenz |
---|---|
date | Mon, 20 Aug 2007 09:04:35 +0000 |
parents | d0cd235ede46 |
children | 3308e9971fab |
comparison
equal
deleted
inserted
replaced
262:26f95143fec2 | 265:0c4fa5fe9e1c |
---|---|
1 Version 0.9 | 1 Version 0.9 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.0/ | 2 http://svn.edgewall.org/repos/babel/tags/0.9.0/ |
3 (?, from branches/stable/0.9.x) | 3 (Aug 20 2007, from branches/stable/0.9.x) |
4 | 4 |
5 * The `new_catalog` distutils command has been renamed to `init_catalog` for | 5 * The `new_catalog` distutils command has been renamed to `init_catalog` for |
6 consistency with the command-line frontend. | 6 consistency with the command-line frontend. |
7 * Added compilation of message catalogs to MO files (ticket #21). | 7 * Added compilation of message catalogs to MO files (ticket #21). |
8 * Added updating of message catalogs from POT files (ticket #22). | 8 * Added updating of message catalogs from POT files (ticket #22). |
21 for multi-line function calls, and other small fixes (tickets #38 and #39). | 21 for multi-line function calls, and other small fixes (tickets #38 and #39). |
22 * Improved support for detecting Python string formatting fields in message | 22 * Improved support for detecting Python string formatting fields in message |
23 strings (ticket #57). | 23 strings (ticket #57). |
24 * CLDR upgraded to the 1.5 release. | 24 * CLDR upgraded to the 1.5 release. |
25 * Improved timezone formatting. | 25 * Improved timezone formatting. |
26 * Implemented scientific number formatting. | |
27 * Added mechanism to lookup locales by alias, for cases where browsers insist | |
28 on including only the language code in the `Accept-Language` header, and | |
29 sometimes even the incorrect language code. | |
26 | 30 |
27 | 31 |
28 Version 0.8.1 | 32 Version 0.8.1 |
29 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | 33 http://svn.edgewall.org/repos/babel/tags/0.8.1/ |
30 (Jul 2 2007, from branches/stable/0.8.x) | 34 (Jul 2 2007, from branches/stable/0.8.x) |