You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by ka...@apache.org on 2004/05/05 02:33:37 UTC

cvs commit: tcl-rivet ChangeLog

karl        2004/05/04 17:33:37

  Modified:    .        ChangeLog
  Log:
  Fixups and enhancements for DIO and DIOdisplay from Peter da Silva and
  Superconnect, Ltd.
  
  Submitted by: Peter da Silva <pe...@taronga.com>
  
  Revision  Changes    Path
  1.177     +18 -0     tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- ChangeLog	24 Apr 2004 20:13:23 -0000	1.176
  +++ ChangeLog	5 May 2004 00:33:37 -0000	1.177
  @@ -1,3 +1,21 @@
  +2004-05-04  Karl Lehenbauer  <ka...@sc.com>
  +
  +	* rivet/packages/dio/diodisplay.tcl: Added enhancements from 
  +	Peter da Silva (peter@taronga.com): Add support for hidden variables.
  +	(This is so that you can have state variables that are maintained by 
  +	the function outside of DIOdisplay, retained as you jump through 
  +	DIOdisplay.) Added DIORowHeader to the style sheet.  Turned the search 
  +	table into a navigation bar.  Added a filter method that allows you 
  +	to edit the display of fields on the fly, for example, you have a 
  +	time in integer seconds since 1970 and you can add a filter that 
  +	does a "clock format" using -filter, or, for example, it can look 
  +	up an IP address from a table.
  +
  +	* rivet/packages/dio/dio.tcl: Added enhancements from 
  +	Peter da Silva (peter@taronga.com): New "forall" method will apply
  +	a result across a code body for each record returned in the result
  +	and then delete the result handle, all in one fell swoop.
  +
   2004-04-24  David N. Welton  <da...@dedasys.com>
   
   	* src/buildscripts/aardvark.tcl (aardvark::runbuildcommand): If
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org