summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--TODO3
2 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 96feef9..296a94b 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ Copyright (C) 2005, 2006, 2007, 2008  Ludovic Courtès <ludo@gnu.org>
 Thanks to Barrie Stott!
 
 ** Lesser reliance on recursive make
-** Various documentation fixes and improvements
+** Various documentation fixes, improvements and additions
 ** Emacs mode no longer depends on Bigloo UDE
 ** Guile warnings about duplicate bindings are now hidden
 
@@ -28,10 +28,10 @@ Namely, `slide-outline-title' and
 
 ** The `:toc' option of `slide' determines whether to include it in the outline
 ** New option `:rulecolor' for `table'
-
-
 ** New `--sui-path' command-line option, new `*sui-path*' parameter
+** Use more SRFI-34/35 exception handling instead of `skribe-error'
 
+
 * New in Skribilo 0.9.0 (user-visible changes compared to Skribe 1.2d)
 
 ** New engine: `lout' (see http://lout.sf.net/).
diff --git a/TODO b/TODO
index d4cd21f..1c3fa3e 100644
--- a/TODO
+++ b/TODO
@@ -18,7 +18,8 @@ XXX: Check items in `[[file:src/guile/README::Skribilo%20Outline][src/guile/READ
 ** Update the documentation, remove Skribe legacy stuff
 ** Have a PS/PDF version of the documentation (preferably using Lout)
 ** Remove calls to `skribe-error', use SRFI-35 exceptions
-** Add a `--sui-path' option and corresponding SRFI-39 parameter
+** Add a reference to http://www-sop.inria.fr/mimosa/Manuel.Serrano/publi/jfp05/article.html
+
 
 * Small Items, Known Bugs