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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-292-gbeae647)



The branch, master has been updated
       via  beae647a1e0217dc5802084a6e00522a59ad5a28 (commit)
      from  b6f3379b8144b72492e3a9922939ba99ab4d4480 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 libgeda/src/s_path.c          |    2 +-
 symbols/analog/npn-1.sym      |    8 ++++++--
 symbols/analog/npn-2.sym      |    8 ++++++--
 symbols/analog/npn-3.sym      |    8 ++++++--
 symbols/analog/npn-IGBT-1.sym |    8 ++++++--
 symbols/analog/pnp-1.sym      |    8 ++++++--
 symbols/analog/pnp-2.sym      |    8 ++++++--
 symbols/analog/pnp-3.sym      |    8 ++++++--
 8 files changed, 43 insertions(+), 15 deletions(-)


=================
 Commit Messages
=================

commit beae647a1e0217dc5802084a6e00522a59ad5a28
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Nov 2 20:20:32 2008 +0000

    libgeda: Emit each segment of paths on separate lines
    
    This allows greater redability of the path output, and simpler
    diffs when a single control point changes.
    
    Update the stock symbols which had paths emitted on a single line.
    Both read-back fine, but its best that we ship symbols in a state
    where a load / save cycle would not change the formatting.

:100644 100644 36065b0... cfe4558... M	libgeda/src/s_path.c
:100644 100644 1995fee... 0819813... M	symbols/analog/npn-1.sym
:100644 100644 7c13905... 0934298... M	symbols/analog/npn-2.sym
:100644 100644 6f36870... 0317f83... M	symbols/analog/npn-3.sym
:100644 100644 c308f74... ce16e9f... M	symbols/analog/npn-IGBT-1.sym
:100644 100644 34044cb... ef434a4... M	symbols/analog/pnp-1.sym
:100644 100644 af95e87... c462c25... M	symbols/analog/pnp-2.sym
:100644 100644 aaba752... 2908e93... M	symbols/analog/pnp-3.sym

=========
 Changes
=========

commit beae647a1e0217dc5802084a6e00522a59ad5a28
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Nov 2 20:20:32 2008 +0000

    libgeda: Emit each segment of paths on separate lines
    
    This allows greater redability of the path output, and simpler
    diffs when a single control point changes.
    
    Update the stock symbols which had paths emitted on a single line.
    Both read-back fine, but its best that we ship symbols in a state
    where a load / save cycle would not change the formatting.

diff --git a/libgeda/src/s_path.c b/libgeda/src/s_path.c
index 36065b0..cfe4558 100644
--- a/libgeda/src/s_path.c
+++ b/libgeda/src/s_path.c
@@ -667,7 +667,7 @@ char *s_path_string_from_path (const PATH *path)
     section = &path->sections[i];
 
     if (i > 0)
-      g_string_append_c (path_string, ' ');
+      g_string_append_c (path_string, '\n');
 
     switch (section->code) {
       case PATH_MOVETO:
diff --git a/symbols/analog/npn-1.sym b/symbols/analog/npn-1.sym
index 1995fee..0819813 100644
--- a/symbols/analog/npn-1.sym
+++ b/symbols/analog/npn-1.sym
@@ -4,8 +4,12 @@ T 600 500 5 10 0 0 0 0 1
 device=NPN_TRANSISTOR
 L 500 800 200 500 3 0 0 0 -1 -1
 L 200 500 500 200 3 0 0 0 -1 -1
-H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
-M 410,240 L 501,200 L 455,295 L 435,265 z
+H 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 5
+M 410,240
+L 501,200
+L 455,295
+L 435,265
+z
 P 0 500 200 500 1 0 0
 {
 T 100 550 5 6 1 1 0 0 1
diff --git a/symbols/analog/npn-2.sym b/symbols/analog/npn-2.sym
index 7c13905..0934298 100644
--- a/symbols/analog/npn-2.sym
+++ b/symbols/analog/npn-2.sym
@@ -39,5 +39,9 @@ L 200 650 500 800 3 0 0 0 -1 -1
 L 200 350 500 200 3 0 0 0 -1 -1
 T 600 500 8 10 1 1 0 0 1
 refdes=Q?
-H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
-M 403,209 L 501,200 L 431,273 L 425,240 z
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 5
+M 403,209
+L 501,200
+L 431,273
+L 425,240
+z
diff --git a/symbols/analog/npn-3.sym b/symbols/analog/npn-3.sym
index 6f36870..0317f83 100644
--- a/symbols/analog/npn-3.sym
+++ b/symbols/analog/npn-3.sym
@@ -41,5 +41,9 @@ pintype=pas
 L 400 500 184 500 3 0 0 0 -1 -1
 T 900 500 8 10 1 1 0 0 1
 refdes=Q?
-H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
-M 510,240 L 601,200 L 555,295 L 535,265 z
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 5
+M 510,240
+L 601,200
+L 555,295
+L 535,265
+z
diff --git a/symbols/analog/npn-IGBT-1.sym b/symbols/analog/npn-IGBT-1.sym
index c308f74..ce16e9f 100644
--- a/symbols/analog/npn-IGBT-1.sym
+++ b/symbols/analog/npn-IGBT-1.sym
@@ -40,5 +40,9 @@ pintype=pas
 T 700 500 8 10 1 1 0 0 1
 refdes=Q?
 L 200 800 200 200 3 0 0 0 -1 -1
-H 3 0 0 0 -1 -1 2 -1 -1 -1 -1 -1 1
-M 510,240 L 601,200 L 555,295 L 535,265 z
+H 3 0 0 0 -1 -1 2 -1 -1 -1 -1 -1 5
+M 510,240
+L 601,200
+L 555,295
+L 535,265
+z
diff --git a/symbols/analog/pnp-1.sym b/symbols/analog/pnp-1.sym
index 34044cb..ef434a4 100644
--- a/symbols/analog/pnp-1.sym
+++ b/symbols/analog/pnp-1.sym
@@ -39,5 +39,9 @@ pintype=pas
 }
 T 600 500 8 10 1 1 0 0 1
 refdes=Q?
-H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
-M 340,290 L 300,401 L 395,355 L 365,335 z
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 5
+M 340,290
+L 300,401
+L 395,355
+L 365,335
+z
diff --git a/symbols/analog/pnp-2.sym b/symbols/analog/pnp-2.sym
index af95e87..c462c25 100644
--- a/symbols/analog/pnp-2.sym
+++ b/symbols/analog/pnp-2.sym
@@ -37,7 +37,11 @@ pintype=pas
 }
 L 200 350 500 200 3 0 0 0 -1 -1
 L 200 650 500 800 3 0 0 0 -1 -1
-H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
-M 297,341 L 200,350 L 269,277 L 277,311 z
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 5
+M 297,341
+L 200,350
+L 269,277
+L 277,311
+z
 T 600 500 8 10 1 1 0 0 1
 refdes=Q?
diff --git a/symbols/analog/pnp-3.sym b/symbols/analog/pnp-3.sym
index aaba752..2908e93 100644
--- a/symbols/analog/pnp-3.sym
+++ b/symbols/analog/pnp-3.sym
@@ -39,7 +39,11 @@ T 100 550 5 6 0 1 0 0 1
 pintype=pas
 }
 L 400 500 184 500 3 0 0 0 -1 -1
-H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
-M 440,290 L 400,401 L 495,355 L 465,335 z
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 5
+M 440,290
+L 400,401
+L 495,355
+L 465,335
+z
 T 900 500 8 10 1 1 0 0 1
 refdes=Q?




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