From 73d2c5f07cccfd465ae5ca4c56344a38871a5b07 Mon Sep 17 00:00:00 2001 From: jingham Date: Tue, 10 Nov 1998 06:56:47 +0000 Subject: Add changelog entry for the resource command bug fix. --- changes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changes b/changes index 8bb2496..957a145 100644 --- a/changes +++ b/changes @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.32 1998/11/02 22:40:04 welch Exp $ +RCS: @(#) $Id: changes,v 1.33 1998/11/10 06:56:47 jingham Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -3664,3 +3664,8 @@ close in a fileevent script are actually reflected by the close command. (BW) 10/30/98 (bug fix) Overhaul of pkg_mkIndex to deal with transitive package requires and packages split among scripts and binary files. Also fixed ommision of global for errorInfo in tcl_findLibrary. (BW) + +11/08/98 (bug fix) Fixed TclMacRegisterResourceFork to always detect the case where a file +is opened a second time with the same permissions. In IM, it claims that this will +always cause the same FileRef to be returned, but in MacOS 8.1+, this is no longer the +case, so we have to test for this explicitly. -- cgit v0.12