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 2005/01/07 07:45:32 UTC

cvs commit: tcl-rivet ChangeLog

karl        2005/01/06 22:45:32

  Modified:    .        ChangeLog
  Log:
  Document changes to diodisplay.tcl
  
  Revision  Changes    Path
  1.218     +12 -0     tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.217
  retrieving revision 1.218
  diff -u -r1.217 -r1.218
  --- ChangeLog	22 Dec 2004 10:51:47 -0000	1.217
  +++ ChangeLog	7 Jan 2005 06:45:32 -0000	1.218
  @@ -1,3 +1,11 @@
  +2005-01-07  Karl Lehenbauer  <ka...@sc.com>
  +
  +	* /rivet/packages/dio/diodisplay.tcl: Factor showform prolog and
  +	  epilog code into showform_prolog and showform_epilog methods
  +	  so that when a derived DIODisplay class is overriding, for 
  +	  example, an Add or Edit method, the author doesn't have to 
  +	  dup all of showform's functionality.
  +
   2004-12-22  David N. Welton  <da...@dedasys.com>
   
   	* Makefile.am (install-data-local): Added this target to install
  @@ -17,6 +25,10 @@
   2004-12-08  David N. Welton  <da...@dedasys.com>
   
   	* Makefile.am, configure.ac: Added the doc/ directory.
  +
  +2004-12-07  Karl Lehenbauer  <ka...@sc.com>
  +        * rivet/packages/dio/dio.tcl: "DIO delete" method now return the
  +	  number of rows affected.
   
   2004-12-03  Karl Lehenbauer  <ka...@sc.com>
   
  
  
  

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