Age | Commit message (Collapse) | Author |
|
|
|
* src/guile/skribilo/utils/syntax.scm (skribilo-module-syntax): New
macro.
* src/guile/*/*.scm: Use `(skribilo-module-syntax)' instead of
`(fluid-set! current-reader %skribilo-module-reader)'. The goal is to
be more compilation-friendly.
|
|
* src/guile/skribilo/engine/lout.scm (lout-pdf-bookmark-node?): Handle
`slide-(sub)?topic' nodes.
(lout-engine)[pdf-bookmark-closed-pred]: Likewise.
* src/guile/skribilo/package/slide/lout.scm: Don't modify the
`pdf-bookmark-closed-pred' and `pdf-bookmark-node-pred' customs. It
had the side-effect of removing all bookmarks from the user manual.
|
|
Most of the changes involve:
* using a native module rather than `define-skribe-module'.
* using `:'-style keywords instead of DSSSL keywords so that Guile-Lint
can handle them.
* fixing unbound variables and the likes.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-57
|
|
* src/guile/skribilo/engine/lout.scm (lout-definitions): Renamed
`@SkribeMark' to `@SkribiloMark'. Added `@SkribiloEmbed'.
* src/guile/skribilo/package/slide/lout.scm: No longer use
`define-skribe-module'.
(slide-embed): Use `@SkribiloEmbed' (works fine).
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-67
|
|
* src/guile/skribilo/package/slide.scm: Don't autoload `(skribilo engine
html)'. Moved `when-engine-is-loaded' clauses to the bottom. Move
base-engine writers to `slide/base.scm'.
(slide-topic): New markup.
(slide-subtopic): New markup.
* src/guile/skribilo/package/slide/Makefile.am (dist_guilemodule_DATA):
Added `base.scm'.
* src/guile/skribilo/package/slide/html.scm (slide-topic): New writer.
* src/guile/skribilo/package/slide/lout.scm: Added topic/subtopic-related
customs.
* src/guile/skribilo/package/slide/base.scm: New file.
This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-43
|
|
From "59 Temple Place - Suite 330, Boston, MA 02111-1307" to
"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301".
Magic command line:
find . -type f -print0 | xargs -0 sed -i -e 's/51 Franklin Street, Fifth Floor/51 Franklin Street, Fifth Floor/;s/02110-1301/02110-1301/;
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-29
|
|
* src/guile/skribilo/engine/lout.scm (figure): For `@BypassNumber', make
sure NUMBER is not `#f'.
* src/guile/skribilo/package/slide/lout.scm: Don't switch automatically
DOCUMENT-TYPE to `slides'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-49
|
|
* src/guile/skribilo/package/slide.scm: Change the initialization method
for the engine-specific writers: don't rely on `autoload' which is too
non-deterministic, use `resolve-module' instead.
* src/guile/skribilo/package/slide/html.scm: Call
`%slide-html-initialize!' from here.
* src/guile/skribilo/package/slide/latex.scm: Likewise.
* src/guile/skribilo/package/slide/lout.scm (%slide-lout-initialize!):
Removed.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-58
|
|
* src/guile/skribilo/package/slide.scm: Moved engine-specific code to
`slide/ENGINE.scm'.
* src/guile/skribilo/package/eq.scm: Likewise.
* configure.ac: Produce the new Makefiles.
* src/guile/skribilo/engine/lout.scm: Export more stuff.
Moved the slide-related things out of here.
* src/guile/skribilo/utils/compat.scm (skribe-load): Removed `call/cc'
(not needed).
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-51
|