diff options
author | dkf <dkf@noemail.net> | 2013-02-28 09:38:48 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2013-02-28 09:38:48 (GMT) |
commit | 53669af33863a2a138aae59c6a11638a8b963043 (patch) | |
tree | b9305cff52c4f7a37e83bbff054969cae92f71c6 | |
parent | c108395c4525bb5aed8c2d0bdc4590058efbbf13 (diff) | |
parent | af1b169ca78c4d5a1e97f3a5d71af586d7ffc53a (diff) | |
download | tk-53669af33863a2a138aae59c6a11638a8b963043.zip tk-53669af33863a2a138aae59c6a11638a8b963043.tar.gz tk-53669af33863a2a138aae59c6a11638a8b963043.tar.bz2 |
minor: tidy up change log formatting
FossilOrigin-Name: 3160fe3353c96ab477e4fef52b0dcb6c545ef92e
-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> |