aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fltk.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-01-31 12:08:31 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-01-31 12:08:31 +0200
commit0c85df83571050fe290dab20b01a86cf94058a4b (patch)
treee899e392c7b5f9ffed1bdf83e5ed42adfd0c9cf1 /gnu/packages/fltk.scm
parentecc124e2e02afae621d9b29d3079eee0acf5fb41 (diff)
downloadguix-0c85df83571050fe290dab20b01a86cf94058a4b.tar.gz
guix-0c85df83571050fe290dab20b01a86cf94058a4b.zip
gnu: xkbevd: Update to 1.1.5.
* gnu/packages/xorg.scm (xkbevd): Update to 1.1.5.
Diffstat (limited to 'gnu/packages/fltk.scm')
0 files changed, 0 insertions, 0 deletions
n HTML output for @lisp snippets.Ludovic Courtès This makes it easier to jump to the definition of a procedure or variable when looking at a code snippet. There can be false-positive because scoping rules are ignored, for example, but it should be a good approximation. * doc/build.scm (syntax-highlighted-html)[build](highlights->sxml*): Add 'anchors' parameter. Add clause for ('symbol text). (syntax-highlight): Add 'anchors' parameter. Wrap body in named let and use it in recursive calls. Pass ANCHORS to 'highlights->sxml*'. (underscore-decode, anchor-id->key, collect-anchors, html?): New procedures. (process-file): Add 'anchors' parameter. and honor it. Rewrite mono-node and multi-node HTML files separately. 2020-01-12doc: Make sure 'htmlxref.cnf' is honored.Ludovic Courtès Fixes <https://bugs.gnu.org/39060>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * doc/build.scm (html-manual)[build]: Copy 'htmlxref.cnf' to the current directory so that 'makeinfo' honors it. 2019-11-28doc: Handle right arrows in 'syntax-highlighted-html'.Ludovic Courtès * doc/build.scm (syntax-highlighted-html)[build](entity->string): Add "rarr". 2019-10-22doc: Use the right title in HTML indices for the cookbook.Ludovic Courtès * doc/build.scm (html-manual-indexes): Add #:title. [build]: Replace "GNU Guix Reference Manual" by references to TITLE. 2019-10-21doc: More responsive online manual.Julien Lepiller * doc/build.scm (%makeinfo-html-options): Add viewport to all generated html pages for better mobile device support. 2019-10-21doc: Add support for "guix-cookbook.texi" to 'build.scm'.Ludovic Courtès * doc/build.scm (%manual): New variable. (html-manual): #:manual now defaults to %MANUAL. [build]: Define 'language->texi-file-name' and use it. Filter out items of LANGUAGES that lack a .texi file. (pdf-manual, html-manual-indexes, pdf+html-manual): #:manual now defaults to %MANUAL. 2019-09-25doc: Support paren matching via CSS hover.Ludovic Courtès * doc/build.scm (syntax-highlighted-html)[build](pair-open/close) (highlights->sxml*): New procedures. (syntax-highlight): Use 'highlights->sxml*'. 2019-09-07doc: Work around (htmlprag) parser issue.Ludovic Courtès * doc/build.scm (guile-lib/htmlprag-fixed): New variable. (syntax-highlighted-html): Use it instead of GUILE-LIB. 2019-09-07doc: Highlight Scheme syntax in the HTML output.Ludovic Courtès * doc/build.scm (syntax-highlighted-html): New procedure. (html-manual): Use it. 2019-07-16doc: Add 'images' directory next to HTML pages.Ludovic Courtès * doc/build.scm (html-manual): Add images/ symlinks. 2019-07-15doc: Build a top-level index of the manuals.Ludovic Courtès Suggested by Julien Lepiller. * doc/build.scm (html-manual-indexes)[build]: Add 'with-extensions'. (translate): Actually honor DOMAIN. Add call to 'bindtextdomain' for ISO-CODES. (%iso639-languages): New variable. (language-code->name, top-level-index): New procedures. Add call to 'write-html' for OUTPUT/index.html. 2019-07-15doc: Generalize build procedures of HTML indexes.Ludovic Courtès * doc/build.scm (html-manual-indexes)[build](sxml-index): Generalize; add a 'title' and a 'body' parameter and honor them. (language-index): New procedure. (write-index): Remove. (write-html): New procedure. Use 'write-html' and 'language-index'. 2019-07-07build: Add 'doc/build.scm' to build on-line copies of the manual.Ludovic Courtès * doc/build.scm: New file. * Makefile.am (EXTRA_DIST): Add it.