summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-07-22 22:22:37 (GMT)
committerhobbs <hobbs>2004-07-22 22:22:37 (GMT)
commitc19d414695a660b3ffaca0e118e3232492bbc8f1 (patch)
tree3122d27f87f5ccf3c5406e65aa0f2d91fdc35ca3 /ChangeLog
parent0c5eaf7b819ccba0d37acb9cc37b66434860acff (diff)
downloadtk-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--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4167ff3..4f68deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>