diff options
author | Ludovic Court`es | 2007-09-20 14:14:45 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-09-20 14:14:45 +0000 |
commit | 46b3f874e91db7d8a82a2f15bdea57fb4a6152b9 (patch) | |
tree | 7150efb36bed12716a467b88687bdb6c4281334a /ChangeLog | |
parent | 8c3ac87055e188b2818a7d1d8c0cb7bf4eec8e8e (diff) | |
parent | d558e816b374367b40c6880f2f8eb9bcb6044113 (diff) | |
download | skribilo-46b3f874e91db7d8a82a2f15bdea57fb4a6152b9.tar.gz skribilo-46b3f874e91db7d8a82a2f15bdea57fb4a6152b9.tar.lz skribilo-46b3f874e91db7d8a82a2f15bdea57fb4a6152b9.zip |
lout: New `:word' option for `chapter' et al.
* src/guile/skribilo/engine/lout.scm (lout-block-before): Handle the
`:word' option (note `@BypassWord' should be added in Lout 3.37).
(chapter, section, subsection, subsubsection): Mark `:word' as
supported.
(ref): Sanity-check IDENT.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-164
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -2,6 +2,26 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-09-20 14:14:45 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-164 + + Summary: + lout: New `:word' option for `chapter' et al. + Revision: + skribilo--devo--1.2--patch-164 + + * src/guile/skribilo/engine/lout.scm (lout-block-before): Handle the + `:word' option (note `@BypassWord' should be added in Lout 3.37). + (chapter, section, subsection, subsubsection): Mark `:word' as + supported. + (ref): Sanity-check IDENT. + + modified files: + ChangeLog src/guile/skribilo/engine/lout.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-106 + + 2007-09-03 17:23:55 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-163 Summary: |