[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/04/03 16:02:17
Modified: . ChangeLog
Log:
Fixed minor nit to make gcc 2.96 happy.
Revision Changes Path
1.29 +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.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- ChangeLog 14 Mar 2005 03:43:11 -0000 1.28
+++ ChangeLog 3 Apr 2005 20:02:17 -0000 1.29
@@ -1,3 +1,8 @@
+2005-04-03 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * src/gattrib.c: Moved a variable decl to the top of the function to
+ make gcc 2.96 happy.
+
2005-03-13 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* configure.ac: Removed all tests for gtk+ 1.2.x and fixed error message if gtk+ 2.2.x is not found.