| Age | Commit message (Collapse) | Author | 
|---|
|  | * src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Assign a
  valid parent to the AST returned by PROC. | 
|  |  | 
|  | * doc/user/Makefile.am (EXTRA_DIST): Add `src/scheme.scm'.
* doc/user/syntax.skb (Documents in Scheme Programs): New. | 
|  | * doc/user/Makefile.am (EXTRA_DIST): Add `src/outline.txt' and
  `loute.skb'.
* doc/user/compiler.skb: Add ref to `outline-syntax'.
* doc/user/syntax.skb: Re-structure, add `outline-syntax' section.
* doc/user/user.skb: Use `(skribilo reader)' and `(ice-9 pretty-print)'. | 
|  |  | 
|  | * src/guile/skribilo/reader/outline.scm (process-paragraph): When
  returning, enclose RESULT in a list.  Previously, we'd end up with
  paragraphs like this: `(p list (list "something"))', where the first
  occurrence of `list' is wrong (although `output' silently ignores
  it). | 
|  | * src/guile/skribilo/reader/outline.scm (%list-processors): Allow
  leading whitespace for list items.
  (outline-reader)[modeline-rx]: Allow figures, semi-colons and all. | 
|  |  | 
|  | * doc/modules/skribilo/documentation/manual.scm (prgm): Specialize Lout
  output.
  (disp): Likewise. | 
|  | * doc/modules/skribilo/documentation/api.scm: New lout customization.
  (punctuate): New.
  (doc-markup)[doc-markup.lout]: New.
  Use it. | 
