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

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 05/02/22 14:53:23

  Modified:    .        ChangeLog configure.ac
  Log:
  Initialize GDK in libgeda instead of the app if it's a non-graphical app.
  
  
  
  
  Revision  Changes    Path
  1.89      +5 -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.88
  retrieving revision 1.89
  diff -u -b -r1.88 -r1.89
  --- ChangeLog	20 Feb 2005 17:09:55 -0000	1.88
  +++ ChangeLog	22 Feb 2005 19:53:22 -0000	1.89
  @@ -1,3 +1,8 @@
  +2005-02-22  Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +
  +	* configure.ac, src/gsymcheck.c: Removed call to gtk_init().
  +	  GDK is now initialized in libgeda if it's a non-graphical app.
  +	
   2005-02-20  Patrick Bernaud  <b-patrick@xxxxxxxxxx>
   
   	* src/gsymcheck.c (main_prog): Adapted for new logging system.
  
  
  
  1.13      +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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- configure.ac	19 Feb 2005 23:27:16 -0000	1.12
  +++ configure.ac	22 Feb 2005 19:53:22 -0000	1.13
  @@ -247,7 +247,7 @@
   
   # Finally create the final CFLAGS and LDFLAGS for use in the makefiles
   GSYMCHECK_CFLAGS="$LIBGEDA_CFLAGS"
  -GSYMCHECK_LDFLAGS="$LIBGEDA_LIBS $GTK_LIBS"  
  +GSYMCHECK_LDFLAGS="$LIBGEDA_LIBS"  
   
   # Makefile.in variable substitution
   AC_SUBST(GSYMCHECK_CFLAGS)