[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:03
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.97 +5 -0 eda/geda/devel/gsymcheck/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gsymcheck/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- ChangeLog 27 Sep 2005 22:51:52 -0000 1.96
+++ ChangeLog 27 Nov 2005 00:15:03 -0000 1.97
@@ -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:51 Dan McMahill <danmc>
* src/s_check.c: remove various compiler warnings