summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2010-01-04 14:30:49 (GMT)
committerpatthoyts <patthoyts@noemail.net>2010-01-04 14:30:49 (GMT)
commit04d4fa492c433b437d2971344dc6b39eaafaf1c4 (patch)
tree0baa07aa8b626450639f1c6db9f79f28dbfd7b2f /ChangeLog
parent109c20452c284dce9afbdf1ead1544880855ee49 (diff)
downloadtk-04d4fa492c433b437d2971344dc6b39eaafaf1c4.zip
tk-04d4fa492c433b437d2971344dc6b39eaafaf1c4.tar.gz
tk-04d4fa492c433b437d2971344dc6b39eaafaf1c4.tar.bz2
Fix the console <<Cut>> binding to actually remove text
FossilOrigin-Name: 06ef20f1fc22b6c724a9404b633c129c48d0b5f3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21810a4..94946a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-01-04 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * library/console.tcl: [Bug 580361] Fix console <<Cut>> binding.
* library/console.tcl: Fix keyboard access to console menu.
* library/demos/filebox.tcl: Make prettier using ttk.
* library/demos/fontchoose.tcl: Fix display of demo code.