| Age | Commit message (Collapse) | Author | 
|---|
|  | * src/guile/skribilo.scm (gensym): Removed.
* src/guile/skribilo/lib.scm (define-simple-markup): Comply with Guile's
  version of `gensym'.
  (define-simple-container): Likewise.
* src/guile/skribilo/skribe/api.scm (gensym): Improved.  Exported via
  `#:replace'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-18 | 
|  | * src/guile/skribilo/engine/lout.scm (footnote): Take the `:label' option
  into account.
* src/guile/skribilo/engine/html.scm (footnote): Likewise.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-17 | 
|  | * NEWS: Added actual news.
* src/guile/skribilo/skribe/api.scm (~): New markup.
* src/guile/skribilo/engine/html.scm: Added a writer for `~'.
* src/guile/skribilo/engine/latex.scm: Likewise.
* src/guile/skribilo/engine/lout.scm: Likewise.
* src/guile/skribilo/evaluator.scm (skribe-include): Added a `:reader'
  argument.
* src/guile/skribilo/reader/skribe.scm (*skribe-reader*): Renamed to
  `%skribe-reader'.
  (%make-skribe-reader): Moved the sharp reader code to...
  (&sharp-reader): ... here.  Added support for SRFI-62 and SRFI-30
  (Bigloo supports both).
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-16 | 
|  | * src/guile/skribilo/output.scm: Cosmetic changes.
* src/guile/skribilo/resolve.scm: Use SRFI-39.
  (*unresolved*): Became an SRFI-39 parameter object.
  (resolve!): Use `parameterize' over `*unresolved*'.
  (do-resolve!): For `<container>', resolve the body of NODE even if
  PARENT is not unspecified.  A similar fix had gone into the Bigloo
  implementation of Skribe (the patch was never actually integrated as it
  seems).  This makes it possible to use `numref'.
  For `<unresolved>', to not invoke `do-resolve!' on the result of PROC's
  invocation.  Similarly, this had gone into Skribe.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-15 | 
|  | Patches applied:
 * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2  (patch 12-16)
   - Fixed and updated the installation process.
   - Created a canonical module for Skribilo syntactic sugar.
   - More `%skribilo-module-reader' fixes.
   - Fixed `ref' and bibliography-related things.
   - Fixed Lout-related thingies.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-14 | 
|  | Patches applied:
 * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2  (patch 6-11)
   - Lots of changes...
   - Started relying on the per-module reader;  first doc produced ever!
   - The first vaguely working version.
   - Minor fixes for file/line error reporting.
   - Cleaned up the source tree and the installation process.
   - Overhaul: emphasized logical separation of the modules.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-13 | 
|  | * doc/user/Makefile.am: Fixed GUILE_LOAD_PATH.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-12 | 
|  | * src/guile/skribilo/engine/lout.scm (lout-make-doc-cover-sheet): Fixed
  the definition of MULTI-COLUMN? (fixes a bug when producing
  multi-column documents).
  (lout-definitions): `@SkribeLeaders' renamed to `@SkribiloLeaders'.
* doc/skr/api.skr (api-search-definition): Fixed calls to `format'.
* doc/skr/manual.skr (keyword): Use `write' instead of `keyword->string'.
* doc/user/start.skb: Cosmetic changes.
* src/guile/skribilo/coloring/lisp.scm: First stab at its adaptation.
* src/guile/skribilo/coloring/xml.scm: Rewritten "by hand".
* src/guile/skribilo/evaluator.scm (skribe-include): Removed debugging
  statements.
* src/guile/skribilo/lib.scm (new): Added a trick such that users of this
  macro don't have to use `(oop goops)' and `(skribilo types)'.
  (date): New procedure.
* src/guile/skribilo/module.scm (*skribe-core-modules*): Renamed to
  `%skribe-core-modules'.
  (%skribe-core-modules): Removed `(oop goops)'.  Added `(skribilo
  source)', `(skribilo coloring lisp)' and `(skribilo coloring xml)'.
* src/guile/skribilo/skribe/api.scm (footnote): Fixed.
* src/guile/skribilo/source.scm: Cosmetic changes.
* src/guile/skribilo/types.scm: Export `language-extractor' and
  `language-fontifier'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-11 | 
|  | * src/guile/skribilo/evaluator.scm (skribe-load): Search through
  `%load-path' and try with a `.scm' extension (rather than the `.skr'
  one provided by the user).
  (skribe-include): Added a few debugging statements.
* src/guile/skribilo/lib.scm (fix-rest-arg): Handle the dot notation for
  rest arguments.
* src/guile/skribilo/reader/skribe.scm (%make-skribe-reader): Use
  SQUARE-BRACKET-FREE-SYMBOL-MISC-CHARS.
* src/guile/skribilo/skribe/index.scm: Use `define-public' instead of
  `define'.
* src/guile/skribilo/packages/*.scm: Moved to `skribilo/package'.
* LICENSE: Removed.
* COPYING: New.
* AUTHORS: New.
* NEWS: New.
* ChangeLog: New.
* configure.ac: New.
* Makefile.am: New.  In various directories.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-10 |