[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.253 +5 -0 eda/geda/devel/gnetlist/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -b -r1.252 -r1.253
--- ChangeLog 27 Sep 2005 22:44:50 -0000 1.252
+++ ChangeLog 27 Nov 2005 00:15:00 -0000 1.253
@@ -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:44 Dan McMahill <danmc>
* configure.ac: check for strings.h for rindex