diff --git a/docs/VERSION.txt b/docs/VERSION.txt index 7997148..53a4c22 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -1,6 +1,11 @@ -0.7 +0.37 -- +* Unicode support (thanks to Tk 804) +* Using Perl/Tk 804 +* Guidance scripts in guid/ +* Core now resides in lib/ +* Split the core up * New slogan (at last) * All Milkbone.pm exports are by request only, except for register_hook * path function removed @@ -12,7 +17,7 @@ * Finally got around to changing milkbone.batkins.com to milkbone.org in the default profile * Text selection works a lot better in profiles and convos * Resized profile windows -* Antialiasing in X (only works with Tk804,which is currently in alpha testing) +* Antialiasing in X (only works with Tk804) * Jabber server running at milkbone.org * milkbone.org running on new server diff --git a/plugins/Tk-GUI/test.pl b/plugins/Tk-GUI/test.pl index 1152ae6..db6992a 100644 --- a/plugins/Tk-GUI/test.pl +++ b/plugins/Tk-GUI/test.pl @@ -5,6 +5,6 @@ $mw = MainWindow->new; $edit = $mw->Browser->pack; -$edit->insertHTML('end', "erererr"); +$edit->insertHTML('end', "erererrtererer"); MainLoop;