cmlenz@162: Version 0.9 cmlenz@162: http://svn.edgewall.org/repos/babel/tags/0.9.0/ cmlenz@162: (?, from branches/stable/0.9.x) cmlenz@162: cmlenz@189: * The `new_catalog` distutils command has been renamed to `init_catalog` for cmlenz@189: consistency with the command-line frontend. cmlenz@162: * Added compilation of message catalogs to MO files. cmlenz@183: * Added updating of message catalogs from POT files. cmlenz@162: cmlenz@168: cmlenz@154: Version 0.8.1 cmlenz@154: http://svn.edgewall.org/repos/babel/tags/0.8.1/ cmlenz@194: (Jul 2 2007, from branches/stable/0.8.x) cmlenz@154: cmlenz@154: * `default_locale()` would fail when the value of the `LANGUAGE` environment cmlenz@154: variable contained multiple language codes separated by colon, as is cmlenz@154: explicitly allowed by the GNU gettext tools. As the `default_locale()` cmlenz@154: function is called at the module level in some modules, this bug would cmlenz@154: completely break importing these modules on systems where `LANGUAGE` is set cmlenz@154: that way. cmlenz@154: * The character set specified in PO template files is now respected when cmlenz@154: creating new catalog files based on that template. This allows the use of cmlenz@154: characters outside the ASCII range in POT files (ticket #17). cmlenz@156: * The default ordering of messages in generated POT files, which is based on cmlenz@156: the order those messages are found when walking the source tree, is no cmlenz@156: longer subject to differences between platforms; directory and file names cmlenz@156: are now always sorted alphabetically. cmlenz@168: * The Python message extractor now respects the special encoding comment to be cmlenz@168: able to handle files containing non-ASCII characters (ticket #23). pjenvey@181: * Added 'N_' (gettext noop) to the extractor's default keywords. cmlenz@185: * Made locale string parsing more robust, and also take the script part into cmlenz@185: account (ticket #27). cmlenz@187: * Added a function to list all locales for which locale data is available. cmlenz@194: * Added a command-line option to the `pybabel` command which prints out all cmlenz@187: available locales (ticket #24). cmlenz@194: * The name of the command-line script has been changed from just `babel` to cmlenz@194: `pybabel` to avoid a conflict with the OpenBabel project (ticket #34). cmlenz@154: cmlenz@154: cmlenz@141: Version 0.8 cmlenz@141: http://svn.edgewall.org/repos/babel/tags/0.8.0/ cmlenz@141: (Jun 20 2007, from branches/stable/0.8.x) cmlenz@141: cmlenz@141: * First public release