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

Re: gEDA-user: pcb-20070912



 --- Dan McMahill wrote:
> You should be nervous.

Yes, I am. BTW, 
Index: parse_y.y
===================================================================
RCS file: /cvsroot/pcb/pcb/src/parse_y.y,v
retrieving revision 1.40
diff -U1 -b -r1.40 parse_y.y
--- parse_y.y	21 Apr 2007 21:21:55 -0000	1.40
+++ parse_y.y	17 Sep 2007 06:01:10 -0000
@@ -1018,3 +1018,3 @@
 			{
-				CreateNewArcOnLayer(Layer, $3*100, $4*100, $4*100, $5*100, $9, $10,
+				CreateNewArcOnLayer(Layer, $3*100, $4*100, $5*100, $5*100, $9, $10,
 						    $7*100, $8*100, OldFlags($11));
, please.


> I suspect there is a lot broken about 
> diagonal pads

Nack. essentially DRC and gdlib output. I don't mention autorouter, because the
changes needed are evident there.

P.S.
Index: hid/gtk/gui-top-window.c
===================================================================
RCS file: /cvsroot/pcb/pcb/src/hid/gtk/gui-top-window.c,v
retrieving revision 1.45
diff -U2 -b -r1.45 gui-top-window.c
--- hid/gtk/gui-top-window.c	17 Aug 2007 03:51:25 -0000	1.45
+++ hid/gtk/gui-top-window.c	17 Sep 2007 06:06:52 -0000
@@ -3699,6 +3699,4 @@
     filename = 0;
 
-  free (home_pcbmenu);
-
   bir = resource_parse (0, gpcb_menu_default);
   if (!bir)
@@ -3711,4 +3709,6 @@
     r = resource_parse (filename, 0);
 
+  free (home_pcbmenu);
+
   if (!r)
     r = bir;
and
Index: misc.c
===================================================================
RCS file: /cvsroot/pcb/pcb/src/misc.c,v
retrieving revision 1.65
diff -U2 -b -r1.65 misc.c
--- misc.c	1 Aug 2007 02:49:53 -0000	1.65
+++ misc.c	17 Sep 2007 06:04:26 -0000
@@ -812,12 +812,5 @@
 QuitApplication (void)
 {
-  /*
-   * save data if necessary.  It not needed, then don't trigger EmergencySave
-   * via our atexit() registering of EmergencySave().  We presumeably wanted
to
-   * exit here and thus it is not an emergency.
-   */
-  if (PCB->Changed && Settings.SaveInTMP)
-    EmergencySave ();
-  else
+  /* the data are not to be emergencysaved */
     DisableEmergencySave ();



      ___________________________________________________________ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  http://uk.promotions.yahoo.com/forgood/environment.html


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