aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-08evaluator: Modularized the evaluation process.Ludovic Court`es
* src/guile/skribilo/evaluator.scm (evaluate-ast-from-port): New. Based on code formerly in `evaluate-document-from-port'. Pass `(current-module)' instead of `module' when invoking `%evaluate'. (evaluate-document-from-port): Use it. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-20
2007-03-07`base' engine: Fixed autoload issue.Ludovic Court`es
* src/guile/skribilo/engine/base.scm: Autoload `(skribilo package base)' upon `it', `bold' and `ref' as well. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-19
2007-03-07Merge from skribilo@sv.gnu.org--2006Ludovic Court`es
Patches applied: * lcourtes@laas.fr--2005-libre/skribilo--engine-classes--1.2 (patch 5, 11) - `slide' package: use the native APIs. - evaluator: Made safer with respect to module excursions. * lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 92-99) - Merge from skribilo@sv.gnu.org--2006/skribilo--devo--1.2 - evaluator: Made safer with respect to module excursions. - `slide' package: use the native APIs. - evaluator: Slight module-related cleanups. - skribe-load: Better modulogy. - `base' engine: Use the native Skribilo APIs. * lcourtes@laas.fr--2005-mobile/skribilo--engine-classes--1.2 (patch 7) - evaluator: Made safer with respect to module excursions. * skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 34-59) - lout & latex engines: Fixed the output of `&prog-line'. - eq/lout: Properly handle `div-style' and `mul-style'. - Fixed `publisher' in default biblio entry style. - lout engine: Fixed automatic `url-ref' breaking wrt. spacing. - LaTeX engine: Added support for classes without `chapter'. - Updated the LaTeX engine doc, mention `class-has-chapters?'. - `lncs' package: Use the native APIs. - `lncs' package: Fixed `abstract' for LaTeX. - `lncs' package: Use a native LaTeX/BibTeX bibliography. - `latex' engine: Removed stupid uses of `bold'. - `lncs' package: Changed the default bibliography sort, udpated the doc. - `latex' engine: Support `a' with grave accent. - `lncs' package: Tiny fix. - `latex' engine: Fixed `ref' with both `:handle' and `:text'. - Added basic GNU Gettext support. - Fixed biblio template output. - Rewrote the bib entry template evaluator, added support for `if'. - Cleaned up the default bibliography template. - biblio: Use SRFI-3[45] conditions instead of `skribe-error'. - Internationalized `(skribilo condition)'. - Updated (French) translation. - evaluator: Made safer with respect to module excursions. - `slide' package: use the native APIs. - evaluator: Slight module-related cleanups. - skribe-load: Better modulogy. - `base' engine: Use the native Skribilo APIs. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-18
2007-02-19`base' engine: Use the native Skribilo APIs.Ludovic Courtes
* src/guile/skribilo/engine/base.scm: No longer use `define-skribe-module'. Use the native Skribilo APIs instead. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-59
2007-02-07skribe-load: Better modulogy.Ludovic Courtes
* src/guile/skribilo/utils/compat.scm (skribe-load): Use `resolve-interface' instead of `resolve-module'; use `module-use-interfaces!' instead of `set-module-uses!'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-58
2007-02-07evaluator: Slight module-related cleanups.Ludovic Courtes
* src/guile/skribilo/evaluator.scm (%evaluate): Take an additional MODULE argument. Updated callers. (evaluate-document-from-port): Likewise. (load-document): Take additional MODULE and READER arguments. (include-document): Have MODULE default to `(*skribilo-user-module*)' instead of `(current-module)'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-57
2007-02-06`slide' package: use the native APIs.Ludovic Courtes
Patches applied: * lcourtes@laas.fr--2005-libre/skribilo--engine-classes--1.2 (patch 5) - `slide' package: use the native APIs. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-56
2007-02-06evaluator: Made safer with respect to module excursions.Ludovic Courtes
Patches applied: * lcourtes@laas.fr--2005-libre/skribilo--engine-classes--1.2 (patch 11) * skribilo--engine-classes--1.2 (patch 7) - evaluator: Made safer with respect to module excursions. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-55
2007-02-05Updated (French) translation.Ludovic Court`es
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-54
2007-02-05Internationalized `(skribilo condition)'.Ludovic Court`es
* src/guile/skribilo/condition.scm: Autoload `(skribilo utils syntax)'. (%call-with-skribilo-error-catch): I18n'd messages. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-53
2007-02-05biblio: Use SRFI-3[45] conditions instead of `skribe-error'.Ludovic Court`es
* src/guile/skribilo/biblio.scm (&biblio-error): New. (&biblio-entry-error): New. (&biblio-template-error): New. (handle-biblio-error): New. (%bib-error): Removed. (bib-add!, parse-bib, bib-load!, resolve-bib, resolve-the-bib): Use error conditions instead of `skribe-error'. * src/guile/skribilo/biblio/template.scm: Use srfi-3[45] and `(skribilo biblio)'. (evaluate-bib-entry-template): Use error conditions. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-52
2007-02-05Cleaned up the default bibliography template.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Cleaned up. Produces better output. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-51
2007-02-05Rewrote the bib entry template evaluator, added support for `if'.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (evaluate-bib-entry-template): New procedure. (output-bib-entry-template): Use it. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-50
2007-02-05Fixed biblio template output.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (output-bib-entry-template): Fixed output for strings. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-49
2007-02-05Updated (French) translation.Ludovic Court`es
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-17
2007-02-05Internationalized `(skribilo condition)'.Ludovic Court`es
* src/guile/skribilo/condition.scm: Autoload `(skribilo utils syntax)'. (%call-with-skribilo-error-catch): I18n'd messages. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-16
2007-02-05biblio: Use SRFI-3[45] conditions instead of `skribe-error'.Ludovic Court`es
* src/guile/skribilo/biblio.scm (&biblio-error): New. (&biblio-entry-error): New. (&biblio-template-error): New. (handle-biblio-error): New. (%bib-error): Removed. (bib-add!, parse-bib, bib-load!, resolve-bib, resolve-the-bib): Use error conditions instead of `skribe-error'. * src/guile/skribilo/biblio/template.scm: Use srfi-3[45] and `(skribilo biblio)'. (evaluate-bib-entry-template): Use error conditions. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-15
2007-02-05Cleaned up the default bibliography template.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Cleaned up. Produces better output. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-14
2007-02-05Rewrote the bib entry template evaluator, added support for `if'.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (evaluate-bib-entry-template): New procedure. (output-bib-entry-template): Use it. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-13
2007-02-05Fixed biblio template output.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (output-bib-entry-template): Fixed output for strings. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-12
2007-02-02Added basic GNU Gettext support.Ludovic Court`es
* .arch-inventory: Mark `ABOUT-NLS' as precious. * Makefile.am (SUBDIRS): Added `po'. (ACLOCAL_AMFLAGS): New. (EXTRA_DIST): New. * configure.ac: Look for `gettext', output `po/Makefile.in'. * src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Internationalized a bit. (make-bib-entry-template/skribe): Likewise. * src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned. (_): New. (N_): New. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-48
2007-02-02Added basic GNU Gettext support.Ludovic Court`es
* .arch-inventory: Mark `ABOUT-NLS' as precious. * Makefile.am (SUBDIRS): Added `po'. (ACLOCAL_AMFLAGS): New. (EXTRA_DIST): New. * configure.ac: Look for `gettext', output `po/Makefile.in'. * src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Internationalized a bit. (make-bib-entry-template/skribe): Likewise. * src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned. (_): New. (N_): New. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-11
2007-01-29`latex' engine: Fixed `ref' with both `:handle' and `:text'.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (ref): Fixed output of `:handle' refs with a `:text' option. Use `hyperref' to produce cross-references with hyperlinks. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-47
2007-01-29`lncs' package: Tiny fix.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Autoload `evaluator' upon `evaluate-document'. (&html-lncs-abstract): Use `evaluate-document' instead of `skribe-eval'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-46
2007-01-29`latex' engine: Fixed `ref' with both `:handle' and `:text'.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (ref): Fixed output of `:handle' refs with a `:text' option. Use `hyperref' to produce cross-references with hyperlinks. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-10
2007-01-29`lncs' package: Tiny fix.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Autoload `evaluator' upon `evaluate-document'. (&html-lncs-abstract): Use `evaluate-document' instead of `skribe-eval'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-9
2007-01-26`latex' engine: Support `a' with grave accent.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (latex-verbatim-encoding): Support `a' with grave accent. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-45
2007-01-26`latex' engine: Support `a' with grave accent.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (latex-verbatim-encoding): Support `a' with grave accent. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-8
2007-01-23`lncs' package: Changed the default bibliography sort, udpated the doc.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Autoload `(skribilo biblio author)' upon `bib-sort/first-author-last-name'. (references): Added a `sort' keyword. Use `bib-sort/first-author-last-name' by default. * doc/user/package.skb: Documented `references'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-44
2007-01-23`lncs' package: Changed the default bibliography sort, udpated the doc.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Autoload `(skribilo biblio author)' upon `bib-sort/first-author-last-name'. (references): Added a `sort' keyword. Use `bib-sort/first-author-last-name' by default. * doc/user/package.skb: Documented `references'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-7
2007-01-19`latex' engine: Removed stupid uses of `bold'.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (&bib-entry-title): Don't use a bold typeface for the text. (&bib-entry-url): Use italics rather than bold for the URL itself. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-43
2007-01-19`lncs' package: Use a native LaTeX/BibTeX bibliography.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Added LaTeX writers for `bib-ref', `bib-ref+', `&the-bibliography', `&bib-entry-body' and `&bib-entry'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-42
2007-01-19`lncs' package: Fixed `abstract' for LaTeX.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm (abstract): Look for an `lncs-abstract' writer with the current engine; if found, simply issue an `lncs-abstract' markup, otherwise keep the previous behavior. Added a markup write for `lncs-abstract' for LaTeX. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-41
2007-01-18`latex' engine: Removed stupid uses of `bold'.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (&bib-entry-title): Don't use a bold typeface for the text. (&bib-entry-url): Use italics rather than bold for the URL itself. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-6
2007-01-18`lncs' package: Use a native LaTeX/BibTeX bibliography.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Added LaTeX writers for `bib-ref', `bib-ref+', `&the-bibliography', `&bib-entry-body' and `&bib-entry'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-5
2007-01-18`lncs' package: Fixed `abstract' for LaTeX.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm (abstract): Look for an `lncs-abstract' writer with the current engine; if found, simply issue an `lncs-abstract' markup, otherwise keep the previous behavior. Added a markup write for `lncs-abstract' for LaTeX. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-4
2007-01-16`lncs' package: Use the native APIs.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Use `define-module' instead of `define-skribe-module'. When customizing the LaTeX engine, set `class-has-chapters?' to `#f'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-40
2007-01-16Updated the LaTeX engine doc, mention `class-has-chapters?'.Ludovic Court`es
* doc/modules/skribilo/documentation/manual.scm: When customizing the LaTeX engine to use the `book' class, set `class-has-chapters?' to `#t'. * doc/user/latexe.skb (LaTeX Customization): Documented `class-has-chapters?'. (LaTeX Document Class): Likewise. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-39
2007-01-16LaTeX engine: Added support for classes without `chapter'.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (latex-engine)[class-has-chapters?]: New custom, default to `#f'. This allows the production of documents really suitable for the `article' class. (latex-block-before)[%chapter-mapping, %chapterless-mapping]: New. Use them. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-38
2007-01-16`lncs' package: Use the native APIs.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm: Use `define-module' instead of `define-skribe-module'. When customizing the LaTeX engine, set `class-has-chapters?' to `#f'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-3
2007-01-16Updated the LaTeX engine doc, mention `class-has-chapters?'.Ludovic Court`es
* doc/modules/skribilo/documentation/manual.scm: When customizing the LaTeX engine to use the `book' class, set `class-has-chapters?' to `#t'. * doc/user/latexe.skb (LaTeX Customization): Documented `class-has-chapters?'. (LaTeX Document Class): Likewise. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-2
2007-01-16LaTeX engine: Added support for classes without `chapter'.Ludovic Court`es
* src/guile/skribilo/engine/latex.scm (latex-engine)[class-has-chapters?]: New custom, default to `#f'. This allows the production of documents really suitable for the `article' class. (latex-block-before)[%chapter-mapping, %chapterless-mapping]: New. Use them. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-1
2006-12-12Sealing. Moving to `lcourtes@laas.fr--2006-libre/skribilo--devo--1.2'.lcourtes@laas.fr--2005-libre,skribilo--devo--1.2Ludovic Court`es
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--version-0
2006-12-12lout engine: Fixed automatic `url-ref' breaking wrt. spacing.Ludovic Court`es
* src/guile/skribilo/engine/lout.scm: Use `(srfi srfi-14)'. (lout-split-external-link): Use `char-set-contains?' when looking for whitespace. (lout-make-url-breakable): Do not remove newlines. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-37
2006-12-11lout engine: Fixed automatic `url-ref' breaking wrt. spacing.Ludovic Court`es
* src/guile/skribilo/engine/lout.scm: Use `(srfi srfi-14)'. (lout-split-external-link): Use `char-set-contains?' when looking for whitespace. (lout-make-url-breakable): Do not remove newlines. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-90
2006-12-09Fixed `publisher' in default biblio entry style.Ludovic Courtes
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Issue `publisher' for `inproceedings' entries. * src/guile/skribilo/engine/base.scm (&bib-entry-publisher): No italics. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-36
2006-12-09eq/lout: Properly handle `div-style' and `mul-style'.Ludovic Courtes
* src/guile/skribilo/package/eq/lout.scm (eq:*): Always pass the result through `mul-style->lout'. (eq:/): Likewise. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-35
2006-12-09lout & latex engines: Fixed the output of `&prog-line'.Ludovic Courtes
* src/guile/skribilo/engine/latex.scm: Use `(srfi srfi-13)'. (&prog-line): Use markup option `:number' instead of `markup-ident' as the line number. * src/guile/skribilo/engine/lout.scm: Likewise. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-34
2006-12-08Fixed `publisher' in default biblio entry style.Ludovic Court`es
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Issue `publisher' for `inproceedings' entries. * src/guile/skribilo/engine/base.scm (&bib-entry-publisher): No italics. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-89
2006-12-08eq/lout: Properly handle `div-style' and `mul-style'.Ludovic Court`es
* src/guile/skribilo/package/eq/lout.scm (eq:*): Always pass the result through `mul-style->lout'. (eq:/): Likewise. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-88