[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/03/06 21:11:27
Modified: . ChangeLog
Log:
Fixed bug that didn't allow absolute path specification on all libgeda
applications. Moved old schematic into test directory. Updated some golden
netlist files.
Revision Changes Path
1.25 +5 -0 eda/geda/devel/gattrib/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- ChangeLog 6 Mar 2005 19:17:25 -0000 1.24
+++ ChangeLog 7 Mar 2005 02:11:26 -0000 1.25
@@ -1,3 +1,8 @@
+2005-03-06 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * src/gattrib.c: Fixed code to allow user to specify absolute
+ filenames on the command line again.
+
2005-03-06 Stuart Brorson <sdb@xxxxxxxxxx>
* src/s_table.c, src/x_dialog.c: Fix some uninitialized variables