[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/05/20 15:02:32
Modified: . ChangeLog system-gafrc.in
Log:
Added code to support arbitrary attribute promotion
Revision Changes Path
1.203 +4 -0 eda/geda/devel/symbols/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/symbols/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -b -r1.202 -r1.203
--- ChangeLog 9 Apr 2006 10:27:12 -0000 1.202
+++ ChangeLog 20 May 2006 19:02:31 -0000 1.203
@@ -1,3 +1,7 @@
+2006-05-20 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * system-gafrc.in: Added default setting for always-promote-attributes
+
2006-04-07 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* asic/asic-cap-1.sym, asic/asic-cap-2.sym, asic/asic-cap-3.sym,
asic/asic-diode-1.sym, asic/asic-nmos-1.sym, asic/asic-pmos-1.sym,
1.8 +14 -0 eda/geda/devel/symbols/system-gafrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gafrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/symbols/system-gafrc.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- system-gafrc.in 18 May 2006 02:13:08 -0000 1.7
+++ system-gafrc.in 20 May 2006 19:02:31 -0000 1.8
@@ -310,3 +310,17 @@
;
; End of font related keywords
;
+
+;
+; Start of attribute promotion keywords
+;
+
+; always-promote-attributes string
+;
+; Contains a list of attributes that are always promoted regardless of
+; their visibility.
+(always-promote-attributes "footprint device value model-name")
+
+;
+; End of attribute promotion keywords
+;