diff options
author | Ludovic Courtes | 2005-12-04 21:25:49 +0000 |
---|---|---|
committer | Ludovic Courtes | 2005-12-04 21:25:49 +0000 |
commit | 714296f422f9789081b8216aca0c2e4be0668efc (patch) | |
tree | ab3b278564578d0ffa0b691481dfa3fd27a1af0d /ChangeLog | |
parent | a8fe8dda53e5e3625d14d5ad0cb8fe27da5cfaf8 (diff) | |
parent | 42e397a7d41c5e71e783e0033b5171b933595588 (diff) | |
download | skribilo-714296f422f9789081b8216aca0c2e4be0668efc.tar.gz skribilo-714296f422f9789081b8216aca0c2e4be0668efc.tar.lz skribilo-714296f422f9789081b8216aca0c2e4be0668efc.zip |
Merge from lcourtes@laas.fr--2005-mobile
Patches applied:
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 16)
- Added the `~' markup. Added SRFI-62 and SRFI-30 support to the Skribe
reader.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-19
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: |