summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-03-18 13:38:21 (GMT)
committerdas <das>2003-03-18 13:38:21 (GMT)
commitdcfb2e5557e33d2ffc3f05df4f3dd0e94209d6ed (patch)
tree5b6f6b2381392db28254235c12ac5340c3000b2d /ChangeLog
parentb9fc074fd6e4e600d78808c7bb874bc30a7b5d08 (diff)
downloadtcl-dcfb2e5557e33d2ffc3f05df4f3dd0e94209d6ed.zip
tcl-dcfb2e5557e33d2ffc3f05df4f3dd0e94209d6ed.tar.gz
tcl-dcfb2e5557e33d2ffc3f05df4f3dd0e94209d6ed.tar.bz2
* tools/tcltk-man2html.tcl: added support for building 'make html'
from inside distribution directories named with 8.x.x version numbers. tcltk-man2html now uses the latest tcl8.x.x resp. tk8.x.x directories found inside its --srcdir argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 14 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1851c91..cea8c18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-18 Daniel Steffen <das@users.sourceforge.net>
+
+ * tools/tcltk-man2html.tcl: added support for building 'make html'
+ from inside distribution directories named with 8.x.x version
+ numbers. tcltk-man2html now uses the latest tcl8.x.x resp. tk8.x.x
+ directories found inside its --srcdir argument.
+
2003-03-17 Mo DeJong <mdejong@users.sourceforge.net>
* tests/format.test: Renumber tests, a bunch of
@@ -66,14 +73,14 @@
[return] and [continue] exceptions. All other behavior should
remain compatible. [RFE 536831,684982] [Bug 685106]
- * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT
- * win/tclWinPipe.c: from tcl.h -- they are not part of Tcl's
- public interface. Put them in win/tclWinPipe.c where they are used.
+ * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT
+ * win/tclWinPipe.c: from tcl.h -- they are not part of Tcl's
+ public interface. Put them in win/tclWinPipe.c where they are used.
- * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected and added
- * tests/interp.test (interp-2.13): test for option
- parsing beyond objc for [interp create --]. Thanks to Marco Maggi.
- [Bug 702383]
+ * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected and added
+ * tests/interp.test (interp-2.13): test for option
+ parsing beyond objc for [interp create --]. Thanks to Marco Maggi.
+ [Bug 702383]
2003-03-11 Kevin Kenny <kennykb@users.sourceforge.net>