summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-17 09:27:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-17 09:27:23 (GMT)
commitb76131c53da56bee1254947caed81e4107ac9f00 (patch)
tree2e11bb5a65563cae5167b16b7d0139a339575fb0 /ChangeLog
parenteabca50612fc68732cd733839090e32ade7d1c1d (diff)
downloadtk-b76131c53da56bee1254947caed81e4107ac9f00.zip
tk-b76131c53da56bee1254947caed81e4107ac9f00.tar.gz
tk-b76131c53da56bee1254947caed81e4107ac9f00.tar.bz2
* library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keys
* library/ttk/entry.tcl: explicitly do nothing, since Tk-on-Cocoa will generate (invisible zero-width) characters for them otherwise. The explicitly empty bindings are harmless on other platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e3b5f2..58a56f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,19 @@
+2010-03-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keys
+ * library/ttk/entry.tcl: explicitly do nothing, since Tk-on-Cocoa will
+ generate (invisible zero-width) characters for them otherwise. The
+ explicitly empty bindings are harmless on other platforms.
+
2010-03-16 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/.cvsignore Ignore .a and .so
+ * unix/.cvsignore: Ignore .a and .so
2010-03-12 Jan Nijtmans <nijtmans@users.sf.net>
- * win/rules.vc Fix [Tcl Bug 2967340]: Static build failure
- * win/makefile.vc
- * win/.cvsignore
+ * win/rules.vc: Fix [Tcl Bug 2967340]: Static build failure
+ * win/makefile.vc:
+ * win/.cvsignore:
2010-03-12 Donal K. Fellows <dkf@users.sf.net>