aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2008-04-22 22:30:08 +0200
committerLudovic Courtès2008-04-22 22:30:08 +0200
commitbea2afb188b41f4604ec251a0a39c60a469c5fd1 (patch)
tree7eccb8cf321e77355fc787a54fbcac4ef87b2c38
parent0bbefcf2bf8a33fef1cd52589805703e8b1f31ce (diff)
downloadskribilo-bea2afb188b41f4604ec251a0a39c60a469c5fd1.tar.gz
skribilo-bea2afb188b41f4604ec251a0a39c60a469c5fd1.tar.lz
skribilo-bea2afb188b41f4604ec251a0a39c60a469c5fd1.zip
Update `NEWS' and `TODO'.
-rw-r--r--NEWS6
-rw-r--r--TODO18
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 296a94b..5eb9d29 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,11 @@ Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org>
Thanks to Barrie Stott!
-** Lesser reliance on recursive make
** Various documentation fixes, improvements and additions
+
+Notably, examples no longer use the legacy Skribe API and the ConTeXt
+engine is now documented.
+
** Emacs mode no longer depends on Bigloo UDE
** Guile warnings about duplicate bindings are now hidden
@@ -30,6 +33,7 @@ Namely, `slide-outline-title' and
** 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'
+** Lesser reliance on recursive make
* New in Skribilo 0.9.0 (user-visible changes compared to Skribe 1.2d)
diff --git a/TODO b/TODO
index 1c3fa3e..04bb173 100644
--- a/TODO
+++ b/TODO
@@ -16,10 +16,26 @@ XXX: Check items in `[[file:src/guile/README::Skribilo%20Outline][src/guile/READ
* Important Items (Release Blockers)
** Update the documentation, remove Skribe legacy stuff
+
+Almost done.
+
** Have a PS/PDF version of the documentation (preferably using Lout)
+
+Almost there. Need to improve layout and style of the Lout PDF.
+
** Remove calls to `skribe-error', use SRFI-35 exceptions
-** Add a reference to http://www-sop.inria.fr/mimosa/Manuel.Serrano/publi/jfp05/article.html
+Almost done.
+
+** Provide markup for emdash and friends
+
+`--' should yield `{-}{-}' in Lout, while `,(--)' should produce `--',
+things like that.
+
+** Consistently handle "fixed-widthness" of `code'
+
+Currently, our CSS makes `code' fixed-width in HTML, but it's not so in
+Lout et al.
* Small Items, Known Bugs