From 90f5a541ff5646dcd885a78d2e3904fb3dcaf239 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Fri, 12 Oct 2007 22:06:43 +0000 Subject: [PATCH] Modified brief option --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee6916cde..30bdd09cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-12 Paolo Nenzi + * src/frontend/{cpitf.c, inp.c, miscvars.c}, src/spinit.in: + reimplemented "brief" option as a boolean and defaulted to + TRUE. Now the netlist is not printed anymore when you load + a circuit. For the original behavior uncomment "unset brief" + in the spice init file. + 2007-10-11 Paolo Nenzi * src/main.c, src/frontend/{inpcom.c, miscvars.c}: added option -a and --autorun to add the control section ans run the loaded netlist.