Mercurial > babel > old > babel-test
comparison ChangeLog @ 292:a59bf720ef60
woops, misplaced changelog
author | pjenvey |
---|---|
date | Fri, 28 Sep 2007 05:18:27 +0000 |
parents | 400f01be1537 |
children | 94d7e2cc9938 |
comparison
equal
deleted
inserted
replaced
291:400f01be1537 | 292:a59bf720ef60 |
---|---|
1 Version 0.9.2 | |
2 http://svn.edgewall.org/repos/babel/tags/0.9.2/ | |
3 (?, from branches/stable/0.9.x) | |
4 | |
5 * Fixed catalogs' charset values not being recognized. | |
6 | |
1 Version 0.9.1 | 7 Version 0.9.1 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.1/ | 8 http://svn.edgewall.org/repos/babel/tags/0.9.1/ |
3 (Sep 7 2007, from branches/stable/0.9.x) | 9 (Sep 7 2007, from branches/stable/0.9.x) |
4 | 10 |
5 * Fixed catalog updating when a message is merged that was previously simple | 11 * 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 | 12 but now has a plural form, for example by moving from `gettext` to |
7 `ngettext`, or vice versa. | 13 `ngettext`, or vice versa. |
8 * Fixed time formatting for 12 am and 12 pm. | 14 * Fixed time formatting for 12 am and 12 pm. |
9 * Fixed output encoding of the `pybabel --list-locales` command. | 15 * Fixed output encoding of the `pybabel --list-locales` command. |
10 * PO files are now written in binary mode on windows (ticket #61). | 16 * PO files are now written in binary mode on windows (ticket #61). |
11 * Fixed catalogs' charset values not being recognized. | |
12 | 17 |
13 | 18 |
14 Version 0.9 | 19 Version 0.9 |
15 http://svn.edgewall.org/repos/babel/tags/0.9.0/ | 20 http://svn.edgewall.org/repos/babel/tags/0.9.0/ |
16 (Aug 20 2007, from branches/stable/0.9.x) | 21 (Aug 20 2007, from branches/stable/0.9.x) |