aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès2009-01-07 01:35:04 +0100
committerLudovic Courtès2009-01-07 01:35:04 +0100
commitd05d352ea3e8af3dbd53a021f83532198cd5cce6 (patch)
tree847c5b16ad217c6022110616ce3b6efe5c7335f8 /NEWS
parentfd9a9dc8ff1c4b7e77a28b4556e62620d15b1293 (diff)
downloadskribilo-d05d352ea3e8af3dbd53a021f83532198cd5cce6.tar.gz
skribilo-d05d352ea3e8af3dbd53a021f83532198cd5cce6.tar.lz
skribilo-d05d352ea3e8af3dbd53a021f83532198cd5cce6.zip
html: Fix footnote output for chapters that are not in a separate file.
* src/guile/skribilo/engine/html.scm (section-in-separate-file?, section-in-current-file?): New. (&html-generic-document)[ftnotes]: Collect the footnotes not only of N but also those of all its sub-containers that are to be output in the same file. This fixes a bug where chapters that are not output in the same file don't get their footnotes printed. Reported by Klaus Schilling <schilling.klaus@web.de>. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 514541f..42cb606 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org>
** Using `(image :url ...)' with `lout' yields a warning, not an error
** New `rss-2' input syntax, for RSS 2.0 feeds
** HTML engine: footnotes now yield hyperlinks back to the call site
+** HTML engine: footnotes are properly printed for same-file chapters
+
+Previously, footnotes would not get printed in the case of chapters that
+are not output in a separate file.
* New in Skribilo 0.9.1