summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-08 18:17:32 (GMT)
committerhobbs <hobbs>2005-12-08 18:17:32 (GMT)
commit93ffd1d416a03cd792e06f5251092385ab67f788 (patch)
treec88adf27902362ca0727d6edb5d4725009fc2082 /ChangeLog
parent92c26aee05e92937090c66189ac215a1210f4e37 (diff)
downloadtk-93ffd1d416a03cd792e06f5251092385ab67f788.zip
tk-93ffd1d416a03cd792e06f5251092385ab67f788.tar.gz
tk-93ffd1d416a03cd792e06f5251092385ab67f788.tar.bz2
* generic/tkTextTag.c (TkTextTagCmd): use correct arraySize for
peered text widgets in [$text tag names]. [Bug 1375069 1374935]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b14572..cbfc390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
+2005-12-08 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkTextTag.c (TkTextTagCmd): use correct arraySize for
+ peered text widgets in [$text tag names]. [Bug 1375069 1374935]
+
2005-12-08 Daniel Steffen <das@users.sourceforge.net>
- * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl
- * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the
- * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are
- * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and
- * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c
- [Bug 1336531].
+ * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl
+ * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the
+ * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are
+ * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and
+ * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c
+ [Bug 1336531].
* macosx/tkMacOSXInt.h: sync comments with core-8-4-branch.