From: Pat Thoyts Date: Mon, 21 Oct 2002 23:26:09 +0000 (+0000) Subject: Fixed bug #624634 - format of ChangeLog view X-Git-Tag: r5_1_6p10~4 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=5c9f09ce47aea9ab36d7a7b2f54cf2d14dd2d96b;p=tkinspect Fixed bug #624634 - format of ChangeLog view --- diff --git a/ChangeLog b/ChangeLog index deb365d..b764a87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ Mon Oct 21 22:42:34 2002 Pat Thoyts * 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 diff --git a/WhatsNew.html b/WhatsNew.html index c862013..4b7d95c 100644 --- a/WhatsNew.html +++ b/WhatsNew.html @@ -10,6 +10,14 @@ See the ChangeLog for more details. +

Changes in release 5.1.6p9 (10 Oct 2002)

+ +
    +
  • Support for use in scripted documents (tclkit).
  • +
  • Support 'trace' when using alternative 'send' implementations
  • +
  • Fix array checking. +
+

Changes in release 5.1.6p8 (04 Apr 2002)

    diff --git a/help.tcl b/help.tcl index 5d29267..34e67ef 100644 --- 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 "
    $txt
    " + } + feedback .help_feedback -steps [set slot(len) [string length $txt]] \ -title "Rendering HTML" .help_feedback grab