summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-06-10 03:25:31 (GMT)
committerjenglish <jenglish@flightlab.com>2007-06-10 03:25:31 (GMT)
commit6eb8176a7b42558bdb5ffa99b82a3d9839982deb (patch)
treea2107ff444528de2a2aeab10c2b81ea1c6fc2094 /ChangeLog
parent9764501288b757d0532c4eb230b67d2e69cefb0b (diff)
downloadtk-6eb8176a7b42558bdb5ffa99b82a3d9839982deb.zip
tk-6eb8176a7b42558bdb5ffa99b82a3d9839982deb.tar.gz
tk-6eb8176a7b42558bdb5ffa99b82a3d9839982deb.tar.bz2
Added -width and -height options.
Added 'panes' method, return list of managed windows. 'sashpos' method is now documented as part of the public interface, and details clarified. Should be easier to set initial sash positions now [Alleviates #1659067].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9a8341..24cb8c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-09 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkPanedwindow.c, doc/ttk_panedwindow.n,
+ tests/ttk/panedwindow.test: Added -width and -height options.
+ Added 'panes' method, return list of managed windows.
+ 'sashpos' method is now documented as part of the public
+ interface, and details clarified. Should be easier
+ to set initial sash positions now [Alleviates #1659067].
+
2007-06-09 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues.