[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_vars.h
User: cnieves
Date: 05/10/28 18:26:32
Modified: . i_vars.h prototype.h
Log:
Added support for backup copies and autosaving.
Autosaving is done every "interval" seconds (configurable
through system-gschemrc).
Revision Changes Path
1.33 +1 -0 eda/geda/devel/gschem/include/i_vars.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_vars.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/i_vars.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- i_vars.h 15 Aug 2005 01:26:49 -0000 1.32
+++ i_vars.h 28 Oct 2005 22:26:32 -0000 1.33
@@ -87,3 +87,4 @@
extern int default_print_vector_threshold;
extern int default_add_attribute_offset;
+extern int default_auto_save_interval;
1.121 +1 -0 eda/geda/devel/gschem/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/prototype.h,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -b -r1.120 -r1.121
--- prototype.h 17 Oct 2005 18:46:48 -0000 1.120
+++ prototype.h 28 Oct 2005 22:26:32 -0000 1.121
@@ -250,6 +250,7 @@
SCM g_rc_grid_fixed_threshold(SCM spacing);
SCM g_rc_output_vector_threshold(SCM numlines);
SCM g_rc_add_attribute_offset(SCM offset);
+SCM g_rc_auto_save_interval(SCM seconds);
/* g_register.c */
void g_register_funcs(void);
/* globals.c */