Mercurial > babel > old > mirror
annotate 0.9.x/ChangeLog @ 474:c40f442c22b7 stable
Merged revisions 460-461 via svnmerge from
http://svn.edgewall.org/repos/babel/trunk
........
r460 | palgarvio | 2008-12-16 00:47:54 +0100 (di, 16 dec 2008) | 2 lines
Make the `POT-Creation-Date` of the catalog being updated equal to `POT-Creation-Date` of the template used to update. Fixes #148.
........
r461 | palgarvio | 2008-12-16 14:35:23 +0100 (di, 16 dec 2008) | 2 lines
Testcase for fix of #148.
........
author | jruigrok |
---|---|
date | Sun, 11 Apr 2010 08:20:56 +0000 |
parents | 2b67406f276a |
children | 0385e2aecbaa |
rev | line source |
---|---|
465 | 1 Version 0.9.6 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | |
3 (? ? 2010, from branches/stable/0.9.x) | |
4 | |
466 | 5 * Backport r493-494: documentation typo fixes. |
471 | 6 * Make the CLDR import script work with Python 2.7. |
472 | 7 * Fix various typos. |
8 * Sort output of list-locales. | |
474 | 9 * Make the POT-Creation-Date of the catalog being updated equal to |
10 POT-Creation-Date of the template used to update (ticket #148). | |
466 | 11 |
465 | 12 |
450
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
13 Version 0.9.5 |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
14 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |
455 | 15 (Apr 6 2010, from branches/stable/0.9.x) |
450
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
16 |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
17 * Fixed the case where messages containing square brackets would break with |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
18 an unpack error. |
454 | 19 * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked |
20 against len(message.id) because this is always 2, instead, it's should be | |
21 checked against catalog.num_plurals (ticket #212). | |
450
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
22 |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
23 |
399 | 24 Version 0.9.4 |
25 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | |
409 | 26 (Aug 25 2008, from branches/stable/0.9.x) |
399 | 27 |
28 * Currency symbol definitions that is defined with choice patterns in the | |
29 CLDR data are no longer imported, so the symbol code will be used instead. | |
30 * Fixed quarter support in date formatting. | |
402 | 31 * Fixed a serious memory leak that was introduces by the support for CLDR |
32 aliases in 0.9.3 (ticket #128). | |
409 | 33 * Locale modifiers such as "@euro" are now stripped from locale identifiers |
34 when parsing (ticket #136). | |
35 * The system locales "C" and "POSIX" are now treated as aliases for | |
36 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | |
37 Manlio Perillo for the suggestion. | |
38 * Fixed JavaScript extraction for regular expression literals (ticket #138) | |
39 and concatenated strings. | |
415 | 40 * The `Translation` class in `babel.support` can now manage catalogs with |
41 different message domains, and exposes the family of `d*gettext` functions | |
42 (ticket #137). | |
399 | 43 |
44 | |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
45 Version 0.9.3 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
46 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
383 | 47 (Jul 9 2008, from branches/stable/0.9.x) |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
48 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
49 * Fixed invalid message extraction methods causing an UnboundLocalError. |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
50 * Extraction method specification can now use a dot instead of the colon to |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
51 separate module and function name (ticket #105). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
52 * Fixed message catalog compilation for locales with more than two plural |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
53 forms (ticket #95). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
54 * Fixed compilation of message catalogs for locales with more than two plural |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
55 forms where the translations were empty (ticket #97). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
56 * The stripping of the comment tags in comments is optional now and |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
57 is done for each line in a comment. |
381 | 58 * Added a JavaScript message extractor. |
59 * Updated to CLDR 1.6. | |
351 | 60 * Fixed timezone calculations when formatting datetime and time values. |
381 | 61 * Added a `get_plural` function into the plurals module that returns the |
62 correct plural forms for a locale as tuple. | |
63 * Added support for alias definitions in the CLDR data files, meaning that | |
64 the chance for items missing in certain locales should be greatly reduced | |
65 (ticket #68). | |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
66 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
67 |
295 | 68 Version 0.9.2 |
69 http://svn.edgewall.org/repos/babel/tags/0.9.2/ | |
383 | 70 (Feb 4 2008, from branches/stable/0.9.x) |
295 | 71 |
297 | 72 * Fixed catalogs' charset values not being recognized (ticket #66). |
320
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
73 * Numerous improvements to the default plural forms. |
316 | 74 * Fixed fuzzy matching when updating message catalogs (ticket #82). |
318 | 75 * Fixed bug in catalog updating, that in some cases pulled in translations |
76 from different catalogs based on the same template. | |
77 * Location lines in PO files do no longer get wrapped at hyphens in file | |
78 names (ticket #79). | |
320
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
79 * Fixed division by zero error in catalog compilation on empty catalogs |
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
80 (ticket #60). |
316 | 81 |
82 | |
280 | 83 Version 0.9.1 |
84 http://svn.edgewall.org/repos/babel/tags/0.9.1/ | |
288 | 85 (Sep 7 2007, from branches/stable/0.9.x) |
280 | 86 |
288 | 87 * Fixed catalog updating when a message is merged that was previously simple |
88 but now has a plural form, for example by moving from `gettext` to | |
280 | 89 `ngettext`, or vice versa. |
90 * Fixed time formatting for 12 am and 12 pm. | |
91 * Fixed output encoding of the `pybabel --list-locales` command. | |
323 | 92 * MO files are now written in binary mode on windows (ticket #61). |
280 | 93 |
94 | |
263 | 95 Version 0.9 |
96 http://svn.edgewall.org/repos/babel/tags/0.9.0/ | |
266 | 97 (Aug 20 2007, from branches/stable/0.9.x) |
263 | 98 |
99 * The `new_catalog` distutils command has been renamed to `init_catalog` for | |
100 consistency with the command-line frontend. | |
101 * Added compilation of message catalogs to MO files (ticket #21). | |
102 * Added updating of message catalogs from POT files (ticket #22). | |
103 * Support for significant digits in number formatting. | |
104 * Apply proper "banker's rounding" in number formatting in a cross-platform | |
105 manner. | |
106 * The number formatting functions now also work with numbers represented by | |
107 Python `Decimal` objects (ticket #53). | |
108 * Added extensible infrastructure for validating translation catalogs. | |
109 * Fixed the extractor not filtering out messages that didn't validate against | |
110 the keyword's specification (ticket #39). | |
111 * Fixed the extractor raising an exception when encountering an empty string | |
112 msgid. It now emits a warning to stderr. | |
113 * Numerous Python message extractor fixes: it now handles nested function | |
114 calls within a gettext function call correctly, uses the correct line number | |
115 for multi-line function calls, and other small fixes (tickets #38 and #39). | |
116 * Improved support for detecting Python string formatting fields in message | |
117 strings (ticket #57). | |
118 * CLDR upgraded to the 1.5 release. | |
119 * Improved timezone formatting. | |
266 | 120 * Implemented scientific number formatting. |
121 * Added mechanism to lookup locales by alias, for cases where browsers insist | |
122 on including only the language code in the `Accept-Language` header, and | |
123 sometimes even the incorrect language code. | |
263 | 124 |
125 | |
126 Version 0.8.1 | |
127 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | |
128 (Jul 2 2007, from branches/stable/0.8.x) | |
129 | |
130 * `default_locale()` would fail when the value of the `LANGUAGE` environment | |
131 variable contained multiple language codes separated by colon, as is | |
132 explicitly allowed by the GNU gettext tools. As the `default_locale()` | |
133 function is called at the module level in some modules, this bug would | |
134 completely break importing these modules on systems where `LANGUAGE` is set | |
135 that way. | |
136 * The character set specified in PO template files is now respected when | |
137 creating new catalog files based on that template. This allows the use of | |
138 characters outside the ASCII range in POT files (ticket #17). | |
139 * The default ordering of messages in generated POT files, which is based on | |
140 the order those messages are found when walking the source tree, is no | |
141 longer subject to differences between platforms; directory and file names | |
142 are now always sorted alphabetically. | |
143 * The Python message extractor now respects the special encoding comment to be | |
144 able to handle files containing non-ASCII characters (ticket #23). | |
145 * Added 'N_' (gettext noop) to the extractor's default keywords. | |
146 * Made locale string parsing more robust, and also take the script part into | |
147 account (ticket #27). | |
148 * Added a function to list all locales for which locale data is available. | |
149 * Added a command-line option to the `pybabel` command which prints out all | |
150 available locales (ticket #24). | |
151 * The name of the command-line script has been changed from just `babel` to | |
152 `pybabel` to avoid a conflict with the OpenBabel project (ticket #34). | |
153 | |
154 | |
155 Version 0.8 | |
156 http://svn.edgewall.org/repos/babel/tags/0.8.0/ | |
157 (Jun 20 2007, from branches/stable/0.8.x) | |
158 | |
159 * First public release |