diff options
author | Ludovic Courtes | 2006-02-28 20:08:45 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-02-28 20:08:45 +0000 |
commit | 9c00c232438cb83430397080e1c810aa33da460a (patch) | |
tree | b7898ddffdc4f95de1c058b9c815aeddf7c6503c /ChangeLog | |
parent | a0d8397787ffcaaec7c885542fb5e7f3de3fdc9a (diff) | |
parent | 22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1 (diff) | |
download | skribilo-9c00c232438cb83430397080e1c810aa33da460a.tar.gz skribilo-9c00c232438cb83430397080e1c810aa33da460a.tar.lz skribilo-9c00c232438cb83430397080e1c810aa33da460a.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 55-59)
- Made `make-string-replace' faster.
- `eq': Implemented the text-based markup writers.
- `eq': Added the `:renderer' option to `eq'. Support `lout'.
- Changed the way `slide' implementations are loaded. Doc is buildable now.
- Doc: Added a chapter (stub) about the `eq' package.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-36
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -2,6 +2,43 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2006-02-28 20:08:45 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-36 + + Summary: + Merge from lcourtes@laas.fr--2004-libre + Revision: + skribilo--devel--1.2--patch-36 + + Patches applied: + + * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 55-59) + + - Made `make-string-replace' faster. + - `eq': Implemented the text-based markup writers. + - `eq': Added the `:renderer' option to `eq'. Support `lout'. + - Changed the way `slide' implementations are loaded. Doc is buildable now. + - Doc: Added a chapter (stub) about the `eq' package. + + new files: + doc/user/eq.skb doc/user/src/.arch-ids/eq1.skb.id + doc/user/src/.arch-ids/eq2.skb.id doc/user/src/eq1.skb + doc/user/src/eq2.skb + + modified files: + ChangeLog doc/user/user.skb src/guile/skribilo/package/eq.scm + src/guile/skribilo/package/slide.scm + src/guile/skribilo/package/slide/html.scm + src/guile/skribilo/package/slide/latex.scm + src/guile/skribilo/package/slide/lout.scm + + new patches: + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-55 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-56 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-57 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-58 + lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-59 + + 2006-02-25 13:02:20 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-35 Summary: |