Fixed bug #624634 - format of ChangeLog view
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 21 Oct 2002 23:26:09 +0000 (23:26 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 21 Oct 2002 23:26:09 +0000 (23:26 +0000)
ChangeLog
WhatsNew.html
help.tcl

index deb365d5d9acfcd61b6d4edd9a1f389f9bf9fe7c..b764a878b8360d2d4eb35dcbca6804a1994b233a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ Mon Oct 21 22:42:34 2002  Pat Thoyts <patthoyts@users.sourceforge.net>
        * 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>
 
index c862013f771d11991ea3dd1f83b6af26c197c191..4b7d95cded4b2f1c63bb008d2d43b7bce52958f8 100644 (file)
 
     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>
index 5d292675c92f24f82859e599ad28bc73702613f2..34e67ef8fa717d04727f10ec2fc61a3ad9aaff39 100644 (file)
--- a/help.tcl
+++ b/help.tcl
@@ -80,6 +80,12 @@ dialog help_window {
        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