summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authora_kovalenko <a_kovalenko>2010-06-22 14:02:31 (GMT)
committera_kovalenko <a_kovalenko>2010-06-22 14:02:31 (GMT)
commit99841d6f97825b53e287980812a7fa1e050a3beb (patch)
treed856dc2e8d1d9e3021184b4669eba49c4902cc91 /ChangeLog
parent34a64900388376b9d06d12ffae7b631df27ed9d1 (diff)
downloadtk-99841d6f97825b53e287980812a7fa1e050a3beb.zip
tk-99841d6f97825b53e287980812a7fa1e050a3beb.tar.gz
tk-99841d6f97825b53e287980812a7fa1e050a3beb.tar.bz2
[Patch #3019624] fix "place" command segfault on half-dead app main window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a5b7b3..c8b4d50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-22 Anton Kovalenko <a_kovalenko@users.sf.net>
+
+ * generic/tkPlace.c: [Patch #3019624] modify "place" command,
+ making it get main window through ClientData (like grid or pack
+ do), instead of calling Tk_MainWindow(interp).
+ * generic/tkWindow.c: modify "place" entry in commands[],
+ turn on passMainWindow flag.
+
2010-06-22 Jan Nijtmans <nijtmans@users.sf.net>
* generic/ttk/ttkGenStubs.tcl [Bug #3019363] "make genstubs" failure