texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog tp/Texinfo/Convert/DocBook.pm


From: Patrice Dumas
Subject: texinfo ChangeLog tp/Texinfo/Convert/DocBook.pm
Date: Sat, 21 Jul 2012 18:27:09 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/07/21 18:27:09

Modified files:
        .              : ChangeLog 
        tp/Texinfo/Convert: DocBook.pm 

Log message:
        Per Bothner  <address@hidden>
        
                * tp/Texinfo/Convert/DocBook.pm: Add phrase element around 
category,
                for easier processing of the output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1387&r2=1.1388
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/DocBook.pm?cvsroot=texinfo&r1=1.46&r2=1.47

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1387
retrieving revision 1.1388
diff -u -b -r1.1387 -r1.1388
--- ChangeLog   14 Jul 2012 22:41:02 -0000      1.1387
+++ ChangeLog   21 Jul 2012 18:27:08 -0000      1.1388
@@ -1,3 +1,8 @@
+2012-07-22  Per Bothner  <address@hidden>
+
+       * tp/Texinfo/Convert/DocBook.pm: Add phrase element around category,
+       for easier processing of the output.
+
 2012-07-14  Andreas Schwab  <address@hidden>
 
        * info/info-utils.c (text_buffer_vprintf): Create a copy of `ap' in

Index: tp/Texinfo/Convert/DocBook.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/DocBook.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- tp/Texinfo/Convert/DocBook.pm       14 Jul 2012 11:41:55 -0000      1.46
+++ tp/Texinfo/Convert/DocBook.pm       21 Jul 2012 18:27:08 -0000      1.47
@@ -1178,7 +1178,7 @@
           if ($type eq 'spaces' or $type eq 'delimiter') {
             $result .= $content;
           } elsif ($type eq 'category') {
-            $result .= "<emphasis role=\"bold\">$content</emphasis>:";
+            $result .= "<phrase role=\"category\"><emphasis 
role=\"bold\">$content</emphasis>:</phrase>";
           } elsif ($type eq 'name') {
             $result .= 
"<$defcommand_name_type{$main_command}>$content</$defcommand_name_type{$main_command}>";
           } else {



reply via email to

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