Mercurial > babel > old > mirror
comparison ChangeLog @ 168:d99cd18cc912
Added note on [167] to ChangeLog.
author | cmlenz |
---|---|
date | Fri, 22 Jun 2007 10:35:24 +0000 |
parents | 661cb602781d |
children | 5c85c0ec4ef8 |
comparison
equal
deleted
inserted
replaced
167:533baef258bb | 168:d99cd18cc912 |
---|---|
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 (?, from branches/stable/0.9.x) |
4 | 4 |
5 * Added compilation of message catalogs to MO files. | 5 * Added compilation of message catalogs to MO files. |
6 | |
6 | 7 |
7 Version 0.8.1 | 8 Version 0.8.1 |
8 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | 9 http://svn.edgewall.org/repos/babel/tags/0.8.1/ |
9 (?, from branches/stable/0.8.x) | 10 (?, from branches/stable/0.8.x) |
10 | 11 |
19 characters outside the ASCII range in POT files (ticket #17). | 20 characters outside the ASCII range in POT files (ticket #17). |
20 * The default ordering of messages in generated POT files, which is based on | 21 * The default ordering of messages in generated POT files, which is based on |
21 the order those messages are found when walking the source tree, is no | 22 the order those messages are found when walking the source tree, is no |
22 longer subject to differences between platforms; directory and file names | 23 longer subject to differences between platforms; directory and file names |
23 are now always sorted alphabetically. | 24 are now always sorted alphabetically. |
25 * The Python message extractor now respects the special encoding comment to be | |
26 able to handle files containing non-ASCII characters (ticket #23). | |
24 | 27 |
25 | 28 |
26 Version 0.8 | 29 Version 0.8 |
27 http://svn.edgewall.org/repos/babel/tags/0.8.0/ | 30 http://svn.edgewall.org/repos/babel/tags/0.8.0/ |
28 (Jun 20 2007, from branches/stable/0.8.x) | 31 (Jun 20 2007, from branches/stable/0.8.x) |