* src/docgen/AsciiDoc.py (reformat_para): Add optional argument

for the first line indent; (start_paragraph): remove leader
handling; (end_paragraph): Handle all formatting, including leader
and first line indent.


svn: r5429
This commit is contained in:
Alex Roitman
2005-11-24 03:25:45 +00:00
parent bf7c2849ae
commit 499da39245
2 changed files with 59 additions and 36 deletions

View File

@@ -9,6 +9,10 @@
tmargin and bmargin (when reading older style files).
* src/docgen/PSDrawDoc.py (encode): Add tolerant encoder;
(patch_text): Remove unused method.
* src/docgen/AsciiDoc.py (reformat_para): Add optional argument
for the first line indent; (start_paragraph): remove leader
handling; (end_paragraph): Handle all formatting, including leader
and first line indent.
2005-11-22 Don Allingham <don@gramps-project.org>
* src/docgen/AbiWord2Doc.py: fix spacing for top and bottom margin