diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-19 13:45:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-19 13:45:39 (GMT) |
commit | 471b2df9228c4a0d62e3cb5af2f0a3e3ff10ae69 (patch) | |
tree | 05de98540cc1f11fc78b7865d9bd73c817bc7ce7 /ChangeLog | |
parent | 02f1403c00f04aab73f988a2ebdc0195d6feaed5 (diff) | |
download | tk-471b2df9228c4a0d62e3cb5af2f0a3e3ff10ae69.zip tk-471b2df9228c4a0d62e3cb5af2f0a3e3ff10ae69.tar.gz tk-471b2df9228c4a0d62e3cb5af2f0a3e3ff10ae69.tar.bz2 |
[Tcl Bug 2954638]: Correct behaviour of manual page installer. Also added
armouring to check that assumptions about the initial state are actually valid
(e.g., look for existing input file).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,3 +1,10 @@ +2010-02-19 Donal K. Fellows <dkf@users.sf.net> + + * unix/installManPage: [Tcl Bug 2954638]: Correct behaviour of manual + page installer. Also added armouring to check that assumptions about + the initial state are actually valid (e.g., look for existing input + file). + 2010-02-19 Stuart Cassoff <stwo@users.sourceforge.net> * tcl.m4: Correct compiler/linker flags @@ -6,14 +13,13 @@ 2010-02-17 Joe English <jenglish@users.sourceforge.net> - * generic/tkMenu.c: Defer TkMenuOptionTables cleanup - to CallWhenDeleted() time, to ensure that the record - doesn't get freed until after all widget instance commands - have been deleted (Fixes [Bug#2952745]). + * generic/tkMenu.c: [Bug 2952745]: Defer TkMenuOptionTables cleanup to + CallWhenDeleted() time, to ensure that the record doesn't get freed + until after all widget instance commands have been deleted. 2010-02-16 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tkUnixWm.c make TkSetTransientFor static + * unix/tkUnixWm.c make TkSetTransientFor static 2010-02-07 Jan Nijtmans <nijtmans@users.sf.net> @@ -162,7 +168,7 @@ 2009-12-27 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tkWinMenu.c: [Bug 2879927]: Highlight for cascade items in + * win/tkWinMenu.c: [Bug 2879927]: Highlight for cascade items in torn-off menus is incorrect on Windows. 2009-12-25 Donal K. Fellows <dkf@users.sf.net> |