[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/11/18 15:31:49
Modified: . ChangeLog
Log:
Changed autosave code so the timer callback doesn't do the
autosave backups. Now are made within o_undo_savestate, so
backups will ONLY be saved when there was a change to the
schematic and there was a timeout of the autosave timer.
Revision Changes Path
1.281 +7 -0 eda/geda/devel/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -b -r1.280 -r1.281
--- ChangeLog 7 Nov 2005 02:43:22 -0000 1.280
+++ ChangeLog 18 Nov 2005 20:31:48 -0000 1.281
@@ -1,3 +1,10 @@
+2005-11-18 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * include/struct.h, noweb/f_basic.nw, noweb/s_page.nw:
+ Changed autosave code so the timer callback doesn't do the
+ autosave backups. Now are made within o_undo_savestate, so
+ backups will ONLY be saved when there was a change to the
+ schematic and there was a timeout of the autosave timer.
+
2005-11-06 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* include/prototype.h, noweb/s_conn.nw: Added search routine which