[Tcladdressbook-commits] Source Changes.Log,1.13,1.14
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-29 13:31:01
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5331/Source Modified Files: Changes.Log Log Message: getme -id Index: Changes.Log =================================================================== RCS file: /cvsroot/tcladdressbook/Source/Changes.Log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Changes.Log 28 Jul 2004 23:23:40 -0000 1.13 +++ Changes.Log 29 Jul 2004 13:30:52 -0000 1.14 @@ -7,8 +7,11 @@ to make it available in Tcl scripts, load it with the following instruction: package require addressbook +The main home page for the Tcladdressbook project is at <http://tcladdressbook.sourceforge.net/>. + This is an Open Source project. The source code for this extension can be found on the SourceForge site at: <http://sourceforge.net/projects/tcladdressbook> + Tcladdressbook binary releases are available at <http://sourceforge.net/project/showfiles.php?group_id=96169> or on my web page at <http://webperso.easyconnect.fr/bdesgraupes/tcl.html> @@ -21,7 +24,7 @@ <http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tcladdressbook> 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). @@ -31,17 +34,27 @@ = 1.1b1 last update: ================================================================================ Added an [addressbook add] and an [addressbook remove] command to add -or remove an item (person or group) to or from a group. - Modified the [addressbook delete] command. It does not have an -optional argument anymore (this is replaced by [addressbook remove]). + or remove an item (person or group) to or from a group. + Modified the [addressbook delete] command: it does not have the + -ingroup optional argument anymore (this functionality is replaced + by [addressbook remove]). + Modified the [addressbook property remove] command: the third + argument can now also be a record ID so that the property is removed + only for this record. If the third argument is -persons or -groups, the + return value is now the number of properties successfully removed. + Added a new [addressbook identifier] command to get/set the distribution + identifier of a person¹s multi-value list property in a group. + The [addressbook getme] command now accepts an optional -id argument to return + the unique ID of the "Me" record. ================================================================================ -= 1.0b1 released last update: 2004-01-05 09:00:50 += 1.0b1 released last update: 2004-01-27 21:50:42 ================================================================================ Added a "Contribs" directory to the project on SourceForge for code contributions (Tcl scripts making use of the Tcladdressbook extension...). - Completed documentation and example files. + Completed documentation and example files. Html and Pdf files. + Added Unix man page. First public beta release. ================================================================================ |