aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtes2005-12-04 21:20:44 +0000
committerLudovic Courtes2005-12-04 21:20:44 +0000
commit42e397a7d41c5e71e783e0033b5171b933595588 (patch)
treeab3b278564578d0ffa0b691481dfa3fd27a1af0d /NEWS
parent13460dbc76c37ef1257cff2e8e6f59f451148b82 (diff)
downloadskribilo-42e397a7d41c5e71e783e0033b5171b933595588.tar.gz
skribilo-42e397a7d41c5e71e783e0033b5171b933595588.tar.lz
skribilo-42e397a7d41c5e71e783e0033b5171b933595588.zip
Added the `~' markup. Added SRFI-62 and SRFI-30 support to the Skribe reader.
* NEWS: Added actual news. * src/guile/skribilo/skribe/api.scm (~): New markup. * src/guile/skribilo/engine/html.scm: Added a writer for `~'. * src/guile/skribilo/engine/latex.scm: Likewise. * src/guile/skribilo/engine/lout.scm: Likewise. * src/guile/skribilo/evaluator.scm (skribe-include): Added a `:reader' argument. * src/guile/skribilo/reader/skribe.scm (*skribe-reader*): Renamed to `%skribe-reader'. (%make-skribe-reader): Moved the sharp reader code to... (&sharp-reader): ... here. Added support for SRFI-62 and SRFI-30 (Bigloo supports both). git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-16
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a8e220f..7257a87 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,7 @@
-No news today.
+New in Skribilo 1.2 (compared to Skribe 1.2d)
+
+ * New engine: Lout (see http://lout.sf.net/).
+
+ * New markups: `~', `numref', `!lout', `lout-illustration'.
+
+ * Extended markups: `footnote' now takes a `:label' option.