Mercurial > babel > mirror
diff 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 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ * Use a more explicit error message if no option or argument (command) is passed to pybabel (ticket #81). * Keep the PO-Revision-Date if it is not the default value (ticket #148). + * Make --no-wrap work by reworking --width's default and mimic xgettext's + behaviour of always wrapping comments (ticket #145). Version 0.9.5