[Poet-commit] SF.net SVN: poet:[52] trunk
Brought to you by:
mercurio
|
From: <mer...@us...> - 2008-11-16 22:52:07
|
Revision: 52
http://poet.svn.sourceforge.net/poet/?rev=52&view=rev
Author: mercurio
Date: 2008-11-16 22:52:04 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
2.2 release candidate
Modified Paths:
--------------
trunk/ReadMe.txt
trunk/doc/handmade/contents.html
trunk/doc/handmade/cover.html
trunk/doc/handmade/creation.html
trunk/doc/handmade/examples.html
trunk/doc/handmade/inheritance.html
trunk/doc/handmade/install.html
trunk/doc/handmade/methods.html
trunk/doc/handmade/overview.html
trunk/doc/handmade/package.html
trunk/doc/handmade/persistence.html
trunk/doc/handmade/poetapi.html
trunk/doc/handmade/slots.html
trunk/doc/handmade/tier1-overview.html
trunk/doc/handmade/tier2-overview.html
trunk/doc/handmade/tier2b-overview.html
trunk/doc/handmade/tier3-overview.html
trunk/html/doc/contents.html
trunk/html/doc/cover.html
trunk/html/doc/creation.html
trunk/html/doc/examples.html
trunk/html/doc/inheritance.html
trunk/html/doc/install.html
trunk/html/doc/methods.html
trunk/html/doc/overview.html
trunk/html/doc/package.html
trunk/html/doc/persistence.html
trunk/html/doc/poetapi.html
trunk/html/doc/slots.html
trunk/html/doc/tier1-overview.html
trunk/html/doc/tier2-overview.html
trunk/html/doc/tier2b-overview.html
trunk/html/doc/tier3-overview.html
trunk/starkit/Poet.kit
Removed Paths:
-------------
trunk/unix/network.o
trunk/unix/poet.o
Modified: trunk/ReadMe.txt
===================================================================
--- trunk/ReadMe.txt 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/ReadMe.txt 2008-11-16 22:52:04 UTC (rev 52)
@@ -2,7 +2,7 @@
Prototype Object Extension for Tcl
- Version 2.1
+ Version 2.2
Phil Mercurio
mer...@ac...
Modified: trunk/doc/handmade/contents.html
===================================================================
--- trunk/doc/handmade/contents.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/contents.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -3,14 +3,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
-<title>Poet2.1 Manual</title>
+<title>Poet2.2 Manual</title>
</head>
<body bgcolor="#FFFFFF" link="#52328D" vlink="#25255A">
<table border="0" width="100%" bgcolor="#000080">
<tr>
- <td width="50%"><font size="4" color="#FFFFFF"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font size="4" color="#FFFFFF"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#FFFFFF"><small>Prototype Object Extension for
Tcl</small></font></td>
</tr>
Modified: trunk/doc/handmade/cover.html
===================================================================
--- trunk/doc/handmade/cover.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/cover.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -12,7 +12,7 @@
- <title>Poet2.1 Manual</title>
+ <title>Poet2.2 Manual</title>
<link rel="stylesheet" href="poet.css" type="text/css">
</head>
@@ -33,7 +33,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
@@ -101,7 +101,7 @@
<big><big>Poet Programmer's Manual<br>
- <small><small><small>Version 2.1<br>
+ <small><small><small>Version 2.2<br>
<br>
<br>
</small></small></small></big></big>
Modified: trunk/doc/handmade/creation.html
===================================================================
--- trunk/doc/handmade/creation.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/creation.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -32,7 +32,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/examples.html
===================================================================
--- trunk/doc/handmade/examples.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/examples.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -23,7 +23,7 @@
<table bgcolor="#000080" border="0" width="100%">
<tbody>
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
</tr>
</tbody>
@@ -48,7 +48,7 @@
<blockquote>
- <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.1</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> a method foo {} {puts "Hello"}<br><span class="prompt">%</span> a foo<br><span class="out">Hello</span><br><span class="prompt">%</span> b foo<br><span class="out">Hello</span><br><span class="prompt">%</span> </pre>
+ <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.2</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> a method foo {} {puts "Hello"}<br><span class="prompt">%</span> a foo<br><span class="out">Hello</span><br><span class="prompt">%</span> b foo<br><span class="out">Hello</span><br><span class="prompt">%</span> </pre>
<br>
@@ -70,7 +70,7 @@
<blockquote>
- <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.1</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a slot name "The Letter A"<br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b slot name "The Letter B"<br><span class="out">The Letter B</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter B</span><br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b unslot name<br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span></pre>
+ <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.2</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a slot name "The Letter A"<br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b slot name "The Letter B"<br><span class="out">The Letter B</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter B</span><br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b unslot name<br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span></pre>
<br>
Modified: trunk/doc/handmade/inheritance.html
===================================================================
--- trunk/doc/handmade/inheritance.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/inheritance.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -26,7 +26,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/install.html
===================================================================
--- trunk/doc/handmade/install.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/install.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -65,7 +65,7 @@
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
@@ -215,7 +215,7 @@
<hr style="width: 100%; height: 2px;">Poet is also distributed as a pre-assembled <a href="http://www.equi4.com/starkit/">starkit</a> called <span class="code">Poet.kit</span>.
- This kit contains Poet2.1, BWidget1.8 (patched as described in
+ This kit contains Poet2.2, BWidget1.8 (patched as described in
the Poet installation instructions), Tktable2.9, Tkhtml3.0, and tkcon,
and supports Windows, Linux, and Mac OS X. If run as in <br>
Modified: trunk/doc/handmade/methods.html
===================================================================
--- trunk/doc/handmade/methods.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/methods.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -26,7 +26,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/overview.html
===================================================================
--- trunk/doc/handmade/overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -35,7 +35,7 @@
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
Modified: trunk/doc/handmade/package.html
===================================================================
--- trunk/doc/handmade/package.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/package.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -29,7 +29,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/persistence.html
===================================================================
--- trunk/doc/handmade/persistence.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/persistence.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -29,7 +29,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/poetapi.html
===================================================================
--- trunk/doc/handmade/poetapi.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/poetapi.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -35,7 +35,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/slots.html
===================================================================
--- trunk/doc/handmade/slots.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/slots.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -25,7 +25,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/tier1-overview.html
===================================================================
--- trunk/doc/handmade/tier1-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/tier1-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -26,7 +26,7 @@
<table bgcolor="#000080" border="0" width="100%">
<tbody>
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
</tr>
</tbody>
Modified: trunk/doc/handmade/tier2-overview.html
===================================================================
--- trunk/doc/handmade/tier2-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/tier2-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -35,7 +35,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/tier2b-overview.html
===================================================================
--- trunk/doc/handmade/tier2b-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/tier2b-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -41,7 +41,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/doc/handmade/tier3-overview.html
===================================================================
--- trunk/doc/handmade/tier3-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/doc/handmade/tier3-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -31,7 +31,7 @@
<table bgcolor="#000080" border="0" width="100%">
<tbody>
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
</tr>
</tbody>
Modified: trunk/html/doc/contents.html
===================================================================
--- trunk/html/doc/contents.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/contents.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -3,14 +3,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
-<title>Poet2.1 Manual</title>
+<title>Poet2.2 Manual</title>
</head>
<body bgcolor="#FFFFFF" link="#52328D" vlink="#25255A">
<table border="0" width="100%" bgcolor="#000080">
<tr>
- <td width="50%"><font size="4" color="#FFFFFF"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font size="4" color="#FFFFFF"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#FFFFFF"><small>Prototype Object Extension for
Tcl</small></font></td>
</tr>
Modified: trunk/html/doc/cover.html
===================================================================
--- trunk/html/doc/cover.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/cover.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -12,7 +12,7 @@
- <title>Poet2.1 Manual</title>
+ <title>Poet2.2 Manual</title>
<link rel="stylesheet" href="poet.css" type="text/css">
</head>
@@ -33,7 +33,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
@@ -101,7 +101,7 @@
<big><big>Poet Programmer's Manual<br>
- <small><small><small>Version 2.1<br>
+ <small><small><small>Version 2.2<br>
<br>
<br>
</small></small></small></big></big>
Modified: trunk/html/doc/creation.html
===================================================================
--- trunk/html/doc/creation.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/creation.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -32,7 +32,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/examples.html
===================================================================
--- trunk/html/doc/examples.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/examples.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -23,7 +23,7 @@
<table bgcolor="#000080" border="0" width="100%">
<tbody>
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
</tr>
</tbody>
@@ -48,7 +48,7 @@
<blockquote>
- <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.1</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> a method foo {} {puts "Hello"}<br><span class="prompt">%</span> a foo<br><span class="out">Hello</span><br><span class="prompt">%</span> b foo<br><span class="out">Hello</span><br><span class="prompt">%</span> </pre>
+ <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.2</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> a method foo {} {puts "Hello"}<br><span class="prompt">%</span> a foo<br><span class="out">Hello</span><br><span class="prompt">%</span> b foo<br><span class="out">Hello</span><br><span class="prompt">%</span> </pre>
<br>
@@ -70,7 +70,7 @@
<blockquote>
- <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.1</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a slot name "The Letter A"<br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b slot name "The Letter B"<br><span class="out">The Letter B</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter B</span><br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b unslot name<br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span></pre>
+ <pre class="example"><span class="prompt">%</span> package require Poet<br><span class="out">2.2</span><br><span class="prompt">%</span> Object construct a<br><span class="out">a</span><br><span class="prompt">%</span> a slot name "The Letter A"<br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> a construct b<br><span class="out">b</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b slot name "The Letter B"<br><span class="out">The Letter B</span><br><span class="prompt">%</span> b slot name<br><span class="out">The Letter B</span><br><span class="prompt">%</span> a slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span> b unslot name<br><span class="prompt">%</span> b slot name<br><span class="out">The Letter A</span><br><span class="prompt">%</span></pre>
<br>
Modified: trunk/html/doc/inheritance.html
===================================================================
--- trunk/html/doc/inheritance.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/inheritance.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -26,7 +26,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/install.html
===================================================================
--- trunk/html/doc/install.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/install.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -65,7 +65,7 @@
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
@@ -215,7 +215,7 @@
<hr style="width: 100%; height: 2px;">Poet is also distributed as a pre-assembled <a href="http://www.equi4.com/starkit/">starkit</a> called <span class="code">Poet.kit</span>.
- This kit contains Poet2.1, BWidget1.8 (patched as described in
+ This kit contains Poet2.2, BWidget1.8 (patched as described in
the Poet installation instructions), Tktable2.9, Tkhtml3.0, and tkcon,
and supports Windows, Linux, and Mac OS X. If run as in <br>
Modified: trunk/html/doc/methods.html
===================================================================
--- trunk/html/doc/methods.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/methods.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -26,7 +26,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/overview.html
===================================================================
--- trunk/html/doc/overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -35,7 +35,7 @@
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
Modified: trunk/html/doc/package.html
===================================================================
--- trunk/html/doc/package.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/package.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -29,7 +29,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/persistence.html
===================================================================
--- trunk/html/doc/persistence.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/persistence.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -29,7 +29,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/poetapi.html
===================================================================
--- trunk/html/doc/poetapi.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/poetapi.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -35,7 +35,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/slots.html
===================================================================
--- trunk/html/doc/slots.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/slots.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -25,7 +25,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/tier1-overview.html
===================================================================
--- trunk/html/doc/tier1-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/tier1-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -26,7 +26,7 @@
<table bgcolor="#000080" border="0" width="100%">
<tbody>
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
</tr>
</tbody>
Modified: trunk/html/doc/tier2-overview.html
===================================================================
--- trunk/html/doc/tier2-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/tier2-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -35,7 +35,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/tier2b-overview.html
===================================================================
--- trunk/html/doc/tier2b-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/tier2b-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -41,7 +41,7 @@
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
Modified: trunk/html/doc/tier3-overview.html
===================================================================
--- trunk/html/doc/tier3-overview.html 2008-11-06 03:50:02 UTC (rev 51)
+++ trunk/html/doc/tier3-overview.html 2008-11-16 22:52:04 UTC (rev 52)
@@ -31,7 +31,7 @@
<table bgcolor="#000080" border="0" width="100%">
<tbody>
<tr>
- <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.1 Manual</strong></font></td>
+ <td width="50%"><font color="#ffffff" size="2"><strong>Poet2.2 Manual</strong></font></td>
<td align="right" width="50%"><font color="#ffffff" size="2">Prototype Object Extension for Tcl</font></td>
</tr>
</tbody>
Modified: trunk/starkit/Poet.kit
===================================================================
(Binary files differ)
Deleted: trunk/unix/network.o
===================================================================
(Binary files differ)
Deleted: trunk/unix/poet.o
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|