summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-10-28 15:56:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-10-28 15:56:45 (GMT)
commit802fcdd315629f5da59f0716b0eb5065d372c040 (patch)
tree0244c4a2b3ed23ce5e78f770860bd9627f4b5e96 /ChangeLog
parent1e7a63a7d5abb80dbbad4624c34cc7bf3916ab54 (diff)
downloadtk-802fcdd315629f5da59f0716b0eb5065d372c040.zip
tk-802fcdd315629f5da59f0716b0eb5065d372c040.tar.gz
tk-802fcdd315629f5da59f0716b0eb5065d372c040.tar.bz2
Make sure we do default placement strategy when placement is empty [Bug 819284]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a11606..d789ae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-28 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * library/tk.tcl (::tk::PlaceWindow): Added check for empty string
+ first when determining placement strategy. [Bug 819284]
+
2003-10-23 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups.