summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-23 22:07:11 (GMT)
committerdas <das>2005-06-23 22:07:11 (GMT)
commit303f648c3c4cd55009825a5e652f3586de1fe14c (patch)
tree1d362930614375fab5d69642e7266d48eb3548fc /ChangeLog
parenta2624934f7bfed3014a67d435ff8c16dea6b3a8d (diff)
downloadtk-303f648c3c4cd55009825a5e652f3586de1fe14c.zip
tk-303f648c3c4cd55009825a5e652f3586de1fe14c.tar.gz
tk-303f648c3c4cd55009825a5e652f3586de1fe14c.tar.bz2
* generic/tkConsole.c: backport fix for bug 756840 & sync whitespace
changes from HEAD. * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27762b0..19c072e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
*** 8.4.11 TAGGED FOR RELEASE ***
+ * generic/tkConsole.c: backport fix for bug 756840 & sync whitespace
+ changes from HEAD.
+
+ * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.
+
* macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2
to make default entry widgets in TkAqua look like in other aqua apps
(and have same border dimensions as other platforms). [Bug 1176610]