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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-220-gf0a96de)



The branch, master has been updated
       via  f0a96de8b545dbd900e87db6abf54a0b6df830ab (commit)
       via  0a823197e4d511cc5fdfb38013808847781dd2f5 (commit)
      from  92f154a486073fe0a0b224469d7e17a680985283 (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
=========

 gnetlist/.gitignore           |   10 +++++++++-
 gschem/.gitignore             |    8 ++++++++
 gsymcheck/.gitignore          |    9 +++++++++
 libgeda/.gitignore            |    9 +++++++++
 libgeda/src/o_complex_basic.c |    2 +-
 5 files changed, 36 insertions(+), 2 deletions(-)


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

commit f0a96de8b545dbd900e87db6abf54a0b6df830ab
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Sat Oct 11 09:02:03 2008 +0200

    .gitignore: log files and source tagging files added
    
    Added the files of the "global" source tagging program
    and the logfiles of the gEDA programs to .gitignore.

:100644 100644 993c518... 2d4ca21... M	gnetlist/.gitignore
:100644 100644 59629b2... 3b9eac3... M	gschem/.gitignore
:100644 100644 864d203... b6406a0... M	gsymcheck/.gitignore
:100644 100644 2398957... 33b1cf0... M	libgeda/.gitignore

commit 0a823197e4d511cc5fdfb38013808847781dd2f5
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Fri Oct 10 18:15:06 2008 +0200

    libgeda: changed object adding flag for embeded symbols [#1692626]
    
    Copying embeded symbols in gschem had ghost connections. When copying
    objects into the place buffer, the ADDING_SEL flag has to be set.

:100644 100644 f157e8c... 5aee666... M	libgeda/src/o_complex_basic.c

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

commit f0a96de8b545dbd900e87db6abf54a0b6df830ab
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Sat Oct 11 09:02:03 2008 +0200

    .gitignore: log files and source tagging files added
    
    Added the files of the "global" source tagging program
    and the logfiles of the gEDA programs to .gitignore.

diff --git a/gnetlist/.gitignore b/gnetlist/.gitignore
index 993c518..2d4ca21 100644
--- a/gnetlist/.gitignore
+++ b/gnetlist/.gitignore
@@ -15,5 +15,13 @@ depcomp
 install-sh
 missing
 mkinstalldirs
-
 *~
+*#
+TAGS
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+HTML
+gschem.log
+gnetlist.log
diff --git a/gschem/.gitignore b/gschem/.gitignore
index 59629b2..3b9eac3 100644
--- a/gschem/.gitignore
+++ b/gschem/.gitignore
@@ -24,4 +24,12 @@ intltool-extract
 intltool-merge
 intltool-update
 *~
+*#
 TAGS
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+HTML
+gschem.log
+
diff --git a/gsymcheck/.gitignore b/gsymcheck/.gitignore
index 864d203..b6406a0 100644
--- a/gsymcheck/.gitignore
+++ b/gsymcheck/.gitignore
@@ -16,3 +16,12 @@ install-sh
 missing
 mkinstalldirs
 *~
+*#
+TAGS
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+HTML
+gschem.log
+gsymcheck.log
diff --git a/libgeda/.gitignore b/libgeda/.gitignore
index 2398957..33b1cf0 100644
--- a/libgeda/.gitignore
+++ b/libgeda/.gitignore
@@ -27,3 +27,12 @@ intltool-merge.in
 intltool-update
 intltool-update.in
 *~
+*#
+TAGS
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+HTML
+gschem.log
+

commit 0a823197e4d511cc5fdfb38013808847781dd2f5
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Fri Oct 10 18:15:06 2008 +0200

    libgeda: changed object adding flag for embeded symbols [#1692626]
    
    Copying embeded symbols in gschem had ghost connections. When copying
    objects into the place buffer, the ADDING_SEL flag has to be set.

diff --git a/libgeda/src/o_complex_basic.c b/libgeda/src/o_complex_basic.c
index f157e8c..5aee666 100644
--- a/libgeda/src/o_complex_basic.c
+++ b/libgeda/src/o_complex_basic.c
@@ -917,7 +917,7 @@ OBJECT *o_complex_copy_embedded(TOPLEVEL *toplevel, OBJECT *o_current)
   temp_list = o_list_copy_all(toplevel,
                               o_current->complex->prim_objs->next,
                               new_obj->complex->prim_objs, 
-                              NORMAL_FLAG);
+                              toplevel->ADDING_SEL);
 	
   new_obj->complex->prim_objs = return_head(temp_list);
 




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