Update of /cvsroot/pythoncard/PythonCard/docs/html/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25721/docs/html/framework Modified Files: components.html dialogs.html events_and_handlers.html general_concepts_and_limitations.html menus.html resource_files.html runtime_tools.html Log Message: Preparation for the build of 0.8.2 Index: dialogs.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/dialogs.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dialogs.html 25 Dec 2005 08:02:46 -0000 1.3 --- dialogs.html 6 Apr 2006 11:00:26 -0000 1.4 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 24, 2005 for release 0.8.1</p> <p>Dialogs are defined in dialog.py. They are all modal and map directly to a --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p>Dialogs are defined in dialog.py. They are all modal and map directly to a Index: runtime_tools.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/runtime_tools.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** runtime_tools.html 25 Dec 2005 12:13:46 -0000 1.3 --- runtime_tools.html 6 Apr 2006 11:00:26 -0000 1.4 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 25, 2005 for release 0.8.1</p> <p>PythonCard supports the following runtime tools (command-line switch in --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p>PythonCard supports the following runtime tools (command-line switch in Index: menus.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/menus.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** menus.html 25 Dec 2005 08:09:48 -0000 1.3 --- menus.html 6 Apr 2006 11:00:26 -0000 1.4 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 24, 2005 for release 0.8.1</p> <p>The Menu classes are defined in menu.py. Menus for an app are defined in the --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p>The Menu classes are defined in menu.py. Menus for an app are defined in the Index: general_concepts_and_limitations.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/general_concepts_and_limitations.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** general_concepts_and_limitations.html 25 Dec 2005 03:23:55 -0000 1.5 --- general_concepts_and_limitations.html 6 Apr 2006 11:00:26 -0000 1.6 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 24, 2005 for release 0.8.1</p> <p>I'll cover the main points of the PythonCard framework from a user point of view.</p> --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p>I'll cover the main points of the PythonCard framework from a user point of view.</p> Index: events_and_handlers.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/events_and_handlers.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** events_and_handlers.html 25 Dec 2005 01:22:22 -0000 1.3 --- events_and_handlers.html 6 Apr 2006 11:00:26 -0000 1.4 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 24, 2005 for release 0.8.1</p> <p>I'll cover the main points from a user point of view.</p> --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p>I'll cover the main points from a user point of view.</p> Index: resource_files.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/resource_files.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** resource_files.html 25 Dec 2005 12:13:46 -0000 1.4 --- resource_files.html 6 Apr 2006 11:00:26 -0000 1.5 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 25, 2005 for release 0.8.1</p> <p>Resource files are an old idea, but they are not widely used in the Python --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p>Resource files are an old idea, but they are not widely used in the Python Index: components.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/components.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** components.html 25 Dec 2005 07:52:27 -0000 1.3 --- components.html 6 Apr 2006 11:00:26 -0000 1.4 *************** *** 12,16 **** <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: December 24, 2005 for release 0.8.1</p> <p> --- 12,16 ---- <?php include "../sidebar.php" ?> <div id="content"> ! <p>Updated: March 31, 2006 for release 0.8.2</p> <p> |