about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtes2007-07-29 10:30:23 +0000
committerLudovic Courtes2007-07-29 10:30:23 +0000
commitff09ac326b8288098f780c07ce66ca6eb672618c (patch)
tree05acb7b4dd1320418612c5ac045b392fb35a9244 /ChangeLog
parent9e33c564d4bf526239c04d2de1f37bc0aaf92e5e (diff)
downloadskribilo-ff09ac326b8288098f780c07ce66ca6eb672618c.tar.gz
skribilo-ff09ac326b8288098f780c07ce66ca6eb672618c.tar.lz
skribilo-ff09ac326b8288098f780c07ce66ca6eb672618c.zip
Allow arbitrary keyword arguments in `define-markup'.
* src/guile/skribilo/lib.scm (define-markup)[fix-rest-arg]: Add
  `:allow-other-keys' so that package like `html-navtabs' can require
  extra keyword arguments.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-142
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5763e6..be0b17a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,24 @@
 # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2
 #
 
+2007-07-29 10:30:23 GMT	Ludovic Courtes <ludo@gnu.org>	patch-142
+
+    Summary:
+      Allow arbitrary keyword arguments in `define-markup'.
+    Revision:
+      skribilo--devo--1.2--patch-142
+
+    * src/guile/skribilo/lib.scm (define-markup)[fix-rest-arg]: Add
+      `:allow-other-keys' so that package like `html-navtabs' can require
+      extra keyword arguments.
+
+    modified files:
+     ChangeLog src/guile/skribilo/lib.scm
+
+    new patches:
+     lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-126
+
+
 2007-07-29 10:29:53 GMT	Ludovic Courtes <ludo@gnu.org>	patch-141
 
     Summary: