diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | TODO | 18 |
2 files changed, 22 insertions, 2 deletions
@@ -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) @@ -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 |