[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 05/02/19 18:26:57

  Modified:    .        ChangeLog configure.ac
  Log:
  Added support for pictures within schematics and symbols.
  
  
  
  
  
  
  Revision  Changes    Path
  1.232     +8 -0      eda/geda/devel/gnetlist/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/ChangeLog,v
  retrieving revision 1.231
  retrieving revision 1.232
  diff -u -b -r1.231 -r1.232
  --- ChangeLog	16 Feb 2005 19:12:10 -0000	1.231
  +++ ChangeLog	19 Feb 2005 23:26:56 -0000	1.232
  @@ -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/gnetlist.c: Added call to gtk_init() 
  +	  since gdk-pixbuf needs it if called.	  
  +
   2005-02-16 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
   
   	* scheme/gnet-bom.scm, scheme/gnet-bom2.scm, scheme/gnet-redac.scm:
  
  
  
  1.13      +1 -1      eda/geda/devel/gnetlist/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/gnetlist/configure.ac,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- configure.ac	4 Feb 2005 23:14:30 -0000	1.12
  +++ configure.ac	19 Feb 2005 23:26:57 -0000	1.13
  @@ -297,7 +297,7 @@
   
   # Finally create the final CFLAGS and LDFLAGS for use in the makefiles
   GNETLIST_CFLAGS="$LIBGEDA_CFLAGS"
  -GNETLIST_LDFLAGS="$LIBGEDA_LIBS $DMALLOC_LIBS"
  +GNETLIST_LDFLAGS="$LIBGEDA_LIBS $DMALLOC_LIBS $GTK_LIBS"
   
   # Makefile.in variable substitution
   AC_SUBST(GNETLIST_CFLAGS)