Browse Source

fixed conflict in VERSION.txt

master
milkbone57 22 years ago
parent
commit
d861243f4a
  1. 9
      docs/VERSION.txt
  2. 2
      plugins/Tk-GUI/test.pl

9
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) * New slogan (at last)
* All Milkbone.pm exports are by request only, except for register_hook * All Milkbone.pm exports are by request only, except for register_hook
* path function removed * path function removed
@ -12,7 +17,7 @@
* Finally got around to changing milkbone.batkins.com to milkbone.org in the default profile * 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 * Text selection works a lot better in profiles and convos
* Resized profile windows * 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 * Jabber server running at milkbone.org
* milkbone.org running on new server * milkbone.org running on new server

2
plugins/Tk-GUI/test.pl

@ -5,6 +5,6 @@ $mw = MainWindow->new;
$edit = $mw->Browser->pack; $edit = $mw->Browser->pack;
$edit->insertHTML('end', "<font face='garamond'>erererr"); $edit->insertHTML('end', "<font color='grey'>erererr</font><font color='gray'>tererer</font>");
MainLoop; MainLoop;

Loading…
Cancel
Save