[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/07/04 21:04:33
Modified: . ChangeLog libgeda.pc.in
Log:
Fixed attribute promotion bugs and faulty libgeda.pc.in
Revision Changes Path
1.312 +9 -0 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.311
retrieving revision 1.312
diff -u -b -r1.311 -r1.312
--- ChangeLog 3 Jul 2006 17:24:24 -0000 1.311
+++ ChangeLog 5 Jul 2006 01:04:33 -0000 1.312
@@ -1,9 +1,18 @@
+2006-07-04 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * libgeda.pc.in: Fixed incorrect order of macros. Discovered by
+ reading USENET's FreeBSD commit logs. :-)
+
+ * noweb/g_rc.nw, o_complex_basic.nw: Minor bug fix to properly
+ promotion code to properly promote only specified changes.
+
2006-07-03 Mike Jarabek <mjarabek@xxxxxxxxx>
* noweb/o_arc_basic.nw, noweb/o_circle_basic.nw, noweb/s_cue.nw:
Removing of references to `mils' function in PS output.
2006-06-16 Werner Hoch <werner.ho@xxxxxx
+
* noweb/f_basic.nw: fixed noweb chunk error
* noweb/s_page.nw: added function to find a page by it's id
1.3 +1 -1 eda/geda/devel/libgeda/libgeda.pc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: libgeda.pc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/libgeda.pc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- libgeda.pc.in 22 Feb 2005 02:11:47 -0000 1.2
+++ libgeda.pc.in 5 Jul 2006 01:04:33 -0000 1.3
@@ -7,5 +7,5 @@
Description: gEDA/gaf's core library
Requires:
Version: @VERSION@
-Libs: -L${libdir} -lgeda @LIBGEDA_LDFLAGS@
+Libs: -L${libdir} @LIBGEDA_LDFLAGS@ -lgeda
Cflags: -I${includedir} @LIBGEDA_CFLAGS@
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs