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

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 05/11/26 19:15:00

  Modified:    .        ChangeLog
  Log:
  Libgeda checks if there is an autosave backup file when loading a new
  
  schematic and call an app-dependant function to ask the user what to do.
  
  Gschem opens a window to ask the user. Other apps just output a warning
  
  and continue.
  
  
  
  
  Revision  Changes    Path
  1.414     +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.413
  retrieving revision 1.414
  diff -u -b -r1.413 -r1.414
  --- ChangeLog	18 Nov 2005 20:31:47 -0000	1.413
  +++ ChangeLog	27 Nov 2005 00:15:00 -0000	1.414
  @@ -1,3 +1,10 @@
  +2005-11-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +        * include/prototype.h, noweb/globals.h, noweb/o_misc.nw, 
  +	  noweb/x_fileselect.nw:
  +	Now gschems checks if there is an autosave backup file when
  +	loading a schematic. If it exists, then gschem asks the user
  +	what to do.
  +
   2005-11-18 Carlos Nieves Onega <cnieves@xxxxxxxxxx>	
   	* include/prototype.h, lib/system-gschemrc.in, noweb/o_misc.nw,
   	  noweb/o_undo.nw: