Mercurial > babel > old > mirror
log
age | author | description |
---|---|---|
Thu, 14 Jun 2007 19:13:51 +0000 | palgarvio | Fixed a bug introduced in [106]. |
Thu, 14 Jun 2007 10:05:47 +0000 | cmlenz | Minor doc improvements. |
Thu, 14 Jun 2007 09:49:00 +0000 | cmlenz | Fix for #16: the header message (`msgid = ""`) is now treated specially by `read_po` and `Catalog`. |
Thu, 14 Jun 2007 06:24:28 +0000 | palgarvio | `Message`, `read_po` and `write_po` now all handle user/auto comments correctly. |
Wed, 13 Jun 2007 23:02:24 +0000 | cmlenz | Merged `write_pot` and `write_po` functions by moving more functionality to the `Catalog` class. This is certainly not perfect yet, but moves us in the right direction. |
Wed, 13 Jun 2007 21:46:41 +0000 | cmlenz | Implement wrapping of header comments in PO(T) output. Related to #14. |
Wed, 13 Jun 2007 20:50:34 +0000 | cmlenz | Project name and version, and the charset are available via the `Catalog` object, and do not need to be passed to `write_pot()`. |