Age | Commit message (Collapse) | Author |
|
* doc/user/emacs.skb (Skribe Emacs Mode): Rename to ...
(Skribilo Emacs Mode): ... this. Document the skribilo emacs mode.
|
|
* doc/user/emacs.skb: Re-indent and re-fill paragraph. Start block
comments with double semicolons. Replace double spaces between
sentences with a single space.
|
|
The text already says that any valid Scheme code is allowed. It is
redundant to mention again that any valid GNU Guile Scheme code is
allowed.
* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Remove
redundant footnote.
|
|
The date->string computation is unreproducible. A slightly different
version of the documentation is built each time. Also, the output of
date->string is locale dependent, and does not render correctly in all
locales.
* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Replace
unreproducible date->string computation with a square root
computation.
|
|
* .gitignore: Add po/*.gmo, po/Makefile.in.in, po/Makevars.template,
po/POTFILES, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header,
po/en@quot.header, po/insert-header.sin, po/quot.sed,
po/remove-potcdate.sin and po/skribilo.pot.
|
|
* emacs/skribilo.el: New file.
* emacs/Makefile.am (lisp_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This works around the fact that SRFI-64 in Guile 3.0.6+,
'test-runner-current' returns #f after 'test-end'. It also gives us a
more featureful test runner, where one can do things like:
make check TEST_LOG_DRIVER_FLAGS="--brief=no --show-duration=yes"
Reported by <soeren@soeren-tempel.net>.
* build-aux/test-driver.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
* tests/Makefile.am (TEST_LOG_DRIVER): New variable.
(TEST_LOG_COMPILER): New variable.
* tests/ast.test, tests/engines/info.test,
tests/location.test, tests/readers/rss-2.test,
tests/resolve.test: Remove call to 'exit'.
|
|
* po/eo.po: New file.
* po/LINGUAS: Add 'eo'.
|
|
This is a followup to 3e68da0a38250825f9d28b8ff6f448b4bdc72c77.
* src/guile/skribilo/engine/info.scm (document): Add :info-dir-category
and :info-dir-entry to :options.
|
|
* web/index.skb: Update references to Guile versions.
|
|
|
|
* guix.scm (skribilo)[native-inputs]: Add GIT-MINIMAL.
|
|
* guix.scm: Define Guile 2.2 and 2.0 variants.
|
|
* src/guile/skribilo/utils/justify.scm (*justifiers*): Remove.
(*justifier*): New variable.
(output-justified, output-token, output-newline)
(output-flush, justification-width, with-justification)
(with-justification/noflush): Adjust accordingly.
|
|
* src/guile/skribilo/utils/justify.scm (*margin*): Turn into a
parameter.
(with-justification, with-justification/noflush): Use 'parameterize'
instead of 'set!'.
* src/guile/skribilo/engine/info.scm: Adjust accordingly.
* doc/modules/skribilo/documentation/api.scm (doc-markup): Likewise.
|
|
This matches what 'makeinfo' does for numbered sections.
* src/guile/skribilo/engine/info.scm (block-number): New procedure.
(block-title): Add :number? and honor it.
(section, subsection, subsubsection, chapter): Pass :number? #t for the
title.
|
|
* src/guile/skribilo/engine/info.scm (paragraph): Emit newline only when
N is not the first paragraph.
|
|
This matches what 'makeinfo' does.
* src/guile/skribilo/engine/info.scm (info-node): Add extra newline.
|
|
Reported by nly <nly@disroot.org>.
* src/guile/skribilo/package/base.scm (document): Add
:info-dir-category and :info-dir-entry.
* doc/user/document.skb: Document them.
* doc/user/user.skb: Pass :info-dir-category.
* src/guile/skribilo/engine/info.scm (scribe-document->info): Create
INFO-DIR-CATEGORY and START-INFO-DIR-ENTRY.
|
|
This is a followup to d183aa487d99baea3746f79759c17cf36c55dfbf.
* src/guile/skribilo/debug.scm (with-debug): Remove 'cond-expand' and
keep only 'guile-2' version.
* src/guile/skribilo/engine/html.scm (&html-generic-document)[set-output-encoding]:
Likewise.
* src/guile/skribilo/engine/info.scm (document): Likewise.
* src/guile/skribilo/engine/latex.scm (document): Likewise.
* src/guile/skribilo/engine/lout.scm (document): Likewise.
* src/guile/skribilo/evaluator.scm (%evaluate): Likewise.
* src/guile/skribilo/location.scm <top level>: Likewise.
* src/guile/skribilo/module.scm (maybe-set-module-name!): Likewise.
* src/guile/skribilo/package/base.scm <top level>: Likewise.
* src/guile/skribilo/utils/syntax.scm (unless, when): Remove.
(set-correct-file-encoding!, default-to-utf-8): Keep only 'guile-2' variant.
* tests/location.test <top level>: Likewise.
* tests/readers/rss-2.test <top level>: Likewise.
|
|
* src/guile/skribilo.scm (skribilo): Reverse 'cond-expand' logic for
_IOFBF handling.
|
|
* release.nix: Remove.
* guix.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
|
|
* src/guile/skribilo/engine/lout.scm (lout-encoding): Add several
diacritics, guillemets, curly quotes, etc.
|
|
* src/guile/skribilo/source.scm (split-string-newline): Remove.
|
|
This addresses '-Wunused-variable' warnings.
* doc/modules/skribilo/documentation/api.scm (define-markup?)
(make-engine?, make-engine-custom)
(define-markup-formals, define-markup-options)
(define-markup-rest, exp->skribe): Use '_' instead of 'else' as the
'match' wildcard.
* src/guile/skribilo/package/slide/latex.scm (%slide-advi-setup!):
Likewise.
* src/guile/skribilo/source/lisp.scm (lisp-extractor)
(scheme-extractor, stklos-extractor, skribe-extractor)
(bigloo-extractor): Likewise.
* src/guile/skribilo/sui.scm (load-sui): Likewise.
(sui-title, sui-key, sui-find-ref, sui-filter): Likewise.
|
|
* configure.ac: Add "3.0" to 'GUILE_PKG'.
|
|
* src/guile/skribilo/package/pie.scm (%ploticus-program): Add top-level
'set!'.
|
|
In preparation for Guile 3 support, adjust #:autoload clauses to include
list all the necessary bindings, or replace them with #:use-module.
|
|
* src/guile/skribilo.scm (skribilo): Use _IOFBF on Guile 2.0 only.
|
|
Guile 2.0.14 has it and so do all subsequent versions.
* src/guile/srfi/srfi-64.scm,
src/guile/srfi/srfi-64.upstream.scm: Remove.
* src/guile/Makefile.am (EXTRA_DIST): Adjust accordingly.
|
|
* configure.ac: Remove "1.8" from 'GUILE_PKG'.
Remove 'HAVE_GUILE2' conditional. Remove checks for (srfi srfi-34),
(srfi srfi-35), and (srfi srfi-37).
* guilec.am: Inline what was in HAVE_GUILE2 and remove the alternate.
* src/guile/skribilo/debug.scm (debug-item): Remove 'cond-expand' and
keep only the 'guile-2' variant.
* src/guile/skribilo/engine.scm (engine-loaded?): Likewise.
* src/guile/skribilo/lib.scm (&invocation-location, define-markup): Likewise.
* src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): Likewise.
* web/index.skb: Remove mention of 1.8.
* README: Likewise.
|
|
Changes made by running:
for i in $(git ls-tree -r HEAD --name-only) ; do sed -i $i -e's/:use-module/#:use-module/g ; s/:autoload/#:autoload/g ; s/:export/#:export/g' ; done
|
|
* configure.ac: Add '--with-guileobjectdir' and substitute
'guileobjectdir'.
* guilec.am (nobase_nodist_module_DATA): Rename to...
(nobase_nodist_guileobject_DATA): ... this
(skr_install_go_files): Change value to
'install-nobase_nodist_guileobjectDATA'.
* src/guile/Makefile.am (nobase_nodist_module_DATA): Change "+=" to
"=".
(nobase_nodist_module_DATA): Rename to...
(nobase_nodist_guileobject_DATA): ... this.
* src/skribilo.in (GUILE_LOAD_COMPILED_PATH): Use @guileobjectdir@.
* substitute.am (substitute): Add @guileobjectdir@.
|
|
|
|
|
|
* src/guile/skribilo/package/slide/html.scm (html-slide-title): Remove
<strong> and <big>.
|
|
* doc/user/static/main.css: Remove reference to "base.css".
|
|
* web/static: Move to...
* doc/user/static: ... this.
* web/static: Turn into a symlink.
* doc/user/skribilo.css: Remove.
* doc/modules/skribilo/documentation/manual.scm: Use "static/manual.css"
instead of "skribilo.css".
* doc/user/Makefile.am (dist_html_DATA): Remove.
(nobase_dist_html_DATA): New variable.
* doc/user/static/manual.css: New file.
|
|
* web/index.skb: Mention Guile 2.2.
|
|
* src/guile/skribilo/engine/html.scm (&html-generic-title): Do not emit
<big> and <strong>.
|
|
* web/static/main.css (body): Remove background.
(a:link, a:visited, a:active): Add color.
(div.navtabs-title): Adjust background, set min-width.
(div.skribilo-title): New entity.
(div.skribilo-body): Tweak.
(div.skribilo-ending): Tweak.
|
|
* web/static/: add css, fonts and images inside it
* web/index.skb: change css to point to web/static/main.css
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* src/guile/skribilo/package/base.scm: Add 'cond-expand' form with call
to 'module-replace!'.
|
|
* doc/modules/skribilo/documentation/api.scm (he): Add 'doc-engine'
writer.
(doc-engine): Add a case for HTML alongside Lout.
* doc/user/skribilo.css (.skribilo-doc-markup, .skribilo-doc-engine)
(.skribilo-api-engine-custom-name)
(.skribilo-api-engine-custom-description)
(.skribilo-api-engine-custom-default): New entities.
|
|
* doc/modules/skribilo/documentation/api.scm (he): Add writer for
'doc-markup'.
(le): Add LE as an argument to 'markup-writer' where it was missing.
(doc-markup): Remove 'doc-markup.html', and use 'doc-markup.generic' for
HTML.
|
|
* doc/modules/skribilo/documentation/manual.scm (prgm): Add a case for
HTML.
(disp): Likewise.
* doc/user/skribilo.css (.skribilo-manual-prgm, .skribilo-manual-disp):
New items.
|
|
* po/pt_BR.po: New file.
* po/LINGUAS: Add it.
|
|
* doc/modules/skribilo/documentation/api.scm (le): Change 'initial-font
and 'initial-break. Use 9p font in @SkribiloExample. Add writer for
'prog.
|
|
* configure.ac: Use https.
|
|
* src/guile/skribilo/package/acmproc.scm (references): Pass :number #f
to 'chapter'.
|