summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch>1998-07-24 14:30:22 (GMT)
committerwelch <welch>1998-07-24 14:30:22 (GMT)
commit31bbea25be0b7678d1c26d53f38aa3c266c62d99 (patch)
tree66e2aa87df1c83cd9e2d67a22bd57760eb147282 /changes
parent4841d985076d6542845ccfa54efaba134c5180c9 (diff)
downloadtcl-31bbea25be0b7678d1c26d53f38aa3c266c62d99.zip
tcl-31bbea25be0b7678d1c26d53f38aa3c266c62d99.tar.gz
tcl-31bbea25be0b7678d1c26d53f38aa3c266c62d99.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes16
1 files changed, 11 insertions, 5 deletions
diff --git a/changes b/changes
index 8782b51..5a502d2 100644
--- a/changes
+++ b/changes
@@ -3542,11 +3542,17 @@ insert pointers to such routines; TclAccessDeleteProc, TclStatDeleteProc,
& TclOpenFileChannelDeleteProc delete pointers to such routines. See
the file generic/tclIOUtils.c for more details. (SKS)
- 7/1/98 (enhancement) Added a new internal C variable
- tclPreInitScript. This is a pointer to a string that may hold an
- initialization script; If this pointer is non-NULL it is evaluated in
- Tcl_Init() prior to the built-in initialization script defined in the
- file generic/tclInitScript.h. (SKS)
+7/1/98 (enhancement) Added a new internal C variable
+tclPreInitScript. This is a pointer to a string that may hold an
+initialization script; If this pointer is non-NULL it is evaluated in
+Tcl_Init() prior to the built-in initialization script defined in the
+file generic/tclInitScript.h. (SKS)
7/6/98 (bug fix) Removed dead code in PlatformInitExitHandler so that
the TCL_LIBRARY value can be safely patched in binaries. (BW)
+
+7/24/98 (enhancement) Incorporated a new version of auto_mkindex that
+can support the [incr Tcl] class structures. This version will index
+all procedures in a source file, not just those where "proc" starts
+at the beginning of the line. If you want the old behavior, use the
+auto_mkindex_old procedure. (MMC)