summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-08-12 07:59:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-08-12 07:59:14 (GMT)
commit0068c1b934fc15e422075268a35e85477ff813b0 (patch)
treef480e4992e54b29513d64cf2d7670459561d632b /ChangeLog
parent068f042f5e3805593b4d2fe44e9887a70bcefb06 (diff)
downloadtk-0068c1b934fc15e422075268a35e85477ff813b0.zip
tk-0068c1b934fc15e422075268a35e85477ff813b0.tar.gz
tk-0068c1b934fc15e422075268a35e85477ff813b0.tar.bz2
* library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backport
of factoring-out of decision logic for whether to delete the selected text.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 003c68f..f88db20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-12 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backport
+ of factoring-out of decision logic for whether to delete the selected
+ text.
+
2010-08-11 Jeff Hobbs <jeffh@ActiveState.com>
* win/Makefile.in (%.${OBJEXT}): better implicit rules support
@@ -5,8 +11,8 @@
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/Makefile.in:
* unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
- -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other
- baggage that went with it. Remove pre-4 AIX build support.
+ -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage
+ that went with it. Remove pre-4 AIX build support.
2010-08-11 Donal K. Fellows <dkf@users.sf.net>