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

gEDA-cvs: CVS update: ChangeLog



  User: pcjc2   
  Date: 07/02/24 13:43:16

  Modified:    .        ChangeLog configure.ac
  Log:
  Merge changes to date from noscreen branch.
  
  
  
  
  Revision  Changes    Path
  1.381     +40 -0     eda/geda/gaf/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
  retrieving revision 1.380
  retrieving revision 1.381
  diff -u -b -r1.380 -r1.381
  --- ChangeLog	24 Feb 2007 10:46:23 -0000	1.380
  +++ ChangeLog	24 Feb 2007 18:43:15 -0000	1.381
  @@ -1,3 +1,43 @@
  +2007-02-24 Peter Clifton <pcjc2@xxxxxxxxx>
  +
  +	Merge changes to date from noscreen branch.
  +
  +	2007-02-12 Peter Clifton <pcjc2@xxxxxxxxx>
  +
  +		* include/prototype.h, src/o_arc_basic.c, src/o_basic.c,
  +		  src/o_box_basic.c, src/o_circle_basic.c, src/o_line_basic.c,
  +		  src/o_picture.c: Removed o_object_recalc() and all calls
  +		  to it now the data it calculates is no longer used.
  +
  +		* src/m_basic.c: Remove implicit grid snapping in SCREENtoWOLRD()
  +
  +	2006-12-30 Peter Clifton <pcjc2@xxxxxxxxx>
  +
  +		* include/prototype.h, src/o_basic.c: Changed variable names and 
  +		  comments to function inside_region() to allow its use with world
  +		  coordinates without apparently swapping top and bottom (which have
  +		  different sense in screen and world coords. Now uses {x/y}{min/max}.
  +
  +	2006-12-27 Peter Clifton <pcjc2@xxxxxxxxx>
  +
  +		* include/prototype.h, src/o_arc_basic.c, src/o_box_basic.c, 
  +		  src/o_bus_basic.c, src/o_circle_basic.c, src/o_complex_basic.c, 
  +		  src/o_line_basic.c, src/o_net_basic.c, src/o_picture.c, 
  +		  src/o_pin_basic.c: Removed o_..._translate() functions which
  +		  are unused.
  +
  +		* include/prototype.h, src/o_arc_basic.c, src/o_box_basic.c,
  +		  src/o_bus_basic.c, src/o_circle_basic.c, src/o_line_basic.c,
  +		  src/o_net_basic.c, src/o_picture.c, src/o_pin_basic.c,
  +		  src/o_text_basic.c: Removed o_..._rotate() functions unused
  +		  since changing to world coordinates
  +
  +		* include/prototype.h, src/o_arc_basic.c, src/o_box_basic.c,
  +		  src/o_bus_basic.c, src/o_circle_basic.c, src/o_line_basic.c,
  +		  src/o_net_basic.c, src/o_picture.c, src/o_pin_basic.c,
  +		  src/o_text_basic.c: Removed o_..._mirror() functions unused
  +		  since changing to world coordinates
  +
   2007-02-24 Werner Hoch <werner.ho@xxxxxx>
   	
   	* include/struct.h, src/s_page.c, src/s_toplevel.c: Removed unused
  
  
  
  1.40      +1 -1      eda/geda/gaf/libgeda/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/configure.ac,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- configure.ac	10 Feb 2007 21:54:04 -0000	1.39
  +++ configure.ac	24 Feb 2007 18:43:15 -0000	1.40
  @@ -1,4 +1,4 @@
  -# $Id: configure.ac,v 1.39 2007/02/10 21:54:04 ahvezda Exp $
  +# $Id: configure.ac,v 1.40 2007/02/24 18:43:15 pcjc2 Exp $
   #
   # Process this file with autoconf to produce a configure script.
   AC_INIT
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs