diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-17 09:27:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-17 09:27:23 (GMT) |
commit | b76131c53da56bee1254947caed81e4107ac9f00 (patch) | |
tree | 2e11bb5a65563cae5167b16b7d0139a339575fb0 /ChangeLog | |
parent | eabca50612fc68732cd733839090e32ade7d1c1d (diff) | |
download | tk-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-- | ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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> |