From: paul Date: March 26 2004 2:15pm Subject: bk commit - mysqldoc tree (paul:1.1367) List-Archive: http://lists.mysql.com/internals/13161 Message-Id: <20040326141555.EC5C3293261@ice.local> Below is the list of changes that have just been committed into a local mysqldoc repository of paul. When paul does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet 1.1367 04/03/26 08:15:52 paul@stripped +1 -0 Patch should change three tags, not one. tools/texi2db.2.patch 1.3 04/03/26 08:15:47 paul@stripped +17 -2 Patch should change three tags, not one. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: paul # Host: ice.local # Root: /Volumes/ice2/MySQL/bk/mysqldoc --- 1.2/tools/texi2db.2.patch Thu Mar 25 13:23:11 2004 +++ 1.3/tools/texi2db.2.patch Fri Mar 26 08:15:47 2004 @@ -1,5 +1,5 @@ ---- texi2db.orig Thu Mar 25 13:18:09 2004 -+++ texi2db Thu Mar 25 13:21:03 2004 +--- texi2db~ Thu Mar 25 21:42:10 2004 ++++ texi2db Fri Mar 26 08:12:47 2004 @@ -485,7 +485,7 @@ '@acronym' =>'abbrev', '@b' =>"emphasis role='bold'", @@ -9,3 +9,18 @@ '@command' =>'command', '@dfn' =>"emphasis role='bold'", '@dmn' =>'', +@@ -499,12 +499,12 @@ + '@file' =>'filename', + '@i' =>'emphasis', + '@option' =>'option', +- '@samp' =>'literal', ++ '@samp' =>'quote', + '@sc' =>'', + '@strong' =>"emphasis role='bold'", + '@t' =>'programlisting', + '@r' =>'', +- '@var' =>'literal', ++ '@var' =>'replaceable', + '@verb' =>'literal', + '@w' =>'', + );