summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-18`lncs' package: Prettified bibliography output.•••* src/guile/skribilo/package/lncs.scm (&the-bibliography): The `\thebibliography' the number of entries so that all entries are properly aligned. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-76 Ludovic Court`es
2007-06-18lout engine: Export `lout-output-pdf-meta-info'.•••* src/guile/skribilo/engine/lout.scm: Export `lout-output-pdf-meta-info', needed by the `slide' package. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-75 Ludovic Court`es
2007-06-11Fixed top-level Makefile.•••* Makefile.am (EXTRA_DIST): Added `TODO' and `*.Skribe'. * po/fr.po: Updated. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-115 Ludovic Court`es
2007-06-11Updated the top-level documentation files.•••* configure.ac: Changed the bug report address to `skribilo-users@nongnu.org'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-114 Ludovic Court`es
2007-06-11Lout engine: Work around bug with tables within floating figures.•••* src/guile/skribilo/engine/lout.scm (table): Check whether N is within a figure, in which case `@OneRow' must be preprended. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-113 Ludovic Court`es
2007-06-11Reduced dependency on `(skribilo module)'.•••* src/guile/skribilo/engine.scm: Don't `(use-modules (skribilo module))' before initializing `*current-engine*' (no longer needed). git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-112 Ludovic Court`es
2007-06-11Switched all engines to a native Guile module.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-111 Ludovic Court`es
2007-06-11Added a `:&location' argument to `table'.•••* doc/modules/skribilo/documentation/api.scm (%undocumented-options): New. (doc-check-arguments): Use it to allow `:&location' to not be documented. * src/guile/skribilo/package/base.scm (table): Added a `&location' argument. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-110 Ludovic Court`es
2007-06-11Fixed top-level Makefile.•••* Makefile.am (EXTRA_DIST): Added `TODO' and `*.Skribe'. * po/fr.po: Updated. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-74 Ludovic Court`es
2007-06-11Updated the top-level documentation files.•••* configure.ac: Changed the bug report address to `skribilo-users@nongnu.org'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-73 Ludovic Court`es
2007-06-11Lout engine: Work around bug with tables within floating figures.•••* src/guile/skribilo/engine/lout.scm (table): Check whether N is within a figure, in which case `@OneRow' must be preprended. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-72 Ludovic Court`es
2007-06-11Reduced dependency on `(skribilo module)'.•••* src/guile/skribilo/engine.scm: Don't `(use-modules (skribilo module))' before initializing `*current-engine*' (no longer needed). git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-71 Ludovic Court`es
2007-06-11Switched all engines to a native Guile module.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-70 Ludovic Court`es
2007-06-11Added a `:&location' argument to `table'.•••* doc/modules/skribilo/documentation/api.scm (%undocumented-options): New. (doc-check-arguments): Use it to allow `:&location' to not be documented. * src/guile/skribilo/package/base.scm (table): Added a `&location' argument. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-69 Ludovic Court`es
2007-06-08Slight optimization/cleanup of AST traversal functions.•••* src/guile/skribilo/ast.scm (container-search-down): Use `(map loop obj)', thereby removing an indirection. (search-down): Likewise. (find-down): Likewise. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-109 Ludovic Court`es
2007-06-08Slight optimization/cleanup of AST traversal functions.•••* src/guile/skribilo/ast.scm (container-search-down): Use `(map loop obj)', thereby removing an indirection. (search-down): Likewise. (find-down): Likewise. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-68 Ludovic Court`es
2007-06-07Fixed location reporting for `verify' warnings.•••* src/guile/skribilo/verify.scm: Concatenated `use-modules' to `define-module'. (verify<markup>): Use `skribe-warning/ast' instead of `skribe-warning'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-108 Ludovic Court`es
2007-06-07Optimized `make-general-string-replace'.•••* src/guile/skribilo/utils/strings.scm (%make-general-string-replace): Rewritten in a way that is more efficient with Guile 1.8. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-107 Ludovic Court`es
2007-06-07Fixed location reporting for `verify' warnings.•••* src/guile/skribilo/verify.scm: Concatenated `use-modules' to `define-module'. (verify<markup>): Use `skribe-warning/ast' instead of `skribe-warning'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-67 Ludovic Court`es
2007-06-07Optimized `make-general-string-replace'.•••* src/guile/skribilo/utils/strings.scm (%make-general-string-replace): Rewritten in a way that is more efficient with Guile 1.8. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-66 Ludovic Court`es
2007-06-06Cleaned up the core modules.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-106 Ludovic Court`es
2007-06-06Cleaned up the `biblio' modules.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-105 Ludovic Court`es
2007-06-06Cleaned up the source code fontifiers (under `coloring').•••This brings `(skribilo coloring c)' to life! git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-104 Ludovic Court`es
2007-06-06More linting.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-103 Ludovic Court`es
2007-06-06More package cleanups.•••Various additional package cleanups, thanks to Guile-Lint. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-102 Ludovic Court`es
2007-06-06lib: Minor fixes that make Guile-Lint happy.•••* src/guile/skribilo/lib.scm (define-simple-markup): Don't quote strings. (define-simple-container): Likewise. (define-processor-markup): Likewise. Added a `loc' argument. Pass location information to `new'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-101 Ludovic Court`es
2007-06-06Removed useless file.•••* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Removed `skribe.scm'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-100 Ludovic Court`es
2007-06-06Tiny Automake fix.•••* Makefile.am (EXTRA_DIST): Added `guile-lint.am'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-99 Ludovic Court`es
2007-06-06Cleaned up the core modules.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-65 Ludovic Court`es
2007-06-06Cleaned up the `biblio' modules.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-64 Ludovic Court`es
2007-06-06Cleaned up the source code fontifiers (under `coloring').•••This brings `(skribilo coloring c)' to life! git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-63 Ludovic Court`es
2007-06-06More linting.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-62 Ludovic Court`es
2007-06-06More package cleanups.•••Various additional package cleanups, thanks to Guile-Lint. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-61 Ludovic Court`es
2007-06-06lib: Minor fixes that make Guile-Lint happy.•••* src/guile/skribilo/lib.scm (define-simple-markup): Don't quote strings. (define-simple-container): Likewise. (define-processor-markup): Likewise. Added a `loc' argument. Pass location information to `new'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-60 Ludovic Court`es
2007-06-06Removed useless file.•••* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Removed `skribe.scm'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-59 Ludovic Court`es
2007-06-06Tiny Automake fix.•••* Makefile.am (EXTRA_DIST): Added `guile-lint.am'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-58 Ludovic Court`es
2007-06-05Started cleaning up packages using Guile-Lint.•••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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-98 Ludovic Court`es
2007-06-05Added support for Guile-Lint.•••* configure.ac: Look for `guile-lint'. * */Makefile.am: Include `guile-lint.am'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-97 Ludovic Court`es
2007-06-05Fixed handling of figure numbering in `ref'.•••* src/guile/skribilo/ast.scm (markup-number-string): Don't use a hierarchical numbering scheme for figures. * src/guile/skribilo/engine/lout.scm (ref): Use `markup-number-string' rather than `@NumberOf' to determine the number of a figure. This guarantees numbering consistency. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-96 Ludovic Court`es
2007-06-05Started cleaning up packages using Guile-Lint.•••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 Ludovic Court`es
2007-06-05Added support for Guile-Lint.•••* configure.ac: Look for `guile-lint'. * */Makefile.am: Include `guile-lint.am'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-56 Ludovic Court`es
2007-06-04Fixed handling of figure numbering in `ref'.•••* src/guile/skribilo/ast.scm (markup-number-string): Don't use a hierarchical numbering scheme for figures. * src/guile/skribilo/engine/lout.scm (ref): Use `markup-number-string' rather than `@NumberOf' to determine the number of a figure. This guarantees numbering consistency. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-55 Ludovic Court`es
2007-06-01eq/biblio: Small additions.•••* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Issue `institution' for `misc' entries. * src/guile/skribilo/package/eq.scm (%operators): Added `modulo'. (eq:modulo): New. * src/guile/skribilo/package/eq/lout.scm (eq:modulo): New writer. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-95 Ludovic Court`es
2007-06-01eq/biblio: Small additions.•••* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Issue `institution' for `misc' entries. * src/guile/skribilo/package/eq.scm (%operators): Added `modulo'. (eq:modulo): New. * src/guile/skribilo/package/eq/lout.scm (eq:modulo): New writer. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-54 Ludovic Court`es
2007-05-22Resolve <command>s too.•••* src/guile/skribilo/resolve.scm (do-resolve!<command>): New method. Allows arguments of a command (the command body) to be properly resolved. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-94 Ludovic Court`es
2007-05-22Resolve <command>s too.•••* src/guile/skribilo/resolve.scm (do-resolve!<command>): New method. Allows arguments of a command (the command body) to be properly resolved. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-53 Ludovic Court`es
2007-05-04doc: Documented the `:labels' option of `the-bibliography'.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-93 Ludovic Court`es
2007-05-04biblio: Implemented the `name+year' label style.•••* src/guile/skribilo/biblio.scm: Use `biblio author'. (assign-entries-numbers!): New (formerly `count!' in `resolve-the-bib'). (assign-entries-name+years!): New. (resolve-the-bib): New optional `assign-entries-identifiers!' argument. Use it. * src/guile/skribilo/biblio/author.scm (short-author-names): New. * src/guile/skribilo/engine/lout.scm (lout-bib-refs-sort/number): Accept non-number identifiers. (&the-bibliography): Use simply `@TaggedList' when a style other than `number' is used. (&bib-entry): Use `@DropTagItem' when the bibliography style is not `number'. * src/guile/skribilo/package/base.scm (the-bibliography): New `:labels' option. Pass the right label assignment function to `resolve-the-bib'. --This line, and those below, will be ignored-- Files to commit: src/guile/skribilo/package/base.scm src/guile/skribilo/engine/lout.scm src/guile/skribilo/biblio.scm doc/user/bib.skb src/guile/skribilo/biblio/author.scm 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-92 Ludovic Court`es
2007-05-04Fixed `index'.•••* src/guile/skribilo/Makefile.am (dist_guilemodule_DATA): Added `index.scm'. * src/guile/skribilo/package/base.scm: Autoload `(skribilo index)' upon `default-index'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-91 Ludovic Court`es
2007-05-04doc: Documented the `:labels' option of `the-bibliography'.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-52 Ludovic Court`es