diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:01:30 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:01:30 (GMT) |
commit | 430612c9b1d9221b032c2c2dabbfed4a10570b50 (patch) | |
tree | 7c5087b839c039d878ec1e8c5a0022ae0953534a /ChangeLog | |
parent | ff1f43598ccc3d0a157e9bd32a7f48ecacf42331 (diff) | |
download | tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.zip tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.tar.gz tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.tar.bz2 |
Fixes for [Bug 1934272, 2072891]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-10-02 Joe Mistachkin <joe@mistachkin.com> + + * doc/info.n: Fix unmatched font change. + * doc/tclvars.n: Fix unmatched font change. + * doc/variable.n: Fix unmatched font change. + * tools/man2help2.tcl: Integrated patch from Harald Oehlmann. + [Bug 1934272] + * tools/man2tcl.c: Increase MAX_LINE_SIZE to fix "Too long line" error. + * win/buildall.vc.bat: Prefer the HtmlHelp target over the WinHelp + target. [Bug 2072891] + * win/makefile.vc: Fix the HtmlHelp and WinHelp targets to not be + mutually exclusive. + 2008-09-29 Don Porter <dgp@users.sourceforge.net> TIP #323 IMPLEMENTATION (partial) |