comparison ChangeLog @ 194:c8c900ec63d8

Move change for #34 to 0.8.1 release in ChangeLog.
author cmlenz
date Mon, 02 Jul 2007 09:23:16 +0000
parents a16401b8b989
children bf3799fa4e42
comparison
equal deleted inserted replaced
193:b5e58a22ebd2 194:c8c900ec63d8
4 4
5 * The `new_catalog` distutils command has been renamed to `init_catalog` for 5 * The `new_catalog` distutils command has been renamed to `init_catalog` for
6 consistency with the command-line frontend. 6 consistency with the command-line frontend.
7 * Added compilation of message catalogs to MO files. 7 * Added compilation of message catalogs to MO files.
8 * Added updating of message catalogs from POT files. 8 * Added updating of message catalogs from POT files.
9 * The name of the command-line script has been changed from just "babel" to
10 "pybabel" to avoid a conflict with the OpenBabel project (ticket #34).
11 9
12 10
13 Version 0.8.1 11 Version 0.8.1
14 http://svn.edgewall.org/repos/babel/tags/0.8.1/ 12 http://svn.edgewall.org/repos/babel/tags/0.8.1/
15 (?, from branches/stable/0.8.x) 13 (Jul 2 2007, from branches/stable/0.8.x)
16 14
17 * `default_locale()` would fail when the value of the `LANGUAGE` environment 15 * `default_locale()` would fail when the value of the `LANGUAGE` environment
18 variable contained multiple language codes separated by colon, as is 16 variable contained multiple language codes separated by colon, as is
19 explicitly allowed by the GNU gettext tools. As the `default_locale()` 17 explicitly allowed by the GNU gettext tools. As the `default_locale()`
20 function is called at the module level in some modules, this bug would 18 function is called at the module level in some modules, this bug would
31 able to handle files containing non-ASCII characters (ticket #23). 29 able to handle files containing non-ASCII characters (ticket #23).
32 * Added 'N_' (gettext noop) to the extractor's default keywords. 30 * Added 'N_' (gettext noop) to the extractor's default keywords.
33 * Made locale string parsing more robust, and also take the script part into 31 * Made locale string parsing more robust, and also take the script part into
34 account (ticket #27). 32 account (ticket #27).
35 * Added a function to list all locales for which locale data is available. 33 * Added a function to list all locales for which locale data is available.
36 * Added a command-line option to the `babel` command which prints out all 34 * Added a command-line option to the `pybabel` command which prints out all
37 available locales (ticket #24). 35 available locales (ticket #24).
36 * The name of the command-line script has been changed from just `babel` to
37 `pybabel` to avoid a conflict with the OpenBabel project (ticket #34).
38 38
39 39
40 Version 0.8 40 Version 0.8
41 http://svn.edgewall.org/repos/babel/tags/0.8.0/ 41 http://svn.edgewall.org/repos/babel/tags/0.8.0/
42 (Jun 20 2007, from branches/stable/0.8.x) 42 (Jun 20 2007, from branches/stable/0.8.x)
Copyright (C) 2012-2017 Edgewall Software