Age | Commit message (Expand) | Author |
2016-03-01 | 'base' package: Add note about non-translatable bits.•••* src/guile/skribilo/package/base.scm (source): Add 'TRANSLATORS'
comment. Suggested by Anders Jonsson <anders.jonsson@norsjovallen.se>.
| Ludovic Courtès |
2016-01-13 | Set the text domain and the location of message catalogs.•••* src/guile/skribilo/config.in (skribilo-locale-directory): New
procedure.
* src/guile/skribilo/utils/syntax.scm (%skribilo-text-domain): Export.
* src/guile/skribilo.scm (skribilo): Add calls to 'bindtextdomain' and
'textdomain'.
* substitute.am (substitute): Add 'localedir'.
v0.9.3 | Ludovic Courtès |
2015-10-12 | lncs: Make bibliography entries look closer to what's expected.•••* src/guile/skribilo/package/lncs.scm (bib-entry-template): New
procedure.
(&bib-entry-body): Use it instead of
'make-bib-entry-template/default'.
(&bib-entry-author, &bib-entry-booktitle, &bib-entry-journal): New
writers.
| Ludovic Courtès |
2015-10-12 | biblio: template: Fix a couple of erroneous quotes.•••* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default):
Change quote to quasiquote for forms that contain an unquote.
| Ludovic Courtès |
2015-10-12 | biblio: Add alternate author name abbreviation.•••* src/guile/skribilo/biblio/author.scm (abbreviate-author-first-names):
Add an example as a comment.
(abbreviate-author-first-names/family-first): New procedure.
(abbreviate-first-names): Add 'abbreviate-author-names' optional
parameter.
| Ludovic Courtès |
2015-06-21 | Assorted improvements of user-facing messages.•••* src/guile/skribilo.scm,
src/guile/skribilo/engine/info.scm,
src/guile/skribilo/engine/lout.scm,
src/guile/skribilo/index.scm,
src/guile/skribilo/package/base.scm,
src/guile/skribilo/sui.scm: Tweak messages for consistency, as
suggested by Benno Schulenberg <coordinator@translationproject.org>.
| Ludovic Courtès |
2015-06-21 | biblio: Internationalize the word "In".•••Reported by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default):
Gettextize "In".
| Ludovic Courtès |
2015-06-20 | biblio: Move misplaced "TRANSLATORS:" comment.•••This is a followup to 830523e.
* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default):
Move "TRANSLATORS:" comment right before keyword line.
| Ludovic Courtès |
2015-06-20 | Improve '--help' summary.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo.scm (skribilo-show-help): Clarify the summary
line.
| Ludovic Courtès |
2015-06-20 | biblio: Tell translators what these messages are.•••* src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default):
Add comment for translators.
| Ludovic Courtès |
2015-06-20 | Improve '--help' formatting.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo.scm (skribilo-show-help): Use ';' instead of '--'.
| Ludovic Courtès |
2015-05-29 | latex: Don't emit \noindent for paragraphs.•••* src/guile/skribilo/engine/latex.scm (paragraph): Remove \noindent.
| Ludovic Courtès |
2015-05-27 | ast: Don't autoload (skribilo location).•••* src/guile/skribilo/ast.scm: Use (skribilo location) rather than
auto-loading it, to avoid run-time unbound variable errors.
| Ludovic Courtès |
2015-03-11 | Use standard help messages for --help and --version.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo.scm (skribilo-show-help): Use standard text for
--help and --version.
| Ludovic Courtès |
2015-03-11 | build: Add silent rules for substitutions.•••* 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.
| Ludovic Courtès |
2015-03-11 | 'base' package: Internationalize error messages.•••* src/guile/skribilo/package/base.scm (source): Use '_' to
internationalize error messages.
* po/POTFILES.in: Add it.
| Ludovic Courtès |
2015-03-11 | condition: Always use a literal format string.•••* src/guile/skribilo/condition.scm (%call-with-skribilo-error-catch)
[message-condition? c]: Pass a format string to 'format'.
| Ludovic Courtès |
2015-03-11 | 'base' package: Use 'invalid-argument-error' rather than 'skribe-error'.•••* 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'.
| Ludovic Courtès |
2015-03-11 | conditions: Adjust '&invalid-argument-error' for named arguments.•••* src/guile/skribilo/condition.scm (&invalid-argument-error)[name]: New
field.
(invalid-argument-error): New procedure.
| Ludovic Courtès |
2015-03-11 | Replace "illegal" with "invalid" in error messages.•••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".
| Ludovic Courtès |
2015-03-11 | Improve output of 'skribilo --help'.•••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.
| Ludovic Courtès |
2015-03-11 | Use quotes instead of backticks in user-facing messages.•••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'.
| Ludovic Courtès |
2015-03-06 | Fix off-by-one in 'substring' call in 'ast-location'.•••* src/guile/skribilo/location.scm (ast-location): Fix off-by-one in
'substring' call.
| Ludovic Courtès |
2013-05-19 | acmproc: Make `references' conform to the ACM guidelines.•••* 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.
| Ludovic Courtès |
2013-05-19 | `base' package: Insert an unbreakable space after `:text' in `numref'.•••* src/guile/skribilo/package/base.scm (numref): Remove explicit call to
`resolve!'; insert an unbreakable space after TEXT.
* NEWS: Update.
| Ludovic Courtès |
2013-03-18 | `base' package: Always show the location of erroneous `ref' calls.•••* 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.
| Ludovic Courtès |
2013-03-18 | Add `location->string'.•••* src/guile/skribilo/location.scm (location->string): New procedure.
* src/guile/skribilo/ast.scm (ast->file-location): Use it.
| Ludovic Courtès |
2013-02-28 | acmproc: Fix typo in `author' markup writer.•••* src/guile/skribilo/package/acmproc.scm (le)[&latex-author]: Use
`(format #t ...)', not #f.
| Ludovic Courtès |
2013-02-28 | biblio: Fix typo in error handler.•••* src/guile/skribilo/biblio.scm (handle-biblio-error): Add missing ENTRY
argument.
| Ludovic Courtès |
2013-02-25 | acmproc: Use (skribilo package base) unconditionally.•••* src/guile/skribilo/package/acmproc.scm: Use (skribilo package base)
unconditionally. This fixes issues with incomplete autoload list.
| Ludovic Courtès |
2013-02-25 | Install the locale before parsing arguments, and handle `setlocale' errors.•••* src/guile/skribilo.scm (skribilo): Install the locale before parsing
options; gracefully handle `setlocale' errors.
| Ludovic Courtès |
2012-12-01 | html: Enclose footnotes in <div class="footnote">.•••* 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>.
| Ludovic Courtès |
2012-12-01 | html: Don't emit nested <a> tags for footnotes.•••* src/guile/skribilo/engine/html.scm (&html-footnotes): Don't emit
nested <a> tags. Reported by Klaus Schilling <schilling.klaus@web.de>.
| Ludovic Courtès |
2012-12-01 | html: footnotes: Fix predicate to determine whether nodes are in the same file.•••* 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.
| Ludovic Courtès |
2012-11-29 | html: Fix erroneous tag close for footnotes.•••* src/guile/skribilo/engine/html.scm (&html-footnotes): Emit </div> at
the end, not <div>. Reported by Klaus Schilling <schilling.klaus@web.de>.
| Ludovic Courtès |
2012-11-29 | html: Emit each footnote only once.•••* 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>.
| Ludovic Courtès |
2012-11-29 | html: Remove redundant `match' pattern.•••* src/guile/skribilo/engine/html.scm (&html-generic-document): Remove
redundant pattern in `match'. Reported by Klaus Schilling
<schilling.klaus@web.de>.
| Ludovic Courtès |
2012-11-20 | html: Fix footnote handling for single-page documents.•••* 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>.
| Ludovic Courtès |
2012-08-18 | info: Add to-do.•••* src/guile/skribilo/engine/info.scm (document): Add TODO comment.
| Ludovic Courtès |
2012-06-01 | build: Don't build/test the RSS-2 reader when its requirements aren't met.•••Reported by rvclayton@verizon.net (R. Clayton).
* configure.ac: Add `BUILD_RSS2_READER' Automake conditional.
* src/guile/Makefile.am (readers): Make `skribilo/reader/rss-2.scm'
conditional on `BUILD_RSS2_READER'.
(EXTRA_DIST)[!BUILD_RSS2_READER]: Add `skribilo/reader/rss-2.scm'.
* tests/Makefile.am (TESTS): Make `readers/rss-2.test' conditional on
`BUILD_RSS2_READER'.
(EXTRA_DIST)[!BUILD_RSS2_READER]: Add `readers/rss-2.test'.
| Ludovic Courtès |
2012-05-30 | build: Use @PACKAGE_URL@ instead of hard-coded URLs.•••* doc/user/lout/front-page.lout.in: Use @PACKAGE_URL@ instead of the
hard-coded URL.
* src/guile/skribilo/config.in (skribilo-url): Likewise.
* substitute.am (substitute): Substitute @PACKAGE_URL@.
| Ludovic Courtès |
2012-05-29 | lout: lout-illustration: Emit the result of `inline-definitions-proc'.•••* src/guile/skribilo/engine/lout.scm (lout-illustration): Emit the
output of `inline-definitions-proc'.
| Ludovic Courtès |
2012-05-29 | info: image: Convert the image to a bitmap format.•••* src/guile/skribilo/engine/info.scm (image): Convert the image to a
bitmap format.
| Ludovic Courtès |
2012-05-28 | info: Honor `:text' option of `ref'; determine the right suffix for *Note.•••* src/guile/skribilo/engine/info.scm (ref)[:options]: Change `text' to
`:text' and `kind' to `:kind'.
(info-block-ref): Add REF as a new argument. Update callers.
[next, next-char]: New procedures.
Use them to determine the cross-reference's suffix. When REF has a
`:text' option, emit it.
| Ludovic Courtès |
2012-05-27 | info: Factorize section cross-referencing.•••* src/guile/skribilo/engine/info.scm (ref): Use `info-block-ref' for
chapters, sections, subsections, subsubsections, and marks.
(info-chapter-ref): Rename to...
(info-block-ref): ... this.
(info-section-ref, info-subsection-ref, info-subsubsection-ref):
Remove.
| Ludovic Courtès |
2012-05-27 | info: Implement the `image' markup.•••* src/guile/skribilo/engine/info.scm (image): New markup writer.
* doc/user/infoe.skb (Info Engine): Mention image rendering.
| Ludovic Courtès |
2012-05-27 | info: Add writers for `prog'.•••* src/guile/skribilo/engine/info.scm (prog, &prog-line): New markup
writers.
| Ludovic Courtès |
2012-05-27 | info: Indent second paragraphs.•••* src/guile/skribilo/engine/info.scm (paragraph): Indent when N is not
the first paragraph.
| Ludovic Courtès |
2012-05-24 | doc: lout: Render examples in a colored box.•••* doc/modules/skribilo/documentation/api.scm (le)[inline-definitions-proc]:
Add @SkribiloExample.
* doc/modules/skribilo/documentation/manual.scm (example)[lout]: Use
@SkribiloExample.
(le): Set the `includes' custom to include `diag'.
* src/guile/skribilo/engine/lout.scm (frame): Mark the trick about
@Floater.
| Ludovic Courtès |
2012-05-23 | html: Set the output port's conversion strategy to 'error.•••* src/guile/skribilo/engine/html.scm (&html-generic-document)[guile-2]:
Set the output port's conversion strategy to 'error.
| Ludovic Courtès |