[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: danmc
Date: 05/02/14 17:35:27
Log:
note changes
Revision Changes Path
1.350 +4 -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.349
retrieving revision 1.350
diff -u -b -r1.349 -r1.350
--- ChangeLog 13 Feb 2005 21:53:15 -0000 1.349
+++ ChangeLog 14 Feb 2005 22:35:26 -0000 1.350
@@ -1,3 +1,7 @@
+2005-02-14 22:29 Dan McMahill <danmc>
+
+ * noweb/x_preview.nw: add missing header file needed for chdir()
+
2005-02-13 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* noweb/g_keys.nw (g_get_selected_component_attributes): Adapted for
Modified: . ChangeLog
Log:
note changes
Revision Changes Path
1.245 +22 -1 eda/geda/devel/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- ChangeLog 14 Feb 2005 02:18:31 -0000 1.244
+++ ChangeLog 14 Feb 2005 22:35:27 -0000 1.245
@@ -1,10 +1,31 @@
+2005-02-14 22:32 Dan McMahill <danmc>
+
+ * noweb/o_complex_basic.nw: fix a couple of format string not
+ matching # of arguments bugs
+
+2005-02-14 22:32 Dan McMahill <danmc>
+
+ * noweb/f_basic.nw: remove an unused variable
+
+2005-02-14 22:31 Dan McMahill <danmc>
+
+ * noweb/s_clib.nw: add some missing config.h inclusions
+
+2005-02-14 22:30 Dan McMahill <danmc>
+
+ * noweb/a_basic.nw: fix a "/* in a comment" warning
+
+2005-02-14 22:29 Dan McMahill <danmc>
+
+ * include/prototype.h: change prototypes in public header file to
+ not be static
+
2005-02-14 02:17 Dan McMahill <danmc>
* include/defines.h, noweb/g_basic.nw, noweb/g_smob.nw: put back
scm_makfrom0str(). It is scm_makfromstr() which was deprecated,
scm_makfrom0str() is still ok. Suggested by Patrick Bernaud.
-
2005-02-13 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* noweb/s_page.nw (s_page_init_list): Removed useless initialization