aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2012-08-18info: Add to-do.Ludovic Courtès
* src/guile/skribilo/engine/info.scm (document): Add TODO comment.
2012-07-07release: Add `build_without_lout'.Ludovic Courtès
2012-07-07Fix build without Lout.Ludovic Courtès
Reported by rvclayton@verizon.net (R. Clayton). * doc/user/Makefile.am (BUILT_SOURCES): Leave empty when !HAVE_LOUT. (skrflags): Add `-e "(define %have-lout? ...)". * doc/user/loute.skb (Additional Markup): Don't evaluate `src/lout-illustration.skb' when not %HAVE-LOUT?. * doc/user/eq.skb (Equation Formatting): Use 'lout as the renderer only when %HAVE-LOUT?. * doc/user/src/eq3.skb: Likewise.
2012-06-01Update Guile-Lib URL.Ludovic Courtès
* README, TODO, web/index.skb: Update.
2012-06-01build: Don't build/test the RSS-2 reader when its requirements aren't met.Ludovic Courtès
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'.
2012-05-30web: Fix omissions and typos.Ludovic Courtès
* web/index.skb (info): New procedure. (scribe, stklos): Fix URL. Mention Info output. (Features): Mention Info output and RSS-2 input.
2012-05-30doc: CSS: Increase interline spacing.Ludovic Courtès
* doc/user/skribilo.css (.skribilo-body): Set `line-height' to 1.6. * web/skribilo.css (.skribilo-body): Likewise.
2012-05-30build: Remove potential `.png' files in $(infodir) before recreating them.Ludovic Courtès
* doc/user/Makefile.am (install-data-hook): Remove the symlink's target before creating it.
2012-05-30build: Use @PACKAGE_URL@ instead of hard-coded URLs.Ludovic Courtès
* 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@.
2012-05-30build: Update `AC_INIT' invocation.v0.9.2Ludovic Courtès
* configure.ac: Capitalize the package name; add a tar name and URL. Define $pkgdatadir in terms of $PACKAGE_TARNAME, not $PACKAGE_NAME.
2012-05-29web: Update.Ludovic Courtès
* web/index.skb: Untabify, whitespace-cleanup. Mention EDSLs and "deep embedding". (Features): Add Unicode support.
2012-05-29Update `fr.po'.Ludovic Courtès
2012-05-29Update `NEWS'.Ludovic Courtès
* NEWS: Update.
2012-05-29release: tarball: Add dependency on Git.Ludovic Courtès
2012-05-29doc: Add a `lout-illustration' example.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (le)[inline-definitions-proc]: Add @TeX and @LaTeX definitions. * doc/user/src/lout-illustration.skb: New file. * doc/user/Makefile.am (EXTRA_DIST): Add it. * doc/user/loute.skb (Additional Markup): Add `src/lout-illustration.skb' as an example.
2012-05-29lout: lout-illustration: Emit the result of `inline-definitions-proc'.Ludovic Courtès
* src/guile/skribilo/engine/lout.scm (lout-illustration): Emit the output of `inline-definitions-proc'.
2012-05-29build: Hide the output of `guild compile'.Ludovic Courtès
* configure.ac: Really hide the output of `guild compile'.
2012-05-29build: Use Gnulib's `git-version-gen'.Ludovic Courtès
* configure.ac: Use `build-aux/git-version-gen' to generate the version string. Remove Automake's `check-news' option. * Makefile.am ($(top_srcdir)/.version, gen-tarball-version): New targets. (dist-hook): Depend on `gen-tarball-version'. (EXTRA_DIST): Add $(top_srcdir)/.version. * build-aux/git-version-gen: New file, from Gnulib v0.0-6827-g39c3009.
2012-05-29build: Generate a `ChangeLog' file upon "make dist".Ludovic Courtès
* Makefile.am (gen-ChangeLog, dist-hook): New targets. * build-aux/gitlog-to-changelog: New file, from Gnulib v0.0-6827-g39c3009.
2012-05-29build: Add `color-tests' and `parallel-tests'.Ludovic Courtès
* configure.ac: Add Automake's `color-tests' and `parallel-tests' options.
2012-05-29doc: Install images alongside the Info manual.Ludovic Courtès
* configure.ac: Invoke `AC_PROG_LN_S' and `AC_PROG_MKDIR_P'. * doc/user/Makefile.am (install-data-hook): Create symlinks to the PNG files from $(infodir).
2012-05-29info: image: Convert the image to a bitmap format.Ludovic Courtès
* src/guile/skribilo/engine/info.scm (image): Convert the image to a bitmap format.
2012-05-28doc: Improve Info rendering.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (ie)[doc-markup]: Use a justifier to output the markup prototypes slightly indented. Prepend "-- Markup: ". (doc-markup-proto): When using the `info' engine, annihilate `code' and `bold'. * doc/modules/skribilo/documentation/manual.scm (param): When using the `info' engine, render parameters as uppercase, without `code'.
2012-05-28doc: Represent (quote x) as 'x.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (exp->skribe): Fix pattern for EXP as (quote SYM).
2012-05-28info: Honor `:text' option of `ref'; determine the right suffix for *Note.Ludovic Courtès
* 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.
2012-05-27info: Factorize section cross-referencing.Ludovic Courtès
* 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.
2012-05-27doc: Improve Info rendering of the list of "See also" cross-references.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (ie): Change "See also " to "Also, ".
2012-05-27info: Implement the `image' markup.Ludovic Courtès
* src/guile/skribilo/engine/info.scm (image): New markup writer. * doc/user/infoe.skb (Info Engine): Mention image rendering.
2012-05-27info: Add writers for `prog'.Ludovic Courtès
* src/guile/skribilo/engine/info.scm (prog, &prog-line): New markup writers.