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.2927 05/07/01 17:19:41 paul@stripped +1 -0
esc-spchars-texi.xsl:
Fix handling for special character.
xsl.d/esc-spchars-texi.xsl
1.5 05/07/01 17:18:42 paul@stripped +1 -1
Fix handling for special character.
# 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/xsl.d/esc-spchars-texi.xsl 2005-06-15 14:12:10 -05:00
+++ 1.5/xsl.d/esc-spchars-texi.xsl 2005-07-01 17:18:42 -05:00
@@ -147,7 +147,7 @@
</xsl:when>
<xsl:when test="$text='®'">
<xsl:message>WARNING: FOUND REGISTERED</xsl:message>
- <xsl:text>{[rm]}</xsl:text>
+ <xsl:text>(R)</xsl:text>
</xsl:when>
<xsl:when test="$text=' '">
<xsl:text>@ </xsl:text>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2927) | paul | 2 Jul |