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

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 06/04/22 16:09:26

  Modified:    .        ChangeLog
  Log:
  Added support for directives as graphical objects in schematics.
  
  Changed the drc2 backend to use directives, as well as include several 
  
  improvements.
  
  
  
  
  Revision  Changes    Path
  1.268     +14 -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.267
  retrieving revision 1.268
  diff -u -b -r1.267 -r1.268
  --- ChangeLog	11 Apr 2006 18:34:30 -0000	1.267
  +++ ChangeLog	22 Apr 2006 20:09:26 -0000	1.268
  @@ -1,3 +1,17 @@
  +2006-04-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +	
  +	* include/globals.h, include/prototype.h, src/g_netlist.c, 
  +	  src/g_register.c, src/globals.c, s_netlist.c, s_traverse.c:
  +	  Build a netlist of graphical objects. This feature enables
  +	  using directives in the schematic.
  +	
  +        * scheme/gnet-drc2.scm: 
  +	    - Added support for NoConnection and DontCheckPintypes directives.
  +	    - Changed the drc connection matrix. Now an unknown pin doesn't 
  +              generate an error, and it can drive a net.
  +            - Added report for pins without the 'pintype' attribute.
  +	    - Display the pins when reporting a net with only one connection.
  +	
   2006-04-11 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
   
   	* scheme/gnet-spice-sdb.scm: Changed .END and .ENDS cards to lowercase.