[Tclresource-commits] Source Changes.Log,1.3,1.4
Status: Beta
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-09-07 12:59:20
|
Update of /cvsroot/tclresource/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19675 Modified Files: Changes.Log Log Message: 1.1.1 Index: Changes.Log =================================================================== RCS file: /cvsroot/tclresource/Source/Changes.Log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Changes.Log 24 Oct 2003 17:34:06 -0000 1.3 +++ Changes.Log 7 Sep 2004 12:59:05 -0000 1.4 @@ -1,13 +1,13 @@ Changes Log for the Tclresource extension ========================================= -The [resource] command was originally defined as a built-in command of Tcl -on MacOS 7/8/9. The original code can be found in the Tcl sources in -/tcl/mac/tclMacResource.c. Tclresource is backwards compatible with the -original command. Version 1.0 can be considered strictly as a port of this -command to OSX (with minor modifications reflecting OSX idiosyncrasies: no -ROM resource map etc.). Versions 1.1 and greater widely enhance the syntax -of the [resource] command but will always remain backwards compatible with +The [resource] command was originally defined as a built-in command of Tcl +on MacOS 7/8/9. The original code can be found in the Tcl sources in +/tcl/mac/tclMacResource.c. Tclresource is backwards compatible with the +original command. Version 1.0 can be considered strictly as a port of this +command to OSX (with minor modifications reflecting OSX idiosyncrasies: no +ROM resource map etc.). Versions 1.1 and greater widely enhance the syntax +of the [resource] command but will always remain backwards compatible with the original command. This is an Open Source project. The source code for this extension can be @@ -19,22 +19,39 @@ <http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tclresource> Please e-mail about any problems you might encounter: -<bde...@ea...> +<bde...@us...> This changes log is in reverse chronological order (from bottom to top). ================================================================================ -= 1.1b3 development last update: 2003-10-24 08:52:41 += 1.1.1 release last update: ================================================================================ - replaced FSpLocationFromPath() by Toolbox FSPathMakeRef(). - removed all dependencies on MoreFiles or MoreFilesX. Updated access +¥ Public release of version 1.1.1. + +================================================================================ += 1.1b4 development last update: 2004-09-07 14:55:22 +================================================================================ +¥ Reorganized the code to separate command definitions and utility + functions. +¥ Fixed crashing bug in [resource open] used with permission due to the + use of an already released object. Bug #1020224. +¥ Fixed [types] command always returning TCL_OK. +¥ More informative error reporting. +¥ Corrected typos in usage strings. +¥ Creation of a complete test suite (using the tcltest library). + +================================================================================ += 1.1b3 last update: 2003-10-24 08:52:41 +================================================================================ +¥ replaced FSpLocationFromPath() by Toolbox FSPathMakeRef(). +¥ removed all dependencies on MoreFiles or MoreFilesX. Updated access paths in the project file. - [resource files $resid] returns POSIX path rather than Finder path. +¥ [resource files $resid] returns POSIX path rather than Finder path. ================================================================================ = 1.1b2 released last update: 2003-10-18 18:51:36 ================================================================================ - fix for [resource list] crashing bug: ReleaseResource should not +¥ fix for [resource list] crashing bug: ReleaseResource should not be called if resource is already in memory. This occured when calling [resource list] with no resourceRef i-e on all resource maps. This bug was already in the original [resource] command under OS8/9 ! @@ -42,14 +59,14 @@ ================================================================================ = 1.1b1 released last update: 2003-10-16 08:15:54 ================================================================================ - first release with the new subcommands and datafork support. New +¥ first release with the new subcommands and datafork support. New suncommands are: [resource attribute], [resource fork], [resource id], [resource name], [resource update]. ================================================================================ = 1.0 released last update: 2003-09-20 12:12:45 ================================================================================ - first release of the old [resource] command as a loadable extension for +¥ first release of the old [resource] command as a loadable extension for OSX. No additional features: just the plain old [resource] as defined as a built-in command in OS9 and earlier. |