summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2008-02-22 20:17:33 (GMT)
committerhobbs2 <hobbs2>2008-02-22 20:17:33 (GMT)
commite5876ffa3fde0f658ccc465084a797e62e7fbd41 (patch)
treeb1ed4a29bccb12a14824280c0cd3c4383f03e77f /doc
parentdc9542bf0d3b20987f36e81b36f5fd595e4e3fa1 (diff)
downloadtktreectrl-e5876ffa3fde0f658ccc465084a797e62e7fbd41.zip
tktreectrl-e5876ffa3fde0f658ccc465084a797e62e7fbd41.tar.gz
tktreectrl-e5876ffa3fde0f658ccc465084a797e62e7fbd41.tar.bz2
* demos/demo.tcl, doc/What's New in TkTreeCtrl.html:
* doc/treectrl.html, doc/treectrl.man, doc/treectrl.n * shellicon/configure, shellicon/configure.ac: * configure, configure.ac: bump version to 2.2.5
Diffstat (limited to 'doc')
-rw-r--r--doc/What's New in TkTreeCtrl.html32
-rw-r--r--doc/treectrl.html8
-rw-r--r--doc/treectrl.man6
-rw-r--r--doc/treectrl.n8
4 files changed, 29 insertions, 25 deletions
diff --git a/doc/What's New in TkTreeCtrl.html b/doc/What's New in TkTreeCtrl.html
index 5f7021b..43d4ead 100644
--- a/doc/What's New in TkTreeCtrl.html
+++ b/doc/What's New in TkTreeCtrl.html
@@ -1,20 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<!-- $Id: What's\040New\040in\040TkTreeCtrl.html,v 1.28 2008/01/22 01:02:41 treectrl Exp $ -->
+<!-- $Id: What's\040New\040in\040TkTreeCtrl.html,v 1.29 2008/02/22 20:17:34 hobbs2 Exp $ -->
-
-
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
-
-
-
-
<title>What's New in TkTreeCtrl</title>
<meta content="Tim Baker" name="author">
@@ -25,19 +19,29 @@
-<h1>What's New in TkTreeCtrl 2.2.4</h1>
+<h1>What's New in TkTreeCtrl 2.2.5</h1>
+<P>
+Issues regarding the incompatibility of 8.4 built TkTreeCtrl working in 8.5
+were resolved. The Mac OS X API issues noted for 2.2.4 remain (they
+relate to difficult to reconcile core drawing changes).
+</P>
+<P>
+A Windows DLL manifest is now embedded to address native theme drawing issues.
+</P>
-<h2>NOTE regarding Tk version compatibility</h2>
+<hr style="width: 100%; height: 2px;">
+<h1>What's New in TkTreeCtrl 2.2.4</h1>
-Due to API changes in Tk between version 8.4 and 8.5 TkTreeCtrl must be
-built separately for each Tk version. &nbsp;So a version of TkTreeCtrl
-built for Tk 8.4 will not work with Tk 8.5 and vice versa.<br>
-<br>
-Under Mac OSX some internal changes to Tk 8.4.15 and Tk 8.4.17 result in incompatibilities:<br>
+<h2>NOTE regarding Tk version compatibility</h2>
+
+<P>
+Under Mac OSX some internal changes to Tk 8.4.15 and Tk 8.4.17 result in
+incompatibilities:
+</P>
<ul>
diff --git a/doc/treectrl.html b/doc/treectrl.html
index 08fc546..f8f346b 100644
--- a/doc/treectrl.html
+++ b/doc/treectrl.html
@@ -1,14 +1,14 @@
-<! -- Copyright (c) 2002-2003 Christian Krone. -- -- See the file &quot;license.terms&quot; for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. -- -- $Id: treectrl.html,v 1.53 2008/01/22 01:02:41 treectrl Exp $
+<! -- Copyright (c) 2002-2003 Christian Krone. -- -- See the file &quot;license.terms&quot; for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. -- -- $Id: treectrl.html,v 1.54 2008/02/22 20:17:34 hobbs2 Exp $
--><html><head>
<title>treectrl - Tk Commands </title>
</head>
<! -- Generated from file 'doc/treectrl.man' by tcllib/doctools with format 'html'
-->
-<! -- CVS: $Id: treectrl.html,v 1.53 2008/01/22 01:02:41 treectrl Exp $ treectrl.n
+<! -- CVS: $Id: treectrl.html,v 1.54 2008/02/22 20:17:34 hobbs2 Exp $ treectrl.n
-->
<body>
-<h1> treectrl(n) 2.2.4 treectrl &quot;Tk Commands&quot;</h1>
+<h1> treectrl(n) 2.2.5 treectrl &quot;Tk Commands&quot;</h1>
<h2><a name="name">NAME</a></h2>
<p>
<p> treectrl - Create and manipulate hierarchical multicolumn widgets
@@ -44,7 +44,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;<a href="#keywords">KEYWORDS</a><br>
<h2><a name="synopsis">SYNOPSIS</a></h2>
<p>
-package require <b>treectrl 2.2.4</b><br>
+package require <b>treectrl 2.2.5</b><br>
<br><table border=1 width=100% cellspacing=0 cellpadding=0><tr bgcolor=lightyellow><td bgcolor=lightyellow><table 0 width=100% cellspacing=0 cellpadding=0><tr valign=top ><td ><a href="#1"><b class='cmd'>treectrl</b> <i class='arg'>pathName</i> ?<i class='arg'>options</i>?</a></td></tr>
<tr valign=top ><td ><a href="#2"><i class='arg'>pathName</i> <b class='cmd'>activate</b> <i class='arg'>itemDesc</i></a></td></tr>
<tr valign=top ><td ><a href="#3"><i class='arg'>pathName</i> <b class='cmd'>bbox</b> ?<i class='arg'>area</i>?</a></td></tr>
diff --git a/doc/treectrl.man b/doc/treectrl.man
index 765a898..397df07 100644
--- a/doc/treectrl.man
+++ b/doc/treectrl.man
@@ -3,11 +3,11 @@
See the file "license.terms" for information on usage and redistribution
of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- $Id: treectrl.man,v 1.53 2008/01/22 01:02:41 treectrl Exp $}
-][manpage_begin treectrl n 2.2.4]
+ $Id: treectrl.man,v 1.54 2008/02/22 20:17:35 hobbs2 Exp $}
+][manpage_begin treectrl n 2.2.5]
[moddesc {Tk Commands}]
[titledesc {Create and manipulate hierarchical multicolumn widgets}]
-[require treectrl 2.2.4]
+[require treectrl 2.2.5]
[description]
[list_begin definitions]
diff --git a/doc/treectrl.n b/doc/treectrl.n
index 9af2458..c8838cb 100644
--- a/doc/treectrl.n
+++ b/doc/treectrl.n
@@ -6,14 +6,14 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" $Id: treectrl.n,v 1.70 2008/01/22 01:02:41 treectrl Exp $
+'\" $Id: treectrl.n,v 1.71 2008/02/22 20:17:35 hobbs2 Exp $
.so man.macros
-.TH "treectrl" n 2.2.4 treectrl "Tk Commands"
+.TH "treectrl" n 2.2.5 treectrl "Tk Commands"
.BS
.SH NAME
treectrl \- Create and manipulate hierarchical multicolumn widgets
.SH SYNOPSIS
-package require \fBtreectrl 2.2.4\fR
+package require \fBtreectrl 2.2.5\fR
.sp
\fBtreectrl\fR \fIpathName\fR ?\fIoptions\fR?
.sp
@@ -4040,4 +4040,4 @@ $T notify bind MyTag <ColumnDrag-receive> {
.SH "SEE ALSO"
bind(n), bitmap(n), image(n), listbox(n), options(n)
.SH KEYWORDS
-tree, widget \ No newline at end of file
+tree, widget