2020-09-26  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/mainDlg.c (treeDblClickedCallback): Cast 1st parameter to
	mainDlgCoeffAction() to a GtkWidget.

2020-08-09  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* INSTALL: Copied from Automake 1.15.

	* include/doxygen.h: Deleted.
	* include/Makefile.am (noinst_HEADERS): Deleted doxygen.h from headers.
	* README: Added maintainer make targets, originally in doxygen.h.

2020-08-06  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/mainDlg.c (MAINDLG_COEFF_OPERATION): Coefficient actions
	do not need the originating widget as first parameter.
	(mainDlgCoeffAction): Ditto.
	(mainDlgCoeffsRound): Ditto.
	(mainDlgCoeffsFactor): Ditto.
	(mainDlgCoeffEdit): Ditto.
	(treeDblClickedCallback): Added as signal handler for
	double-click events on coefficients lists.
	(coeffCreateListTreeView): Catch "row-activated" event for
	signal handler treeDblClickedCallback().

2020-08-02  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* include/linFirFilter.h (LINFIR_DSPWIN): Give tribute to van
	Hann, not Hanning.
	* include/mathFuncs.h (mathFuncHanning): Ditto.
	* src/mathFuncs.c (mathFuncHanning): Ditto.
	* src/linFirDesignDlg.c (linFirDlgWin): Ditto.

2020-07-31  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* include/dfcgen.h (FTR): Mostly no explicit enumerations.
	* include/linFirFilter.h (LINFIR_DSPWIN): Ditto.
	(LINFIR_TYPE): Ditto.
	* include/responsePlot.h (RESPONSE_TYPE): Ditto.
	* src/cfgSettings.c (respSet): Ditto.
	* src/linFirDesignDlg.c (linFirDlgChar): Ditto.
	(ftrEntry): Ditto.
	* src/responsePlot.c (responsePlot): Ditto.
	* src/responseWin.c (responseWidget): Ditto.
	* src/stdIirDesignDlg.c (ftrEntry): Ditto.

2020-07-30  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/projectFile.c (readProject): Fix frequency transformation
	cutoff/center frequency handling in project file.
	* po/de.po: Ditto.

	* doc/dfcgen.sty: Added sinus cardinalis.

	* src/mathPoly.c (chebyT): Improved function description.

	* src/mainDlg.c (mainDlgCreate): Removed todo comment.
	* src/filterResponse.c (timeResponseProcNext): Ditto.
	* src/linFirDesignDlg.c (linFirDesignDlgApply): Ditto.

	* src/linFirFilter.c (linFirFilterGen): At design of linear FIR
	systems with HP/BS frequency transformations correct the cutoff
	frequency of reference lowpass (improve precision).
	(corrRectangularCutoff): Added.
	(corrCosineCutoff): Added.
	(corrCosine2Cutoff): Added.
	(corrSquaredCutoff): Added.
	(corrGaussianCutoff): Added.

2020-04-13  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/projectFile.c (readProject): Function header update.

	* Makefile.am (dox): Renamed make target DOXYGEN to DOX.
	* doc/Makefile.am (dox): Ditto.
	* include/doxygen.h: Ditto.

2020-03-26  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/projectFile.c (readProject): Fix restore of correct
	cutoff frequency on HP/BP/BS frequency transformations.

	* include/doxygen.h: Added new make target 'doxygen'.
	* doc/Makefile.am (doxygen, EXTRA_DIST): Ditto.
	* Makefile.am (doxygen): Ditto.

2020-03-24  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/linFirFilter.c (ftrHighpass, ftrBandpass, ftrBandstop)
	(linFirFilterGen): Do not allow an odd system order for
	frequency transformations (unsupported/impossible).
	* src/linFirDesignDlg.c (linFirDesignDlgApply): Ditto.

2020-03-22  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/linFirFilter.c (firWinRectangle, firWinHamming)
	(firWinHanning, firWinBlackman, firWinKaiser): Change of
	windowing functions signature to fix system degree problem when
	using Hann/Blackman window.

	* po/de.po: Translate error message regarding semantic checks
	in stdIirDesignDlgApply() to German.

2020-03-21  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/stdIirDesignDlg.c (stdIirDesignDlgApply):
	* src/stdIirFilter.c (stdIirFilterGen): Add some semantic checks
	to Standard IIR filter bandpass/bandstop transformation.

