aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-25`diff' package: Small bug fix.Ludovic Court`es
* src/guile/skribilo/package/diff.scm (make-diff-document): Don't use `ast-loc' when AST2 is not `ast?'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-78
2007-06-25Merge from skribilo@sv.gnu.org--2006Ludovic Court`es
Patches applied: * lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 100-109) - `base' engine: Fixed autoload issue. - Merge from skribilo@sv.gnu.org--2006/skribilo--devo--1.2 - eq: Implemented equation numbering. - eq/lout: Use the new `@BypassNumber' option for numbered displays. - eq: Updated doc for `:number'. - eq/lout: Fixed spacing around in-line equations. * skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 60-121) - `base' engine: Fixed autoload issue. - evaluator: Modularized the evaluation process. - biblio: Adding missing `use-module'. - Added an experimental `diff' package. - `diff' package: Fixes and hacking. - `lout' engine: Skip lines in `color'. - `diff' package: Various fixes. - `eq' package: Added `eq:set'. - `diff' package: Use actual markups and writers. - Slightly optimized `make-string-replace'. - `diff' package: Compute diffs on selected options. - `diff' package: Preserve space around diff'd strings. - `diff' package: Handle commands appropriately. - `lout' engine: Fixed space handling with `color'. - `base' package: Introduced `breakable-space'. - doc: Documented spacing. - `diff' package: Use `breakable-space' instead of `~' in `annotated-string-diff'. - `diff' package: Fixed off-by-one in string diff. - biblio template: Small fix. - Added support for source location tracking. - Added source location tracking to various packages. - Moved legacy source location code to `compat'. - Reduced reliance on the debugging evaluator (improves performance). - Fixed computation of `&invocation-location'. - `diff' package: Added basic source location support. - Renamed module `(differ)' to `(diff)'. - Fixed `find-up'. - `eq' package: Properly handle auto-inlining. - `lncs' package: Fixed for non-LaTeX engines. - `eq' package: Added support for Lout's new `eq2'. - `diff': Included Aubrey Jaffer's fix for `diff:edits'. - Fixed `index'. - biblio: Implemented the `name+year' label style. - doc: Documented the `:labels' option of `the-bibliography'. - Resolve <command>s too. - eq/biblio: Small additions. - Fixed handling of figure numbering in `ref'. - Added support for Guile-Lint. - Started cleaning up packages using Guile-Lint. - Tiny Automake fix. - Removed useless file. - lib: Minor fixes that make Guile-Lint happy. - More package cleanups. - More linting. - Cleaned up the source code fontifiers (under `coloring'). - Cleaned up the `biblio' modules. - Cleaned up the core modules. - Optimized `make-general-string-replace'. - Fixed location reporting for `verify' warnings. - Slight optimization/cleanup of AST traversal functions. - Added a `:&location' argument to `table'. - Switched all engines to a native Guile module. - Reduced dependency on `(skribilo module)'. - Lout engine: Work around bug with tables within floating figures. - Updated the top-level documentation files. - Fixed top-level Makefile. - lout engine: Export `lout-output-pdf-meta-info'. - `lncs' package: Prettified bibliography output. - eq: Implemented equation numbering. - eq/lout: Use the new `@BypassNumber' option for numbered displays. - eq: Updated doc for `:number'. - eq/lout: Fixed spacing around in-line equations. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-77
2007-06-24eq/lout: Fixed spacing around in-line equations.Ludovic Courtes
* src/guile/skribilo/package/eq/lout.scm (eq): Don't output a space in front of in-line equations. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-121
2007-06-24eq: Updated doc for `:number'.Ludovic Courtes
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-120
2007-06-24eq/lout: Use the new `@BypassNumber' option for numbered displays.Ludovic Courtes
* src/guile/skribilo/package/eq.scm (eq)[number]: Default to `#t'. * src/guile/skribilo/package/eq/lout.scm (eq): Use `@CAND'/`@CAD' instead of `@IAD' (because `@IAND' is broken). Handle `:number'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-119
2007-06-24eq: Implemented equation numbering.Ludovic Courtes
* src/guile/skribilo/package/base.scm (chapter): Augmented environment to include `equation-env' and `equation-counter'. * src/guile/skribilo/package/eq.scm: Use `(skribilo resolve)'. (equation-number-string): New. (eq)[:number]: New option. Handle it. * src/guile/skribilo/package/eq/lout.scm (eq): Prepare to handle `:number'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-118
2007-06-23`lncs' package: Prettified bibliography output.Ludovic Court`es
* src/guile/skribilo/package/lncs.scm (&the-bibliography): The `\thebibliography' the number of entries so that all entries are properly aligned. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-117
2007-06-23lout engine: Export `lout-output-pdf-meta-info'.Ludovic Court`es
* src/guile/skribilo/engine/lout.scm: Export `lout-output-pdf-meta-info', needed by the `slide' package. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-116
2007-06-18`lncs' package: Prettified bibliography output.Ludovic Court`es
* 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
2007-06-18lout engine: Export `lout-output-pdf-meta-info'.Ludovic Court`es
* 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
2007-06-11Fixed top-level Makefile.Ludovic Court`es
* 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
2007-06-11Updated the top-level documentation files.Ludovic Court`es
* 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
2007-06-11Lout engine: Work around bug with tables within floating figures.Ludovic Court`es
* 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
2007-06-11Reduced dependency on `(skribilo module)'.Ludovic Court`es
* 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
2007-06-11Switched all engines to a native Guile module.Ludovic Court`es
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-111
2007-06-11Added a `:&location' argument to `table'.Ludovic Court`es
* 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
2007-06-11Fixed top-level Makefile.Ludovic Court`es
* 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
2007-06-11Updated the top-level documentation files.Ludovic Court`es
* 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
2007-06-11Lout engine: Work around bug with tables within floating figures.Ludovic Court`es
* 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
2007-06-11Reduced dependency on `(skribilo module)'.Ludovic Court`es
* 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
2007-06-11Switched all engines to a native Guile module.Ludovic Court`es
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-70
2007-06-11Added a `:&location' argument to `table'.Ludovic Court`es
* 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
2007-06-08Slight optimization/cleanup of AST traversal functions.Ludovic Court`es
* 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
2007-06-08Slight optimization/cleanup of AST traversal functions.Ludovic Court`es
* 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
2007-06-07Fixed location reporting for `verify' warnings.Ludovic Court`es
* 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
2007-06-07Optimized `make-general-string-replace'.Ludovic Court`es
* 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
2007-06-07Fixed location reporting for `verify' warnings.Ludovic Court`es
* 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
2007-06-07Optimized `make-general-string-replace'.Ludovic Court`es
* 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
2007-06-06Cleaned up the core modules.Ludovic Court`es
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-106
2007-06-06Cleaned up the `biblio' modules.Ludovic Court`es
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-105
2007-06-06Cleaned up the source code fontifiers (under `coloring').Ludovic Court`es
This brings `(skribilo coloring c)' to life! git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-104
2007-06-06More linting.Ludovic Court`es
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-103
2007-06-06More package cleanups.Ludovic Court`es
Various additional package cleanups, thanks to Guile-Lint. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-102
2007-06-06lib: Minor fixes that make Guile-Lint happy.Ludovic Court`es
* 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
2007-06-06Removed useless file.Ludovic Court`es
* 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
2007-06-06Tiny Automake fix.Ludovic Court`es
* Makefile.am (EXTRA_DIST): Added `guile-lint.am'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-99
2007-06-06Cleaned up the core modules.Ludovic Court`es
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-65
2007-06-06Cleaned up the `biblio' modules.Ludovic Court`es
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-64
2007-06-06Cleaned up the source code fontifiers (under `coloring').Ludovic Court`es
This brings `(skribilo coloring c)' to life! git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-63
2007-06-06More linting.Ludovic Court`es
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-62
2007-06-06More package cleanups.Ludovic Court`es
Various additional package cleanups, thanks to Guile-Lint. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-61
2007-06-06lib: Minor fixes that make Guile-Lint happy.Ludovic Court`es
* 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
2007-06-06Removed useless file.Ludovic Court`es
* 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
2007-06-06Tiny Automake fix.Ludovic Court`es
* Makefile.am (EXTRA_DIST): Added `guile-lint.am'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-58
2007-06-05Started cleaning up packages using Guile-Lint.Ludovic Court`es
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
2007-06-05Added support for Guile-Lint.Ludovic Court`es
* 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
2007-06-05Fixed handling of figure numbering in `ref'.Ludovic Court`es
* 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
2007-06-05Started cleaning up packages using Guile-Lint.Ludovic Court`es
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
2007-06-05Added support for Guile-Lint.Ludovic Court`es
* 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
2007-06-04Fixed handling of figure numbering in `ref'.Ludovic Court`es
* 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