comparison ChangeLog @ 485:a9b583b2a621 stable-0.9.x

Merged revisions 482 via svnmerge from http://svn.edgewall.org/repos/babel/trunk ........ r482 | pjenvey | 2009-09-25 22:29:11 +0200 (vr, 25 sep 2009) | 2 lines remove sorted and don't assume dict ordering (Python 2.3 & Jython compat) ........
author jruigrok
date Sun, 11 Apr 2010 09:01:02 +0000
parents 8da9e83f6df8
children 07a27065102a
comparison
equal deleted inserted replaced
484:d91b2fa43c39 485:a9b583b2a621
14 * Make --no-wrap work by reworking --width's default and mimic xgettext's 14 * Make --no-wrap work by reworking --width's default and mimic xgettext's
15 behaviour of always wrapping comments (ticket #145). 15 behaviour of always wrapping comments (ticket #145).
16 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). 16 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165).
17 * Add --project and --version options for commandline (ticket #173). 17 * Add --project and --version options for commandline (ticket #173).
18 * Add a __ne__() method to the Local class. 18 * Add a __ne__() method to the Local class.
19 * Explicitly sort instead of using sorted() and don't assume ordering
20 (Python 2.3 and Jython compatibility).
19 21
20 22
21 Version 0.9.5 23 Version 0.9.5
22 http://svn.edgewall.org/repos/babel/tags/0.9.5/ 24 http://svn.edgewall.org/repos/babel/tags/0.9.5/
23 (Apr 6 2010, from branches/stable/0.9.x) 25 (Apr 6 2010, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software