2020-02-16  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* .svn-authors: Deleted.

	* autogen.sh: Added for auto-generation of initial Makefiles.
	(GETTEXTIZE_FLAGS): Exclude ChangeLog from po directory.

	* include/Makefile.in: Removed files which can be generated by
	autogen.sh.
	* src/Makefile.in: Ditto.
	* doc/Makefile.in: Ditto.
	* dist/win32/Makefile.in: Ditto.
	* dist/debian/source/Makefile.in: Ditto.
	* dist/debian/Makefile.in: Ditto.
	* dist/Makefile.in: Ditto.
	* data/templates/Makefile.in: Ditto.
	* data/pixmaps/Makefile.in: Ditto.
	* data/filters/Makefile.in: Ditto.
	* data/Makefile.in: Ditto.
	* Makefile.in: Ditto.
	* po/de.gmo: Ditto.
	* po/stamp-po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.
	* po/ChangeLog: Ditto.
	* config.h.in: Ditto.
	* configure: Ditto.
	* aclocal.m4: Ditto.
	* stamp-h.in: Ditto.
	* build/*: Ditto.
	* m4/*: Ditto:

	* configure.ac: Add to file header "coding: utf-8".
	* Makefile.am: Ditto.

2020-02-16  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/responseWin.c (responseWinCreate): Show response windows
	in taskbar and pager.

2020-02-11  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* src/dialogSupport.c (dlgError): Fix handling of Pango text
	markup, mainly used in error messages.

	* src/cairoPlot.c (PLOT_GRID_LINE_WIDTH): Increase grid line
	width to 1.0 (bugfix).

	* src/responsePlot.c (responsePlot): C99 style array
	initialization.

	* src/mainDlg.c (mainDlgCreate): Fix warnings regarding
	deprecated function gdk_pixbuf_unref().
	* src/helpDlg.c (helpDlgMenuActivate): Ditto.
	* src/editDlg.c (createInfoDlg): Ditto.
	* src/responseWin.c (responseWinCreate): Ditto.
	(RESPONSE_WIN_GRAPH_THICKNESS): Increase curve line width to 2.0.

2020-02-10  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* configure.ac (CFLAGS_DEBUG): Removed defines GDK_DISABLE_DEPRECATED
	and GTK_DISABLE_DEPRECATED from CFLAGS_DEBUG.

	* data/pixmaps/dfcgen.fig: First draft of DFCGen icon as a FIG
	file.

	* po/de.gmo: Re-generate gettext (po) files.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.

	* aclocal.m4: Update of Automake generated files.
	* configure: Ditto.

	* config.h.in: Ditto.
	* data/Makefile.in: Ditto.
	* data/filters/Makefile.in: Ditto.
	* data/pixmaps/Makefile.in: Ditto.
	* data/templates/Makefile.in: Ditto.
	* dist/Makefile.in: Ditto.
	* dist/debian/Makefile.in: Ditto.
	* dist/win32/Makefile.in: Ditto.
	* doc/Makefile.in: Ditto.
	* include/Makefile.in: Ditto.
	* src/Makefile.in: Ditto.
	* Makefile.in.in: Ditto.

2020-02-09  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* build/config.guess: Upgrade to Automake 1.15.
	* build/config.rpath: Ditto.
	* build/config.sub: Ditto.
	* build/depcomp: Ditto.
	* build/install-sh: Ditto.
	* build/missing: Ditto.

	* doc/Doxyfile: Transition from DFCGen v0.4 to v0.5.
	* dist/win32/dfcgen-gtk.rc: Ditto.

	* Makefile.am: Transition fom SVN to Git.
	* Makefile.in: Ditto.

	* configure.ac (AM_GNU_GETTEXT_VERSION): Consider upgrade to
	gettext-0.19.7.
	* po/Rules-quot: Ditto.
	* po/Makevars (MSGID_BUGS_ADDRESS): Ditto.

	* dist/debian/source/Makefile.am: Add to VC (because part of distribution).
	* dist/debian/source/Makefile.in: Ditto.
	* build/ltmain.sh:  Ditto.
	* build/compile:  Ditto.
	* ABOUT-NLS: Ditto.

2020-02-08  Ralf Hoppe  <ralf.hoppe@dfcgen.de>

	* : Update source file header (remove $Id$, change author
	e-mail, copyright statement).

	* README: Sync with Debian release of DFCGen 0.4-3.
	* configure.ac: Ditto.
	* data/pixmaps/Makefile.am (dist_pixmaps_DATA): Ditto.
	* dist/debian/Makefile.am: Ditto.
	* dist/debian/changelog: Ditto.
	* dist/debian/compat: Ditto.
	* dist/debian/control: Ditto.
	* dist/debian/copyright (Format): Ditto.
	* dist/debian/dfcgen-gtk.desktop (Categories): Ditto.
	* dist/debian/docs: Ditto.
	* dist/debian/rules: Ditto.

	* dist/debian/dfcgen-gtk.png: New file (sync with Debian release
	of DFCGen 0.4-3).
	* dist/debian/install: Ditto.
	* dist/debian/source/format: Ditto.
	* dist/debian/source/include-binaries: Ditto.
	* dist/debian/watch: Ditto.
	* data/pixmaps/dfcgen-gtk.png: Ditto.

	* dist/debian/dirs: File deleted (sync with Debian release of
	DFCGen 0.4-3).
	* dist/debian/postinst: Ditto.
	* dist/debian/prerm: Ditto.
	* data/pixmaps/dfcgen.png: Ditto.

2020-01-13  gettextize  <bug-gnu-gettext@gnu.org>

	* m4/gettext.m4: Upgrade to gettext-0.19.7.
	* m4/iconv.m4: Upgrade to gettext-0.19.7.
	* m4/lib-ld.m4: Upgrade to gettext-0.19.7.
	* m4/lib-link.m4: Upgrade to gettext-0.19.7.
	* m4/lib-prefix.m4: Upgrade to gettext-0.19.7.
	* m4/nls.m4: Upgrade to gettext-0.19.7.
	* m4/po.m4: Upgrade to gettext-0.19.7.
	* m4/progtest.m4: Upgrade to gettext-0.19.7.
	* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.7.

2019-11-29  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/rootsPlot.c: Increase line width of cross/circle.

2019-02-24  Ralf Hoppe <ralf.hoppe@ieee.org>

	* data/pixmaps/dfcgen.png: Stretch to 64x64 pixels for Debian
	Buster.  Thanks to Graham Inggs <ginggs@debian.org> for providing this.

2018-01-21  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/rootsPlot.c: Increase thickness of unit circle.  Thanks to
	Graham Inggs <ginggs@debian.org> for fixing this.

2018-01-21  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/dialogSupport.c: Fix FTBFS with -Werror=format-security.
	Thanks to Graham Inggs <ginggs@debian.org> for fixing this.

2016-05-07  Ralf Hoppe <ralf.hoppe@ieee.org>

	* ChangeLog, Makefile.in, config.h.in, configure: Automake update.

2016-05-07  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/Makefile.in: build-aux renamed to build.

2014-03-29  Ralf Hoppe  <ralf.hoppe@ieee.org>

	* src/responseDlg.c (responseDlgCreate): Response dialog does not
	allow to edit 'Samples' on impulse/step response.

	* src/responseWin.c (responseWinRedraw): Avoid warning on
	non-existing print button widget.

2013-06-12  Ralf Hoppe  <ralf.hoppe@ieee.org>

	* include/doxygen.h: Rule 'make maintainer-clean' explained.

2013-05-12  Ralf Hoppe  <ralf.hoppe@ieee.org>

	* Makefile.am: No need to specifiy the Emacs major mode
	'makefile-mode' or 'makefile-automake-mode' for well-known
	Automake files.
	* data/Makefile.am: Ditto.
	* data/filters/Makefile.am: Ditto.
	* data/templates/Makefile.am: Ditto.
	* data/pixmaps/Makefile.am: Ditto.
	* dist/Makefile.am: Ditto.
	* doc/Makefile.am: Ditto.
	* include/Makefile.am: Ditto.
	* src/Makefile.am: Ditto.

2013-05-01  Ralf Hoppe  <ralf.hoppe@ieee.org>

	* configure.ac (AC_INIT, AC_PREREQ): Support of 'autoconf' from
	version 2.63 upward.
	(AC_CONFIG_AUX_DIR): Directory 'build-aux' renamed to 'build'.

	* src/editDlg.c (editDlgSettingsAccept): Bugfix for a not redrawn
	coefficients list, in case the output precision changes.

	* src/mainDlg.c (coeffRedrawListTreeViews)
	(mainDlgRedrawAll): New functions.
	* include/mainDlg.h: Ditto.

2012-06-17  Ralf Hoppe  <ralf.hoppe@ieee.org>

	* ChangeLog: Release of dfcgen-gtk 0.4.
	* Makefile.in: Ditto.
	* config.h.in: Ditto.
	* configure: Ditto.
	* data/Makefile.in: Ditto.
	* data/filters/Makefile.in: Ditto.
	* data/pixmaps/Makefile.in: Ditto.
	* data/templates/Makefile.in: Ditto.
        * dist/dfcgen-gtk-0.4.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.4-1.dsc: Ditto.
        * dist/dfcgen-gtk_0.4-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.4-1_i386.changes: Ditto.
        * dist/dfcgen-gtk_0.4-1_i386.deb: Ditto.
	* dist/dfcgen-gtk212-0.4.zip: Ditto.
	* dist/dfcgen-gtk220-0.4.zip: Ditto.
	* dist/debian/Makefile.in: Ditto.
        * dist/debian/changelog: Ditto.
	* dist/win32/Makefile.in: Ditto.
	* doc/Doxyfile: Ditto.
        * doc/Makefile.in: Ditto.
	* include/Makefile.in: Ditto.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.
	* src/Makefile.in: Ditto.

	* dist/dfcgen-gtk-0.3.tar.gz: Removed in preparation of release 0.4.
	* dist/dfcgen-gtk_0.3-1.dsc: Ditto.
	* dist/dfcgen-gtk_0.3-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.3-1_i386.changes: Ditto.
	* dist/dfcgen-gtk_0.3-1_i386.deb: Ditto.

	* Makefile.am (dist-win32): Missing zlib1.dll added to Win32 package.

2012-06-15  Ralf Hoppe  <ralf.hoppe@ieee.org>

	* Makefile.am (dist-win32): Bugfix in for loop, in case copying a
	DLL fails.

2012-06-14  Ralf Hoppe <ralf.hoppe@ieee.org>

	* Makefile.am (dist-debian): New rule for creation of a ChangeLog
	file from SVN logs.
	* .svn-authors: Ditto.

2012-06-13  Ralf Hoppe <ralf.hoppe@ieee.org>

	* TODO: Todo associated with mainDlgCreate() completed.

2012-06-11  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/mainDlg.c (mainDlgCreate): Some internal cleanup of variable
	usage.
	* src/designDlg.c: Ditto.
	* include/designDlg.h: Ditto.

2012-06-10  Ralf Hoppe <ralf.hoppe@ieee.org>

	* Makefile.am [MinGW]: GTK 2.20 requires to copy more DLLs.

	* src/responseWin.c (responseWinRedraw): Enable print button after
	creation of a valid filter/system.

	* dist/win32/Makefile.am: Some build files not installed anymore.
	* dist/debian/Makefile.am: Ditto.

	* include/doxygen.h (dist-win32) [MinGW]: Automated Win32
	distribution build by new make rule 'dist-win32'.
	* Makefile.am: Ditto.
	* configure.ac: Ditto.
	* src/Makefile.am: Ditto.

	* src/mainDlg.c (mainDlgCreate) [MinGW]: Do not set a main window
	icon from PNG file, if running on Win32.

	* dist/Makefile.in: Added to VC.
	* dist/win32/Makefile.in: Ditto.
	* dist/debian/Makefile.in: Ditto.

	* README, COPYING, .project: Name DFCGEN changed to DFCGen.
	* dist/win32/dfcgen-gtk.rc: Ditto.
	* dist/debian/control: Ditto.
	* dist/debian/dfcgen-gtk.desktop: Ditto.
	* data/templates/export.c: Ditto.
	* data/templates/export.m: Ditto.

2012-06-08  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/editDlg.c: Defines used for GTK buttons.
	* src/responseDlg.c: Ditto.
	* src/responseWin.c: Ditto.
	* src/dialogSupport.c: Ditto.

	* src/main.c [MinGW]: Build on MinGW now is working, inclusive
	Win32 resource file processing and gettext support.
	* include/support.h: Ditto.
	* src/miscDesignDlg.c: Ditto.
	* src/projectFile.c: Ditto.
	* src/support.c: Ditto.
	* data/filters/Makefile.am: Ditto.
	* data/pixmaps/Makefile.am: Ditto.
	* data/templates/Makefile.am: Ditto.
	* dist/win32/Makefile.am: Ditto.
	* dist/win32/dfcgen-gtk.rc: Ditto.
	* src/Makefile.am: Ditto.
	* configure.ac: Ditto.

2012-06-07  Ralf Hoppe <ralf.hoppe@ieee.org>

	* include/base.h (DEBUG_LOG): Macro conditionals changed.

	* src/fileDlg.c: FIXME comment removed.

	* include/doxygen.h: Typo (related to po directory) corrected.

	* COPYING: Name of dfcgen-gtk package corrected.
	* data/templates/export.c: Ditto.
	* data/templates/export.m: Ditto.

2012-06-03  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/mainDlg.c: Make help button inactive, because no help
	available so far.

	* dist/win32 [MinGW]: Win32 specific files added.
	* dist/win32/Makefile.am: Ditto.
	* dist/Makefile.am: Ditto.
	* dist/win32/dfcgen-gtk.rc: Ditto.
	* dist/win32/dfcgen.ico: Ditto.

	* dist/debian/Makefile.am: Directory 'dist' added to distribution
	package.

	* dfcgen-gtk.desktop: Moved to sub-directory 'dist/debian'.

	* configure.ac: Directory 'dist' added to distribution package.
	* Makefile.am: Ditto.

	* dist/debian/dfcgen-gtk.desktop: Moved into debian sub-directory.

2012-06-02  Ralf Hoppe <ralf.hoppe@ieee.org>

	* include/base.h (MALLOC, FREE): Macros removed.
	* src/cairoPlot.c: MALLOC() and FREE() replaced by g_malloc() and g_free().
	* src/cfgSettings.c: Ditto.
	* src/dialogSupport.c: Ditto.
	* src/editDlg.c: Ditto.
	* src/fileDlg.c: Ditto.
	* src/filterPrint.c: Ditto.
	* src/filterResponse.c: Ditto.
	* src/mainDlg.c: Ditto.
	* src/mathPoly.c: Ditto.
	* src/miscDesignDlg.c: Ditto.
	* src/projectFile.c: Ditto.
	* src/responseDlg.c: Ditto.
	* src/support.c: Ditto.

	* src/editDlg.c [MinGW]: Handling of sub-directories in
	'pkgdatadir' made compatible with Win32 port.
	* src/helpDlg.c: Ditto.
	* src/main.c: Ditto.
	* src/mainDlg.c: Ditto.
	* src/miscDesignDlg.c: Ditto.
	* src/projectFile.c: Ditto.
	* src/responseWin.c: Ditto.
	* src/support.c: Ditto.
	* src/Makefile.am: Ditto.
	* include/support.h: Ditto.

	* src/filterPrint.c (filterPrintPageHeader): Avoid GLib critical
	warning in case project title, author or description is not
	defined.

	* configure.ac (pkgpixmapsdir, pkgfiltersdir, pkgtemplatesdir):
	New defines PACKAGE_FILTERS_DIR, PACKAGE_PIXMAPS_DIR,
	PACKAGE_TEMPLATES_DIR created.
	(CFLAGS_MACHINE): Removed.
	(AC_INIT): Changed to new style.

	* include/gui.h: Redefinition of PACKAGE_ICON avoided.

	* data/filters/Makefile.am: New defines PACKAGE_FILTERS_DIR,
	PACKAGE_PIXMAPS_DIR, PACKAGE_TEMPLATES_DIR used.
	* data/pixmaps/Makefile.am: Ditto.
	* data/templates/Makefile.am: Ditto.

	* dfcgen-gtk.desktop: Menu application name changed to
	DFCGEN (GTK+).

2012-05-29  Ralf Hoppe <ralf.hoppe@ieee.org>

	* configure.ac: All AC_CHECK_LIB() macros removed because work
	done by PKG_CHECK_MODULES().
	(CFLAGS_LANG): Added -DGDK_DISABLE_DEPRECATED and
	-DGTK_DISABLE_DEPRECATED.

	* include/gui.h (GLADE_HOOKUP_OBJECT): gtk_widget_ref() replaced
	by g_object_unref() and gtk_widget_ref() replaced by
	g_object_ref(), because both functions are deprecated.

	* include/mathFuncs.h (hypot, pow10): Renamed to uppercase
	letters, because both are macros now.
	* src/cairoPlot.c: Ditto.
	* src/linFirFilter.c: Ditto.
	* src/mathFuncs.c: Ditto.
	* src/stdIirFilter.c: Ditto.

	* src/Makefile.am [MinGW]: PACKAGE_LIBS moved away from AM_LDFLAGS
	into dfcgen_gtk_LDADD, else does not compile under Win32.

	* src/designDlg.c (designDlgBoxRealize): Deprecated macro
	GTK_WIDGET_TOPLEVEL() conditionally replaced by function
	gtk_widget_is_toplevel(), which is available since GTK 2.18.

	* src/dfcProject.c (dfcPrjExport) [MinGW]: Error number
	ENOTSUP (unsupported in MinGW) changed to EINVAL.

2012-05-20  Ralf Hoppe <ralf.hoppe@ieee.org>

	* COPYING: Release of version 0.3 on Ubuntu 10.04 Lucid Lynx.
	* ChangeLog: Ditto.
	* Makefile.in: Ditto.
	* README: Ditto.
	* TODO: Ditto.
	* config.h.in: Ditto.
	* configure: Ditto.
	* data/Makefile.in: Ditto.
	* data/filters/Makefile.in: Ditto.
	* data/pixmaps/Makefile.in: Ditto.
	* dist/debian/changelog: Ditto.
	* doc/Doxyfile: Ditto.
	* doc/Makefile.in: Ditto.
	* include/Makefile.in: Ditto.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.
	* src/Makefile.in: Ditto.
	* dist/dfcgen-gtk-0.3.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.3-1.dsc: Ditto.
	* dist/dfcgen-gtk_0.3-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.3-1_i386.changes: Ditto.
	* dist/dfcgen-gtk_0.3-1_i386.deb: Ditto.

	* dist/dfcgen-gtk-0.2.tar.gz: Removed for release of dfcgen-gtk 0.3.
	* dist/dfcgen-gtk_0.2-1.dsc: Ditto.
	* dist/dfcgen-gtk_0.2-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.2-1_i386.changes: Ditto.
	* dist/dfcgen-gtk_0.2-1_i386.deb: Ditto.

	* dist/dfcgen-gtk-0.1.tar.gz: Added and tagged for release 0.2.
	* dist/dfcgen-gtk-0.2.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.1-1.dsc: Ditto.
	* dist/dfcgen-gtk_0.1-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.1-1_i386.changes: Ditto.
	* dist/dfcgen-gtk_0.1-1_i386.deb: Ditto.
	* dist/dfcgen-gtk_0.2-1.dsc: Ditto.
	* dist/dfcgen-gtk_0.2-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.2-1_i386.changes: Ditto.
	* dist/dfcgen-gtk_0.2-1_i386.deb: Ditto.

	* dist/dfcgen-gtk-0.1.tar.gz: Added and tagged for release 0.1.
	* dist/dfcgen-gtk_0.1-1.dsc: Ditto.
	* dist/dfcgen-gtk_0.1-1.tar.gz: Ditto.
	* dist/dfcgen-gtk_0.1-1_i386.changes: Ditto.
	* dist/dfcgen-gtk_0.1-1_i386.deb: Ditto.

	* .: config.log added to VC property "svn:ignore"

	* po/POTFILES.in: Copyright string updated.
	* include/Makefile.am: Ditto.

2012-05-19  Ralf Hoppe <ralf.hoppe@ieee.org>

	* include/editDlg.h: Copyright string updated.
	* include/fileDlg.h: Ditto.
	* include/mainDlg.h: Ditto.

	* src/support.c, include/support.h: Some format changes.

	* include/projectFile.h: Export of coefficients, using template
	files.

	* include/doxygen.h: New option --enable-debug for configure
	script, inclusive CFLAGS.

	* data/templates/Makefile.in: Export of coefficients, using
	template files.
	* data/templates/export.c: Ditto.
	* data/templates/export.txt: Ditto.
	* data/templates/Makefile.am: Ditto.
	* data/Makefile.am: Ditto.
	* include/dfcProject.h: Ditto.
	* src/Makefile.am: Ditto.
	* src/dfcProject.c: Ditto.
	* src/fileDlg.c: Ditto.
	* src/mainDlg.c: Ditto.

	* src/dialogSupport.c, src/filterResponse.c, src/mathPoly.c:
	Doxygen comments corrected.

	* dist/debian/control: Homepage changed to www.dfcgen.de.
	* dist/debian/copyright: Ditto.

	* src/main.c: GTK versions before 2.12 not supported anymore.
	* src/projectFile.c: Ditto.

	* src/miscDesignDlg.c [DEBUG]: Conditional define for path now
	associated with TEST, not DEBUG.

	* src/editDlg.c: No use of GtkTooltips, because obsolete since
	GTK 2.12.
	* src/linFirDesignDlg.c: Ditto.
	* src/responseDlg.c: Ditto.
	* src/responseWin.c: Ditto.
	* src/stdIirDesignDlg.c: Ditto.
	* src/miscDesignDlg.c: Ditto.

	* include/filterPrint.h: GTK 2.10 and less not supported anymore.
	* src/cfgSettings.c: Ditto.
	* src/filterPrint.c: Ditto.
	* src/helpDlg.c: Ditto.

	* configure.ac (AC_CONFIG_FILES): Pixmaps moved to sub-directory
	data/pixmaps.
	* Makefile.am (SUBDIRS): Ditto.

2012-05-13  Ralf Hoppe <ralf.hoppe@ieee.org>

	* .cproject, .project: Build path corrected.

2012-05-05  Ralf Hoppe <ralf.hoppe@ieee.org>

	* data/filters/Makefile.in: Added to VC.
	* data/templates/Makefile.in: Ditto.
	* data/templates/Makefile.am: Ditto.
	* data/templates/export.c: Ditto.
	* data/templates/export.m: Ditto.
	* data/templates/export.txt: Ditto.

2012-04-28  Ralf Hoppe <ralf.hoppe@ieee.org>

	* pixmaps: Pixmaps moved into a subdirectory below 'pkgdatadir'.

	* data/pixmaps: Pixmaps move to 'datadir'.

	* data/templates: Added to VC.
	* data/filters: Ditto.
	* data/filters/Makefile.am: Ditto.

	* data/*.dfc: Predefined filters moved into subdirectory.
	* data/Makefile.am: Ditto.
	* data/Makefile.in: Ditto.

2012-01-11  Ralf Hoppe <ralf.hoppe@ieee.org>

	* .cproject, .project: Eclipse project files added.

2012-01-06  Ralf Hoppe <ralf.hoppe@ieee.org>

	* doc/Doxyfile: LaTeX generation turned on for embedded formulas.

2012-01-03  Ralf Hoppe <ralf.hoppe@ieee.org>

	* ChangeLog: Last minute changes before submitting 0.2 release.
	* Makefile.in: Ditto.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.

	* dist/debian/control: Section changed and Homepage added.

	* src/helpDlg.c: Changed gtk_about_dialog_set_name() to
	gtk_about_dialog_set_program_name() because first function is
	obsolete.

	* dfcgen-gtk.desktop: Gnome desktop file added.
	* Makefile.am: Ditto.
	* dist/debian/postinst: Ditto.
	* dist/debian/prerm: Ditto.

2012-01-01  Ralf Hoppe <ralf.hoppe@ieee.org>

	* README: Release of dfcgen-gtk 0.2 on Ubuntu 10.04 Lucid Lynx.
	* TODO: Ditto.
	* ChangeLog: Ditto.
	* COPYING: Ditto.
	* aclocal.m4: Ditto.
	* config.h.in: Ditto.
	* configure: Ditto.
	* dfcgen-gtk.glade: Ditto.
	* dist/debian/changelog: Ditto.
	* data/Makefile.in: Ditto.
	* Makefile.in: Ditto.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.
	* pixmaps/Makefile.in: Ditto.
	* doc/Makefile.in: Ditto.

	* include/Makefile.am: Support for coefficients and response plot
	printing.
	* include/Makefile.in: Ditto.
	* include/editDlg.h: Ditto.
	* include/fileDlg.h: Ditto.
	* include/filterPrint.h: Ditto.
	* include/mainDlg.h: Ditto.
	* src/mainDlg.c: Ditto.
	* src/responseWin.c: Ditto.
	* src/fileDlg.c: Ditto.
	* src/filterPrint.c: Ditto.
	* src/Makefile.in: Ditto.

	* src/helpDlg.c: Emacs mode/coding added.

	* src/cairoPlot.c (cairoPlot2d): Bugfix with respect to the
	position of y-axis name.

	* doc/Doxyfile: Doxygen 1.7 update.

	* src/support.c: base.h added to include files.

	* include/dfcProject.h: Doxygen comments corrected.

	* include/doxygen.h: 'make dist-debian' added to developers
	documentation section.

	* include/base.h: Version/Id keyword corrected.

2011-10-16  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/dialogSupport.c (dlgGetDouble): Function g_strtod() used
	instead of strtod().

	* include/dfcgen.h: Minor (Doxygen) comment changes.
	* src/dfcProject.c: Ditto.
	* src/filterResponse.c: Ditto.
	* src/filterSupport.c: Ditto.
	* src/mathMisc.c: Ditto.
	* src/mathPoly.c: Ditto.

	* src/mainDlg.c: Defines for GTK stock items used.

	* src/support.c: String functions of GLib used.
	* src/cfgSettings.c: Ditto.
	* src/miscDesignDlg.c: Ditto.
	* src/projectFile.c: Ditto.
	* src/editDlg.c: Ditto.

	* src/support.c: Macro FREE used instead of g_free.
	* src/responseDlg.c: Ditto.
	* src/mainDlg.c: Ditto.
	* src/cairoPlot.c: Ditto.
	* src/cfgSettings.c: Ditto.
	* src/miscDesignDlg.c: Ditto.
	* src/projectFile.c: Ditto.
	* src/editDlg.c: Ditto.

	* src/editDlg.c: Scrolling policy of project description
	GtkTextView widget changed to GTK_POLICY_ALWAYS in y-direction.

	* src/filterPrint.c: Project info and coefficients printing
	implemented (supported starting with GTK 2.10), inclusive German
	translations.
	* include/filterPrint.h: Ditto.
	* include/fileDlg.h: Ditto.
	* po/POTFILES.in: Ditto.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.
	* src/Makefile.am: Ditto.
	* src/fileDlg.c: Ditto.

2011-09-24  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/cfgSettings.c (cfgFlushSettings): Added a comment to
	configuration file, which forces Emacs conf-mode.

2011-09-03  Ralf Hoppe <ralf.hoppe@ieee.org>

	* src/editDlg.c (createSettingsDlg): Warning regarding a non-zero
	page size within gtk_adjustment_new() for a GtkSpinButton fixed.
	* src/linFirDesignDlg.c (linFirDesignDlgCreate): Ditto.
	* src/miscDesignDlg.c (createDialog): Ditto.
	* src/responseDlg.c (responseDlgCreate): Ditto.
	* src/stdIirDesignDlg.c (stdIirDesignDlgCreate): Ditto.

	* src/cairoPlot.c: Copyright in file header corrected.
	* src/cfgSettings.c: Ditto.
	* src/designDlg.c: Ditto.
	* src/dfcProject.c: Ditto.
	* src/dialogSupport.c: Ditto.
	* src/editDlg.c: Ditto.
	* src/fileDlg.c: Ditto.
	* src/filterResponse.c: Ditto.
	* src/helpDlg.c: Ditto.

2011-08-28  Ralf Hoppe <ralf.hoppe@ieee.org>

	* dist/debian/control: Version field removed.

	* Makefile.am (dist-debian): Call to dpkg-parsechangelog added.

	* dist/debian/control: Update of dependencies and version numbers.
	More comments.

	* dist/debian/rules: Simplified for debhelper V7.

	* dist/debian/docs: NEWS and AUTHORS removed (not part of dist)

	* dist/debian/dirs: Directory /usr/sbin removed.

	* dist/debian/copyright: Introduction extended.

	* dist/debian/compat: Debhelper version 7 used.

	* Makefile.am: 'dist-debian' target for Debian package build
	added.

	* COPYING: Introduction added.

	* README: Package dependies and compile preconditions removed.

2011-08-21  Ralf Hoppe <ralf.hoppe@ieee.org>

	* data/Makefile.am: Installation directory corrected.

	* data/Makefile.am: Header keyword changed to 'Id'.
	* Makefile.am: Ditto.
	* configure.ac: Ditto.
	* doc/Makefile.am: Ditto.
	* include/Makefile.am: Ditto.
	* pixmaps/Makefile.am: Ditto.
	* src/Makefile.am: Ditto.

	* include/*.h, src/*.c: Header keyword changed to 'Id'.

	* include/*.h, src/*.c: Property 'svn:keywords' set to
	"Id Revision Date Author".
	* COPYING: Ditto.
	* INSTALL: Ditto.
	* README: Ditto.
	* TODO: Ditto.
	* configure.ac: Ditto.
	* Makefile.am: Ditto.
	* src/Makefile.am: Ditto.
	* include/Makefile.am: Ditto.
	* doc/Makefile.am: Ditto.
	* doc/dfcgen.sty: Ditto.
	* data/Makefile.am: Ditto.
	* pixmaps/Makefile.am: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.

	* po/stamp-po: Part of distribution, so must be under VC.

	* configure.ac (AM_INIT_AUTOMAKE): Comment added.

2011-08-20  Ralf Hoppe <ralf.hoppe@ieee.org>

	* po/de.po: Update of line numbers and file header.

	* src/support.c: glade_set_atk_action_description() commented out,
	because unused.

	* Makefile.am: Migration from Anjuta Version 1 structure to a
	regular Automake structure.
	* data/Makefile.am: Ditto.
	* doc/Makefile.am: Ditto.
	* include/Makefile.am: Ditto.
	* pixmaps/Makefile.am: Ditto.
	* src/Makefile.am: Ditto.

2011-08-16  Ralf Hoppe <ralf.hoppe@ieee.org>

	* m4/gettext.m4: Added gettext M4 macros.
	* m4/iconv.m4: Ditto.
	* m4/lib-ld.m4: Ditto.
	* m4/lib-link.m4: Ditto.
	* m4/lib-prefix.m4: Ditto.
	* m4/nls.m4: Ditto.
	* m4/po.m4: Ditto.
	* m4/progtest.m4: Ditto.

	* AUTHORS: Removed, because Automake strictness 'foreign' does not
	require this file.
	* NEWS: Ditto.

	* configure.ac (AC_CONFIG_AUX_DIR): Autoconf/Automake auxiliary
	files moved to sub-directory 'build-aux'.
	* config.guess: Ditto.
	* config.rpath: Ditto.
	* config.sub: Ditto.
	* depcomp: Ditto.
	* install-sh: Ditto.
	* missing: Ditto.

	* ltmain.sh: Removed, because libtool not used by this project.

2011-08-14  Ralf Hoppe <ralf.hoppe@ieee.org>

	* include/*.h, src/*.c: Update of file header with respect to
	'cvs2svn' and copyright.

	* src/mainDlg.c: Bugfix for conditional compile of print support.
	* src/fileDlg.c: Ditto.
	* src/responseWin.c: Ditto.

	* src/helpDlg.c: * Define PACKAGE_WEBSITE renamed to PACKAGE_URL.

	* configure.ac (AC_PROG_LIBTOOL): Removed.
	(AC_PREREQ): Added for Ubuntu 10.04 LTS Lucid Lynx.

	* po/POTFILES.in: New file, from gettext-0.17.

	* src/Makefile: Removed, because generated by configure script.

2011-08-13  Ralf Hoppe <ralf.hoppe@ieee.org>

	* po/LINGUAS: New file, from gettext-0.17.
	* po/Makevars: Ditto.
	* po/Rules-quot: Ditto.
	* po/boldquot.sed: Ditto.
	* po/en@boldquot.header: Ditto.
	* po/en@quot.header: Ditto.
	* po/insert-header.sin: Ditto.
	* po/quot.sed: Ditto.
	* po/remove-potcdate.sin: Ditto.

	* po/Makefile.in.in: Upgrade to gettext-0.17

	* po/Makefile: Removed, because generated by configure script.
	* po/Makefile.in: Ditto.
	* po/POTFILES: Ditto.
	* pixmaps/Makefile: Ditto.
	* include/Makefile: Ditto.
	* doc/Makefile: Ditto.
	* data/Makefile: Ditto.

	* po/ChangeLog: Removed, because merged with ChangeLog at root.

2011-08-12  Ralf Hoppe <ralf.hoppe@ieee.org>

	* Makefile: Removed, because generated by configure script.
	* config.h: Ditto.
	* config.log: Ditto.
	* config.status: Ditto.
	* libtool: Ditto.
	* stamp-h1: Ditto.

	* dfcgen-gtk.prj: Removed (Anjuta version 1, obsolete).

	* acconfig.h: Removed (not really needed, see Autoconf manual).

	* setup-gettext: Removed (not needed anymore by gettext).

	* config.rpath: Added (needed by AM_GNU_GETTEXT macro).

	* autogen.sh: Removed (performed by autoreconf).

	* description-pak: Removed (because only Debian packaging
	supported, but this was for RPM's).

	* mkinstalldirs: Removed (not needed anymore, was only for old
	gettext versions).

	* acinclude.m4: Removed (should not be used for new packages, see
	GNU Automake manual).

2011-08-07  Ralf Hoppe <ralf.hoppe@ieee.org>

	* configure.in: Removed.

	* Makefile.am: Upgrade to automake-1.11 and autoconf-2.65.
	* configure.ac: Ditto.

2010-10-13  Ralf Hoppe <ralf.hoppe@ieee.org>

	* description-pak: Added.

2007-09-22  Ralf Hoppe <ralf.hoppe@ieee.org>

	* include/designDlg.h: Empty log message.

2006-11-18  Ralf Hoppe <ralf.hoppe@ieee.org>

	* doc/Makefile: Prefix directory changed.

2006-11-11  Ralf Hoppe <ralf.hoppe@ieee.org>

	* dist: Release of dfcgen-gtk 0.1.
	* dist/debian: Ditto.
	* dist/debian/changelog: Ditto.
	* dist/debian/compat: Ditto.
	* dist/debian/control: Ditto.
	* dist/debian/copyright: Ditto.
	* dist/debian/dirs: Ditto.
	* dist/debian/docs: Ditto.
	* dist/debian/rules: Ditto.

	* dfcgen-gtk.prj: Directories tmp, debian, DEBIAN excluded from
	project.

	* TODO: Some todos added.

	* Makefile: PACKAGE_DATA_DIR and PACKAGE_DOC_DIR corrected.
	* Makefile.am: Ditto.
	* Makefile.in: Ditto.
	* config.h: Ditto.
	* config.log: Ditto.
	* config.status: Ditto.
	* configure: Ditto.
	* configure.in: Ditto.
	* data/Makefile: Ditto.
	* include/Makefile: Ditto.
	* include/Makefile.am: Ditto.
	* include/Makefile.in: Ditto.
	* pixmaps/Makefile: Ditto.
	* src/Makefile: Ditto.

2006-11-09  Ralf Hoppe <ralf.hoppe@ieee.org>

	* README: Some capitalized words made lowercase.

	* COPYING: Now it is GPL.

2006-11-08  Ralf Hoppe <ralf.hoppe@ieee.org>

	* Makefile.am: Rebuilt.
	* include/Makefile: Ditto.
	* include/Makefile.in: Ditto.

	* po/de.gmo: Some strings corrected.
	* po/de.po: Ditto.

	* TODO: New todo for response plots added.

	* doc/dfcgen.sty: Now requires amsmath.

	* include/Makefile: Last changes before release 0.1.
	* include/Makefile.am: Ditto.
	* include/Makefile.in: Ditto.
	* include/cairoPlot.h: Ditto.
	* include/dfcProject.h: Ditto.
	* include/filterResponse.h: Ditto.
	* include/filterSupport.h: Ditto.
	* include/linFirFilter.h: Ditto.
	* include/responsePlot.h: Ditto.
	* include/rootsPlot.h: Ditto.
	* include/stdIirFilter.h: Ditto.
	* src/Makefile: Ditto.
	* src/Makefile.am: Ditto.
	* src/Makefile.in: Ditto.
	* src/cairoPlot.c: Ditto.
	* src/cfgSettings.c: Ditto.
	* src/designDlg.c: Ditto.
	* src/dfcProject.c: Ditto.
	* src/fileDlg.c: Ditto.
	* src/filterResponse.c: Ditto.
	* src/filterSupport.c: Ditto.
	* src/linFirFilter.c: Ditto.
	* src/mainDlg.c: Ditto.
	* src/miscFilter.c: Ditto.
	* src/responseDlg.c: Ditto.
	* src/responsePlot.c: Ditto.
	* src/responseWin.c: Ditto.
	* src/rootsPlot.c: Ditto.
	* src/stdIirFilter.c: Ditto.

	* pixmaps/amplitude.png: Added to VC.

	* config.h: Newly generated by Anjuta before release 0.1
	* Makefile: Ditto.
	* Makefile.am: Ditto.
	* Makefile.in: Ditto.
	* config.h.in: Ditto.
	* config.log: Ditto.
	* config.status: Ditto.
	* configure: Ditto.
	* configure.in: Ditto.
	* dfcgen-gtk.prj: Ditto.
	* dfcgen-gtk.pws: Ditto.
	* libtool: Ditto.
	* pixmaps/Makefile: Ditto.
	* pixmaps/Makefile.am: Ditto.
	* pixmaps/Makefile.in: Ditto.

	* po/Makefile: Final translations before release 0.1.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.

	* AUTHORS, NEWS, README, TODO: First usuable revision.

	* COPYING: Added to VC.
	* INSTALL: Ditto.
	* depcomp: Ditto.
	* dfcgen-gtk.glade: Ditto.
	* dfcgen-gtk.gladep: Ditto.
	* install-sh: Ditto.
	* missing: Ditto.

2006-11-04  Ralf Hoppe <ralf.hoppe@ieee.org>

	* po/Makefile: First german translation.
	* po/POTFILES: Ditto.
	* po/POTFILES.in: Ditto.
	* po/de.gmo: Ditto.
	* po/de.po: Ditto.
	* po/dfcgen-gtk.pot: Ditto.

	* pixmaps/*.png: Added to VC.
	* pixmaps/Makefile: Ditto.
	* pixmaps/Makefile.am: Ditto.
	* pixmaps/Makefile.in: Ditto.

2006-09-11  Ralf Hoppe <ralf.hoppe@ieee.org>

	* .*: Initial import.


Copyright (C) 2006-2020 Ralf Hoppe <ralf.hoppe@dfcgen.de>
