diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-23 08:55:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-23 08:55:30 (GMT) |
commit | 62fff2d6771a68615c2f9019a893a97b051c8654 (patch) | |
tree | e2fa78764c7815d7e25635e794a4b1f7c480ccbe /ChangeLog | |
parent | 4a02e8f7107c2512993c80f6a7046b5f28b6552e (diff) | |
download | tcl-62fff2d6771a68615c2f9019a893a97b051c8654.zip tcl-62fff2d6771a68615c2f9019a893a97b051c8654.tar.gz tcl-62fff2d6771a68615c2f9019a893a97b051c8654.tar.bz2 |
Fix [Bug 2459725]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,14 +1,18 @@ +2008-12-23 Donal K. Fellows <dkf@users.sf.net> + + * win/Makefile.in: Handle file extensions correctly. [Bug 2459725] + 2008-12-22 Pat Thoyts <patthoyts@users.sourceforge.net> *** 8.6b1 TAGGED FOR RELEASE *** - * win/makefile.vc: [Bug 2458395] Ensure pkgs directories are - suitable and quote the paths. + * win/makefile.vc: Ensure pkgs directories are suitable and quote the + paths. [Bug 2458395] 2008-12-22 Joe Mistachkin <joe@mistachkin.com> - * tools/man2help2.tcl: Added support for "\(mi" nroff macro. - [Bug 2330040] + * tools/man2help2.tcl: Added support for "\(mi" nroff macro. [Bug + 2330040] 2008-12-22 Pat Thoyts <patthoyts@users.sourceforge.net> |