Mercurial > babel > old > babel-test
comparison ChangeLog @ 286:0ae0594b177a stable-0.9.x 0.9.1
Ported [313] to 0.9.x branch.
author | cmlenz |
---|---|
date | Fri, 07 Sep 2007 10:13:58 +0000 |
parents | f05baef78d35 |
children | 400f01be1537 e1c100327308 |
comparison
equal
deleted
inserted
replaced
284:7bfd747102d7 | 286:0ae0594b177a |
---|---|
1 Version 0.9.1 | 1 Version 0.9.1 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.1/ | 2 http://svn.edgewall.org/repos/babel/tags/0.9.1/ |
3 (?, from branches/stable/0.9.x) | 3 (Sep 7 2007, from branches/stable/0.9.x) |
4 | 4 |
5 * Fixed catalog updating when a message is merged that was previously simple | 5 * Fixed catalog updating when a message is merged that was previously simple |
6 but now has a plural form, for example by moving from `gettext` to | 6 but now has a plural form, for example by moving from `gettext` to |
7 `ngettext`, or vice versa. | 7 `ngettext`, or vice versa. |
8 * Fixed time formatting for 12 am and 12 pm. | 8 * Fixed time formatting for 12 am and 12 pm. |
9 * Fixed output encoding of the `pybabel --list-locales` command. | 9 * Fixed output encoding of the `pybabel --list-locales` command. |
10 * PO files are now written in binary mode on windows (ticket #61). | 10 * PO files are now written in binary mode on windows (ticket #61). |
11 | 11 |