[Tcladdressbook-commits] Help TclAddressBookHelp,1.15,1.16
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-29 20:15:06
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17787/Help Modified Files: TclAddressBookHelp Log Message: Documenting new "setme" command Index: TclAddressBookHelp =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- TclAddressBookHelp 29 Jul 2004 13:32:18 -0000 1.15 +++ TclAddressBookHelp 29 Jul 2004 20:14:55 -0000 1.16 @@ -5,7 +5,7 @@ Abstract This is a manual page for the Tcladdressbook extension for Tcl. It -documents version 1.1b1. +documents version 1.1b2. 1. NAME @@ -34,6 +34,7 @@ addressbook save addressbook search ?(-groups | -persons)? ?-ids? ?-nocase? property op value addressbook set recordID propertyName ?value? + addressbook setme recordID addressbook type recordID 5. INSTALLATION 6. VERSION HISTORY @@ -315,6 +316,9 @@ addressbook record command for a description of the format used for the various kinds of properties. + addressbook setme recordID +This command sets the record that represents the logged-in user. + addressbook type recordID This command returns the type (ABPerson or ABGroup) of the record with unique ID recordID. @@ -335,8 +339,10 @@ 6. VERSION HISTORY 1.0b1 -- 2004/01/25 -- First public release. - 1.1b1 -- 2004/08/01 -- New commands "add" and "remove". Modified -"delete" command. + 1.1b1 -- 2004/07/28 -- New commands [add] and [remove]. Modified +[delete] command. New command [identifier]. Modified [property remove] +command. + 1.1b2 -- 2004/07/29 -- New command [setme]. @@ -391,7 +397,7 @@ ---------------------------------------------------------------------- - Last updated 2004-07-29 15:28:58 + Last updated 2004-07-29 22:00:33 |