diff options
author | Ludovic Courtès | 2008-12-21 23:12:03 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-12-21 23:12:03 +0100 |
commit | a18292538f1d45d3f2dce8da530e031b91ac3739 (patch) | |
tree | 2b03949f207d99de2b8bd4da4e121b8d719b491b /NEWS | |
parent | 1012103185f6bd282693f0efd85ca5e1fa841ade (diff) | |
download | skribilo-a18292538f1d45d3f2dce8da530e031b91ac3739.tar.gz skribilo-a18292538f1d45d3f2dce8da530e031b91ac3739.tar.lz skribilo-a18292538f1d45d3f2dce8da530e031b91ac3739.zip |
lout: Issue a warning instead of an error for `(image :url ...)'.
* src/guile/skribilo/engine/lout.scm (image): Produce a warning, not an
error, if URL is provided. Use SRFI-35 conditions for invalid
arguments.
* po/POTFILES.in: Add.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org> ** Improved configure-time diagnostics ** `skribilo' now displays a call stack trace upon error when possible ** New `--custom' compiler option +** Using `(image :url ...)' with `lout' yields a warning, not an error * New in Skribilo 0.9.1 |