Age | Commit message (Collapse) | Author |
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-90
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-89
|
|
* src/guile/skribilo/package/lncs.scm (abstract): Use `chapter' instead
of `section'.
(references): Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-88
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-87
|
|
* src/guile/skribilo/ast.scm (find-up): Don't cons OBJ when it doesn't
match PRED.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-86
|
|
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-85
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-84
|
|
* 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
|
|
* 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
|
|
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-44
|
|
* 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
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-83
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-82
|
|
* 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
|
|
* 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
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-81
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-80
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-79
|
|
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Fixed `books'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-78
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-77
|
|
* src/guile/skribilo/package/diff.scm: Autoload `(skribilo utils
keywords)'.
(annotated-string-diff)[space-preserving-substring]: Use
`breakable-space' instead of `~'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-76
|
|
* NEWS: Mention `breakable-space'.
* doc/user/markup.skb: Include "spacing.skb".
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-75
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-74
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-73
|
|
* src/guile/skribilo/package/diff.scm (make-diff-document): Don't touch
commands.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-72
|
|
* src/guile/skribilo/package/diff.scm: Use `srfi-14'.
(annotated-string-diff)[space-preserving-substring]: New.
Use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-71
|
|
* src/guile/skribilo/package/diff.scm (%diffable-options): New.
(make-diff-document)[make-diff-options]: New.
Use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-70
|
|
* src/guile/skribilo/utils/strings.scm (%make-general-string-replace):
Removed the `let'...
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-69
|
|
* 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-68
|
|
* 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
|
|
* 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
|
|
* NEWS: Mention `breakable-space'.
* doc/user/markup.skb: Include "spacing.skb".
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-34
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|