List:Internals« Previous MessageNext Message »
From:paul Date:August 9 2005 4:01pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3221)
View as plain text  
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.3221 05/08/09 11:01:12 paul@stripped +6 -0
  Fix typo.
  Update .texi stylesheet.

  refman/mysql-apis.xml
    1.26 05/08/09 11:01:08 paul@stripped +2 -2
    Fix typo.

  refman-5.1/mysql-apis.xml
    1.5 05/08/09 11:01:07 paul@stripped +2 -2
    Sync.

  refman-5.0/mysql-apis.xml
    1.5 05/08/09 11:01:07 paul@stripped +2 -2
    Sync.

  refman-4.1/mysql-apis.xml
    1.22 05/08/09 11:01:07 paul@stripped +2 -2
    Sync.

  xsl.d/dbk-texi.xsl
    1.8 05/08/09 10:45:04 paul@stripped +5 -3
    Explicitly strip <remark>.

  refman-common/news-4.0.xml
    1.9 05/08/09 10:20:23 paul@stripped +1 -1
    change tag.

# 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:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.4/refman-5.1/mysql-apis.xml	2005-08-08 21:53:05 -05:00
+++ 1.5/refman-5.1/mysql-apis.xml	2005-08-09 11:01:07 -05:00
@@ -96,12 +96,12 @@
       <refmeta>
         <refentrytitle>msql2mysql</refentrytitle>
         <manvolnum>man</manvolnum>
-        <refmiscinfo>Convert MySQL Programs for Use with MySQL</refmiscinfo>
+        <refmiscinfo>Convert mSQL Programs for Use with MySQL</refmiscinfo>
       </refmeta>
 
       <refnamediv>
         <refname>msql2mysql</refname>
-        <refpurpose>convert MySQL programs for use with MySQL</refpurpose>
+        <refpurpose>convert mSQL programs for use with MySQL</refpurpose>
       </refnamediv>
 
       <refsynopsisdiv>

--- 1.8/refman-common/news-4.0.xml	2005-08-09 01:05:54 -05:00
+++ 1.9/refman-common/news-4.0.xml	2005-08-09 10:20:23 -05:00
@@ -3602,7 +3602,7 @@
     <para>
       If you are using this release on Windows, you should upgrade at
       least your clients (any program that uses
-      <literal>libmysql.lib</literal>) to 4.0.16 or above. This is
+      <filename>libmysql.lib</filename>) to 4.0.16 or above. This is
       because the 4.0.15 release had a bug in the Windows client library
       that causes Windows clients using the library to die with a
       <literal>Lost connection to MySQL server during query</literal>

--- 1.7/xsl.d/dbk-texi.xsl	2005-02-19 12:30:57 -06:00
+++ 1.8/xsl.d/dbk-texi.xsl	2005-08-09 10:45:04 -05:00
@@ -303,6 +303,9 @@
   <xsl:value-of select="$newline"/>
 </xsl:template>
 
+<!-- strip remark elements -->
+<xsl:template match="remark" />
+
 <!-- Texinfo structure handlers -->
 
 <!-- major structural elements -->
@@ -354,10 +357,9 @@
   <xsl:apply-templates select="@* | node()"/>
 </xsl:template>
 
-<!-- <title> -> delete it unless in noignore more -->
+<!-- <title> -> delete it unless in noignore mode -->
 
-<xsl:template match="title">
-</xsl:template>
+<xsl:template match="title"/>
 
 <xsl:template match="title" mode="noignore">
   <xsl:apply-templates select="@* | node()"/>

--- 1.21/refman-4.1/mysql-apis.xml	2005-08-08 21:52:54 -05:00
+++ 1.22/refman-4.1/mysql-apis.xml	2005-08-09 11:01:07 -05:00
@@ -96,12 +96,12 @@
       <refmeta>
         <refentrytitle>msql2mysql</refentrytitle>
         <manvolnum>man</manvolnum>
-        <refmiscinfo>Convert MySQL Programs for Use with MySQL</refmiscinfo>
+        <refmiscinfo>Convert mSQL Programs for Use with MySQL</refmiscinfo>
       </refmeta>
 
       <refnamediv>
         <refname>msql2mysql</refname>
-        <refpurpose>convert MySQL programs for use with MySQL</refpurpose>
+        <refpurpose>convert mSQL programs for use with MySQL</refpurpose>
       </refnamediv>
 
       <refsynopsisdiv>

--- 1.25/refman/mysql-apis.xml	2005-08-08 21:53:13 -05:00
+++ 1.26/refman/mysql-apis.xml	2005-08-09 11:01:08 -05:00
@@ -100,12 +100,12 @@
         <refmeta>
           <refentrytitle>msql2mysql</refentrytitle>
           <manvolnum>man</manvolnum>
-          <refmiscinfo>Convert MySQL Programs for Use with MySQL</refmiscinfo>
+          <refmiscinfo>Convert mSQL Programs for Use with MySQL</refmiscinfo>
         </refmeta>
 
         <refnamediv>
           <refname>msql2mysql</refname>
-          <refpurpose>convert MySQL programs for use with MySQL</refpurpose>
+          <refpurpose>convert mSQL programs for use with MySQL</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv>

--- 1.4/refman-5.0/mysql-apis.xml	2005-08-08 21:53:00 -05:00
+++ 1.5/refman-5.0/mysql-apis.xml	2005-08-09 11:01:07 -05:00
@@ -96,12 +96,12 @@
       <refmeta>
         <refentrytitle>msql2mysql</refentrytitle>
         <manvolnum>man</manvolnum>
-        <refmiscinfo>Convert MySQL Programs for Use with MySQL</refmiscinfo>
+        <refmiscinfo>Convert mSQL Programs for Use with MySQL</refmiscinfo>
       </refmeta>
 
       <refnamediv>
         <refname>msql2mysql</refname>
-        <refpurpose>convert MySQL programs for use with MySQL</refpurpose>
+        <refpurpose>convert mSQL programs for use with MySQL</refpurpose>
       </refnamediv>
 
       <refsynopsisdiv>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3221)paul9 Aug