List:Internals« Previous MessageNext Message »
From:paul Date:September 22 2005 6:23pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3612)
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.3612 05/09/22 13:23:56 paul@stripped +2 -0
  NOTES-final-cutover:
    Updates to conversion notes.
  manual.fr.texi:
    Some cleanups.

  Docs/NOTES-final-cutover
    1.4 05/09/22 13:23:41 paul@stripped +13 -5
    Updates to conversion notes.

  Docs/manual.fr.texi
    1.49 05/09/22 13:23:34 paul@stripped +33 -26
    Some cleanups.

# 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:	snake-hub.snake.net
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.48/Docs/manual.fr.texi	2005-09-22 10:18:30 -05:00
+++ 1.49/Docs/manual.fr.texi	2005-09-22 13:23:34 -05:00
@@ -3346,6 +3346,7 @@
 ``tol@'erables''.
 
 @itemize @bullet
+@item
 @code{VARCHAR} et @code{VARBINARY} suppriment les espaces de fin de cha@^ine.
 (Corrig@'e en version 5.0.3).
 @end itemize
@@ -74290,6 +74291,10 @@
 et appeler des proc@'edures stock@'ees.
 
 @menu
+* CREATE PROCEDURE::            @code{CREATE PROCEDURE} et @code{CREATE FUNCTION}
+* ALTER PROCEDURE::             @code{ALTER PROCEDURE} et @code{ALTER FUNCTION}
+* DROP PROCEDURE::              @code{DROP PROCEDURE} et @code{DROP FUNCTION}
+* SHOW CREATE PROCEDURE::       @code{SHOW CREATE PROCEDURE} et @code{SHOW CREATE FUNCTION}
 * SHOW PROCEDURE STATUS::       @code{SHOW PROCEDURE STATUS} et @code{SHOW FUNCTION STATUS}
 * CALL::                        @code{CALL}
 * BEGIN END::                   La commande compos@'ee @code{BEGIN ... END}
@@ -74302,8 +74307,8 @@
 
 
 
-@node CREATE PROCEDURE,  ,  ,  
-@subsubsection @code{CREATE PROCEDURE} et @code{CREATE FUNCTION}
+@node CREATE PROCEDURE, ALTER PROCEDURE, Stored Procedure Syntax, Stored Procedure Syntax
+@subsection @code{CREATE PROCEDURE} et @code{CREATE FUNCTION}
 
 @findex CREATE PROCEDURE
 @findex CREATE FUNCTION
@@ -74442,8 +74447,8 @@
 
 
 
-@node ALTER PROCEDURE,  ,  ,  
-@subsubsection @code{ALTER PROCEDURE} et @code{ALTER FUNCTION}
+@node ALTER PROCEDURE, DROP PROCEDURE, CREATE PROCEDURE, Stored Procedure Syntax
+@subsection @code{ALTER PROCEDURE} et @code{ALTER FUNCTION}
 
 @findex ALTER PROCEDURE
 @findex ALTER FUNCTION
@@ -74464,8 +74469,8 @@
 
 
 
-@node DROP PROCEDURE,  ,  ,  
-@subsubsection @code{DROP PROCEDURE} et @code{DROP FUNCTION}
+@node DROP PROCEDURE, SHOW CREATE PROCEDURE, ALTER PROCEDURE, Stored Procedure Syntax
+@subsection @code{DROP PROCEDURE} et @code{DROP FUNCTION}
 
 @findex DROP PROCEDURE
 @findex DROP FUNCTION
@@ -74484,8 +74489,8 @@
 
 
 
-@node SHOW CREATE PROCEDURE,  ,  ,  
-@subsubsection @code{SHOW CREATE PROCEDURE} et @code{SHOW CREATE FUNCTION}
+@node SHOW CREATE PROCEDURE, SHOW PROCEDURE STATUS, DROP PROCEDURE, Stored Procedure Syntax
+@subsection @code{SHOW CREATE PROCEDURE} et @code{SHOW CREATE FUNCTION}
 
 @findex SHOW CREATE PROCEDURE
 @findex SHOW CREATE FUNCTION
@@ -74507,7 +74512,7 @@
 @end example
 
 
-@node SHOW PROCEDURE STATUS, CALL, Stored Procedure Syntax, Stored Procedure Syntax
+@node SHOW PROCEDURE STATUS, CALL, SHOW CREATE PROCEDURE, Stored Procedure Syntax
 @subsection @code{SHOW PROCEDURE STATUS} et @code{SHOW FUNCTION STATUS}
 
 @findex SHOW PROCEDURE STATUS
@@ -75481,11 +75486,15 @@
 @xref{Upgrading-grant-tables}.
 
 @menu
+* ALTER VIEW::                  Syntaxe @code{ALTER VIEW}
+* CREATE VIEW::                 Syntaxe de @code{CREATE VIEW}
+* DROP VIEW::                   Syntaxe @code{DROP VIEW}
+* SHOW CREATE VIEW::            Syntaxe @code{SHOW CREATE VIEW}
 @end menu
 
 
-@node ALTER VIEW,  ,  ,  
-@subsection Syntaxe @code{ALTER VIEW}
+@node ALTER VIEW, CREATE VIEW, views, views
+@section Syntaxe @code{ALTER VIEW}
 
 @findex ALTER VIEW
 
@@ -75508,8 +75517,8 @@
 
 
 
-@node CREATE VIEW,  ,  ,  
-@subsection Syntaxe de @code{CREATE VIEW}
+@node CREATE VIEW, DROP VIEW, ALTER VIEW, views
+@section Syntaxe de @code{CREATE VIEW}
 
 @cindex views
 @cindex views, updatable
@@ -75570,8 +75579,8 @@
 
 
 
-@node DROP VIEW,  ,  ,  
-@subsection Syntaxe @code{DROP VIEW}
+@node DROP VIEW, SHOW CREATE VIEW, CREATE VIEW, views
+@section Syntaxe @code{DROP VIEW}
 
 @findex DROP VIEW
 
@@ -75599,8 +75608,8 @@
 
 
 
-@node SHOW CREATE VIEW,  ,  ,  
-@subsection Syntaxe @code{SHOW CREATE VIEW}
+@node SHOW CREATE VIEW,  , DROP VIEW, views
+@section Syntaxe @code{SHOW CREATE VIEW}
 
 @findex SHOW CREATE VIEW
 
@@ -92410,7 +92419,6 @@
 MyODBC 3.51
 @item
 Nouveau protocole client/serveur pour la version 4.1 (pour les requ@^etes pr@'epar@'ees).
-@item
 @end itemize
 
 @item Arjen Lentz
@@ -96448,11 +96456,12 @@
 @c NOTE: This sentence describes the fix. (Bug #nnnn)
 
 Fonctionnalit@'e ajout@'ee ou modifi@'ee@ :
-@itemize @bullet
-@end itemize
+
+@c Add a bullet list here when there are items to report
 
 Bogues corrig@'es@ :
 @itemize @bullet
+@item
 Fixed a crash of @file{mysqld} that was started with binary
 logging disabled, but with non-zero @code{expire_logs_days} variable.
 (Bug #3807)
@@ -110452,9 +110461,8 @@
 @end itemize
 
 Bogues corrig@'es@ :
-@itemize @bullet
-@item
-@end itemize
+
+@c Add a bullet list here when there are items to report
 
 
 
@@ -110490,9 +110498,8 @@
 @appendixsubsec Changes in MyODBC 3.51.12
 
 Fonctionnalit@'e ajout@'ee ou modifi@'ee@ :
-@itemize @bullet
-@item
-@end itemize
+
+@c Add a bullet list here when there are items to report
 
 Bogues corrig@'es@ :
 @itemize @bullet

--- 1.3/Docs/NOTES-final-cutover	2005-08-16 13:48:32 -05:00
+++ 1.4/Docs/NOTES-final-cutover	2005-09-22 13:23:41 -05:00
@@ -49,7 +49,11 @@
 
 The conversion process for the final cutover therefore runs something
 like this.  The example uses manual.texi, but it's similar for
-manual.de.texi, manual.ja.texi, etc.
+manual.de.texi, manual.ja.texi, etc.  The substitutions to make
+are:
+- For "manual.", substitute "manual.de.", "manual.ja.", etc.
+- For "titles.en.ent.", substitute "titles.de.ent", "manual.ja.ent", etc.
+- Set the LANG variable appropriately.
 
 In Docs:
 
@@ -88,7 +92,7 @@
 	"../en/entities/titles.ent"
 To:
 	"fixedchars.ent"
-	"titles.ent"
+	"titles.en.ent"
 
 In each of the .xml files that references a file in the Images
 directory, edit each reference to use "images" instead.  Note:
@@ -99,6 +103,7 @@
 (in the manual.split.d directory):
 
 X=PATH-TO-SOME-DIR
+LANG=en
 rm -rf $X
 mkdir -p $X $X/images
 cp common/manual.xml $X
@@ -106,18 +111,18 @@
 cp en/content/*.xml $X
 cp en/content/Images/*.png $X/images
 cp en/content/Images/*.graffle $X/images
-cp en/entities/titles.ent $X
+cp en/entities/titles.ent $X/titles.$LANG.ent
 cd $X
 sed \
 	-e 's|href="\.\./en/content/|href="|' \
 	-e 's|"entities/fixedchars.ent"|"fixedchars.ent"|' \
-	-e 's|"../en/entities/titles.ent"|"titles.ent"|' \
+	-e 's|"../en/entities/titles.ent"|"titles.'$LANG'.ent"|' \
 	< manual.xml > junk
 mv junk manual.xml
 for a in *.xml; do
 	sed \
 		-e 's|"\.\./\.\./common/entities/fixedchars.ent"|"fixedchars.ent"|' \
-		-e 's|"\.\./entities/titles.ent"|"titles.ent"|' \
+		-e 's|"\.\./entities/titles.ent"|"titles.'$LANG'.ent"|' \
 		-e 's|fileref="Images/|fileref="images/|' \
 		< $a > junk
 	mv junk $a
@@ -132,6 +137,9 @@
 foreach a (*.xml)
   make ${a:r}.format
 end
+
+Remember to run "make depend" to update the dependency list in the
+Makefile.
 
 Then all the files can be added to a repository (BitKeeper or
 Subversion) and commited.
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3612)paul22 Sep