[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/02/19 18:27:38
Modified: . ChangeLog configure.ac
Log:
Added support for pictures within schematics and symbols.
Revision Changes Path
1.99 +8 -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.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- ChangeLog 11 Feb 2005 18:28:00 -0000 1.98
+++ ChangeLog 19 Feb 2005 23:27:38 -0000 1.99
@@ -1,3 +1,11 @@
+2005-02-19 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * gschlas/globals.c: Added definition of picture_draw_func after
+ adding picture support to libgeda.
+
+ * configure.ac, gschlas/gschlas.c: Added call to gtk_init()
+ since gdk-pixbuf needs it if called.
+
2005-02-11 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* gschlas/gschlas.c (main_prog): Adapted for new toplevel and page
1.16 +1 -1 eda/geda/devel/utils/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- configure.ac 7 Feb 2005 23:57:14 -0000 1.15
+++ configure.ac 19 Feb 2005 23:27:38 -0000 1.16
@@ -350,7 +350,7 @@
# Finally create the final CFLAGS and LDFLAGS for use in the makefiles
GSCHLAS_CFLAGS="$LIBGEDA_CFLAGS"
-GSCHLAS_LDFLAGS="$LIBGEDA_LIBS"
+GSCHLAS_LDFLAGS="$LIBGEDA_LIBS $GTK_LIBS"
GSCH2PCB_CFLAGS="$GLIB_CFLAGS $MINGW_CFLAGS"
GSCH2PCB_LDFLAGS="$GLIB_LIBS $MINGW_LIBS"