* procs_list.tcl:
* windows_list.tcl: bug # 624268 - always namespace qualify commands
sent to the inspectee to avoid name clashes.
+ * help.tcl: Fixed bug #624634 - formatting of ChangeLog view.
Wed Oct 09 01:27:43 2002 Pat Thoyts <patthoyts@users.sourceforge.net>
See the <a href="ChangeLog">ChangeLog</a> for more details.
+ <h2>Changes in release 5.1.6p9 (10 Oct 2002)</h2>
+
+ <ul>
+ <li>Support for use in scripted documents (tclkit).</li>
+ <li>Support 'trace' when using alternative 'send' implementations</li>
+ <li>Fix array checking.
+ </ul>
+
<h2>Changes in release 5.1.6p8 (04 Apr 2002)</h2>
<ul>
set f [open $filename r]
set txt [read $f]
close $f
+
+ # Fix for
+ if [string match -nocase "*ChangeLog" $filename] {
+ set txt "<html><body><pre>$txt</pre></body></html>"
+ }
+
feedback .help_feedback -steps [set slot(len) [string length $txt]] \
-title "Rendering HTML"
.help_feedback grab