Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)
commit72c4db8aa20c22baa4243a0d27b3bb3f32f3ef64
authorAles Hvezda <ahvezda@seul.org>
Tue, 14 Aug 2007 11:46:06 +0000 (14 07:46 -0400)
committerAles Hvezda <ahvezda@seul.org>
Tue, 14 Aug 2007 11:46:38 +0000 (14 07:46 -0400)
tree431e7d4bb6f60c14af452744c93ad2561cc7e595
parente04284b595dffa4b9931872ae33b76daede58dd7
Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)

All the promotion keywords were moved from gschem into libgeda to fix:
1748143 ] gschlas causes duplicate prompted attributes   The primary
cause of this bug was that the promotion variables within TOPLEVEL were
not being setup by gschlas and so duplicate refdes attributes were
showing up in the schematic.  The three rc keywords that were moved are:

(attribute-promotion ... )
(promote-invisible ... )
(keep-invisible ... )
19 files changed:
gattrib/include/struct.h
gattrib/src/g_rc.c
gnetlist/src/g_rc.c
gschem/include/i_vars.h
gschem/include/prototype.h
gschem/lib/system-gschemrc.in
gschem/src/g_rc.c
gschem/src/g_register.c
gschem/src/i_vars.c
gsymcheck/src/g_rc.c
libgeda/include/defines.h
libgeda/include/i_vars.h
libgeda/include/prototype.h
libgeda/include/struct.h
libgeda/lib/system-gafrc
libgeda/src/g_rc.c
libgeda/src/g_register.c
libgeda/src/i_vars.c
utils/gschlas/g_rc.c