summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-02 11:54:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-02 11:54:09 (GMT)
commitc0900bcedd02bc90832f164503daa12f47107c4b (patch)
tree75e5f85a3c04f8e40af06b3ef40a985f70e17c1c /ChangeLog
parent3802f383ffe10b627529b5f9d6b24b5bf0f18c0b (diff)
downloadtk-c0900bcedd02bc90832f164503daa12f47107c4b.zip
tk-c0900bcedd02bc90832f164503daa12f47107c4b.tar.gz
tk-c0900bcedd02bc90832f164503daa12f47107c4b.tar.bz2
Tk (non-native) file chooser now uses Ttk widgets for better L&F and supports <Tab> completion of file names. [FRQ 805091]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 238d5a7..f7f4ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-02 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * library/tkfbox.tcl (::tk::dialog::file::CompleteEnt): Added <Tab>
+ completion. [FRQ 805091]
+ * library/tkfbox.tcl: Made file dialog use Ttk widgets for better L&F.
+
* library/demos/sayings.tcl: Better resizing. [Bug 1822410]
2007-11-01 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>