Mercurial > babel > old > babel-test
comparison ChangeLog @ 318:e7e6eb212628 stable-0.9.x
Ported [335:338], [345], and [351] to 0.9.x stable branch.
author | cmlenz |
---|---|
date | Fri, 01 Feb 2008 15:41:31 +0000 |
parents | 3d67cf6d8022 |
children | 5491dbf09386 |
comparison
equal
deleted
inserted
replaced
316:3d67cf6d8022 | 318:e7e6eb212628 |
---|---|
1 Version 0.9.2 | 1 Version 0.9.2 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.2/ | 2 http://svn.edgewall.org/repos/babel/tags/0.9.2/ |
3 (?, from branches/stable/0.9.x) | 3 (?, from branches/stable/0.9.x) |
4 | 4 |
5 * Fixed catalogs' charset values not being recognized (ticket #66). | 5 * Fixed catalogs' charset values not being recognized (ticket #66). |
6 * Numerous improvements to the default plural forms. | |
6 * Fixed fuzzy matching when updating message catalogs (ticket #82). | 7 * Fixed fuzzy matching when updating message catalogs (ticket #82). |
7 * Fixed bug in catalog updating, that in some cases pulled in translations | 8 * Fixed bug in catalog updating, that in some cases pulled in translations |
8 from different catalogs based on the same template. | 9 from different catalogs based on the same template. |
9 * Location lines in PO files do no longer get wrapped at hyphens in file | 10 * Location lines in PO files do no longer get wrapped at hyphens in file |
10 names (ticket #79). | 11 names (ticket #79). |
12 * Fixed division by zero error in catalog compilation on empty catalogs | |
13 (ticket #60). | |
11 | 14 |
12 | 15 |
13 Version 0.9.1 | 16 Version 0.9.1 |
14 http://svn.edgewall.org/repos/babel/tags/0.9.1/ | 17 http://svn.edgewall.org/repos/babel/tags/0.9.1/ |
15 (Sep 7 2007, from branches/stable/0.9.x) | 18 (Sep 7 2007, from branches/stable/0.9.x) |