summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-27`diff' package: Handle commands appropriately.•••* src/guile/skribilo/package/diff.scm (make-diff-document): Don't touch commands. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-31 Ludovic Court`es
2007-03-27`diff' package: Preserve space around diff'd strings.•••* src/guile/skribilo/package/diff.scm: Use `srfi-14'. (annotated-string-diff)[space-preserving-substring]: New. Use it. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-30 Ludovic Court`es
2007-03-27`diff' package: Compute diffs on selected options.•••* src/guile/skribilo/package/diff.scm (%diffable-options): New. (make-diff-document)[make-diff-options]: New. Use it. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-29 Ludovic Court`es
2007-03-27Slightly optimized `make-string-replace'.•••* src/guile/skribilo/utils/strings.scm (%make-general-string-replace): Removed the `let'... git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-28 Ludovic Court`es
2007-03-27`diff' package: Use actual markups and writers.•••* src/guile/skribilo/package/diff.scm: Use `output' and `writer'. (deletion, insertion, replacement, unchanged): Return a specific markup object. Add the corresponding writers for the `base' engine. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-27 Ludovic Court`es
2007-03-16`eq' package: Added `eq:set'.•••* src/guile/skribilo/package/eq.scm: Use `(srfi srfi-1)'. (%operators): Added `set'. (eq:set): New. New writer. * src/guile/skribilo/package/eq/lout.scm: Use `srfi-1'. (eq:set): New writer. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-67 Ludovic Court`es
2007-03-16`diff' package: Various fixes.•••* src/guile/skribilo/package/diff.scm (%undiffable-markups): Added `numref' and `eq'. (make-diff-document)[undiffable?]: New. For containers, check whether they are undiffable. For lists, iterate until AST2 is empty, not until the smallest is empty. Added an `(equal? ast1 ast2)' cond clause. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-66 Ludovic Court`es
2007-03-16`lout' engine: Skip lines in `color'.•••* src/guile/skribilo/engine/lout.scm (color): Skip a line at the end. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-65 Ludovic Court`es
2007-03-16`eq' package: Added `eq:set'.•••* src/guile/skribilo/package/eq.scm: Use `(srfi srfi-1)'. (%operators): Added `set'. (eq:set): New. New writer. * src/guile/skribilo/package/eq/lout.scm: Use `srfi-1'. (eq:set): New writer. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-26 Ludovic Court`es
2007-03-13`diff' package: Various fixes.•••* src/guile/skribilo/package/diff.scm (%undiffable-markups): Added `numref' and `eq'. (make-diff-document)[undiffable?]: New. For containers, check whether they are undiffable. For lists, iterate until AST2 is empty, not until the smallest is empty. Added an `(equal? ast1 ast2)' cond clause. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-25 Ludovic Court`es
2007-03-13`lout' engine: Skip lines in `color'.•••* src/guile/skribilo/engine/lout.scm (color): Skip a line at the end. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-24 Ludovic Court`es
2007-03-08`diff' package: Fixes and hacking.•••* src/guile/skribilo/package/diff.scm (add-unchanged): Fixed (hopefully). (annotated-string-diff): New. (make-diff-document): Moved code to `annotated-string-diff'. (make-diff-document-from-files): Cleaned up. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-64 Ludovic Court`es
2007-03-08Added an experimental `diff' package.•••* src/guile/Makefile.am (dist_guilemodule_DATA): Added `differ.scm'. * src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added `diff.scm'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-63 Ludovic Court`es
2007-03-08biblio: Adding missing `use-module'.•••* src/guile/skribilo/biblio.scm: Autoload `(skribilo lib)'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-62 Ludovic Court`es
2007-03-08evaluator: Modularized the evaluation process.•••* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-61 Ludovic Court`es
2007-03-08`base' engine: Fixed autoload issue.•••* src/guile/skribilo/engine/base.scm: Autoload `(skribilo package base)' upon `it', `bold' and `ref' as well. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-60 Ludovic Court`es
2007-03-08`diff' package: Fixes and hacking.•••* src/guile/skribilo/package/diff.scm (add-unchanged): Fixed (hopefully). (annotated-string-diff): New. (make-diff-document): Moved code to `annotated-string-diff'. (make-diff-document-from-files): Cleaned up. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-23 Ludovic Court`es
2007-03-08Added an experimental `diff' package.•••* src/guile/Makefile.am (dist_guilemodule_DATA): Added `differ.scm'. * src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added `diff.scm'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-22 Ludovic Court`es
2007-03-08biblio: Adding missing `use-module'.•••* src/guile/skribilo/biblio.scm: Autoload `(skribilo lib)'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-21 Ludovic Court`es
2007-03-08evaluator: Modularized the evaluation process.•••* 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 Ludovic Court`es
2007-03-07`base' engine: Fixed autoload issue.•••* 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 Ludovic Court`es
2007-03-07Merge from skribilo@sv.gnu.org--2006•••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 Ludovic Court`es
2007-02-19`base' engine: Use the native Skribilo APIs.•••* 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 Ludovic Courtes
2007-02-07skribe-load: Better modulogy.•••* 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 Ludovic Courtes
2007-02-07evaluator: Slight module-related cleanups.•••* 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 Ludovic Courtes
2007-02-06`slide' package: use the native APIs.•••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 Ludovic Courtes
2007-02-06evaluator: Made safer with respect to module excursions.•••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 Ludovic Courtes
2007-02-05Updated (French) translation.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-54 Ludovic Court`es
2007-02-05Internationalized `(skribilo condition)'.•••* 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 Ludovic Court`es
2007-02-05biblio: Use SRFI-3[45] conditions instead of `skribe-error'.•••* 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 Ludovic Court`es
2007-02-05Cleaned up the default bibliography template.•••* 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 Ludovic Court`es
2007-02-05Rewrote the bib entry template evaluator, added support for `if'.•••* 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 Ludovic Court`es
2007-02-05Fixed biblio template output.•••* 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 Ludovic Court`es
2007-02-05Updated (French) translation.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-17 Ludovic Court`es
2007-02-05Internationalized `(skribilo condition)'.•••* 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 Ludovic Court`es
2007-02-05biblio: Use SRFI-3[45] conditions instead of `skribe-error'.•••* 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 Ludovic Court`es
2007-02-05Cleaned up the default bibliography template.•••* 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 Ludovic Court`es
2007-02-05Rewrote the bib entry template evaluator, added support for `if'.•••* 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 Ludovic Court`es
2007-02-05Fixed biblio template output.•••* 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 Ludovic Court`es
2007-02-02Added basic GNU Gettext support.•••* .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 Ludovic Court`es
2007-02-02Added basic GNU Gettext support.•••* .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 Ludovic Court`es
2007-01-29`latex' engine: Fixed `ref' with both `:handle' and `:text'.•••* 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 Ludovic Court`es
2007-01-29`lncs' package: Tiny fix.•••* 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 Ludovic Court`es
2007-01-29`latex' engine: Fixed `ref' with both `:handle' and `:text'.•••* 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 Ludovic Court`es
2007-01-29`lncs' package: Tiny fix.•••* 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 Ludovic Court`es
2007-01-26`latex' engine: Support `a' with grave accent.•••* 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 Ludovic Court`es
2007-01-26`latex' engine: Support `a' with grave accent.•••* 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 Ludovic Court`es
2007-01-23`lncs' package: Changed the default bibliography sort, udpated the doc.•••* 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 Ludovic Court`es
2007-01-23`lncs' package: Changed the default bibliography sort, udpated the doc.•••* 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 Ludovic Court`es
2007-01-19`latex' engine: Removed stupid uses of `bold'.•••* 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 Ludovic Court`es