File Release Notes and Changelog
Release Name: 0.43
Release Notes
po4a: * Add --porefs option to change how file locations are written into the POT file (and thus into the PO files also). po4a-updatepo po4a Po: * Extend the --porefs option, add a new 'counter' value to replace line number by an increasing counter. An optional ",nowrap" or ",wrap" specifier can be added to tell whether file locations are written on a single line or wrapped on several lines. Default is ",nowrap", it will be changed to ",wrap" in a future release. Man: * Make .UR/.UE macros inline. * Add macros used in several NetBSD man pages: %I %U Brc Bro Lp Lk Text: * Fix two line titles in AsciiDoc format. * Let AsciiDoc format handle many more styles. * Add support for automatic comments in AsciiDoc format.
Change Log
2012-10-09 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Text.pm: According to documentation, minimum width for two-line title is two and not four. 2012-09-26 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Text.pm: Support more AsciiDoc styles. 2012-09-18 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Po.pm po4a: Add another possible value to --porefs option: counter. 2012-09-14 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Text.pm: Rewrite the parse() method to improve its readability. 2012-09-10 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Text.pm: Do not wrap tables in Asciidoc. Report and patch by Anders Nawroth. 2012-09-09 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Po.pm po4a: Add a wrap/nowrap modifier to --porefs option, and make po4a recognize this option. * lib/Locale/Po4a/Man.pm: Declare .UR/.UE macros as being inline. 2012-09-08 Denis Barbier <barbier-guest@alioth.debian.org> * lib/Locale/Po4a/Man.pm: Add missing macros used by several NetBSD manual pages. Thanks to Kiwamu Okabe for the patch.