[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:16
Modified: . ChangeLog configure.ac
Log:
Added support for pictures within schematics and symbols.
Revision Changes Path
1.87 +8 -0 eda/geda/devel/gsymcheck/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gsymcheck/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- ChangeLog 11 Feb 2005 18:27:28 -0000 1.86
+++ ChangeLog 19 Feb 2005 23:27:16 -0000 1.87
@@ -1,3 +1,11 @@
+2005-02-19 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/globals.c: Added definition of picture_draw_func after
+ adding picture support to libgeda.
+
+ * configure.ac, src/gsymcheck.c: Added call to gtk_init()
+ since gdk-pixbuf needs it if called.
+
2005-02-11 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* src/gsymcheck.c (main_prog): Adapted for new toplevel and page APIs
1.12 +1 -1 eda/geda/devel/gsymcheck/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/gsymcheck/configure.ac,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- configure.ac 28 Dec 2004 06:57:55 -0000 1.11
+++ configure.ac 19 Feb 2005 23:27:16 -0000 1.12
@@ -247,7 +247,7 @@
# Finally create the final CFLAGS and LDFLAGS for use in the makefiles
GSYMCHECK_CFLAGS="$LIBGEDA_CFLAGS"
-GSYMCHECK_LDFLAGS="$LIBGEDA_LIBS"
+GSYMCHECK_LDFLAGS="$LIBGEDA_LIBS $GTK_LIBS"
# Makefile.in variable substitution
AC_SUBST(GSYMCHECK_CFLAGS)