|  |  | 
|  | * src/guile/skribilo/engine/lout.scm (ref): Honor `show-page-num?' for
  marks; get IDENT from TARGET rather than from the `text' markup option
  (which doesn't exist). | 
|  | * src/guile/skribilo/engine/lout.scm (lout-debug): Fix. | 
|  | * src/guile/skribilo/resolve.scm (do-resolve!<pair>): Return N* if
  `pair?'.
* src/guile/skribilo/verify.scm (verify<pair>): Add special treatment if
  OBJ is not a list. | 
|  | * src/guile/skribilo/output.scm (handle-output-error): Fix
  error-reporting for unresolved nodes when `location?'. | 
|  | * src/guile/skribilo/engine/lout.scm (lout-pdf-bookmark-node?): Handle
  `slide-(sub)?topic' nodes.
  (lout-engine)[pdf-bookmark-closed-pred]: Likewise.
* src/guile/skribilo/package/slide/lout.scm: Don't modify the
  `pdf-bookmark-closed-pred' and `pdf-bookmark-node-pred' customs.  It
  had the side-effect of removing all bookmarks from the user manual. | 
|  | * doc/modules/skribilo/documentation/env.scm (*api-engines*): Add
  `lout'.
* doc/user/engine.skb: Include `loute.skb'.
* doc/user/slide.skb (Slide Package): Add `:ident'. | 
|  | * src/guile/skribilo/engine/lout.scm
  (lout-engine)[use-skribe-footnote-numbers?]: Rename to
  `use-lout-footnote-numbers?', which is the opposite.
  (footnote): Update. | 
|  | * src/guile/skribilo/reader/outline.scm (%inline-markup): Add
  Org-Mode-style hyperlinks. | 
|  | * src/guile/skribilo.scm (skribilo-show-help): Fix `--debug'.
  (skribilo): Properly set the current module to USER-MODULE when
  loading preloads. | 
|  | * doc/modules/skribilo/documentation/manual.scm (compiler-options):
  Rewritten to suit our needs.
* doc/user/Makefile.am (EXTRA_DIST): `skribec.skb' renamed to
  `compiler.skb'.
* doc/user/bib.skb: Fix xref.
* doc/user/lib.skb: Likewise.
* doc/user/links.skb: Likewise.
* doc/user/syntax.skb: Add `:ident'. | 
|  |  | 
|  | * src/guile/skribilo/engine/html.scm (&html-footnotes): Use the `:label'
  option instead of `:number'. | 
|  | * doc/user/engine.skb (Engines): Rewrote intro, fixed `resolve'.
  (Functions dealing with engines): Renamed to...
  (Manipulating Engines): New.
  [Writing New Engines]: New.
* doc/user/{htmle,xmle,latexe}.skb: Add intro. | 
|  |  | 
|  | * doc/modules/skribilo/documentation/manual.scm (srfi-ref): New.
* doc/user/bib.skb: Add `*bib-path*'.
* doc/user/image.skb: Add `*image-path*'.
* doc/user/lib.skb: Mention `-I' command-line option for
  `*document-path*'.
* doc/user/prgm.skb: Add `*source-path*'.
* doc/user/skribec.skb: Add `:ident' for chapter. | 
|  | * doc/user/Makefile.am (BUILT_SOURCES): Remove.
  (skrflags): Define `%have-ploticus?' and `%ploticus-path' using `-e'.
  (doc-config.scm): Remove.
* doc/user/user.skb: Don't load `doc-config.scm'. | 
|  | * doc/modules/skribilo/documentation/manual.scm: Set `css' custom of the
  HTML engine.  Explicitly initialize the `chapter-file', etc., customs.
* doc/user/Makefile.am (dist_html_DATA): New.
* doc/user/skribilo.css: New file. | 
|  | * configure.ac: Use `AC_MSG_NOTICE' instead of `AC_MSG_WARN' when
  notifying the user of `guilemoduledir' different from `GUILE_SITE'. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | * src/guile/skribilo/utils/syntax.scm (unless, when): Don't use `begin'
  if EXPRS contains a single expression.
* src/guile/skribilo/writer.scm (copy-markup-writer): Properly handle
  NEW-ENGINE, working around `lambda*' deficiencies. | 
|  | * src/guile/skribilo/engine/html.scm (html-file-default): Don't use
  `tmpnam', was stupid.
  (document): Record the current `*destination-file*' as `:file' option
  of N.
  (&html-generic-document): Parameterize `*destination-file*'. | 
|  | * doc/user/package.skb (Web)[web-book]: Improve documentation.
  [web-book2]: New. | 
|  |  | 
|  |  | 
|  | * TODO: Add new item.
* doc/user/package.skb (Standard Packages): Remove references to
  `skribe-load', mention `use-modules'.
  [Web](web-article): Commented out since it sucks.
* src/guile/skribilo/package/web-article.scm: Add FIXMEs. | 
|  | * doc/user/Makefile.am (EXTRA_DIST): Rename `skribe-config.skb' to
  `skribilo-config.skb'.
  (skrflags): Add `-e' flags defining `%top-srcdir' and `%top-builddir'.
* doc/user/lib.skb: Update stuff, removing references to `skribe-*'
  functions.  Remove doc for `load-document' and `skribe-configure',
  both of which have become essentially useless.
* doc/user/skribilo-config.skb: Updated.  Actually run `skribilo-config'
  and get options from there.
* doc/user/user.skb: Use `(ice-9 popen)' and `(ice-9 rdelim)'.  Update
  includes. | 
|  |  | 
|  | * doc/user/Makefile.am (install-data-hook, uninstall-local,
  clean-local): New.  This makes `distcheck' happy and installs all the
  documentation files. | 
|  | * doc/user/Makefile.am (EXTRA_DIST): Add `spacing.skb' and
  `src/bib1.sbib'.
  (skrflags): Fix include paths.
  (load_path): Shrink. | 
|  | * src/guile/skribilo/utils/images.scm (builtin-convert-image): Add `~%'.
  (convert-image): Check `(file-exists? dest-path)' before invoking
  `copy-file'.  This makes `distcheck' happy: a second `copy-file' would
  fail if the file was already copied and is marked read-only. | 
|  | * src/guile/skribilo/condition.scm (%call-with-skribilo-error-catch):
  Make sure to always call EXIT.
  (call-with-skribilo-error-catch/exit): New.
* src/pre-inst-skribilo.in: Use `call-with-skribilo-error-catch/exit'.
* src/skribilo.in: Likewise. | 
|  |  | 
|  |  | 
|  |  | 
|  | * emacs/Makefile.am (EXTRA_DIST, lisp_DATA, CLEANFILES): New.
  (dist_lisp_DATA): Remove.
  (.in): New.  Include `substitute.am'.
* emacs/skribe.el: Remove.
* emacs/skribe.el.in (skribe-version): Use `@PACKAGE_VERSION@'.
  (skribe-emacs-dir): Use `@lispdir@'.
  (skribe-docdirs): Use `@docdir@'.
  (skribe-host-scheme-docdirs): Use Guile's URL.
* substitute.am: Substitute `$(lispdir)'. | 
|  | * Makefile.am (SUBDIRS): Add `emacs'.
* configure.ac: Invoke `AM_PATH_LISPDIR', produce `emacs/Makefile'.
* emacs/Makefile.am: New. |