2008-04-01  Stefan Jahn  <stefan@lkcc.org>

	* MESFET.va: Added new MESFET models provided by Mike Brinson.

2008-03-11  Stefan Jahn  <stefan@lkcc.org>

	* qucsMODULEgui.xml, qucsMODULEdefs.xml: Skipping surrounding
	brackets for unary expressions in property values.

2008-02-14  Stefan Jahn  <stefan@lkcc.org>

	* qucsMODULEgui.xml: Fixed notation of number suffixes for some
	of the suffixes in the GUI code.

2008-02-08  Stefan Jahn  <stefan@lkcc.org>

	* potentiometer.va: Added new Potentiometer Verilog-A model.
	Thanks to Mike!

2008-01-21  Stefan Jahn  <stefan@lkcc.org>

	* hicumL0V1p12.va: Added new device: HICUM L0 v1.12 model.

	* qucsMODULEcore.xml: Declaring global model and instance
	variables.  Also implemented $given() and $param_given()
	correctly.

2008-01-19  Stefan Jahn  <stefan@lkcc.org>

	* log_amp.va: Added new verilog device: Logarithmic Amplifier.
	Thanks to Mike Brinson!

2008-01-18  Stefan Jahn  <stefan@lkcc.org>

	* qucsMODULEcore.xml: Fixed memory by using new function
	setInternalNode().

2008-01-07  Stefan Jahn  <stefan@lkcc.org>

	* qucsVersion.xml: Allowing none-registered/handled devices to be
	used with the scripts without initially modifying them.

	* qucsMODULEgui.xml: Added example symbol code for amplifiers and
	diodes.

2007-12-27  Stefan Jahn  <stefan@lkcc.org>

	* analogfunction.xml: Minor code cleanups.

2007-12-26  Stefan Jahn  <stefan@lkcc.org>

	* qucsMODULEgui.xml: Added symbol code for mosfets.  Also
	evaluating 'unit' descriptions for properties.

2007-12-20  Stefan Jahn  <stefan@lkcc.org>

	* qucsVersion.xml: Implemented 'forloop' translation code.

	* qucsMODULEgui.xml: Added some code for mosfets.  Still something
	to do (symbol).

2007-12-19  Stefan Jahn  <stefan@lkcc.org>

	* hicumL2V2p22.va, hicumL2V2p11.va: Avoiding singular matrices due
	to V(br) <+ 0.0 statements.  Converted to I(br) <+ V(br)/1e-6
	statements which is a tiny resistor instead of a real short.

	* qucsVersion.xml: 'case' now works for both real and integer
	arguments. Statements like 'case (0) a: b=1; endcase' are now also
	correctly translated.  TODO: String comparisons.

2007-12-18  Stefan Jahn  <stefan@lkcc.org>

	* hicumL2V2p22.va: Added new device: HICUM L2 v2.22 model.

	* qucsVersion.xml: Loads of changes enabling the code to translate
	ddx() statements.  Also improved 'case' handling (variable
	assignment detection inside 'caseitem' code).  ADMS version 2.2.8
	is now required (currently in SVN only).

2007-12-13  Stefan Jahn  <stefan@lkcc.org>

	* mod_amp.va: Added new verilog device: Modular OpAmp.  Thanks to
	Mike Brinson!

2007-12-11  Stefan Jahn  <stefan@lkcc.org>

	* qucsVersion.xml: Implemented $strobe() and $finish() corretly
	now.  Simple (only for numeric case items) but working 'case'
	implementation added.

2007-09-16  Stefan Jahn  <stefan@lkcc.org>

	* analogfunction.xml: Initializing local variables in analog
	functions.

2007-04-29  Stefan Jahn  <stefan@lkcc.org>

	* hicumL2V2p11.va: Applied some changes which makes the file
	minimally differ from the original source file.

	* qucsMODULEcore.xml: Updated all admst-scripts due to changed CR
	handling of new adms-2.2.5 release.

	* qucsVersion.xml, analogfunction.xml: Fixed definition of
	limexp() and its derivative.  Also fixed $vt() translation.

2007-04-07  Stefan Jahn  <stefan@lkcc.org>

	* verilog/qucsMODULEdefs.xml: Fixed bug in (-inf:inf) parameter
	range handling.

	* verilog/qucsMODULEcore.xml: Moved Verilog evaluation into a
	initVerilog() and calcVerilog() function.

2007-04-05  Stefan Jahn  <stefan@lkcc.org>

	* verilog/qucsVersion.xml: Some more cleanups.  Also fixed
	a bug for analog function calls.  Thanks to Laurent.

2007-04-04  Stefan Jahn  <stefan@lkcc.org>

	* verilog/qucsVersion.xml: Cleaned up a bit.  Also fixed
	some minor bugs.

	* verilog/qucsMODULEcore.xml: Added HB simulation callbacks.

	* verilog/qucsMODULEdefs.xml: Added parameter range extraction
	functionality.

2006-11-01  Stefan Jahn  <stefan@lkcc.org>

	* verilog/qucsMODULEcore.xml: Optimized memory usage during
	transient analysis.  Also fixed a bug in the transient analysis.
