[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 05/10/28 18:26:32

  Modified:    .        ChangeLog
  Log:
  Added support for backup copies and autosaving. 
  
  Autosaving is done every "interval" seconds (configurable 
  
  through system-gschemrc).
  
  		  
  
  
  
  
  Revision  Changes    Path
  1.410     +7 -0      eda/geda/devel/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
  retrieving revision 1.409
  retrieving revision 1.410
  diff -u -b -r1.409 -r1.410
  --- ChangeLog	22 Oct 2005 22:21:47 -0000	1.409
  +++ ChangeLog	28 Oct 2005 22:26:31 -0000	1.410
  @@ -1,3 +1,10 @@
  +2005-10-29 Carlos Nieves Onega <cnieves@xxxxxxxxxx>	
  +        * include/i_vars.h, include/prototype.h, lib/system-gschemrc.in,
  +	  noweb/g_rc.nw, noweb/g_register.nw, noweb/i_vars.nw, 
  +	  noweb/o_undo.nw:
  +	  Added support for backup copies and autosaving every 
  +	  "interval" seconds (configurable through system-gschemrc).
  +	
   2005-10-23 Carlos Nieves Onega <cnieves@xxxxxxxxxx>	
   	* include/prototype.h, noweb/x_fileselect.nw, noweb/x_preview.nw:
   	Removed a conditional #if in x_preview_setup. It was introduced in