[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/10/28 18:26:33
Modified: . ChangeLog
Log:
Added support for backup copies and autosaving.
Autosaving is done every "interval" seconds (configurable
through system-gschemrc).
Revision Changes Path
1.278 +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.277
retrieving revision 1.278
diff -u -b -r1.277 -r1.278
--- ChangeLog 15 Oct 2005 01:06:48 -0000 1.277
+++ ChangeLog 28 Oct 2005 22:26:33 -0000 1.278
@@ -1,3 +1,10 @@
+2005-10-29 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * include/defines.h, include/prototype.h, include/struct.h,
+ noweb/f_basic.nw, noweb/s_page.nw, noweb/s_toplevel.nw,
+ noweb/s_undo.nw:
+ Added support for backup copies and autosaving every
+ "interval" seconds.
+
2005-10-15 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* noweb/f_image.nw:
Print error if calling f_image_write without libgdgeda support.