diff options
author | Ludovic Court`es | 2007-08-29 13:22:43 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-08-29 13:22:43 +0000 |
commit | caefe7b373e06bfb842ed99de4bd69d0d46c0488 (patch) | |
tree | 79323122993badc6d0a1a3b8ea49855c4be7784d /ChangeLog | |
parent | 34c706c18157fdcf474758466cb7d44f10c397b1 (diff) | |
parent | 055a955df3fa1fa77b3e962f3a136f5e364abb20 (diff) | |
download | skribilo-caefe7b373e06bfb842ed99de4bd69d0d46c0488.tar.gz skribilo-caefe7b373e06bfb842ed99de4bd69d0d46c0488.tar.lz skribilo-caefe7b373e06bfb842ed99de4bd69d0d46c0488.zip |
lout: Provide support for separate first-paragraph gap style.
* src/guile/skribilo/engine/lout.scm (lout-engine)[first-paragraph-gap]:
New custom.
(paragraph)[first-paragraph?]: New. Use it to honor
`first-paragraph-gap'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-158
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2,6 +2,25 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-08-29 13:22:43 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-158 + + Summary: + lout: Provide support for separate first-paragraph gap style. + Revision: + skribilo--devo--1.2--patch-158 + + * src/guile/skribilo/engine/lout.scm (lout-engine)[first-paragraph-gap]: + New custom. + (paragraph)[first-paragraph?]: New. Use it to honor + `first-paragraph-gap'. + + modified files: + ChangeLog src/guile/skribilo/engine/lout.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-100 + + 2007-08-29 13:22:11 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-157 Summary: |