summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-07-15 21:50:40 (GMT)
committerdas <das>2009-07-15 21:50:40 (GMT)
commitebfe03eb0a8d627c9967d64a70f41571e3c07fa1 (patch)
treef17c6ab045e9bdcdab742b278769bd44c24146fd /ChangeLog
parent23c93fc468b9ccb7b9d9845ab87c1d4005043ab9 (diff)
downloadtk-ebfe03eb0a8d627c9967d64a70f41571e3c07fa1.zip
tk-ebfe03eb0a8d627c9967d64a70f41571e3c07fa1.tar.gz
tk-ebfe03eb0a8d627c9967d64a70f41571e3c07fa1.tar.bz2
* macosx/ttkMacOSXTheme.c: Update notebook tab appearance to
* library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook padding and tabmargins; correct appearance of selected tree header; add support for native tree header sort arrows via user1 state. [Patch 2819620]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e20be63..ee9f6c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-07-15 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/ttkMacOSXTheme.c: Update notebook tab appearance to
+ * library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook
+ padding and tabmargins; correct
+ appearance of selected tree header; add
+ support for native tree header sort
+ arrows via user1 state. [Patch 2819620]
+
+ * library/demos/mclist.tcl: use native sort arrows with aqua theme.
+
2009-07-15 Donal K. Fellows <dkf@users.sf.net>
* unix/tkUnixSelect.c (TkSelEventProc, SelRcvIncrProc, SelCvtFromX8):