diff options
author | das <das> | 2007-10-26 07:56:00 (GMT) |
---|---|---|
committer | das <das> | 2007-10-26 07:56:00 (GMT) |
commit | a220ddc7b2805c63cd68bddcdba097b7f37c3372 (patch) | |
tree | 117b3bf0532b3905f95465da1304c4fdeb3c2e2c /ChangeLog | |
parent | 2cd3d962db7f314e1251de41c7b4c100e64768d5 (diff) | |
download | tk-a220ddc7b2805c63cd68bddcdba097b7f37c3372.zip tk-a220ddc7b2805c63cd68bddcdba097b7f37c3372.tar.gz tk-a220ddc7b2805c63cd68bddcdba097b7f37c3372.tar.bz2 |
* macosx/tkMacOSXDialog.c: TIP#242 cleanup.
* library/demos/filebox.tcl: demo TIP#242 -typevariable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,12 +1,17 @@ +2007-10-26 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXDialog.c: TIP#242 cleanup. + * library/demos/filebox.tcl: demo TIP#242 -typevariable. + 2007-10-25 Joe English <jenglish@users.sourceforge.net> * generic/ttk/ttkNotebook.c: [Bug 1817596]. 2007-10-25 Jeff Hobbs <jeffh@ActiveState.com> - * doc/getOpenFile.n: TIP#242 implementation of -typevariable to - * library/tkfbox.tcl: return type of selected file in file dialogs. - * library/xmfbox.tcl: [Bug #1156388] + * doc/getOpenFile.n: TIP#242 implementation of -typevariable to + * library/tkfbox.tcl: return type of selected file in file dialogs. + * library/xmfbox.tcl: [Bug 1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: @@ -14,7 +19,7 @@ 2007-10-25 Don Porter <dgp@users.sourceforge.net> - * generic/tkPlace.c: Prevent segfault in place geometry manager. + * generic/tkPlace.c: Prevent segfault in place geometry manager. Thanks to Colin McDonald. [Bug 1818491] 2007-10-24 Joe English <jenglish@users.sourceforge.net> @@ -31,7 +36,7 @@ 2007-10-24 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tkWinDraw.c: Applied patch #1723362 for transparent bitmaps + * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps. * generic/tkWindow.c: permit wm manage of any widget (esp: ttk::frame) |