2007-09-16 Werner Hoch <werner.ho@gmx.de>
	* src/menu.c: get entry values before saving options

2007-09-15 Werner Hoch <werner.ho@gmx.de>
	* bumped version to 0.6.8
	* updated po and pot files and german translation
	* misc tweeks to get a working "make dist-gzip"

2007-09-11 Werner Hoch <werner.ho@gmx.de>
	* src/*: kill the plot when closing the main window.
	  variable renaming ac_nb, noise_nb  to ac_points, noise_points

2007-09-10 Werner Hoch <werner.ho@gmx.de>
	* src/*: new GKeyFile based configuration file system,
	  old files can be read but not be written.
	* src/menu.c: add commands and geda settings and the spice libs
	  to the configuration file
	* src/*: code cleanup

2007-09-08 Werner Hoch <werner.ho@gmx.de>
	* src/interface.c: added some spacings, removed seperators from the 
	  main window
	* src/interface.c, src/menu.c, src/callbacks.c: moved function 
	  on_gschem1 to on_menu_options_activate from callbacks.c to menu.c
	* src/interface.c: reordered option menu, removed spice empty entry, 
	  added empty saveoptions entry
	* src/*: code cleanup: removed global variable win_prin

2007-09-07 Werner Hoch <werner.ho@gmx.de>
	* src/interface.c, src/callbacks.c, src/main.c, src/menu.c, src/util.c, 
	  src/prototype.h: remove project name from main window,
	  put the project name into the window title

2007-09-07 Werner Hoch <werner.ho@gmx.de>
	* src/callback.c, src/interface.c: removed close button form the
	  bottom of the main window. This button was redundant as we have
	  The window close button and the menu entry file->close

2007-05-12 Werner Hoch <werner.ho@gmx.de>
	* src/callbacks.c, src/interface.c, src/struct.h, src/util.c:
	  gnetlist command line entry for the gschem dialog.
	  Patch #1720837 written by Gudjon I. Gudjonsson. Thanks

2006-03-07 Werner Hoch <werner.ho@gmx.de>
	* Released easy_spice-0.6.7

2006-02-26 Werner Hoch <werner.ho@gmx.de>
	* changed info-dialog
	* removed unused variables and functions
	* po-files updated, fixed german translation
	* make dist: added required files

2006-02-02 Werner Hoch <werner.ho@gmx.de>
	* accept spice values in parametric simulation (1k, 10Meg, ...)

2006-02-01 Werner Hoch <werner.ho@gmx.de>
	* callback.c: put an if (DEBUG) around the debug output
	* netlist.c, spice,c: same DEBUG problem
	
2006-01-24 Werner Hoch <werner.ho@gmx.de>
	* look for local rcfile ($HOME/.easyspicerc)
	* fixed loading projectfile with dir (easyspice ../dir/pj.easyspice)

2005-12-10 Werner Hoch <werner.ho@gmx.de>
	* spice_plot.c: store pid in a variable instead of a file
	* netlist.c: create v(node) entries for noise and tf simulation
	* netlist.c: keep the entry fields when netlist is recreated

2005-11-22 Werner Hoch <werner.ho@gmx.de>
	* fixed dcdc simulation
	* load project file from commandline

2005-11-14 Werner Hoch <werner.ho@gmx.de>
	* fixed a segfault when reading files
	* updated german translation

2005-11-09 Werner Hoch  <werner.ho@gmx.de>
	* connected the file dialogs and made them working

2005-11-04 Werner Hoch  <werner.ho@gmx.de>
	* added file->open/new/save dialogs

2005-11-02 Werner Hoch  <werner.ho@gmx.de>
	* interface.c: fixed the delete-event of the main-window
	  added the two menuitems "new" and "saveas"
	* utils.c: added the default spice values

2005-11-01 Werner Hoch  <werner.ho@gmx.de>
	* realy fixed the system call problem: the cir-file was used before
	  closing the file.
	* removed the dummy data from the lib-dialog
	* reconnected the lib-dialog and the postproc-dialog to easyspice

2005-10-31 Werner Hoch  <werner.ho@gmx.de>
	* geda.c: changed PWD quoting for guile
	* new library dialog using GtkTreeView

2005-10-29 Werner Hoch  <werner.ho@gmx.de>
	* replaced devices g_array with g_list
	* added op_results to the GUI
	* reduced the memory leaks freeing the devices

2005-10-25  Werner Hoch <werner.ho@gmx.de>
	* added GTK2 postprocessing dialog, not completly integrated

2005-10-23  Werner Hoch <werner.ho@gmx.de>
	* spice.c: restructured result parser, added op_results
	* geda.c: use the new op_results
	* and the neccesary helper funktions

2005-10-22  Werner Hoch <werner.ho@gmx.de>
	* added GTK2 verify_quit dialog

2005-10-21  Werner Hoch <werner.ho@gmx.de>
	* bumped VERSION to 0.6.7
	* redraw of dialog windows
	* code refractoring using a global easyspice structure
	* replacements of french comments and variable names
	* changed geda configuration filenames commonrc -> gafrc
	
2005-09-29  Werner Hoch <werner.ho@gmx.de>
	* po/de_DE.po: german translation added
	* bumped VERSION to 0.6.6i

2005-09-24  Werner Hoch <werner.ho@gmx.de>
	* gschem.c: visu_result_gschem2 function for new gschem format added

2005-09-22  Werner Hoch <werner.ho@gmx.de>
	* ported easyspice to GTK 2.x 
	* replaced GtkText with GtkViewText and GtkBuffer
	* txt_viewer: removed not working widgets, added close button

2004-02-04  gettextize  <bug-gnu-gettext@gnu.org>
	* Makefile.am (SUBDIRS): Remove intl.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath mkinstalldirs.
