diff options
author | Ludovic Courtes | 2005-12-04 21:20:44 +0000 |
---|---|---|
committer | Ludovic Courtes | 2005-12-04 21:20:44 +0000 |
commit | 42e397a7d41c5e71e783e0033b5171b933595588 (patch) | |
tree | ab3b278564578d0ffa0b691481dfa3fd27a1af0d /ChangeLog | |
parent | 13460dbc76c37ef1257cff2e8e6f59f451148b82 (diff) | |
download | skribilo-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -2,6 +2,41 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2005-12-04 21:20:44 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-16 + + Summary: + Added the `~' markup. Added SRFI-62 and SRFI-30 support to the Skribe reader. + Revision: + skribilo--devel--1.2--patch-16 + + * 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). + + modified files: + ChangeLog NEWS src/guile/skribilo/engine/html.scm + src/guile/skribilo/engine/latex.scm + src/guile/skribilo/engine/lout.scm + src/guile/skribilo/evaluator.scm + src/guile/skribilo/reader/skribe.scm + src/guile/skribilo/skribe/api.scm + + 2005-12-03 16:44:38 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-15 Summary: |