diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-06 10:15:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-06 10:15:56 (GMT) |
commit | 98aad13185edb779119cf4546b08580e0c9cb6ec (patch) | |
tree | 8bd3ded3784633dd38dac4ee704eb5c97f2124e4 /ChangeLog | |
parent | 4f9cbe8a775206db62052155ed82bbdcedc9016d (diff) | |
download | tk-98aad13185edb779119cf4546b08580e0c9cb6ec.zip tk-98aad13185edb779119cf4546b08580e0c9cb6ec.tar.gz tk-98aad13185edb779119cf4546b08580e0c9cb6ec.tar.bz2 |
* win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,7 +1,11 @@ +2010-10-06 Donal K. Fellows <dkf@users.sf.net> + + * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo. + 2010-10-05 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkWinX.c: [Bug 3080953] Malformed Unicode characters in %A substitution - Problem was in the static function GetTranslatedKey(). + * generic/tkWinX.c: [Bug 3080953]: Malformed Unicode characters in %A + substitution Problem was in the static function GetTranslatedKey(). 2010-10-01 Donal K. Fellows <dkf@users.sf.net> @@ -32,7 +36,8 @@ * win/winMain.c: * unix/tkAppInit.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style. - * generic/ttk/ttkGenStubs.tcl: Dummy genStubs::export (from genStubs.tcl) + * generic/ttk/ttkGenStubs.tcl: Dummy genStubs::export (from + genStubs.tcl) 2010-09-20 Jan Nijtmans <nijtmans@users.sf.net> @@ -86,8 +91,8 @@ 2010-09-08 Joe English <jenglish@users.sourceforge.net> - * generic/ttk/ttkTreeview.c(TreeviewSeeCommand): - Schedule redisplay if [$tv see] opens any items [Bug#2829363]. + * generic/ttk/ttkTreeview.c (TreeviewSeeCommand): [Bug 2829363]: + Schedule redisplay if [$tv see] opens any items. 2010-09-05 Donal K. Fellows <dkf@users.sf.net> |