[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:12

  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.115     +5 -0      eda/geda/devel/utils/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/ChangeLog,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -b -r1.114 -r1.115
  --- ChangeLog	27 Sep 2005 22:48:18 -0000	1.114
  +++ ChangeLog	27 Nov 2005 00:15:11 -0000	1.115
  @@ -1,3 +1,8 @@
  +2005-11-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +	* src/globals.c: Added setting of load_newer_backup_func to NULL.
  +	It is needed now libgeda checks for autosave backup files when
  +	opening a schematic.
  +	
   2005-09-27 18:46  Dan McMahill <danmc>
   
           * gschlas/g_rc.c, gschlas/gschlas.c, src/convert_sym.c,