[Tcladdressbook-commits] Help TclAddressBookHelp,1.18,1.19
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-08-01 06:32:09
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29289/Help Modified Files: TclAddressBookHelp Log Message: [add] and [remove] take multiple args Index: TclAddressBookHelp =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- TclAddressBookHelp 30 Jul 2004 21:30:42 -0000 1.18 +++ TclAddressBookHelp 1 Aug 2004 06:32:00 -0000 1.19 @@ -12,7 +12,7 @@ 2. SYNOPSIS 3. INTRODUCTION 4. SUBCOMMANDS - addressbook add recordID groupID + addressbook add groupID recordID ?recordID ...? addressbook changed addressbook count (-groups | -persons) ?-ingroup groupID? addressbook create (group | person) name ?-ingroup groupID? @@ -34,7 +34,7 @@ addressbook property add (-groups | -persons) propName propType addressbook property remove (-groups | -persons | recordID) propName addressbook record recordID - addressbook remove recordID groupID + addressbook remove groupID recordID ?recordID ...? addressbook save addressbook search ?(-groups | -persons)? ?-ids? ?-nocase? property op value addressbook set recordID propertyName ?value? @@ -70,9 +70,9 @@ 4. SUBCOMMANDS - addressbook add recordID groupID -This command lets you add an already existing item (person or group) -designated by its unique ID recordID to the group with ID + addressbook add groupID recordID ?recordID ...? +This command lets you add one or more already existing items (persons or +groups) designated by their unique ID recordID to the group with ID groupID. addressbook changed @@ -151,13 +151,15 @@ which will be used by default if no distribution identifier has been specified using the addressbook identifier set command. Property propName must be a multi-value list property (such as -Phone, Email). ((nl Used without the ident argument, the -command will return the primary identifier concerning property -propName for the person personID. +Phone, Email). + Used without the ident argument, the command will return the +primary identifier concerning property propName for the +person personID. If the ident argument is specified, the command will set the primary value to be the value for the given identifier ident. This value must be a valid identifier used by the multi-value list: one can get -the identifiers of any element of a multi-value list using the addressbook identifier get command. +the identifiers of any element of a multi-value list using the +addressbook identifier get command. addressbook identifier set groupID personID propName ?ident? This command lets you get or set the distribution identifier for a @@ -272,9 +274,9 @@ using the keylget and keylset commands defined in the TclX extension. - addressbook remove recordID groupID -This command lets you remove an already existing item (person or group) -designated by its unique ID recordID from the group with ID + addressbook remove groupID recordID ?recordID ...? +This command lets you remove one or more already existing items (persons or +groups) designated by their unique ID recordID from the group with ID groupID. addressbook save @@ -400,7 +402,8 @@ command. 1.1b2 -- 2004/07/29 -- New command [setme]. 1.1b3 -- 2004/07/30 -- New command [identifier] to handle -distribution lists. +distribution lists. Subcommands: count, get, primary, set. + 1.1b4 -- 2004/07/31 -- New command [identifier index]. @@ -455,7 +458,7 @@ ---------------------------------------------------------------------- - Last updated 2004-07-30 23:22:23 + Last updated 2004-08-01 08:09:58 |