summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-06-13 22:19:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-06-13 22:19:53 (GMT)
commitb76b06298684d10212e10d970bb2d5ee1ff29b45 (patch)
tree4b1164f24f0b53ab2e12ce03328380bc4dda3a0b /ChangeLog
parent6c9b8bdd74ad3b776f15340267d4173afb1985af (diff)
downloadtcl-b76b06298684d10212e10d970bb2d5ee1ff29b45.zip
tcl-b76b06298684d10212e10d970bb2d5ee1ff29b45.tar.gz
tcl-b76b06298684d10212e10d970bb2d5ee1ff29b45.tar.bz2
* tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the
title of a manual page be stored relative to its resulting directory name as well as its source filename. This was caused by both Tcl and a contributed package ([incr Tcl]) defining an Object.3. Also corrected the joining of strings in titles to avoid extra braces. Note: This removes the previous hack and fixes things correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b3866dd..525d59c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,10 @@
2010-06-13 Donal K. Fellows <dkf@users.sf.net>
- * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C
- docs from interfering with Tcl docs during HTML generation. This is a
- band-aid since it just prevents the generation of the HTML version of
- the Itcl C docs (since they're not installed during 'make install')
- rather than improving the code to not have problems with the clash
- between two Object.3 files.
+ * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the
+ title of a manual page be stored relative to its resulting directory
+ name as well as its source filename. This was caused by both Tcl and a
+ contributed package ([incr Tcl]) defining an Object.3. Also corrected
+ the joining of strings in titles to avoid extra braces.
2010-06-09 Andreas Kupries <andreask@activestate.com>