[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: danmc
Date: 05/02/20 23:12:23
Modified: . ChangeLog
Log:
note changes
Revision Changes Path
1.358 +18 -0 eda/geda/devel/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -b -r1.357 -r1.358
--- ChangeLog 21 Feb 2005 03:08:26 -0000 1.357
+++ ChangeLog 21 Feb 2005 04:12:22 -0000 1.358
@@ -1,3 +1,21 @@
+2005-02-21 04:11 Dan McMahill <danmc>
+
+ * noweb/x_fileselect.nw: remove unused variable
+
+2005-02-21 04:10 Dan McMahill <danmc>
+
+ * noweb/x_log.nw: add a missing GTK_TEXT_VIEW ()
+
+2005-02-21 04:06 Dan McMahill <danmc>
+
+ * noweb/x_pagesel.nw: specify return type for some static functions
+
+2005-02-21 03:58 Dan McMahill <danmc>
+
+ * autogen.sh: avoid using the '-path' primary to find(1) as it's an
+ extension to posix.2 and is not supported on some operating
+ systems such as solaris. Now we can autogen.sh on solaris 9.
+
2005-02-21 03:07 Dan McMahill <danmc>
* noweb/o_text.nw: fix some format string/type mismatch bugs