diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-15 14:02:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-15 14:02:46 (GMT) |
commit | 6101c7baf07340632b03eaf31da112dda8eb450b (patch) | |
tree | a242ac4fd178dac42b26b2b6c76ea7b59ac2489b /ChangeLog | |
parent | e10ad7411d1ec28dcfe30db1c03c8648af9b6020 (diff) | |
download | tk-6101c7baf07340632b03eaf31da112dda8eb450b.zip tk-6101c7baf07340632b03eaf31da112dda8eb450b.tar.gz tk-6101c7baf07340632b03eaf31da112dda8eb450b.tar.bz2 |
tk_setPalette now works correctly under CDE, + an image demo update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2001-11-15 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * library/demos/image2.tcl: Many improvements to this + image-viewing demo; now uses labelframes and tk_chooseDirectory + + * library/palette.tcl (::tk::RecolorTree): Made this work better + with CDE, which does some extremely annoying things with the + option database that interact badly with Tk's way of handling + options. + * doc/text.n: Overhauled the documentation of undo to make it easier to understand. * library/tk.tcl (::tk::EventMotifBindings): Added Emacs-like undo |