[Tcladdressbook-commits] Help TclAddressBookHelp,1.21,1.22
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-08-08 20:45:31
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16003/Help Modified Files: TclAddressBookHelp Log Message: Updated for 1.1.1 Index: TclAddressBookHelp =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- TclAddressBookHelp 2 Aug 2004 08:08:50 -0000 1.21 +++ TclAddressBookHelp 8 Aug 2004 20:45:20 -0000 1.22 @@ -5,7 +5,7 @@ Abstract This is a manual page for the Tcladdressbook extension for Tcl. It -documents version 1.1. +documents version 1.1.1. 1. NAME @@ -192,7 +192,9 @@ This command imports data in VCard format. The data specified by the vCardData argument must be valid data in VCard format: a new record is created in the database corresponding to the information contained in the -VCard. Note that the data can be binary if the VCard contains an image. +VCard. Note that the data can be binary if the VCard contains an image. +Starting from version 1.1.1 of the extension, the image is also imported by +the command as a custom icon for the record. addressbook label personID propName index ?value? This command lets you get or set the label of a value in a multi-value property @@ -396,14 +398,16 @@ 6. INSTALLATION The extension is made of two files: the dynamic library (called -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 auto_path Tcl variable. If -you use the extension within the AlphaX editor (version 8.0b11 or greater), -you can also install it in the Tclextensions folder which is located at the -same level as the application. +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 +auto_path Tcl variable. If you use the extension within the AlphaX +editor (version 8.0b11 or greater), you can also install it in the +Tclextensions folder which is located at the same level as the +application. 7. VERSION HISTORY @@ -418,6 +422,8 @@ 1.1b5 -- 2004/08/01 -- New command [identifier label]. Fixed setting value with [identifier primary]. 1.1 -- 2004/08/02 -- Tests passed. Release of 1.1 version. + 1.1.1 -- 2004/08/09 -- Technical upgrade. More error checking. +Fixed a memory leak. Images imported from VCards. @@ -472,7 +478,7 @@ ---------------------------------------------------------------------- - Last updated 2004-08-02 10:02:09 + Last updated 2004-08-08 22:40:34 |