[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/08/14 21:26:49
Modified: . ChangeLog
Log:
Commited Carlos Azevedo gnetlist rename patch, also his chdir and rc expand
patch. Added grid-mode and grid-fixed-threshold keywords and implementation.
Added add-attribute-offset (but not the implementation; still under devel)
Revision Changes Path
1.245 +11 -0 eda/geda/devel/gnetlist/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- ChangeLog 3 Aug 2005 01:52:39 -0000 1.244
+++ ChangeLog 15 Aug 2005 01:26:49 -0000 1.245
@@ -1,3 +1,14 @@
+2005-08-14 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * src/gnetlist.c: Applied patch by Carlos Azevedo which moves the
+ chdir after s_traverse since it might change the directory as well.
+
+ * src/s_rename.c: Applied patch by Carlos Azevedo which
+ re-implements the rename structures to be completely dynamic.
+
+ * tests/*: Re-copied golden test files to be current with sdb
+ version changes.
+
2005-08-02 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* scheme/gnet-gsch2pcb.scm: Update to Bill Wilson's gsch2pcb version