| Age | Commit message (Collapse) | Author | 
|---|
|  | * src/guile/skribilo/engine/lout.scm (lout-engine): Use `@M' instead of
  `@Eq' in the symbol table. | 
|  | * src/guile/skribilo/engine/base.scm: `use-module' `(skribilo package
  base)' instead of autoloading it.  This avoids "unbound variable"
  resulting from uncommon load orders. | 
|  | * src/guile/skribilo/engine/lout.scm (toc): Use
  `*document-being-output*' if `(ast-document n)' is false.  Use
  `find-down' instead of `search-down' when looking for chapters and
  sections. | 
|  |  | 
|  | * src/guile/skribilo/color.scm (%rgb-alist): Change cdr to a vector
  instead of a string.
  (%convert-color): Adjust accordingly. | 
|  | * src/guile/skribilo/color.scm (*used-colors*): Remove.
  (*skribe-rgb-alist*): Rename to...
  (%rgb-alist): New.
  (skribe-color->rgb): Rename to...
  (color->rgb): New.
  (skribe-get-used-colors, skribe-use-color!): Remove.
  Update users.
* src/guile/skribilo/utils/compat.scm (skribe-color->rgb,
  skribe-use-color!, skribe-get-used-colors): New. | 
|  | * src/guile/skribilo/engine/latex.scm: Export `skribe-color->latex-rgb'.
* src/guile/skribilo/package/slide/latex.scm: No longer rely on
  `skribe-get-latex-color', use `skribe-color->latex-rgb' and the
  "[rgb]{r,g,b}" form, although it's unclear whether ADVI supports it. | 
|  | * src/guile/skribilo/color.scm (document-used-colors): New.
* src/guile/skribilo/engine/context.scm (*skribe-context-color-table*):
  Remove.
  (%doc-table, document-color-table, use-color!, declare-used-colors,
  use-standard-colors!, get-color): New.
  (skribe-declare-used-colors, skribe-declare-standard-colors,
  skribe-get-color): Remove.
  (document, color, tr): Update to use the above new functions. | 
|  | * src/guile/skribilo/engine/latex.scm (*skribe-latex-color-table*,
  latex-declare-color, skribe-get-latex-color,
  skribe-latex-declare-colors): Remove.
  (document): Don't declare colors.
  (latex-color): Pass `\textcolor' the "[rgb]{x,y,z}" form instead of a
  color name.  Same with `\colorbox'. | 
|  | * src/guile/skribilo/module.scm (%skribilo-user-imports): Remove `ast'
  and `config'. | 
|  |  | 
|  | * doc/user/Makefile.am (skrflags): New.  Use `--compat=skribe' for now.
* src/guile/Makefile.am (moduledir): New.
  (dist_guilemodule_DATA): Renamed to...
  (dist_module_DATA): This, for consistency.
* src/guile/skribilo.scm (skribilo-options): Add `--compat'.
  (doskribe): New COMPAT argument.
  (skribilo): Honor `--compat'.
* src/guile/skribilo/module.scm (%skribilo-user-imports): New.
  (make-run-time-module): Renamed to `make-skribe-user-module'.
  (make-skribilo-user-module): New.
  (make-user-module, user-module-flavor): New.
  (*skribilo-user-module*): Default to a `skribilo' module flavor.
* src/guile/skribilo/package/diff.scm (make-diff-document-from-files):
  Use "(make-user-module 'skribilo)". | 
|  | * doc/user/Makefile.am (skribilo): Use `pre-inst-skribilo'.
* src/Makefile.am (noinst_SCRIPTS): New.
  (substitute): Substitute `abs_top_srcdir' and `abs_top_builddir'.
* src/pre-inst-skribilo.in: New. | 
|  | * src/guile/skribilo/module.scm (define-skribe-module): Remove. | 
|  | * src/guile/skribilo/package/slide.scm (slide): Add `env' with
  `equation-counter' and `equation-env'.  This allows the use of
  non-inline equations in slides. | 
|  | * guile-lint.am (all-local): Depend on `$(dist_module_DATA)'. | 
|  | * doc/user/slide.skb: Update.
* src/guile/skribilo/package/slide.scm (slide-topic,
  slide-subtopic)[:unfold?]: New argument.
* src/guile/skribilo/package/slide/base.scm (make-outline-slide): Honor
  `:unfold?'.
  (slide-topic, slide-subtopic): Mark `:unfold?' as supported. | 
|  | * src/guile/skribilo/**/Makefile.am (moduledir): New.
  (dist_guilemodule_DATA): Changed to...
  (dist_module_DATA): This.  This fixes module installation. | 
|  | * src/guile/skribilo/resolve.scm (do-resolve!<command>): Update the body
  of N with the resolved body. | 
|  | * configure.in (skribilo-executable): Removed. | 
|  |  | 
|  | * configure.ac: Add support for `--with-guilemoduledir'.
* */Makefile.am (guilemoduledir): Don't override the configure-provided
  value.
* src/skribilo.in: Add `-L "@guilemoduledir@"'. | 
|  | * configure.ac: Don't output `src/skribilo'.
* src/Makefile.am (CLEANFILES, guilemoduledir, substitute, SUFFIXES):
  New variables.
  (.in): New target. | 
|  |  | 
|  |  | 
|  |  | 
|  | * src/guile/skribilo/ast.scm (first-paragraph?): Check whether PARENT is
  a markup.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-168 | 
|  | * src/guile/skribilo/ast.scm (first-paragraph?): Check whether PARENT is
  a markup.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-110 | 
|  | * src/guile/skribilo/engine/lout.scm (lout-engine)[publisher, edition,
  before-title-page, on-title-page, after-title-page, at-end]: New
  customs.
  (output-report-options, output-book-options): New.
  (document): Use them.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-167 | 
|  | * src/guile/skribilo/engine/lout.scm (lout-engine)[publisher, edition,
  before-title-page, on-title-page, after-title-page, at-end]: New
  customs.
  (output-report-options, output-book-options): New.
  (document): Use them.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-109 | 
|  | * src/guile/skribilo/package/slide.scm (slide-embed): Provide an
  identifier, pass ARGUMENTS.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-166 | 
|  | * src/guile/skribilo/package/eq/lout.scm (binary-lout-markup-writer):
  Special-case `eq:combinations'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-165 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-164 | 
|  | * src/guile/skribilo/package/slide.scm (slide-embed): Provide an
  identifier, pass ARGUMENTS.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-108 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-163 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-162 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-161 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-160 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-159 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-158 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-157 | 
|  | * src/guile/skribilo/engine/base.scm (noabbrev): New writer.
* src/guile/skribilo/package/base.scm (noabbrev): New markup.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-156 | 
|  | * src/guile/skribilo/biblio/author.scm
  (bib-sort/first-author-last-name)[maybe-first-author-last-name]: New.
  Use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-155 | 
|  | * 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: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-154 |