[Tcladdressbook-commits] Help tcladdressbook.n,1.10,1.11
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-08-02 08:08:49
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22579/Help Modified Files: tcladdressbook.n Log Message: Installation update to 1.1 Index: tcladdressbook.n =================================================================== RCS file: /cvsroot/tcladdressbook/Help/tcladdressbook.n,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- tcladdressbook.n 1 Aug 2004 17:56:48 -0000 1.10 +++ tcladdressbook.n 2 Aug 2004 08:08:33 -0000 1.11 @@ -1,7 +1,7 @@ .de uline \Z'\\$1'\v'.25m'\D'l \w'\\$1'u 0'\v'-.25m' .. -.TH tcladdressbook n "" "2004-08-01" "addressbook extension for Tcl" +.TH tcladdressbook n "" "2004-08-02" "addressbook extension for Tcl" .SH NAME .PP addressbook - manipulate the Macintosh OSX Address Book database @@ -379,15 +379,16 @@ .SH INSTALLATION .PP The extension is made of two files: the dynamic library (called -addressbook1.0.dylib in version 1.0) and a file pkgIndex.tcl necessary for -Tcl to be able to locate the extension upon request. Both files are -contained in a folder called, in version 1.0, TclAddressBook1.0. This -folder should be installed on your system in /Library/Tcl or in +addressbook1.1.dylib in version 1.1) and a +file pkgIndex.tcl necessary for Tcl to be able to locate the extension upon +request. Both files are contained in a folder called +TclAddressBook1.1, in version 1.1. +This folder should be installed on your system in /Library/Tcl or in ~/Library/Tcl or, more generally, in any folder contained in your \fBauto_path\fP Tcl variable. If you use the extension within the AlphaX editor (version 8.0b11 or greater), you can also install it in the \fI Tclextensions\fP folder which is located at the same level as the -application. +application. .SH VERSION HISTORY .PP .RS @@ -407,6 +408,8 @@ .IP * 4 1.1b5 -- 2004/08/01 -- New command [identifier label]. Fixed setting value with [identifier primary]. +.IP * 4 +1.1 -- 2004/08/02 -- Tests passed. Release of 1.1 version. .RE .SH REQUIREMENTS AND PORTABILITY .PP |