summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-11-15 14:02:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-11-15 14:02:46 (GMT)
commit6101c7baf07340632b03eaf31da112dda8eb450b (patch)
treea242ac4fd178dac42b26b2b6c76ea7b59ac2489b /ChangeLog
parente10ad7411d1ec28dcfe30db1c03c8648af9b6020 (diff)
downloadtk-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 564fa10..c7fc3e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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