Mercurial > babel > old > mirror
comparison ChangeLog @ 287:7fd0b754d39c
Updated ChangeLog for [milestone:0.9.1].
author | cmlenz |
---|---|
date | Fri, 07 Sep 2007 10:12:35 +0000 |
parents | 4fef88242782 |
children | 62d4f85d33ea |
comparison
equal
deleted
inserted
replaced
285:e9550fb98127 | 287:7fd0b754d39c |
---|---|
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 |