Mercurial > babel > mirror
comparison ChangeLog @ 476:e79f082f3755 stable-0.9.x
Merged revisions 465 via svnmerge from
http://svn.edgewall.org/repos/babel/trunk
........
r465 | palgarvio | 2008-12-23 02:03:40 +0100 (di, 23 dec 2008) | 3 lines
Now, the `--width` option, although with a default value of 76, it's not set to any value initially so that the `--no-wrap` option can be passed without throwing an error. Fixes #145.
With the above bug, another one was found where Babel was not mimic'ing xgtettext's behaviour regarding the `--no-wrap` option where comments are wrapped anyway to the width of 76, and, if `--width` is passed then that value is used to wrap the comments too.
........
author | jruigrok |
---|---|
date | Sun, 11 Apr 2010 08:40:17 +0000 |
parents | fca4670813e0 |
children | f3f94ae6e987 |
comparison
equal
deleted
inserted
replaced
475:fca4670813e0 | 476:e79f082f3755 |
---|---|
9 * Make the POT-Creation-Date of the catalog being updated equal to | 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). | 10 POT-Creation-Date of the template used to update (ticket #148). |
11 * Use a more explicit error message if no option or argument (command) is | 11 * Use a more explicit error message if no option or argument (command) is |
12 passed to pybabel (ticket #81). | 12 passed to pybabel (ticket #81). |
13 * Keep the PO-Revision-Date if it is not the default value (ticket #148). | 13 * Keep the PO-Revision-Date if it is not the default value (ticket #148). |
14 * Make --no-wrap work by reworking --width's default and mimic xgettext's | |
15 behaviour of always wrapping comments (ticket #145). | |
14 | 16 |
15 | 17 |
16 Version 0.9.5 | 18 Version 0.9.5 |
17 http://svn.edgewall.org/repos/babel/tags/0.9.5/ | 19 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |
18 (Apr 6 2010, from branches/stable/0.9.x) | 20 (Apr 6 2010, from branches/stable/0.9.x) |