summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-03-30 07:11:44 (GMT)
committerhobbs <hobbs>2001-03-30 07:11:44 (GMT)
commit8df8dbf9d21ffe245619e3da00b552c7401b4f93 (patch)
treeee162b0f9bbc9f255a8206147eac23a3ef91f573 /ChangeLog
parentfe669ce208870caf72df127b1cca6f16d5bc1b4a (diff)
downloadtk-8df8dbf9d21ffe245619e3da00b552c7401b4f93.zip
tk-8df8dbf9d21ffe245619e3da00b552c7401b4f93.tar.gz
tk-8df8dbf9d21ffe245619e3da00b552c7401b4f93.tar.bz2
* tests/canvas.test: added test case to check obj conversion
* generic/tkObj.c (UpdateStringOfMM, SetMMFromAny): better obj-aware screen distances. (pgbaum, hobbs) [Patch #403327]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 645f34f..52e3ba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2001-03-29 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tests/canvas.test: added test case to check obj conversion
+ * generic/tkObj.c (UpdateStringOfMM, SetMMFromAny): better
+ obj-aware screen distances. (pgbaum, hobbs) [Patch #403327]
+
+ * library/bgerror.tcl (bgerror): allow focus into details window
+ for Windows C&P to work. [Bug #220929]
+
+ * library/tk.tcl: put a catch around adding <hpBackTab> to the
+ <<PrevWindow>> virtual event as it doesn't seem to work on all HP
+ systems. [Bug #411669]
+
+ * library/tkfbox.tcl: fixed selecting directories and single files
+ with spaces using tk_getOpenFile -multiple 1. [Bug #411640]
+
+ * win/tkWinDialog.c (GetFileNameA): added support for -multiple to
+ ascii-based tk_getOpenFile (Win9*). (haneef) [Patch #403047]
+ (GetFileNameW): increased number of files that could be returned
+ by tk_getOpenFile -multiple. [Patch #412042]
+
2001-03-29 Mo DeJong <mdejong@redhat.com>
* library/entry.tcl (tkEntryMouseSelect):