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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 05/06/18 20:08:50

  Modified:    .        ChangeLog
  Log:
  Fixes for the init_right/init_bottom variable shadowing that broke the 
  
  OSX port.
  
  
  
  
  Revision  Changes    Path
  1.385     +10 -0     eda/geda/devel/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
  retrieving revision 1.384
  retrieving revision 1.385
  diff -u -b -r1.384 -r1.385
  --- ChangeLog	14 Mar 2005 03:43:20 -0000	1.384
  +++ ChangeLog	19 Jun 2005 00:08:50 -0000	1.385
  @@ -1,3 +1,13 @@
  +2005-06-17 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* noweb/i_vars.nw, x_window.nw: Fixed a long standing bug
  +	found in the OSX which prevented the full world space to used.
  +	Basically a variable was defined twice, once in libgeda and once
  +	in gschem.  Apparently OSX behaves very differently when this
  +	happens (the two variables are different while other platforms
  +	didn't complain but the "right" thing happened).  This bug was 
  +	created when the rc code was refactored.
  +
   2005-03-13 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
           * configure.ac: Removed all tests for gtk+ 1.2.x and fixed error