guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-135-g52085


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-135-g520850a
Date: Mon, 07 May 2012 18:39:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=520850ad2768dbc0fe16254b90a52b16bfad1f14

The branch, stable-2.0 has been updated
       via  520850ad2768dbc0fe16254b90a52b16bfad1f14 (commit)
      from  be52f329b68e5427c25247d0d97d8dfef79e7820 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 520850ad2768dbc0fe16254b90a52b16bfad1f14
Author: Andy Wingo <address@hidden>
Date:   Mon May 7 20:39:14 2012 +0200

    (texinfo docbook) support for @acronym
    
    * module/texinfo/docbook.scm (*sdocbook->stexi-rules*): Recognize
      "acronym" as parsing to the @acronym texinfo command.

-----------------------------------------------------------------------

Summary of changes:
 module/texinfo/docbook.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/module/texinfo/docbook.scm b/module/texinfo/docbook.scm
index 7277926..50a7bbc 100644
--- a/module/texinfo/docbook.scm
+++ b/module/texinfo/docbook.scm
@@ -1,6 +1,6 @@
 ;;;; (texinfo docbook) -- translating sdocbook into stexinfo
 ;;;;
-;;;;   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;;;;   Copyright (C) 2009, 2010, 2012  Free Software Foundation, Inc.
 ;;;;    Copyright (C) 2007, 2009 Andy Wingo <wingo at pobox dot com>
 ;;;; 
 ;;;; This library is free software; you can redistribute it and/or
@@ -89,6 +89,8 @@ a number of generic rules for transforming docbook into 
texinfo."
                          `(item ,@body))))
                   . ,(lambda (tag . body)
                        `(itemize ,@body)))
+    (acronym . ,(lambda (tag . body)
+                  `(acronym (% (acronym . ,body)))))
     (term . ,detag-one)
     (informalexample . ,detag-one)
     (section . ,identity)


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]