[Tcladdressbook-commits] Source Changes.Log,1.8,1.9
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2003-12-14 10:39:48
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1:/tmp/cvs-serv12882/Source Modified Files: Changes.Log Log Message: Keyed lists var instead of array Index: Changes.Log =================================================================== RCS file: /cvsroot/tcladdressbook/Source/Changes.Log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Changes.Log 13 Dec 2003 13:23:38 -0000 1.8 +++ Changes.Log 13 Dec 2003 17:28:25 -0000 1.9 @@ -33,12 +33,16 @@ ================================================================================ -= 1.0d9 last update: 2003-12-13 14:20:40 += 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. + 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 + 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. ================================================================================ = 1.0d8 last update: 2003-12-11 07:42:21 |