diff options
author | hobbs <hobbs> | 2004-07-22 22:22:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-22 22:22:37 (GMT) |
commit | c19d414695a660b3ffaca0e118e3232492bbc8f1 (patch) | |
tree | 3122d27f87f5ccf3c5406e65aa0f2d91fdc35ca3 /ChangeLog | |
parent | 0c5eaf7b819ccba0d37acb9cc37b66434860acff (diff) | |
download | tk-c19d414695a660b3ffaca0e118e3232492bbc8f1.zip tk-c19d414695a660b3ffaca0e118e3232492bbc8f1.tar.gz tk-c19d414695a660b3ffaca0e118e3232492bbc8f1.tar.bz2 |
* library/tkfbox.tcl (::tk::dialog::file::Update): use -directory
[pwd] (instead of .) to get around some VFS edge case bugs.
Correct args passes to tk_messageBox when failing to cd.
Add -force back to namespace import of msgcat.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -1,3 +1,10 @@ +2004-07-22 Jeff Hobbs <jeffh@ActiveState.com> + + * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory + [pwd] (instead of .) to get around some VFS edge case bugs. + Correct args passes to tk_messageBox when failing to cd. + Add -force back to namespace import of msgcat. + 2004-07-20 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is set @@ -35,11 +42,11 @@ 2004-07-14 Jim Ingham <jingham@apple.com> - * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not - reset the cursor more often than necessary was getting fooled - when the current cursor was nulled out when the current cursor - gets freed. So in the case where the input cursor was NULL, we - have to just always set it. [Bug #894550] + * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not + reset the cursor more often than necessary was getting fooled + when the current cursor was nulled out when the current cursor + gets freed. So in the case where the input cursor was NULL, we + have to just always set it. [Bug #894550] 2004-07-13 Don Porter <dgp@users.sourceforge.net> |