| Age | Commit message (Collapse) | Author | 
|---|
|  | * src/guile/skribilo/package/eq/lout.scm (binary-lout-markup-writer):
  Special-case `eq:combinations'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-107 | 
|  | * src/guile/skribilo/engine/lout.scm (lout-block-before): Handle the
  `:word' option (note `@BypassWord' should be added in Lout 3.37).
  (chapter, section, subsection, subsubsection): Mark `:word' as
  supported.
  (ref): Sanity-check IDENT.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-106 | 
|  | * src/guile/skribilo.scm (skribilo): Flush `(*skribilo-output-port*)'
  before exiting.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-105 | 
|  | * src/guile/skribilo/biblio/template.scm
  (make-bib-entry-template/default): For `book', use `(or author
  editor)'.  Added an `inbook' case.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-104 | 
|  | * src/guile/skribilo/ast.scm (first-paragraph?): New.
* src/guile/skribilo/engine/lout.scm (first-paragraph?): Removed.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-103 | 
|  | * src/guile/skribilo/engine/lout.scm (lout-engine)[drop-capital?,
  drop-capital-lines]: New customs.
  (first-paragraph?, make-drop-capital?, output-with-drop-capital): New.
  (paragraph)[first-paragraph?]: Moved outside.
  Use an `:action' to support drop capitals.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-102 | 
|  | * src/guile/skribilo/biblio/author.scm: Use `srfi-14'.
  (%no-comma): New.
  (comma-separated->author-list): Use `string-tokenize'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-101 | 
|  | * src/guile/skribilo/engine/lout.scm (lout-engine)[first-paragraph-gap]:
  New custom.
  (paragraph)[first-paragraph?]: New.  Use it to honor
  `first-paragraph-gap'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-100 | 
|  | * doc/user/bib.skb (Bibliography): Better explain the constraints with
  `name+year'.  Document `noabbrev'.
  (Sorting Bibliography Entries): Document
  `bib-sort/first-author-last-name'.
* doc/user/src/bib1.sbib: Use proper `author' fields, including
  `noabbrev'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-99 | 
|  | * src/guile/skribilo/engine/base.scm (noabbrev): New writer.
* src/guile/skribilo/package/base.scm (noabbrev): New markup.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-98 | 
|  | * src/guile/skribilo/biblio/author.scm
  (bib-sort/first-author-last-name)[maybe-first-author-last-name]: New.
  Use it.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-97 | 
|  | * src/guile/skribilo/biblio/author.scm
  (bib-sort/first-author-last-name)[entry-field, <=?]: New.
  Use them such that ordering also takes `year' and `title' into
  account.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-96 | 
|  | * src/guile/skribilo/ast.scm (handle-ast-error)[show-location]: Use it
  in all cases.  Internationalized error messages.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-95 | 
|  | * src/guile/skribilo/engine/lout.scm (figure): Use "@OnePage { Yes }" so
  that figure and caption are kept on the same page.  This looks like a
  sane default, since multi-page figures are expected to be rare.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-94 | 
|  | * src/guile/skribilo/ast.scm: For all simple getters, use GOOPS's
  `:getter' rather than define functions that call `slot-ref'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-93 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * src/guile/skribilo/sui.scm: Autoload `parameters' on
  `*destination-file*'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-138 | 
|  | 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-134 | 
|  | 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | * 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 | 
|  | git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-125 | 
|  | * 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 | 
|  | * TODO: Added `(skribilo color)'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-123 | 
|  | * 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 | 
|  | * 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 | 
|  | git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-81 | 
|  | * 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 |