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

gEDA-cvs: pcb.git: branch: master updated (f6352da45e3942b381d1fe6b4305108ca48b173b)



The branch, master has been updated
       via  f6352da45e3942b381d1fe6b4305108ca48b173b (commit)
      from  2d2040e92d5ebb069af42567855055b096532e71 (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
=========

 src/misc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


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

commit f6352da45e3942b381d1fe6b4305108ca48b173b
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add t/b synonyms for group list
    
    Allow 't' as well as 'c', and 'b' as well as 's', in the groups
    string.

:100644 100644 2391d26... 649208c... M	src/misc.c

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

commit f6352da45e3942b381d1fe6b4305108ca48b173b
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add t/b synonyms for group list
    
    Allow 't' as well as 'c', and 'b' as well as 's', in the groups
    string.

diff --git a/src/misc.c b/src/misc.c
index 2391d26..649208c 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -882,12 +882,16 @@ ParseGroupString (char *s, LayerGroupTypePtr LayerGroup, int LayerN)
             {
             case 'c':
             case 'C':
+            case 't':
+            case 'T':
               layer = LayerN + COMPONENT_LAYER;
               c_set = true;
               break;
 
             case 's':
             case 'S':
+            case 'b':
+            case 'B':
               layer = LayerN + SOLDER_LAYER;
               s_set = true;
               break;




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