[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/08/19 21:46:25
Modified: . ChangeLog
Log:
Commited updated converter by Jeff McLamb
Revision Changes Path
1.111 +13 -0 eda/geda/devel/utils/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- ChangeLog 16 Aug 2005 18:14:19 -0000 1.110
+++ ChangeLog 20 Aug 2005 01:46:24 -0000 1.111
@@ -1,3 +1,16 @@
+2005-08-19 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * src/convert_sym.c: Integrated Jeff McLamb's greatly updated
+ ViewDraw converter. Thanks. Changes include:
+ - Updated to support gEDA file format version 1
+ - Added capability to import more graphic styles from ViewDraw
+ - Corrected bug associated with absense of library reference in local ViewDraw symbols
+ - Removed command-line option -s; no longer necessary
+ - Mapped ViewDraw "SIGNAL" attribute to gEDA "net" attribute
+ - Mapped ViewDraw "HETERO" attribute to a new "split" attribute
+ (netlister to be later updated to support this)
+ - Mapped ViewDraw "PINTYPE" attributes to correct gEDA pintypes
+
2005-08-16 Stuart Brorson <sdb@xxxxxxxxxx>
* configure.ac, Makefile.am, src/grenum.[hc]
src/Makefile.am, doc/Makefile.am, man/*: