aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-20Improve '--help' formatting.Ludovic Courtès
Suggested by Benno Schulenberg <coordinator@translationproject.org>. * src/guile/skribilo.scm (skribilo-show-help): Use ';' instead of '--'.
2015-05-29latex: Don't emit \noindent for paragraphs.Ludovic Courtès
* src/guile/skribilo/engine/latex.scm (paragraph): Remove \noindent.
2015-05-27ast: Don't autoload (skribilo location).Ludovic Courtès
* src/guile/skribilo/ast.scm: Use (skribilo location) rather than auto-loading it, to avoid run-time unbound variable errors.
2015-03-11build: Use xgettext with --no-wrap.Ludovic Courtès
Suggested by Benno Schulenberg <coordinator@translationproject.org>. * po/Makevars (XGETTEXT_OPTIONS): Add --no-wrap.
2015-03-11Use standard help messages for --help and --version.Ludovic Courtès
Suggested by Benno Schulenberg <coordinator@translationproject.org>. * src/guile/skribilo.scm (skribilo-show-help): Use standard text for --help and --version.
2015-03-11build: Add silent rules for substitutions.Ludovic Courtès
* substitute.am (AM_V_SUBSTITUTE, AM_V_SUBSTITUTE_, AM_V_SUBSTITUTE_0): New variables. * doc/man/Makefile.am (.in): Use $(AM_V_SUBSTITUTE). * doc/user/Makefile.am (lout/front-page.lout): Likewise. * src/Makefile.am (.in): Likewise. * src/guile/Makefile.am (.in.scm): Likewise. * emacs/Makefile.am (.in): Likewise.
2015-03-11build: Invoke 'lout' with the GNU-style error message format.Ludovic Courtès
* doc/user/Makefile.am (.lout.ps): Add '-a'.
2015-03-11build: Add silent rules for the manual.Ludovic Courtès
* doc/user/Makefile.am (AM_V_SKRINFO, AM_V_SKRINFO_, AM_V_SKRINFO_0, AM_V_SKRHTML, AM_V_SKRHTML_, AM_V_SKRHTML_0): New variables. (skribilo.info, .skb.html): Use them. (AM_V_SKRLOUT, AM_V_SKRLOUT_, AM_V_SKRLOUT_0, AM_V_LOUT, AM_V_LOUT_, AM_V_LOUT_0): New variables. (.lout.ps, .skb.lout): Use them.
2015-03-11'base' package: Internationalize error messages.Ludovic Courtès
* src/guile/skribilo/package/base.scm (source): Use '_' to internationalize error messages. * po/POTFILES.in: Add it.
2015-03-11condition: Always use a literal format string.Ludovic Courtès
* src/guile/skribilo/condition.scm (%call-with-skribilo-error-catch) [message-condition? c]: Pass a format string to 'format'.
2015-03-11'base' package: Use 'invalid-argument-error' rather than 'skribe-error'.Ludovic Courtès
* src/guile/skribilo/package/base.scm (include, author, handle, toc, linebreak, flush, prog, tc, char, symbol, processor, mark, ref, bibliography, the-bibliography, index, the-index, counter, item, source, tc, !, index): Use 'invalid-argument-error' instead of 'skribe-error' or 'skribe-type-error'.
2015-03-11doc: Allow several expressions in the body of a markup procedure.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (define-markup-rest): Add ellipsis in the body pattern for DEF.
2015-03-11Thank Benno.Ludovic Courtès
2015-03-11conditions: Adjust '&invalid-argument-error' for named arguments.Ludovic Courtès
* src/guile/skribilo/condition.scm (&invalid-argument-error)[name]: New field. (invalid-argument-error): New procedure.
2015-03-11Replace "illegal" with "invalid" in error messages.Ludovic Courtès
There's nothing illegal here. * doc/modules/skribilo/documentation/api.scm, src/guile/skribilo/ast.scm, src/guile/skribilo/debug.scm, src/guile/skribilo/engine/base.scm, src/guile/skribilo/engine/context.scm, src/guile/skribilo/engine/html.scm, src/guile/skribilo/engine/html4.scm, src/guile/skribilo/engine/latex.scm, src/guile/skribilo/package/base.scm, src/guile/skribilo/package/html-navtabs.scm, src/guile/skribilo/package/jfp.scm, src/guile/skribilo/package/lncs.scm, src/guile/skribilo/package/slide/latex.scm, src/guile/skribilo/utils/justify.scm, src/guile/skribilo/utils/keywords.scm, src/guile/skribilo/utils/text-table.scm: Change "illegal" to "invalid".
2015-03-11Improve output of 'skribilo --help'.Ludovic Courtès
Suggested by Benno Schulenberg <coordinator@translationproject.org>. * src/guile/skribilo.scm (skribilo-show-help): Move \n to the end of the line. Make messages all lower-case.
2015-03-11Use quotes instead of backticks in user-facing messages.Ludovic Courtès
Suggested by Benno Schulenberg <coordinator@translationproject.org>. * doc/modules/skribilo/documentation/api.scm, src/guile/skribilo.scm, src/guile/skribilo/condition.scm, src/guile/skribilo/engine/lout.scm, src/guile/skribilo/package/base.scm, src/guile/skribilo/package/jfp.scm, src/guile/skribilo/package/lncs.scm, src/guile/skribilo/package/pie.scm, src/guile/skribilo/package/slide/latex.scm, src/guile/skribilo/utils/compat.scm, src/guile/skribilo/ast.scm, src/guile/skribilo/biblio.scm, src/guile/skribilo/engine/html.scm, src/guile/skribilo/engine/info.scm, src/guile/skribilo/index.scm, src/guile/skribilo/package/web-book2.scm, src/guile/skribilo/reader/rss-2.scm, src/guile/skribilo/source.scm, src/guile/skribilo/utils/compat.scm, src/guile/skribilo/verify.scm: Change `foo' to 'foo'.
2015-03-11build: Override 'GUILE_LOAD_COMPILED_PATH' entirely while building.Ludovic Courtès
* guilec.am (.scm.go): Override GUILE_LOAD_COMPILED_PATH.
2015-03-09web: Given chapters a stable, human-readable identifier.Ludovic Courtès
* web/index.skb: Add :ident to each chapter that didn't already have one.
2015-03-09web: Fix typo.Ludovic Courtès
Reported by Benno Schulenberg <coordinator@translationproject.org>. * web/index.skb (Mailing List): Fix spelling of "shining".
2015-03-06nls: Update 'fr'.Ludovic Courtès
2015-03-06Fix off-by-one in 'substring' call in 'ast-location'.Ludovic Courtès
* src/guile/skribilo/location.scm (ast-location): Fix off-by-one in 'substring' call.
2015-03-06Update 'INSTALL' to Automake 1.15.Ludovic Courtès
2015-03-06build: Enable silent rules by default.Ludovic Courtès
* configure.ac: Invoke 'AM_SILENT_RULES'.
2015-03-06build: Make '.scm.go' a silent recipe.Ludovic Courtès
* guilec.am (AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_0): New variables. (.scm.go): Prepend $(AM_V_GUILEC).
2014-11-04emacs: Adjust for Emacs 24.4.Ludovic Courtès
* emacs/skribe.el.in (skribe-manuals): Quote lambda with #' instead of ', as recommended by Emacs 24.4.
2013-09-28build: Properly emit the help for '--with-guilemoduledir'.Ludovic Courtès
* configure.ac: Use 'AS_HELP_STRING' to format the help lines for '--with-guilemoduledir'.
2013-05-19acmproc: Make `references' conform to the ACM guidelines.Ludovic Courtès
* src/guile/skribilo/package/acmproc.scm (references): Always use `chapter'. Leave the font size unchanged. Sort entries according to `bib-sort/first-author-last-name'. * NEWS: Update.
2013-05-19`base' package: Insert an unbreakable space after `:text' in `numref'.Ludovic Courtès
* src/guile/skribilo/package/base.scm (numref): Remove explicit call to `resolve!'; insert an unbreakable space after TEXT. * NEWS: Update.
2013-03-18Update `NEWS'.Ludovic Courtès
2013-03-18`base' package: Always show the location of erroneous `ref' calls.Ludovic Courtès
* src/guile/skribilo/lib.scm (warning/loc): New procedure. (skribe-warning/ast): Use it. * src/guile/skribilo/package/base.scm (ref)[unref]: Use `warning/loc', and use `&invocation-location' as the location. Remove the `ast' parameter; adjust callers accordingly.
2013-03-18Add `location->string'.Ludovic Courtès
* src/guile/skribilo/location.scm (location->string): New procedure. * src/guile/skribilo/ast.scm (ast->file-location): Use it.
2013-02-28Update `NEWS'.Ludovic Courtès
2013-02-28acmproc: Fix typo in `author' markup writer.Ludovic Courtès
* src/guile/skribilo/package/acmproc.scm (le)[&latex-author]: Use `(format #t ...)', not #f.
2013-02-28biblio: Fix typo in error handler.Ludovic Courtès
* src/guile/skribilo/biblio.scm (handle-biblio-error): Add missing ENTRY argument.
2013-02-25acmproc: Use (skribilo package base) unconditionally.Ludovic Courtès
* src/guile/skribilo/package/acmproc.scm: Use (skribilo package base) unconditionally. This fixes issues with incomplete autoload list.
2013-02-25web: Add link to Org-Mode paper.Ludovic Courtès
* web/index.skb (Related Links): Add link to Org-Mode paper.
2013-02-25Install the locale before parsing arguments, and handle `setlocale' errors.Ludovic Courtès
* src/guile/skribilo.scm (skribilo): Install the locale before parsing options; gracefully handle `setlocale' errors.
2012-12-01Update `NEWS'.Ludovic Courtès
2012-12-01html: Enclose footnotes in <div class="footnote">.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (&html-footnotes): Enclose each footnote in <div class="footnote"> instead of <br>, as suggested by Klaus Schilling <schilling.klaus@web.de>.
2012-12-01html: Don't emit nested <a> tags for footnotes.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (&html-footnotes): Don't emit nested <a> tags. Reported by Klaus Schilling <schilling.klaus@web.de>.
2012-12-01html: footnotes: Fix predicate to determine whether nodes are in the same file.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (section-in-separate-file?, section-in-current-file?): Remove. (sections-in-same-file?): New procedure. (&html-generic-document)[ftnote]: Use it.
2012-11-29html: Fix erroneous tag close for footnotes.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (&html-footnotes): Emit </div> at the end, not <div>. Reported by Klaus Schilling <schilling.klaus@web.de>.
2012-11-29html: Emit each footnote only once.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (&html-generic-document): When matching a container list, don't add N to CONTAINERS since it's already there. Reported by Klaus Schilling <schilling.klaus@web.de>.
2012-11-29html: Remove redundant `match' pattern.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (&html-generic-document): Remove redundant pattern in `match'. Reported by Klaus Schilling <schilling.klaus@web.de>.
2012-11-20html: Fix footnote handling for single-page documents.Ludovic Courtès
* src/guile/skribilo/engine/html.scm (&html-generic-document)[ftnote](body): Rewrite using `match'. Deal with the case where `container-env-get' returns #f. Append FOOTNOTES to the result of `container-env-get' when it's not. The latter fixes a problem whereby footnotes would not appear on single-page documents. Reported and analyzed by Klaus Schilling <schilling.klaus@web.de>.
2012-08-18doc: Mention the (skribilo biblio) module.Ludovic Courtès
* doc/user/bib.skb ("Sorting Bibliography Entries"): Mention the (skribilo biblio) module. Reported by Roger Mason <rmason@mun.ca>.
2012-08-18doc: Document the use of Guile's module system.Ludovic Courtès
* doc/user/start.skb (Using Modules): New section.
2012-08-18build: Update `INSTALL' from Automake 1.12.2.Ludovic Courtès
2012-08-18build: Update test suite framework to Automake 1.12.Ludovic Courtès
* tests/Makefile.am (TESTS_ENVIRONMENT): Use semi-colons. Move $(GUILE) invocation... (TEST_LOG_COMPILER): ... here. New variable.