You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2016/07/14 07:51:42 UTC

svn commit: r1752600 - in /tcl/rivet/branches/2.3: ChangeLog doc/xml/intro.xml

Author: mxmanghi
Date: Thu Jul 14 07:51:41 2016
New Revision: 1752600

URL: http://svn.apache.org/viewvc?rev=1752600&view=rev
Log:
    * doc/xml/intro.xml: amended wrong section title in introduction


Modified:
    tcl/rivet/branches/2.3/ChangeLog
    tcl/rivet/branches/2.3/doc/xml/intro.xml

Modified: tcl/rivet/branches/2.3/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/ChangeLog?rev=1752600&r1=1752599&r2=1752600&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/ChangeLog (original)
+++ tcl/rivet/branches/2.3/ChangeLog Thu Jul 14 07:51:41 2016
@@ -1,3 +1,6 @@
+2016-07-14 Massimo Manghi <mx...@apache.org>
+    * doc/xml/intro.xml: amended wrong section title in introduction
+
 2016-07-06 Massimo Manghi <mx...@apache.org>
     * doc/xml/commands.tcl: typo in section ::rivet::xml corrected
     * rivet/packages/form/form2.tcl: merging recent fix of the select

Modified: tcl/rivet/branches/2.3/doc/xml/intro.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/doc/xml/intro.xml?rev=1752600&r1=1752599&r2=1752600&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/doc/xml/intro.xml (original)
+++ tcl/rivet/branches/2.3/doc/xml/intro.xml Thu Jul 14 07:51:41 2016
@@ -27,7 +27,7 @@
     </para>
     
     <simplesect>
-        <title>Acknowledgements</title>
+        <title>New commands in Rivet 2.3</title>
         <para>
         		Rivet 2.3 introduces 2 new commands <command>::rivet::exit</command>
         		and <command>::rivet::catch</command>
@@ -44,11 +44,14 @@
     			</listitem>
          	<listitem>
          		Since <command>::rivet::abort_page</command> and <command>::rivet::exit</command>
-         		interrupt the execution returning a <emphasis>TCL_ERROR</emphasis> code any <command>catch</command>
-         		could trap them and AbortScript could be executed only by throwing the error again. We introduced
-         		the <command>::rivet::catch</command> in order to simplify these operations. If any real error occurs
-         		during a script execution the procedure returns 1 and fills the optional arguments with their
-         		expected values, otherwise interrupts execution and allows for passing control to <command>AbortScript</command>
+         		interrupt the execution returning a <emphasis>TCL_ERROR</emphasis> code
+         		any <command>catch</command> could trap them and AbortScript could be
+         		executed only by throwing the error again. We introduced the
+         		<command>::rivet::catch</command> in order to simplify these operations.
+         		If any real error occurs during a script execution the procedure returns 
+         		1 and fills the optional arguments with their expected values, otherwise
+         		interrupts execution and allows for passing control to
+         		<command>AbortScript</command>
          	</listitem>
 		 </itemizedlist>
     </simplesect>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org