aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-30maint: Change URL to HTTPS.•••* configure.ac: Use https. Ludovic Courtès
2018-03-30acmproc: "References" section is unnumbered.•••* src/guile/skribilo/package/acmproc.scm (references): Pass :number #f to 'chapter'. Ludovic Courtès
2018-03-30Do not mutate lists that may be literal.•••On Guile 2.2 this would lead to a segmentation fault or a 'set-car!' error ("expecting mutable pair") on 2.2.3+. * src/guile/skribilo/engine.scm (engine-custom-set!): Do not mutate CUSTOMS. * src/guile/skribilo/resolve.scm (do-resolve! <pair>): Do not mutate AST. (do-resolve! <node>): Do not mutate OPTIONS. (do-resolve! <document>): Do not mutate the list of customs. Ludovic Courtès
2018-03-30maint: Update 'INSTALL'.•••* INSTALL: Update from Automake 1.16. Ludovic Courtès
2018-03-30nls: Add Friulian translation.Ludovic Courtès
2018-03-30build: Support Guile 2.2 in addition to legacy versions.•••* configure.ac: Use 'GUILE_PKG' macro. Ludovic Courtès
2018-03-30syntax: Rename '_' to 'G_' to avoid issues on Guile 2.2.•••Failing to do that, literal '_' would not match in contexts such as 'match' patterns on Guile 2.2. * src/guile/skribilo/utils/syntax.scm (_): Rename to... (G_): ... this. * po/Makevars (XGETTEXT_OPTIONS): Adjust accordingly. * src/guile/skribilo.scm, src/guile/skribilo/ast.scm, src/guile/skribilo/biblio.scm, src/guile/skribilo/biblio/author.scm, src/guile/skribilo/condition.scm, src/guile/skribilo/engine.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/package/lncs.scm, src/guile/skribilo/reader/rss-2.scm, src/guile/skribilo/source.scm, src/guile/skribilo/sui.scm, src/guile/skribilo/biblio/template.scm, src/guile/skribilo/verify.scm: Use 'G_' instead of '_'. Ludovic Courtès
2016-10-07Use 'define-syntax-parameter' for '&invocation-location'.•••Guile >= 2.1.4 expects an explicit syntax parameter declaration. * src/guile/skribilo/lib.scm (&invocation-location) [guile-2]: Define as a syntax parameter. Ludovic Courtès
2016-10-07Remove use of 'getter-with-setter'.•••* src/guile/skribilo/reader.scm (reader:name, reader:version) (reader:make): Remove 'getter-with-setter' definitions. Ludovic Courtès
2016-04-13nls: Update Swedish translation.•••* po/sv.po: Update. Ludovic Courtès
2016-04-13nls: Add Ukrainian translation.•••* po/uk.po: New file. * po/LINGUAS: Add 'uk'. Ludovic Courtès
2016-04-13nls: Add Serbian translation.•••* po/sr.po: New file. * po/LINGUAS: Add it. Ludovic Courtès
2016-04-13doc: pluralize "meta keywords" to match context•••* doc/user/user.skb: Add missing 's'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ozzloy
2016-04-13nls: Add Spanish translation.•••* po/es.po: New file. * po/LINGUAS: Add 'es'. Ludovic Courtès
2016-04-13doc: Remove explicit gendering of author fields•••* doc/user/document.skb: Switch gendering from "his" to "their". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Allan Webber
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-13Set 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.3Ludovic Courtès
2016-01-13Update 'NEWS'.Ludovic Courtès
2016-01-13doc: Mention the effect of locales on bibliographies.•••* doc/user/bib.skb (Printing a Bibliography): Add note on the effect of locales. Ludovic Courtès
2016-01-13nls: Add Swedish translation.•••* po/sv.po: New file. * po/LINGUAS: Add 'sv'. Ludovic Courtès
2015-10-12lncs: 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-12biblio: 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-12biblio: 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-07-20nls: Update 'fr.po'.Ludovic Courtès
2015-07-20nls: Add Hungarian translation.•••* po/hu.po: New file. * po/LINGUAS: Add 'hu'. Ludovic Courtès
2015-06-29nls: Add Danish translation.Ludovic Courtès
2015-06-21Assorted 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-21biblio: 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-20biblio: 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-20Improve '--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-20biblio: 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-20Improve '--help' formatting.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>. * src/guile/skribilo.scm (skribilo-show-help): Use ';' instead of '--'. Ludovic Courtès
2015-05-29latex: Don't emit \noindent for paragraphs.•••* src/guile/skribilo/engine/latex.scm (paragraph): Remove \noindent. Ludovic Courtès
2015-05-27ast: 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-11build: Use xgettext with --no-wrap.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>. * po/Makevars (XGETTEXT_OPTIONS): Add --no-wrap. Ludovic Courtès
2015-03-11Use 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-11build: 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-11build: Invoke 'lout' with the GNU-style error message format.•••* doc/user/Makefile.am (.lout.ps): Add '-a'. Ludovic Courtès
2015-03-11build: Add silent rules for the manual.•••* 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. 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-11condition: 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-11doc: Allow several expressions in the body of a markup procedure.•••* doc/modules/skribilo/documentation/api.scm (define-markup-rest): Add ellipsis in the body pattern for DEF. Ludovic Courtès
2015-03-11Thank Benno.Ludovic Courtès
2015-03-11conditions: 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-11Replace "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-11Improve 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-11Use 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-11build: Override 'GUILE_LOAD_COMPILED_PATH' entirely while building.•••* guilec.am (.scm.go): Override GUILE_LOAD_COMPILED_PATH. Ludovic Courtès
2015-03-09web: Given chapters a stable, human-readable identifier.•••* web/index.skb: Add :ident to each chapter that didn't already have one. Ludovic Courtès