comparison ChangeLog @ 193:0e82db0c5018 stable-0.8.x

Merged revisions [192] and [195] via svnmerge from [source:/trunk].
author cmlenz
date Mon, 02 Jul 2007 09:26:08 +0000
parents cd7d11b95fc7
children
comparison
equal deleted inserted replaced
186:cd7d11b95fc7 193:0e82db0c5018
1
2 Version 0.8.1 1 Version 0.8.1
3 http://svn.edgewall.org/repos/babel/tags/0.8.1/ 2 http://svn.edgewall.org/repos/babel/tags/0.8.1/
4 (?, from branches/stable/0.8.x) 3 (Jul 2 2007, from branches/stable/0.8.x)
5 4
6 * `default_locale()` would fail when the value of the `LANGUAGE` environment 5 * `default_locale()` would fail when the value of the `LANGUAGE` environment
7 variable contained multiple language codes separated by colon, as is 6 variable contained multiple language codes separated by colon, as is
8 explicitly allowed by the GNU gettext tools. As the `default_locale()` 7 explicitly allowed by the GNU gettext tools. As the `default_locale()`
9 function is called at the module level in some modules, this bug would 8 function is called at the module level in some modules, this bug would
20 able to handle files containing non-ASCII characters (ticket #23). 19 able to handle files containing non-ASCII characters (ticket #23).
21 * Added 'N_' (gettext noop) to the extractor's default keywords. 20 * Added 'N_' (gettext noop) to the extractor's default keywords.
22 * Made locale string parsing more robust, and also take the script part into 21 * Made locale string parsing more robust, and also take the script part into
23 account (ticket #27). 22 account (ticket #27).
24 * Added a function to list all locales for which locale data is available. 23 * Added a function to list all locales for which locale data is available.
25 * Added a command-line option to the `babel` command which prints out all 24 * Added a command-line option to the `pybabel` command which prints out all
26 available locales (ticket #24). 25 available locales (ticket #24).
26 * The name of the command-line script has been changed from just `babel` to
27 `pybabel` to avoid a conflict with the OpenBabel project (ticket #34).
27 28
28 29
29 Version 0.8 30 Version 0.8
30 http://svn.edgewall.org/repos/babel/tags/0.8.0/ 31 http://svn.edgewall.org/repos/babel/tags/0.8.0/
31 (Jun 20 2007, from branches/stable/0.8.x) 32 (Jun 20 2007, from branches/stable/0.8.x)
Copyright (C) 2012-2017 Edgewall Software