summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Court`es2007-06-06 13:16:02 +0000
committerLudovic Court`es2007-06-06 13:16:02 +0000
commitdbdec9cb9efeb96def8ebae70833003367db47ad (patch)
tree359fd28486eac126365933e1db82ddb742f64f4a /ChangeLog
parent9396af8f4c6f458679f0eead6054674677096555 (diff)
parent089f71c9b54b6714d5a83e9686c13b43c2b03d93 (diff)
downloadskribilo-dbdec9cb9efeb96def8ebae70833003367db47ad.tar.gz
skribilo-dbdec9cb9efeb96def8ebae70833003367db47ad.tar.lz
skribilo-dbdec9cb9efeb96def8ebae70833003367db47ad.zip
lib: Minor fixes that make Guile-Lint happy.
* src/guile/skribilo/lib.scm (define-simple-markup): Don't quote strings.
  (define-simple-container): Likewise.
  (define-processor-markup): Likewise.  Added a `loc' argument.  Pass
  location information to `new'.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-101
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ad8d7..f67ec7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,25 @@
 # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2
 #
 
+2007-06-06 13:16:02 GMT	Ludovic Court`es <ludovic.courtes@laas.fr>	patch-101
+
+    Summary:
+      lib: Minor fixes that make Guile-Lint happy.
+    Revision:
+      skribilo--devo--1.2--patch-101
+
+    * src/guile/skribilo/lib.scm (define-simple-markup): Don't quote strings.
+      (define-simple-container): Likewise.
+      (define-processor-markup): Likewise.  Added a `loc' argument.  Pass
+      location information to `new'.
+
+    modified files:
+     ChangeLog src/guile/skribilo/lib.scm
+
+    new patches:
+     lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-60
+
+
 2007-06-06 13:15:03 GMT	Ludovic Court`es <ludovic.courtes@laas.fr>	patch-100
 
     Summary: