[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: cnieves
Date: 05/11/18 15:31:48
Modified: . system-gschemrc.in
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.87 +2 -0 eda/geda/devel/gschem/lib/system-gschemrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gschemrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/lib/system-gschemrc.in,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- system-gschemrc.in 7 Nov 2005 02:43:07 -0000 1.86
+++ system-gschemrc.in 18 Nov 2005 20:31:48 -0000 1.87
@@ -86,6 +86,8 @@
; autosave interval
;
; Controls if a backup copy is made every "interval" seconds.
+; Note that the backup copy is made when you make some change to the schematic,
+; and there were more than "interval" seconds from the last autosave.
; Autosaving will not be allowed if setting it to zero.
(auto-save-interval 120)