cmlenz@397: Version 1.0 cmlenz@397: http://svn.edgewall.org/repos/babel/tags/1.0.0/ fschwarz@538: (? ? 2011 from trunk) cmlenz@397: cmlenz@397: * Added support for the locale plural rules defined by the CLDR. cmlenz@397: * Added `format_timedelta` function to support localized formatting of cmlenz@397: relative times with strings such as "2 days" or "1 month" (ticket #126). jruigrok@429: * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). jruigrok@451: * Fixed the case where messages containing square brackets would break with jruigrok@451: an unpack error. jruigrok@451: * Updated to CLDR 1.7. jruigrok@470: * Make the CLDR import script work with Python 2.7. jruigrok@496: * Fix various typos. jruigrok@496: * Sort output of list-locales. jruigrok@496: * Make the POT-Creation-Date of the catalog being updated equal to jruigrok@496: POT-Creation-Date of the template used to update (ticket #148). jruigrok@496: * Use a more explicit error message if no option or argument (command) is jruigrok@496: passed to pybabel (ticket #81). jruigrok@496: * Keep the PO-Revision-Date if it is not the default value (ticket #148). jruigrok@496: * Make --no-wrap work by reworking --width's default and mimic xgettext's jruigrok@496: behaviour of always wrapping comments (ticket #145). jruigrok@496: * Add --project and --version options for commandline (ticket #173). jruigrok@496: * Add a __ne__() method to the Local class. jruigrok@496: * Explicitly sort instead of using sorted() and don't assume ordering jruigrok@496: (Jython compatibility). jruigrok@496: * Removed ValueError raising for string formatting message checkers if the jruigrok@496: string does not contain any string formattings (ticket #150). jruigrok@491: * Fix Serbian plural forms (ticket #213). jruigrok@504: * Small speed improvement in format_date() (ticket #216). fschwarz@538: * Fix exception if environment contains an invalid locale setting (#200) cmlenz@397: cmlenz@397: jruigrok@495: Version 0.9.6 jruigrok@495: http://svn.edgewall.org/repos/babel/tags/0.9.6/ fschwarz@539: (? ? 2011, from branches/stable/0.9.x) jruigrok@495: jruigrok@495: * Backport r493-494: documentation typo fixes. jruigrok@495: * Make the CLDR import script work with Python 2.7. jruigrok@495: * Fix various typos. fschwarz@539: * Fixed Python 2.3 compatibility (ticket #146, #233). jruigrok@495: * Sort output of list-locales. jruigrok@495: * Make the POT-Creation-Date of the catalog being updated equal to jruigrok@495: POT-Creation-Date of the template used to update (ticket #148). jruigrok@495: * Use a more explicit error message if no option or argument (command) is jruigrok@495: passed to pybabel (ticket #81). jruigrok@495: * Keep the PO-Revision-Date if it is not the default value (ticket #148). jruigrok@495: * Make --no-wrap work by reworking --width's default and mimic xgettext's jruigrok@495: behaviour of always wrapping comments (ticket #145). jruigrok@495: * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). jruigrok@495: * Add --project and --version options for commandline (ticket #173). jruigrok@495: * Add a __ne__() method to the Local class. jruigrok@495: * Explicitly sort instead of using sorted() and don't assume ordering jruigrok@495: (Python 2.3 and Jython compatibility). jruigrok@495: * Removed ValueError raising for string formatting message checkers if the jruigrok@495: string does not contain any string formattings (ticket #150). jruigrok@495: * Fix Serbian plural forms (ticket #213). fschwarz@539: * Small speed improvement in format_date() (ticket #216). fschwarz@539: * Fix number formatting for locales where CLDR specifies alt or draft fschwarz@539: items (ticket #217) fschwarz@539: * Fix bad check in format_time (ticket #257, reported with patch and tests by fschwarz@539: jomae) fschwarz@539: * Fix exception if environment contains an invalid locale setting (#200) jruigrok@495: jruigrok@495: jruigrok@456: Version 0.9.5 jruigrok@456: http://svn.edgewall.org/repos/babel/tags/0.9.5/ jruigrok@456: (Apr 6 2010, from branches/stable/0.9.x) jruigrok@456: jruigrok@456: * Fixed the case where messages containing square brackets would break with jruigrok@456: an unpack error. jruigrok@456: * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked jruigrok@456: against len(message.id) because this is always 2, instead, it's should be jruigrok@456: checked against catalog.num_plurals (ticket #212). jruigrok@456: jruigrok@456: cmlenz@398: Version 0.9.4 cmlenz@398: http://svn.edgewall.org/repos/babel/tags/0.9.4/ cmlenz@408: (Aug 25 2008, from branches/stable/0.9.x) cmlenz@398: cmlenz@398: * Currency symbol definitions that is defined with choice patterns in the cmlenz@398: CLDR data are no longer imported, so the symbol code will be used instead. cmlenz@398: * Fixed quarter support in date formatting. cmlenz@401: * Fixed a serious memory leak that was introduces by the support for CLDR cmlenz@401: aliases in 0.9.3 (ticket #128). cmlenz@405: * Locale modifiers such as "@euro" are now stripped from locale identifiers cmlenz@405: when parsing (ticket #136). cmlenz@405: * The system locales "C" and "POSIX" are now treated as aliases for cmlenz@405: "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to cmlenz@405: Manlio Perillo for the suggestion. cmlenz@408: * Fixed JavaScript extraction for regular expression literals (ticket #138) cmlenz@408: and concatenated strings. cmlenz@411: * The `Translation` class in `babel.support` can now manage catalogs with cmlenz@410: different message domains, and exposes the family of `d*gettext` functions cmlenz@410: (ticket #137). cmlenz@398: cmlenz@398: pjenvey@324: Version 0.9.3 pjenvey@324: http://svn.edgewall.org/repos/babel/tags/0.9.3/ cmlenz@382: (Jul 9 2008, from branches/stable/0.9.x) pjenvey@324: aronacher@340: * Fixed invalid message extraction methods causing an UnboundLocalError. cmlenz@347: * Extraction method specification can now use a dot instead of the colon to cmlenz@347: separate module and function name (ticket #105). cmlenz@347: * Fixed message catalog compilation for locales with more than two plural cmlenz@347: forms (ticket #95). cmlenz@347: * Fixed compilation of message catalogs for locales with more than two plural cmlenz@347: forms where the translations were empty (ticket #97). aronacher@340: * The stripping of the comment tags in comments is optional now and aronacher@340: is done for each line in a comment. cmlenz@377: * Added a JavaScript message extractor. cmlenz@377: * Updated to CLDR 1.6. cmlenz@350: * Fixed timezone calculations when formatting datetime and time values. aronacher@376: * Added a `get_plural` function into the plurals module that returns the aronacher@376: correct plural forms for a locale as tuple. cmlenz@377: * Added support for alias definitions in the CLDR data files, meaning that cmlenz@377: the chance for items missing in certain locales should be greatly reduced cmlenz@377: (ticket #68). aronacher@341: pjenvey@324: pjenvey@294: Version 0.9.2 pjenvey@294: http://svn.edgewall.org/repos/babel/tags/0.9.2/ cmlenz@382: (Feb 4 2008, from branches/stable/0.9.x) pjenvey@294: pjenvey@296: * Fixed catalogs' charset values not being recognized (ticket #66). cmlenz@319: * Numerous improvements to the default plural forms. cmlenz@314: * Fixed fuzzy matching when updating message catalogs (ticket #82). cmlenz@317: * Fixed bug in catalog updating, that in some cases pulled in translations cmlenz@317: from different catalogs based on the same template. cmlenz@317: * Location lines in PO files do no longer get wrapped at hyphens in file cmlenz@317: names (ticket #79). cmlenz@319: * Fixed division by zero error in catalog compilation on empty catalogs cmlenz@319: (ticket #60). cmlenz@314: cmlenz@314: cmlenz@279: Version 0.9.1 cmlenz@279: http://svn.edgewall.org/repos/babel/tags/0.9.1/ cmlenz@287: (Sep 7 2007, from branches/stable/0.9.x) cmlenz@279: cmlenz@287: * Fixed catalog updating when a message is merged that was previously simple cmlenz@287: but now has a plural form, for example by moving from `gettext` to cmlenz@279: `ngettext`, or vice versa. cmlenz@279: * Fixed time formatting for 12 am and 12 pm. cmlenz@279: * Fixed output encoding of the `pybabel --list-locales` command. cmlenz@322: * MO files are now written in binary mode on windows (ticket #61). cmlenz@279: cmlenz@279: cmlenz@162: Version 0.9 cmlenz@162: http://svn.edgewall.org/repos/babel/tags/0.9.0/ cmlenz@265: (Aug 20 2007, 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@221: * Added compilation of message catalogs to MO files (ticket #21). cmlenz@221: * Added updating of message catalogs from POT files (ticket #22). cmlenz@215: * Support for significant digits in number formatting. cmlenz@215: * Apply proper "banker's rounding" in number formatting in a cross-platform cmlenz@215: manner. cmlenz@221: * The number formatting functions now also work with numbers represented by cmlenz@221: Python `Decimal` objects (ticket #53). cmlenz@222: * Added extensible infrastructure for validating translation catalogs. pjenvey@224: * Fixed the extractor not filtering out messages that didn't validate against pjenvey@224: the keyword's specification (ticket #39). pjenvey@224: * Fixed the extractor raising an exception when encountering an empty string pjenvey@224: msgid. It now emits a warning to stderr. pjenvey@224: * Numerous Python message extractor fixes: it now handles nested function pjenvey@224: calls within a gettext function call correctly, uses the correct line number pjenvey@224: for multi-line function calls, and other small fixes (tickets #38 and #39). cmlenz@227: * Improved support for detecting Python string formatting fields in message cmlenz@227: strings (ticket #57). cmlenz@235: * CLDR upgraded to the 1.5 release. cmlenz@235: * Improved timezone formatting. cmlenz@265: * Implemented scientific number formatting. cmlenz@265: * Added mechanism to lookup locales by alias, for cases where browsers insist cmlenz@265: on including only the language code in the `Accept-Language` header, and cmlenz@265: sometimes even the incorrect language code. 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