2006-05-14  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac:  Added -s (strip) to linker flags when no
	debugging enabled.
	Put MinGW32 checks in place, thus it is now possible to cross-
	compile the qucs package using a GNU/Linux box.  Had to separate
	LDFLAGS and LIBS because linker command line order matters (-lqt-mt
	-lqtmain *must* be at the end of the command line), otherwise
	linking fails.  Changed rules in appropriate Makefile.am's.
	Additionally checking for the 'ar' tool.

2006-02-16  Stefan Jahn  <stefan@lkcc.org>

	* qucs-transcalc/main.cpp, qucs-lib/main.cpp,
	qucs-help/main.cpp, qucs-filter/main.cpp, qucs-edit/main.cpp
	(loadSettings): Try loading items from main qucsrc even if
	application specific resource file does not exist.

2006-02-10  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac (paths): Added $QTDIR/lib64 to the library path
	to look Qt libraries for.  For 64-bit GNU/Linux's.

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

	* qucs-filter/qf_cauer.cpp: Fixed band stop filters.  Now
	correctly working and exported into the clipboard.

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

	* configure.ac: Released version 0.0.8 and bumped up to version
	0.0.9.

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

	* qucs-filter/qf_filter.cpp: Lowpass/Highpass/Bandpass of
	Cauer filter now quite like working.

	* qucs-filter/qf_cauer.cpp: Fixed bug in bandpass/bandstop
	generation.

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

	* qucs-filter/qf_filter.cpp: Preliminary support for Cauer
	filters.  Many bugs here...

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

	* configure.ac: Checking for Qt programs also in the
	$QTDIR/bin path.

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

	* qucs-filter/qucsfilter.cpp (calculateFilter): Built in
	the cauer filter code by Vincent Habchi.

2005-11-15  Michael Margraf <michael.margraf@alumni.tu-berlin.de>

	* show cursor position in qucs-edit
	* extend Bessel coefficient table to order 19

2005-11-08  Michael Margraf <michael.margraf@alumni.tu-berlin.de>

	* fixed small bug in library search

2005-10-18  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Fixed overwriting CXXFLAGS and CFLAGS
	environment variables via 'configure' command line.

2005-10-13  Michael Margraf <michael.margraf@alumni.tu-berlin.de>

	* add new libraries: Bridges, LEDs

2005-08-19  Michael Margraf <michael.margraf@alumni.tu-berlin.de>

	* add new components models to library, thanks to
	Leandro D'Archivio

2005-07-23  Stefan Jahn  <stefan@lkcc.org>

	* qucs-lib/qucslib.1: Added manpage for the QucsLib library
	manager program.

	* configure.ac: Finally fixed freebsd[456]* detection.

2005-07-22  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Released version 0.0.7 and bumped up to version
	0.0.8.

2005-05-25  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Released version 0.0.6 and bumped up to version
	0.0.7.

2005-05-11  Stefan Jahn  <stefan@lkcc.org>

	* qucs*.1: Updated manpages.

2005-03-01  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Released version 0.0.5 and bumped up to version
	0.0.6.

2005-02-27  Stefan Jahn  <stefan@lkcc.org>

	* qucs-help/main.cpp, qucs-edit/main.cpp (main): Made the
	QucsHelp and QucsEdit applications relocatable using the
	environment variable QUCSDIR.

2005-02-23  Stefan Jahn  <stefan@lkcc.org>

	* THANKS: Corrected Toyoyuki Ishikawa's name at all locations
	in the project.

2005-02-21  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: LDFLAGS additions for FreeBSD users.

2005-02-18  Raimund 'Raimi' Jacob  <raimi@lkcc.org>

	* configure.ac: Add another paths to look for Qt header/library in.
	Required for FreeBSD. Use gmake there.

2004-11-24  Raimund 'Raimi' Jacob  <raimi@lkcc.org>

	* autogen.sh: Make aclocal and automake program be overridable
	with environment variable. Need this so i can easily build on
	debian woody, I hope nobody takes offense.
	PS: While Stefan is away, I will commit his stuff.

2004-11-23  Michael Margraf <michael.margraf@alumni.tu-berlin.de>

	* added icon to QucsEdit and QucsHelp

2004-11-11  Stefan Jahn  <stefan@lkcc.org>

	* qucs-edit/qucsedit.cpp (slotAbout): Added proper copyright
	notice to the 'About' dialog.

2004-10-23  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Released version 0.0.4 and bumped up to version
	0.0.5.

2004-09-30  Stefan Jahn  <stefan@lkcc.org>

	* qucs-edit/qucsedit.1: Added simple man page for qucsedit.

	* qucs-help/qucshelp.1: Added simple man page for qucshelp.

	* qucs-help/main.cpp (main): Trying to obtain the correct
	language help directory by splitting e.g. 'es_MX' to use the
	'es' directory.

2004-09-15  Stefan Jahn  <stefan@lkcc.org>

	* qucs-help/main.cpp (main): Using locale() string to check
	whether the documentation directory in the specific language
	is available.

	* configure.ac: Made the DOCDIR variable for choosing a
	specific language.

2004-09-04  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Released version 0.0.3 and bumped up to version
	0.0.4.

2004-08-30  Stefan Jahn  <jahn@mwt.ee.tu-berlin.de>

	* configure.ac: Checking for 'ieeefp.h'.

2004-07-03  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Ensured that the default prefix gets set early
	in the configure script.

2004-06-27  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Displaying warning message if the 'moc' compiler
	can not be found.  Checking for new platforms.

2004-06-03  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Released version 0.0.2 and bumped up to version
	0.0.3.

2004-05-29  Stefan Jahn  <stefan@lkcc.org>

	* Makefile.am: Added RELEASE file to CVS.  Updated maintainer
	specific files.

2004-04-30  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Added no-define directive to AM_INIT_AUTOMAKE,
	changed all callers of the VERSION #define to use PACKAGE_VERSION.

2004-02-09  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Substituting the variable PATHXFORM depending
	on the build system.

2004-01-31  Michael Margraf

	* added tr(...) to all strings
	* some tiny improvements

2004-01-24  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Additionally checking for X headers and
	libraries.  Checking for multi-threaded and non-threaded Qt
	library.

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

	* configure.ac: Added qucs/doc/Makefile for output.

2004-01-10  Michael Margraf <margraf@mwt.ee.tu-berlin.de>

	* diagrams can be resized
	* tabular diagrams can show more than one variable
	* a simple help system can now be started from help system

2003-11-29  Stefan Jahn  <stefan@lkcc.org>

	* configure.ac: Added a LANGUAGEDIR path for translations.  
	Slightly changed the BITMAPDIR.

2003-10-30  Stefan Jahn  <jahn@mwt.ee.tu-berlin.de>

	* configure.in: Made the BITMAPDIR definition available through
	<config.h>.
