Age | Commit message (Expand) | Author |
2007-07-01 | Fixed (or almost so) the C lexer.•••* src/guile/skribilo/coloring/Makefile.am (.l.scm): Have the generated
module use `srfi-1'.
* src/guile/skribilo/coloring/c-lex.l: Support multi-line comments and
properly use `*the-keys*'.
* src/guile/skribilo/coloring/c-lex.scm: Updated.
* src/guile/skribilo/coloring/c.scm: Fixed module name.
(c-language): New.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-127
| Ludovic Courtes |
2007-06-29 | `lncs' package: Honor `:sort-bib-refs'.•••* src/guile/skribilo/package/lncs.scm (bib-ref+): Honor `:sort-bib-refs'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-82
| Ludovic Court`es |
2007-06-29 | Factorized `bib-ref+', add a `:sort-bib-refs' options to `ref'.•••* src/guile/skribilo/biblio.scm (bib-sort-refs/number): New.
* src/guile/skribilo/engine/base.scm: Use `%skribilo-module-reader'
instead of the Skribe reader.
(bib-ref, bib-ref+): New writer. Handle `:sort-bib-refs' in
`bib-ref+'.
* src/guile/skribilo/engine/context.scm (bib-ref+): Removed.
* src/guile/skribilo/engine/html.scm (bib-ref+): Removed.
* src/guile/skribilo/engine/latex.scm (bib-ref, bib-ref+): Removed.
* src/guile/skribilo/engine/lout.scm (lout-bib-refs-sort/number):
Removed.
(lout-engine): Documented `bib-refs-sort-proc' as unused.
(bib-ref, bib-ref+): Removed.
* src/guile/skribilo/package/base.scm (ref): New `:sort-bib-refs' option.
[bib-ref]: Add it to the markup's option list.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-80
| Ludovic Court`es |
2007-06-25 | `diff' package: Small bug fix.•••* 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
| Ludovic Court`es |
2007-06-24 | eq/lout: Fixed spacing around in-line equations.•••* 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
| Ludovic Courtes |
2007-06-24 | eq/lout: Use the new `@BypassNumber' option for numbered displays.•••* 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
| Ludovic Courtes |
2007-06-24 | eq: Implemented equation numbering.•••* 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
| Ludovic Courtes |
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-18 | lout 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-11 | Lout 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-11 | Reduced 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-11 | Switched 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-11 | Added 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-08 | Slight 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-07 | Fixed 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-07 | Optimized `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-06 | Cleaned up the core modules.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-65
| Ludovic Court`es |
2007-06-06 | Cleaned up the `biblio' modules.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-64
| Ludovic Court`es |
2007-06-06 | Cleaned 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-06 | More linting.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-62
| Ludovic Court`es |
2007-06-06 | More 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-06 | lib: 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-06 | Removed 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-05 | Started 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-05 | Added 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-04 | Fixed 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-01 | eq/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-22 | Resolve <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-04 | biblio: 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: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-51
| Ludovic Court`es |
2007-04-27 | Fixed `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: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-50
| Ludovic Court`es |
2007-04-10 | `diff': Included Aubrey Jaffer's fix for `diff:edits'.•••* src/guile/diff.scm: Updated from Aubrey Jaffer's latest upstream
version which includes a fix for bug in `diff:edits' that showed up in
`(diff:edits "Conclusion" "Related Work")' (SLIB changes dated
2007-04-07).
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-49
| Ludovic Court`es |
2007-04-05 | `eq' package: Added support for Lout's new `eq2'.•••* src/guile/skribilo/package/eq.scm (*use-lout-eq2?*): New.
(direct-equation-child?): New.
* src/guile/skribilo/package/eq/lout.scm (Initialization): Use `eq2' if
asked to.
(simple-lout-markup-writer): Use `direct-equation-child?' to decide on
whether the issue the `^' character. This is to avoid issuing too many
`^', which could result in broken layout.
(eq:limit): Adapated.
(range-lout-markup-writer): Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-48
| Ludovic Court`es |
2007-04-05 | `lncs' package: Fixed for non-LaTeX engines.•••* src/guile/skribilo/package/lncs.scm (abstract): Use `chapter' instead
of `section'.
(references): Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-47
| Ludovic Court`es |
2007-04-04 | `eq' package: Properly handle auto-inlining.•••* src/guile/skribilo/package/eq.scm (inline-equation?): Use `find1-up'
instead of `find-up'. This fixes a bug.
(eq): Properly pass the `:inline?' options through the `options' slot.
* src/guile/skribilo/package/eq/lout.scm (eq): When inline, enclose
equation in `@OneRow @OneCol' so that it is not breakable.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-46
| Ludovic Court`es |
2007-04-04 | Fixed `find-up'.•••* src/guile/skribilo/ast.scm (find-up): Don't cons OBJ when it doesn't
match PRED.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-45
| Ludovic Court`es |
2007-04-04 | Renamed module `(differ)' to `(diff)'.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-44
| Ludovic Court`es |
2007-04-04 | `diff' package: Added basic source location support.•••* src/guile/skribilo/package/diff.scm (deletion, insertion, replacement,
unchanged): Added a `:loc' parameter.
(make-diff-document): When creating new ASTs, keep the location of
AST2.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-43
| Ludovic Court`es |
2007-04-03 | Fixed computation of `&invocation-location'.•••* src/guile/skribilo/location.scm (invocation-location): Make sure we
always return the exact invocation location, no matter how
`invocation-location' is implemented.
* src/guile/skribilo/lib.scm (define-markup): Updated DEPTH argument to
`invocation-location' due to previous change in the implementation of
`invocation-location'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-42
| Ludovic Court`es |
2007-04-03 | Reduced reliance on the debugging evaluator (improves performance).•••* src/guile/skribilo.scm (skribilo): Do not impose use of the debugging
evaluator, allowing for significant performance improvements.
* src/guile/skribilo/evaluator.scm (%evaluate): Use the debugging
evaluator when evaluating EXPR.
* src/guile/skribilo/location.scm (invocation-location): Return `#f' when
the debugging evaluator is not being used.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-41
| Ludovic Court`es |
2007-04-03 | Moved legacy source location code to `compat'.•••* src/guile/skribilo/lib.scm (skribe-eval-location): Removed.
* src/guile/skribilo/location.scm (location-pos): Removed.
* src/guile/skribilo/utils/compat.scm: Use `(skribilo location)'.
(location-pos, skribe-eval-location): New.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-40
| Ludovic Court`es |
2007-04-03 | Added source location tracking to various packages.•••* src/guile/skribilo/package/base.scm: Autoload `parameters'.
(ref)[skribe-ref]: Use `search-path' and `*document-path*' instead of
`find-file/path' and `skribe-path'.
Initialize the `loc' field of markups.
* src/guile/skribilo/package/eq.scm: Likewise.
* src/guile/skribilo/package/pie.scm: Likewise.
* src/guile/skribilo/package/slide.scm: Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-39
| Ludovic Court`es |
2007-04-03 | Added support for source location tracking.•••* src/guile/skribilo/ast.scm (<ast>): Added the `:loc' init-keyword.
* src/guile/skribilo/lib.scm: Re-export `invocation-location'.
(define-markup): Locally define `&invocation-location' for use by
markups.
(define-simple-markup): Initialize `loc'.
(define-simple-container): Likewise.
(%skribe-warn): New `col'. parameter.
(skribe-warning): Updated.
(skribe-warning/ast): Likewise.
* src/guile/skribilo/location.scm (<location>): Removed slot `pos'.
Added slot `column'. Export `location-column'.
(location-pos): Kept for compatibility.
(write): New method.
(invocation-location): New function.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-38
| Ludovic Court`es |
2007-04-02 | biblio template: Small fix.•••* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Fixed `books'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-37
| Ludovic Court`es |
2007-03-28 | `diff' package: Fixed off-by-one in string diff.•••* src/guile/skribilo/package/diff.scm (add-unchanged): When `(null?
edits)', check whether `(< str-pos str-len)' (was `(< str-pos (-
str-len 1))'). This fixes off-by-one when diffing strings (last
character didn't appear).
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-36
| Ludovic Court`es |
2007-03-28 | `diff' package: Use `breakable-space' instead of `~' in `annotated-string-diff'.•••* src/guile/skribilo/package/diff.scm: Autoload `(skribilo utils
keywords)'.
(annotated-string-diff)[space-preserving-substring]: Use
`breakable-space' instead of `~'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-35
| Ludovic Court`es |
2007-03-28 | `base' package: Introduced `breakable-space'.•••* src/guile/skribilo/engine/base.scm (breakable-space): New writer.
* src/guile/skribilo/engine/latex.scm (breakable-space): New writer.
* src/guile/skribilo/engine/lout.scm (breakable-space): New writer.
* src/guile/skribilo/package/base.scm (breakable-space): New markup.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-33
| Ludovic Court`es |
2007-03-27 | `lout' engine: Fixed space handling with `color'.•••* src/guile/skribilo/engine/lout.scm (color): Insert the linebreak
between the left parameter of `@Color' and `@Color' itself, so as to
never insert additional spaces.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-32
| Ludovic Court`es |
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 |