[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: danmc
Date: 05/02/23 20:23:06
Modified: . ChangeLog
Log:
note changes
Revision Changes Path
1.102 +11 -0 eda/geda/devel/utils/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- ChangeLog 22 Feb 2005 19:53:34 -0000 1.101
+++ ChangeLog 24 Feb 2005 01:23:06 -0000 1.102
@@ -1,8 +1,19 @@
+2005-02-24 01:21 Dan McMahill <danmc>
+
+ * src/gsch2pcb.c: when parsing the project file, remove trailing
+ whitespace. Otherwise strange things can happen. This is
+ especially true if the "output-name" has trailing whitespace.
+
2005-02-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* configure.ac, gschlas/gschlas.c: Removed call to gtk_init().
GDK is now initialized in libgeda if it's a non-graphical app.
+2005-02-22 22:13 Dan McMahill <danmc>
+
+ * configure.ac, src/Makefile.am: if we're using gcc then turn on
+ -Wall
+
2005-02-20 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* gschlas/gschlas.c (main_prog): Adapted for new logging system.