diff options
author | das <das> | 2005-06-23 22:07:11 (GMT) |
---|---|---|
committer | das <das> | 2005-06-23 22:07:11 (GMT) |
commit | 303f648c3c4cd55009825a5e652f3586de1fe14c (patch) | |
tree | 1d362930614375fab5d69642e7266d48eb3548fc /ChangeLog | |
parent | a2624934f7bfed3014a67d435ff8c16dea6b3a8d (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |