Age | Commit message (Expand) | Author |
2007-08-24 | Added `equal?' for ASTs.•••* src/guile/skribilo/ast.scm (equal?): New methods, for <ast>, <node>
and <markup>.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-92
| Ludovic Court`es |
2007-08-24 | eq/lout: Tiny fix.•••* src/guile/skribilo/package/eq/lout.scm (in): Use `in' instead of
`element', which fixes spacing.
(notin): Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-91
| Ludovic Court`es |
2007-08-24 | eq/lout: Use "strut @Font" within parenthesized expressions.•••* src/guile/skribilo/package/eq/lout.scm (%left-paren): Use "strut
@Font" for the expression that follows.
(%right-paren): Updated accordingly.
(combinations): Use "nostrut @Font".
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-90
| Ludovic Court`es |
2007-08-23 | `eq' package: Switched to Lout's `@Math'.•••* src/guile/skribilo/package/eq.scm (*use-lout-eq2?*): Renamed to...
(*use-lout-math?*): Default to `#t' since `@Math' is now part of Lout,
from version 3.36.
* src/guile/skribilo/package/eq/lout.scm: Updated accordingly.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-89
| Ludovic Court`es |
2007-08-20 | Merge from skribilo@sv.gnu.org--2006•••Patches applied:
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 122-127)
* skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 138-143)
- sui: Small autoload fix.
- `outline' reader: Fixed `append-trees'.
- Added `html-navtabs' by Manuel Serrano.
- html-navtabs: Permit disabling of CSS output.
- Allow arbitrary keyword arguments in `define-markup'.
- Documented `html-navtabs'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-88
| Ludovic Court`es |
2007-08-20 | doc: Updated documentation of `:number' for sections.•••* doc/user/sectioning.skb (Chapter): Mention new behavior with
non-boolean `:number'.
(Sections): Likewise.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-87
| Ludovic Court`es |
2007-08-20 | Allow for user-specified section numbers.•••* src/guile/skribilo/ast.scm: Use `srfi-13'.
(markup-number-string): Made tail-recursive. Allow for non-number
`:number' options.
* src/guile/skribilo/package/base.scm (section-number): Allow non-number
`:number' options to pass through.
(chapter): Use `section-number'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-86
| Ludovic Court`es |
2007-08-20 | lout engine: Always use `@BypassNumber'.•••* src/guile/skribilo/engine/lout.scm (lout-block-before): Always use
`@BypassNumber'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-85
| Ludovic Court`es |
2007-07-29 | Documented `html-navtabs'.•••* doc/user/package.skb (HTML Navigation Tabs): New subsection. Borrowed
from Manuel Serrano's doc for `html-navtabs'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-143
| Ludovic Courtes |
2007-07-29 | Allow arbitrary keyword arguments in `define-markup'.•••* src/guile/skribilo/lib.scm (define-markup)[fix-rest-arg]: Add
`:allow-other-keys' so that package like `html-navtabs' can require
extra keyword arguments.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-142
| Ludovic Courtes |
2007-07-29 | html-navtabs: Permit disabling of CSS output.•••* src/guile/skribilo/package/html-navtabs.scm (&html-header-style):
Check whether `html-navtabs-produce-css?' is set.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-141
| Ludovic Courtes |
2007-07-29 | Added `html-navtabs' by Manuel Serrano.•••* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added
`html-navtabs.scm'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-140
| Ludovic Courtes |
2007-07-26 | `outline' reader: Fixed `append-trees'.•••* src/guile/skribilo/reader/outline.scm (append-trees): Make sure only
symbols can appear as the head of the resulting list.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-139
| Ludovic Courtes |
2007-07-18 | sui: Small autoload fix.•••* src/guile/skribilo/sui.scm: Autoload `parameters' on
`*destination-file*'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-138
| Ludovic Courtes |
2007-07-09 | Merge from skribilo@sv.gnu.org--2006•••Patches applied:
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 118-121)
* skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 134-137)
- Renamed the `coloring' module tree to `source' for consistency.
- Fixed the `sui' module.
- Moved SUI stuff from `html.scm' to `sui.scm'.
- Linted documentation modules.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-84
| Ludovic Court`es |
2007-07-04 | Linted documentation modules.•••* doc/modules/skribilo/documentation/*.scm: Use the
`%skribilo-module-reader' and corresponding syntax, no longer use
`compat'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-137
| Ludovic Courtes |
2007-07-04 | Moved SUI stuff from `html.scm' to `sui.scm'.•••* src/guile/skribilo/engine/html.scm: Use `(skribilo sui)'.
Export `html-title-engine' and `html-file'.
(document-sui, sui-referenced-file, sui-marks, sui-blocks): Moved.
* src/guile/skribilo/sui.scm: Use required modules.
(document-sui, sui-referenced-file, sui-marks, sui-blocks): New.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-136
| Ludovic Courtes |
2007-07-04 | Fixed the `sui' module.•••* src/guile/skribilo/Makefile.am (dist_guilemodule_DATA): Added
`sui.scm'.
* src/guile/skribilo/sui.scm (sui-filter): Removed single-operand `and'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-135
| Ludovic Courtes |
2007-07-04 | Renamed the `coloring' module tree to `source' for consistency.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-134
| Ludovic Courtes |
2007-07-03 | Merge from skribilo@sv.gnu.org--2006•••Patches applied:
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 110-117)
- Merge from skribilo@sv.gnu.org--2006/skribilo--devo--1.2
- Fixed (or almost so) the C lexer.
- Autoload `(skribilo coloring c)' in the default module.
- `lout' engine: Fixed argument passing for `lout-illustration'.
- `base' package: Honor `:line #f' in `prog'.
- Tiny doc fix.
- Removed global hash tables for marks and program lines.
- Fixed and simplified `(ref :line ...)', aka. `line-ref'.
* skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 122-133)
- `diff' package: Small bug fix.
- Updated `TODO'.
- Factorized `bib-ref+', add a `:sort-bib-refs' options to `ref'.
- Updated documentation of `ref'.
- `lncs' package: Honor `:sort-bib-refs'.
- Fixed (or almost so) the C lexer.
- Autoload `(skribilo coloring c)' in the default module.
- `lout' engine: Fixed argument passing for `lout-illustration'.
- `base' package: Honor `:line #f' in `prog'.
- Tiny doc fix.
- Removed global hash tables for marks and program lines.
- Fixed and simplified `(ref :line ...)', aka. `line-ref'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-83
| Ludovic Court`es |
2007-07-01 | Fixed and simplified `(ref :line ...)', aka. `line-ref'.•••* src/guile/skribilo/engine/base.scm (line-ref): Changed the way the
number is obtained.
* src/guile/skribilo/engine/context.scm (line-ref): Removed.
* src/guile/skribilo/engine/html.scm (&prog-line): New. Produce an
anchor. Needed because `mark' are no longer produced by
`make-prog-body'.
(line-ref): Changed the way the number is obtained.
* src/guile/skribilo/engine/latex.scm (line-ref): Removed.
* src/guile/skribilo/engine/lout.scm (line-ref): Removed.
* src/guile/skribilo/prog.scm (make-line-mark): Removed.
(make-prog-body): No longer use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-133
| Ludovic Courtes |
2007-07-01 | Removed global hash tables for marks and program lines.•••* src/guile/skribilo/package/base.scm (*mark-table*): Removed.
(mark): Return the new mark without touching `*mark-table*'. Use `bs'
as the mark's identifier.
(ref)[mark-ref]: Simplified using `do-ident-ref'.
[line-ref]: Use the new `resolve-line'.
* src/guile/skribilo/prog.scm: Use `srfi-1'.
(*lines*): Removed.
(make-line-mark): Don't use `*lines*'. Removed `m' parameter.
(resolve-line): Take an additional `doc' argument.
(extract-string-mark): Fixed.
(flat-lines): Use `concatenate' instead of `apply append'.
(make-prog-body)[regexp]: Use brackets.
Fixed invocation of `make-line-mark'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-132
| Ludovic Courtes |
2007-07-01 | Tiny doc fix.•••* doc/user/package.skb (document): Use `document/letter' as the
identifier, to avoid collision with `document'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-131
| Ludovic Courtes |
2007-07-01 | `base' package: Honor `:line #f' in `prog'.•••* src/guile/skribilo/prog.scm: Use `srfi-11' instead of `receive'.
(make-prog-body): When creating a `&prog-line', set the `:number'
option only if `lnum-init' is true.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-130
| Ludovic Courtes |
2007-07-01 | `lout' engine: Fixed argument passing for `lout-illustration'.•••* src/guile/skribilo/engine/lout.scm (lout-illustration): Better compute
argument string for `lout'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-129
| Ludovic Courtes |
2007-07-01 | Autoload `(skribilo coloring c)' in the default module.•••* src/guile/skribilo/module.scm (%skribilo-user-autoloads): Fixed the
`lout' autoload list. Added `(skribilo coloring c)'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-128
| Ludovic Courtes |
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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-126
| Ludovic Court`es |
2007-06-29 | Updated documentation of `ref'.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-125
| 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-124
| Ludovic Court`es |
2007-06-29 | Updated `TODO'.•••* TODO: Added `(skribilo color)'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-123
| Ludovic Court`es |
2007-06-29 | `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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-122
| Ludovic Court`es |
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 | Updated documentation of `ref'.•••git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-81
| 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-29 | Updated `TODO'.•••* TODO: Added `(skribilo color)'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-79
| 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-25 | Merge from skribilo@sv.gnu.org--2006•••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
| 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: Updated doc for `:number'.•••git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-120
| 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-23 | `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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-117
| Ludovic Court`es |
2007-06-23 | 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-116
| Ludovic Court`es |
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 | Fixed 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-11 | Updated 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-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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-113
| 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-112
| Ludovic Court`es |