diff options
author | Ludovic Courtes | 2006-01-18 22:16:43 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-01-18 22:16:43 +0000 |
commit | 72c195ec8923ca616648ccf64b002a80bcda1415 (patch) | |
tree | 296c3ac25929a20f2f1ec6f1523c16913c382bbd /ChangeLog | |
parent | 46c709dc1f242fa680d4425da4dfc9314686e9cc (diff) | |
parent | 5a6d3f06176735d654b5db8d396b3b043bfca3c8 (diff) | |
download | skribilo-72c195ec8923ca616648ccf64b002a80bcda1415.tar.gz skribilo-72c195ec8923ca616648ccf64b002a80bcda1415.tar.lz skribilo-72c195ec8923ca616648ccf64b002a80bcda1415.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 25-30)
- Removed the Bigloo/STkLos in the `legacy' directory.
- Cleaned up the Arch inventory and removed old useless makefiles.
- Introduced SRFI-3[45] conditions; cleaned up `evaluator.scm'.
- More SRFI-3[45] enhancements; first stab at the user documentation.
- Towards a self-hosted user manual.
- Various fixes: HTML engine, resolution, compatibility.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-27
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -2,6 +2,39 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2006-01-18 22:16:43 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-27 + + Summary: + Merge from lcourtes@laas.fr--2004-libre + Revision: + skribilo--devel--1.2--patch-27 + + Patches applied: + + * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 25-30) + + - Removed the Bigloo/STkLos in the `legacy' directory. + - Cleaned up the Arch inventory and removed old useless makefiles. + - Introduced SRFI-3[45] conditions; cleaned up `evaluator.scm'. + - More SRFI-3[45] enhancements; first stab at the user documentation. + - Towards a self-hosted user manual. + - Various fixes: HTML engine, resolution, compatibility. + + modified files: + ChangeLog src/guile/skribilo/engine/html.scm + src/guile/skribilo/parameters.scm src/guile/skribilo/prog.scm + src/guile/skribilo/resolve.scm + src/guile/skribilo/utils/compat.scm + + new patches: + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-25 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-26 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-27 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-28 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-29 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-30 + + 2006-01-17 22:50:23 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-26 Summary: |