[Tcladdressbook-commits] Source Changes.Log,1.27,1.28 TclAddressBook_version.h,1.14,1.15
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2005-04-04 08:25:38
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18417 Modified Files: Changes.Log TclAddressBook_version.h Log Message: Started "1.1.4" (1.1.4b1) Index: Changes.Log =================================================================== RCS file: /cvsroot/tcladdressbook/Source/Changes.Log,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Changes.Log 4 Apr 2005 06:31:51 -0000 1.27 +++ Changes.Log 4 Apr 2005 08:25:26 -0000 1.28 @@ -32,117 +32,122 @@ ================================================================================ += 1.1.4b1 development last update: +================================================================================ +¥ + +================================================================================ = 1.1.3 released last update: 2005-04-04 06:57:17 ================================================================================ - Linking against the stub library to fix the problem of previous version not +¥ Linking against the stub library to fix the problem of previous version not working with newer versions of Tcl. - Internally, now using public function Tcl_ListObjIndex() instead of private +¥ Internally, now using public function Tcl_ListObjIndex() instead of private TclLindexList(). - Added a devel number to the version number string. +¥ Added a devel number to the version number string. ================================================================================ = 1.1.2 released last update: 2004-08-25 16:16:25 ================================================================================ - The [Import] command also copies the image when importing a VCard. - Fixed a bug where [parents] applied to a person's record reported only +¥ The [Import] command also copies the image when importing a VCard. +¥ Fixed a bug where [parents] applied to a person's record reported only the IDs of the parent groups even when the -ids option was not specified. ================================================================================ = 1.1.1 released last update: 2004-08-07 20:52:56 ================================================================================ - Fixed potential memory leak when getting Date values (Bug #1002508). - More error checking. +¥ Fixed potential memory leak when getting Date values (Bug #1002508). +¥ More error checking. ================================================================================ = 1.1 released last update: 2004-08-02 10:26:01 ================================================================================ - Tests passed. Release of 1.1 version. +¥ Tests passed. Release of 1.1 version. ================================================================================ = 1.1b5 last update: 2004-08-01 17:18:15 ================================================================================ - Command [addressbook identifier primary] can now set value. - New command [addressbook label] to get/set the label of an item in +¥ Command [addressbook identifier primary] can now set value. +¥ New command [addressbook label] to get/set the label of an item in a multi-value list property. ================================================================================ = 1.1b4 last update: 2004-08-01 07:58:05 ================================================================================ - Added a new [addressbook identifier index] command to return the +¥ Added a new [addressbook identifier index] command to return the index corresponding to a particular identifier in a multi-value list. - Extended the [addressbook identifier primary] command to set, and +¥ Extended the [addressbook identifier primary] command to set, and not only get, the primary identifier for a multi-value list. Note: it does not seem to work as expected, so it is temporarily disabled. - Extended the [add] and [remove] commands to accept any number of +¥ Extended the [add] and [remove] commands to accept any number of arguments in order to add or remove several items at a time. ================================================================================ = 1.1b3 last update: 2004-07-30 23:15:35 ================================================================================ - Extended the [addressbook identifier] command with subcommands to +¥ Extended the [addressbook identifier] command with subcommands to manage distribution lists. New subcommands are: count, get, primary, and set. ================================================================================ = 1.1b2 last update: 2004-07-29 22:07:10 ================================================================================ - Added a new [addressbook setme] command to set the record that +¥ Added a new [addressbook setme] command to set the record that represents the logged-in user. ================================================================================ = 1.1b1 last update: 2004-07-29 12:18:05 ================================================================================ - Added an [addressbook add] and an [addressbook remove] command to add +¥ 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 the +¥ 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 +¥ 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 +¥ 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-27 21:50:42 ================================================================================ - Added a "Contribs" directory to the project on SourceForge for code +¥ 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. Html and Pdf files. - Added Unix man page. - First public beta release. +¥ Completed documentation and example files. Html and Pdf files. +¥ Added Unix man page. +¥ First public beta release. ================================================================================ = 1.0d12 last update: 2003-12-28 07:54:58 ================================================================================ - The [search] command now handles labelled and keyed values. One can specify +¥ The [search] command now handles labelled and keyed values. One can specify an empty label or key to search over all possible labels or keys respectively. - New [property type] command returning the type of a particular property. +¥ New [property type] command returning the type of a particular property. ================================================================================ = 1.0d11 last update: 2003-12-20 18:16:31 ================================================================================ - Added a Home Page file for the project. - Fixed the encoding issues: it now correctly handles high bit chars and +¥ Added a Home Page file for the project. +¥ Fixed the encoding issues: it now correctly handles high bit chars and accented letters. Uses UTF8 internally. ================================================================================ = 1.0d10 last update: 2003-12-14 18:16:31 ================================================================================ - Fixes crashing bug when [set] is called with a multidictionary value. +¥ Fixes crashing bug when [set] is called with a multidictionary value. ================================================================================ = 1.0d9 last update: 2003-12-13 17:55:12 ================================================================================ - Command [remove] renamed to [delete]. - Commands return localized labels rather than their raw internal values +¥ Command [remove] renamed to [delete]. +¥ Commands return localized labels rather than their raw internal values (eliminating the ugly _$!<Home>!$_ etc.). - Labelled values are formatted as lists suitable for TclX keyed lists commands. - [getme] and [record] now return their result in a simple variable rather +¥ Labelled values are formatted as lists suitable for TclX keyed lists commands. +¥ [getme] and [record] now return their result in a simple variable rather than an array variable. The value of the variable is formatted as a keyed list which can easily be manipulated by the keylget and keylset commands defined in the TclX extension. @@ -150,71 +155,71 @@ ================================================================================ = 1.0d8 last update: 2003-12-11 07:42:21 ================================================================================ - New command [search]. Works only for simple values. - Command [count] now accepts an -ingroup option. - Command [value] renamed to [set]. +¥ New command [search]. Works only for simple values. +¥ Command [count] now accepts an -ingroup option. +¥ Command [value] renamed to [set]. ================================================================================ = 1.0d7 last update: 2003-12-09 17:31:04 ================================================================================ - New [import] and [export] commands to transmit data in vCard format. - New [image] command to get/set the image of a person's record. - Renamed commands: [add] is now [create]. [properties] is now [property names], +¥ New [import] and [export] commands to transmit data in vCard format. +¥ New [image] command to get/set the image of a person's record. +¥ Renamed commands: [add] is now [create]. [properties] is now [property names], while [property add] and [property remove] replace [add property] and [remove property], and [remove record] returned to [remove]. ================================================================================ = 1.0d6 last update: 2003-12-06 07:10:21 ================================================================================ - [add] command now has an -ingroup optional argument. - Added -ingroup optional argument to the [persons] and [groups] commands. - Removed [subgroups] command: use the [groups] command with option -ingroup instead. - Internal changes to avoid calling ABCopyRecordTypeFromUniqueId() +¥ [add] command now has an -ingroup optional argument. +¥ Added -ingroup optional argument to the [persons] and [groups] commands. +¥ Removed [subgroups] command: use the [groups] command with option -ingroup instead. +¥ Internal changes to avoid calling ABCopyRecordTypeFromUniqueId() undefined in Jaguar. The extension should work now on Jaguar. - Replaced TclAB_TypeFromUID() by TclAB_TypeFromRecord() to streamline the +¥ Replaced TclAB_TypeFromUID() by TclAB_TypeFromRecord() to streamline the code and eliminate redundancies. - New [add property] command to add user defined properties to person or +¥ New [add property] command to add user defined properties to person or group records. Changed [add -persons] to [add persons]. Ditto for groups. - New [remove property] command to remove user defined properties for person or +¥ New [remove property] command to remove user defined properties for person or group records. Changed [remove] to [remove record]. ================================================================================ = 1.0d5 last update: 2003-12-04 09:28:13 ================================================================================ - [parents] command now working with person records. - new [value] command used to get or set a particular property. - new [add] command used to create a new group or person. - returns correct date values (UTC) which can be passed to [clock format]. +¥ [parents] command now working with person records. +¥ new [value] command used to get or set a particular property. +¥ new [add] command used to create a new group or person. +¥ returns correct date values (UTC) which can be passed to [clock format]. ================================================================================ = 1.0d4 last update: 2003-11-30 14:53:23 ================================================================================ - Added [subgroups] command with -ids optional argument. - Added [parents] command with -ids optional argument. - Unused vars cleanup. +¥ Added [subgroups] command with -ids optional argument. +¥ Added [parents] command with -ids optional argument. +¥ Unused vars cleanup. ================================================================================ = 1.0d3 last update: 2003-11-29 18:54:24 ================================================================================ - Completed array of returned values for [getme] command. - Modified command [persons] to report list of two items sublists +¥ Completed array of returned values for [getme] command. +¥ Modified command [persons] to report list of two items sublists (ID+lastname). Reports IDs only with flag -ids. - Added command [record]. - Added command [type]. - Added -ids option to command [group]. - Added [remove] command with -fromgroup optional argument. +¥ Added command [record]. +¥ Added command [type]. +¥ Added -ids option to command [group]. +¥ Added [remove] command with -fromgroup optional argument. ================================================================================ = 1.0d2 last update: 2003-11-28 10:01:34 ================================================================================ - Added command [changed]. - Started documentation in aida file. Conversions to text and html. - Added command [properties] listing the property names for groups or +¥ Added command [changed]. +¥ Started documentation in aida file. Conversions to text and html. +¥ Added command [properties] listing the property names for groups or persons. ================================================================================ = 1.0d1 last update: 2003-11-26 12:46:45 ================================================================================ - Installed first definitions for commands [count], [getme], [groups], +¥ Installed first definitions for commands [count], [getme], [groups], [persons] and [save]. Index: TclAddressBook_version.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBook_version.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- TclAddressBook_version.h 4 Apr 2005 06:32:34 -0000 1.14 +++ TclAddressBook_version.h 4 Apr 2005 08:25:26 -0000 1.15 @@ -1,14 +1,14 @@ // File: "TclAddressBook_version.h" // Created: 2003-09-24 07:28:22 -// Last modification: 2005-04-04 08:19:56 +// Last modification: 2005-04-04 10:19:44 // Author: Bernard Desgraupes // Description: version numbering for Tcladdressbook #define TCLADDRESSBOOK_MAJOR 1 #define TCLADDRESSBOOK_MINOR 1 -#define TCLADDRESSBOOK_SUBMINOR 3 -#define TCLADDRESSBOOK_STAGE 'f' -#define TCLADDRESSBOOK_DEVEL 0 +#define TCLADDRESSBOOK_SUBMINOR 4 +#define TCLADDRESSBOOK_STAGE 'b' +#define TCLADDRESSBOOK_DEVEL 1 // 'd' for developStage // 'a' for alphaStage // 'b' for betaStage |