Version 0.6.7 (March 2006)
====================
- Ported to Gtk2
- support for new gschem file format
- library dialog
- file open, save, save_as added
- local configuration file
- bug fixes


Version 0.6.6  (June 2004)
====================
- With the help of Olivier Hervieu, a txt viewer has been added.  
  We do not need xless anymore
- A button has been added to see of spice txt output in the txt viewer
- Some entry are now automaticaly filled with list of possible choice 
  (for instance for DC analysis, the user choose the source using a combo) 
- The result of the OP analysis now used some combos to see the voltage node 
  the modele parameters for instance.
- Many many bug must have been introduced and the interface seems to core 
  dump very often.


Version 0.6.5
====================
-still continue to clean the code
-add a postprocessing ability when plotting


Version 0.6.4
====================
ngspice in now the only simulator
by default, the bin is /usr/local/ngspice/bin/ngspice
the environnement variable is now :
EASY_SPICE_BIN


Version 0.6.3
====================
Many functions and certainly bugs have been added :

- Many simulations can be started using a parameter. Beware the numerical 
  values must not use scientific notations using exponetial notation e. To 
  make a simulation with different values of a resistance : 
    name : R1
    param : resistance
  For a DC source source :
    name: V1
    param: dc
  And so on. See the spice reference manual to select the right name of the 
  param.

- A small interface to nutmeg has been added.
  It will be enabled only if simulation succeed. You just have to indicate 
  the quantity you want to plot separated with a white space.
 
- Tests has been added to see if netlist is correctly generated and to see 
  if simulations have succeed.

- A log window has been added in the interface to avoid many windows to be 
  opened. When a error occurs, a message must appear in this log. 

- The interface with other pollting software have completely been removed. 
  I have made the decision to use ng-spice as a default simulator.

- Some parts of the code have been cleaned.  

- The noise simulation has been added.


version 0.6.1
====================
For the fisrt time, I decid to update the NEWS file. Sorry for my poor english!

- Add the ability to see the result of the OP simulation on the schematic 
  for the node with a label and for the voltage source.
- Bug fixes
- Test if the netlist if valid before running a simulation. Test if a 
  ground (0)label exists.
- add the "passerelle" to spice_plot (my 2nd prog for spice).


version 0.5.3 (March 2001)
====================
