summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-22 09:31:34 (GMT)
committerhobbs <hobbs>2002-06-22 09:31:34 (GMT)
commit3016d7bb9fdd6c9886c4e501d5e7a1ac0823e9aa (patch)
tree096d85e5164c944af4df14eeb351e4e8faba1e46 /ChangeLog
parent9e028ef765d52a7db1bbda5eb13989a23b30fdc3 (diff)
downloadtk-3016d7bb9fdd6c9886c4e501d5e7a1ac0823e9aa.zip
tk-3016d7bb9fdd6c9886c4e501d5e7a1ac0823e9aa.tar.gz
tk-3016d7bb9fdd6c9886c4e501d5e7a1ac0823e9aa.tar.bz2
see changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 873f11f..cb26afc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2002-06-22 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULL
+ (may be when embedded). [Bug #548791] (halliday)
+
+ * generic/tkFont.c (TkFontPkgFree): changed panic on freeing fonts
+ to an assert, and wrapped panic in #ifdef PURIFY. [Bug #568701]
+
+ * library/menu.tcl: corrected menus from being posted offscreen
+ on Windows. [Bug #464451] (darley)
+
+ * library/console.tcl: corrected the defaultPrompt substitution
+ [Bug #553207] and made Tab a default expansion key (like Escape).
+
+ * win/tkWinEmbed.c (EmbedWindowDeleted): added a check for a null
+ containerPtr. The core of this bug is likely elsewhere. [Bug #476176]
+
* doc/text.n: TIP #93 implementation that
* generic/tkText.c (TextWidgetCmd): enhances the text get and
* generic/tkTextIndex.c (TkTextGetIndex): delete methods to accept