[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 07/02/11 18:58:24
Modified: . Tag: noscreen ChangeLog configure.ac
Log:
Sync with trunc
Revision Changes Path
No revision
No revision
1.283.2.1 +99 -0 eda/geda/gaf/gnetlist/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.283.2.1
diff -u -b -r1.283 -r1.283.2.1
--- ChangeLog 22 Nov 2006 00:06:02 -0000 1.283
+++ ChangeLog 11 Feb 2007 23:58:22 -0000 1.283.2.1
@@ -1,3 +1,102 @@
+2007-02-11 (later) Stuart Brorson <sdb@xxxxxxxxxx>
+ * scheme/gnet-spice-sdb.scm, scheme/gnetlist.scm: Changed
+ string-pad-right to safe-string-head per suggestion from Jeff
+ Mallatt. Added safe-string-head to gnetlist.scm.
+
+2007-02-11 Stuart Brorson <sdb@xxxxxxxxxx>
+ * scheme/gnet-spice-sdb.scm: Incorporated patch from Jeff Mallatt
+ enabling SPICE netlisting of slotted parts.
+
+2007-02-10 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * docs/gnetlist.1, src/gnetlist.c, src/parsecmd.c: Applied patch by
+ Tomaz Solc [ 1593644 ] gnetlist: use "-g help" to list available
+ backends. Thanks!
+
+ * tests/.cvsignore: Added rule to ignore all the newly generated
+ files.
+
+ * scheme/gnet-bom.scm, scheme/gnet-bom2.scm: Applied patch to
+ change "package" to "refdes" [ 1656822 ] BOM/BOM2 should use
+ refdes in title line
+
+ * tests/hierarchy/hierarchy.geda: Updated golden file due to ordering
+ of output changing.
+
+ * src/globals.c: Removed quit_func since it is completely unused.
+
+ * docs/gnetlist.1: Updated the man page a little for bug:
+ [ 1556064 ] man page version out of date
+
+ * tests/*.spice-sdb: Updated golden files to be current due to
+ version number update.
+
+ * configure.ac: Bumped package version to 20070216.
+
+2007-02-10 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * tests/Makefile.am, tests/drc2/Makefile.am,
+ tests/hierarchy/Makefile.am:
+ When running "make check", run "make tests" too.
+
+ * tests/drc2/Makefile.am:
+ Added a pass/failed line after each test.
+
+ * tests/drc2/.cvsignore: Added this new file.
+
+ * configure.ac, tests/Makefile.am, tests/drc2/Makefile.am,
+ tests/drc2/*.sch, tests/drc2/*.drc2:
+ Added new regression test suite for the drc2 backend.
+
+ * scheme/gnet-drc2.scm: Changed a (begin) to a (let ()) due to
+ guile 1.8 problems. Thanks to Stuart Brorson por reporting, and
+ Dean Ferreyra for pointing out the fix.
+
+2007-02-08 19:24 Dan McMahill <danmc>
+
+ * configure.ac, scheme/Makefile.am, scheme/gnet-gsch2pcb.scm.in: 1)
+ add a new option to gsch2pcb "use-m4" for the project file or
+ "--use-m4" for the command line. By default now, gsch2pcb will
+ not try to run m4 at all. If you want the old behaviour of
+ running m4, you'll have to use this option. It seems that this
+ is what most users want (no m4 involved at run time).
+
+ 2) rather than hard coding a number of paths like /usr/X11R6/lib
+ and /usr/local/share into the code for places to look for PCB
+ footprints, use a single default directory which is based on
+ ${datadir}. If the user wants to, they can override that with
+ --with-pcb-datadir=/opt/pcb-20070204/share for example.
+
+ 3) when searching for newlib footprints with, for example, a
+ name like footprint=MY1206, match either "MY1206" or "MY1206.fp"
+ so we can start having extensions on footprint files without
+ needing to explicitly add the ".fp" part in the footprint=
+ attribute. All of the footprints in the pcb distribution which
+ came from the m4 libraries have .fp extensions now.
+
+ 4) add some example schematic files in the gsch2pcb example
+ directory
+
+2007-01-15 Stuart Brorson <sdb@cloud9./net>
+
+ * scheme/gnet-bom.scm, scheme/gnet-bom2.scm: Added
+ (use-modules (ice-9 rdelim)) fix guile-1.8 problem.
+
+2007-01-16 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * scheme/gnet-switcap.scm: Added added (use-modules (ice-9 rdelim))
+ to get read-line included and working.
+
+2007-01-15 Stuart Brorson <sdb@cloud9./net>
+ * scheme/gnet-spice-sdb.scm: Changed escaping for parens to fix
+ guile-1.8 bug. Also added (use-modules (ice-9 rdelim)) to enable
+ read-line.
+
+2007-01-07 Stuart Brorson <sdb@cloud9./net>
+ * scheme/gnet-spice-sdb.scm: Added SPICE-NPN and SPICE-PNP
+ to dispatch to cover cases where people had munged the transistor
+ symbols.
+
2006-11-21 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* configure.ac: Fixed libgeda detection/find error message when
1.33.2.2 +28 -3 eda/geda/gaf/gnetlist/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/configure.ac,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -u -b -r1.33.2.1 -r1.33.2.2
--- configure.ac 27 Dec 2006 17:37:55 -0000 1.33.2.1
+++ configure.ac 11 Feb 2007 23:58:22 -0000 1.33.2.2
@@ -4,7 +4,7 @@
AC_PREREQ(2.54)
PACKAGE=geda-gnetlist
-VERSION=20061020
+VERSION=20070216
echo Configuring $PACKAGE version $VERSION
# Initialize automake
@@ -21,14 +21,36 @@
# Change default location for rc files
AC_ARG_WITH(rcdir, [ --with-rcdir=path Change where the system-*rc files are installed], [opt_rcdir=$withval])
+AC_MSG_CHECKING([For the default pcb installation data directory])
+AC_ARG_WITH(pcb-datadir,
+ [ --with-pcb-datadir=path
+ Change the default location for an installed pcb. This is used
+ to set the default search path for pcb newlib libraries.
+ [[default=${datadir}]]],
+ [PCBDATADIR=$withval],
+ [PCBDATADIR="${datadir}"]
+)
+AC_MSG_RESULT([${PCBDATADIR}])
+AC_SUBST(PCBDATADIR)
+
# Change default location for pcb's m4 library directory
+AC_MSG_CHECKING([For the default pcb m4 directory])
AC_ARG_WITH(pcbm4dir,
- [ --with-pcbm4dir=path Change where the PCB m4 files are installed [[default=${datadir}/pcb/m4]]],
+ [ --with-pcbm4dir=path Change where the PCB m4 files are installed [[default=${PCBDATADIR}/pcb/m4]]],
[PCBM4DIR=$withval],
- [PCBM4DIR="${datadir}/pcb/m4"]
+ [PCBM4DIR="${PCBDATADIR}/pcb/m4"]
)
+AC_MSG_RESULT([${PCBM4DIR}])
AC_SUBST(PCBM4DIR)
+# Change default location for pcb's newlib library directory
+AC_ARG_WITH(pcb-newlib-path,
+ [ --with-pcb-newlib-path=path Change the default search path for PCB newlib libraries [[default=${datadir}/pcb/pcblib-newlib:${datadir}/pcb/newlib:]]],
+ [PCBLIBPATH=$withval],
+ [PCBLIBPATH="${datadir}/pcb/pcblib-newlib:${datadir}/pcb/newlib"]
+)
+AC_SUBST(PCBLIBPATH)
+
# Change default location for pcb's m4 site configuration directory
AC_ARG_WITH(pcbconfdir,
[ --with-pcbconfdir=path Change where the PCB site config files are installed [[default=${sysconfdir}/pcb]]],
@@ -355,6 +377,7 @@
examples/Makefile
tests/Makefile
tests/hierarchy/Makefile
+ tests/drc2/Makefile
docs/Makefile
docs/vams/Makefile
examples/vams/Makefile
@@ -376,6 +399,7 @@
expandedGEDADATADIR=`eval "echo $GEDADATADIR"`
expandedGEDARCDIR=`eval "echo $GEDARCDIR"`
expandedGEDADOCDIR=`eval "echo $GEDADOCDIR"`
+expandedPCBM4DIR=`eval "echo $PCBM4DIR"`
AC_MSG_RESULT([
** Configuration summary for $PACKAGE $VERSION:
@@ -386,6 +410,7 @@
data directory: $expandedGEDADATADIR
rc directory: $expandedGEDARCDIR
documentation directory: $expandedGEDADOCDIR
+ default PCB m4 directory: $expandedPCBM4DIR
dmalloc debugging: $with_dmalloc
Electric Fence debugging: $with_efence
])
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs