diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-28 09:38:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-28 09:38:48 (GMT) |
commit | 0aa90e499f40fc68f53c0e7e488a4bb2ee1de2c7 (patch) | |
tree | b9305cff52c4f7a37e83bbff054969cae92f71c6 /ChangeLog | |
parent | bf80f6ef08005e8ed3da3a8ece7fefa373fc8dd8 (diff) | |
parent | b98986e5eb06749f8643ce91624ee21e84007e30 (diff) | |
download | tk-0aa90e499f40fc68f53c0e7e488a4bb2ee1de2c7.zip tk-0aa90e499f40fc68f53c0e7e488a4bb2ee1de2c7.tar.gz tk-0aa90e499f40fc68f53c0e7e488a4bb2ee1de2c7.tar.bz2 |
minor: tidy up change log formatting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,25 +1,25 @@ 2013-02-28 Donal K. Fellows <dkf@users.sf.net> * unix/tkUnixKey.c (TkpGetKeySym): [Bug 3599312]: Put the - initialization of the key mapping before the input method handling - so that Alt key handling is correct on non-OSX Unix. Thanks to - Colin McDonald for developing the fix. + initialization of the key mapping before the input method handling so + that Alt key handling is correct on non-OSX Unix. Thanks to Colin + McDonald for developing the fix. 2013-02-18 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tkUnixEvent.c: Call XInitThreads once before the - first Xlib call. Suggested by Brian Griffin. + * unix/tkUnixEvent.c: Call XInitThreads once before the first Xlib + call. Suggested by Brian Griffin. 2013-01-14 Jan Nijtmans <nijtmans@users.sf.net> - * win/tcl.m4: More flexible search for win32 tclConfig.sh, + * win/tcl.m4: More flexible search for win32 tclConfig.sh, * win/configure: backported from TEA. 2013-01-13 Jan Nijtmans <nijtmans@users.sf.net> - * library/tk.tcl: [Bug 3600390]: tk_strictMotif not tested for. - * library/ttk/entry.tcl: Now all key-bindings for Control- - a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. + * library/tk.tcl: [Bug 3600390]: tk_strictMotif not tested for. Now + * library/ttk/entry.tcl: all key-bindings for Control-a,b,e,f,n,p and + their shift variants respect tk_strictMotif. 2013-01-10 Jan Nijtmans <nijtmans@users.sf.net> |