2014-03-12    <claus@anaxagoras.wireless.localnet>

	* Release 2.0.4, just a maintenance release, nothing new.

2014-03-12  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* .cvsignore, configure.ac: Maintenance commit, make it compile.

2010-03-14  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/geomview.m4: Remove RANLIB.

	* m4/.cvsignore: Ignore the new libtool files.

	* maniview.c: Rename getline() to mygetline().

	* m4/geomview.m4: Add AC_CONFIG_MACRODIR()

2009-09-16  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/geomview.m4: Add some more tests.

2008-05-17  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* configure.ac, NEWS: Reflect some autoconf changes.

	* m4/geomview.m4:
	Define VARARRAY() macros to select either alloca() or C99 variadic arrays.

2007-08-23  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* .cvsignore: Ignore INSTALL.

	* INSTALL: Autogenerated.

2007-05-20  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* NEWS: Bump version stamps.

	* m4/geomview.m4: Check for Geomview in bindir first.

2007-05-16  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/withtool.m4, m4/lf_local.m4:
	Don't use -qs (SGI compatibility issue).

2007-05-03  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* configure.ac: Additionally check in oldincludedir[/xforms]

	* configure.ac: Increase version number.

	* configure.ac:
	Add ${includedir}/xforms/ to the include path when searching for xforms.h.

2007-04-25  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/geomview.m4:
	Search under DEFAULT_PREFIX/lib/ and libdir for libgeomview.

	* m4/iso-c99.m4: Initial revision.

2007-04-24  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* README: Doc update.

2007-04-20  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/geomview.m4:
	Check for libgeomview under DEFAULT_PREFIX, disable (per default)
	--enable-geomview-query if --prefix was given (can be re-enabled).

	* m4/set-prefix.m4: Iterate with eval.

2007-04-17  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/geomview.m4:
	Make --enable-geomview-query the default, i.e. ask the installed
	version of Geomview about the installation directories if not disabled
	via --disable-geomview-query.

	* m4/check-package.m4:
	Iterate with eval over the extra framework search paths.

	* m4/check-package.m4: Revert previous two changes.

2007-04-16  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/check-package.m4:
	Need to use LDFLAGS; the library path passed to AC_CHECK_LIB() in the
	last argument really is passed as last argument to the linker; and
	linker paths are position sensitive.

2007-04-09  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/check-package.m4: Some more m4 fixes.

2007-04-07  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* configure.ac:
	Fiddle with strange installation of forms.h header on FreeBSD (Under
	x_includes/X11/, gnah)

	* m4/withtool.m4:
	Fix empty path issue in GV_PATH_PROG (dirname perl == ., not empty).

	* Makefile.am, configure.ac: Make sure to use new CHECK_PACKAGE stuff.

	* m4/check-package.m4, m4/geomview.m4:
	FreeBSD seems to work now (with this emodule)

	* m4/check-package.m4: Cosmetics.

	* m4/check-package.m4:
	We need to be a little bit more careful when checking for packages;
	Linux is not the world.

	* m4/lf_local.m4:
	Fix header link & install issue for auto-generated headers.

2007-04-06  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/check-package.m4, m4/geomview.m4:
	Fix include path stuff for tcl and geomview

2007-04-03  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* Makefile.am: Add path to X11 include files via X_CFLAGS.

2007-04-01  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* Makefile.am:
	Use absbuilddir for local .geomview emodule definitions path.

	* m4/geomview.m4: Fix help text (kill reference to "example" emodule).

2007-03-23  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* m4/check-package.m4, m4/geomview.m4:
	Writing autoconf test is really a little bit complicated ...

	* m4/geomview.m4:
	Check also in standard places for geomview include files.

2007-03-22  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* reconf: Use "autoreconf -i"

	* configure.ac, m4/geomview.m4:
	Fix version check. Move most of the generic autoconf initialization to
	the GV_INIT_GEOMVIEW() macro.

	* .cvsignore: Ignore emodule dfn.

	* ChangeLog: Update.

	* .cvsignore: Ignore package archives.

	* m4/geomview.m4:
	Small fixes (check for -lm, math.h, other minor stuff).

	* .geomview-maniview: Auto-generated.

	* AUTHORS, ChangeLog, Makefile.am, NEWS, configure.ac:
	Some fine-tuning while switching over to new compilation scheme.

	* m4/geomview.m4, m4/set-prefix.m4: Some fine-tuning

	* Makefile.am, configure.ac: Emodule definition stuff.

	* m4/geomview.m4: Feature local installation.

	* m4/check-package.m4, m4/geomview.m4: Autoconf madness.

2007-03-22  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* .cvsignore: Ignore package archives.

	* m4/geomview.m4:
	Small fixes (check for -lm, math.h, other minor stuff).

	* .geomview-maniview: Auto-generated.

	* AUTHORS, ChangeLog, Makefile.am, NEWS, configure.ac:
	Some fine-tuning while switching over to new compilation scheme.

	* m4/geomview.m4, m4/set-prefix.m4: Some fine-tuning

	* Makefile.am, configure.ac: Emodule definition stuff.

	* m4/geomview.m4: Feature local installation.

	* m4/check-package.m4, m4/geomview.m4: Autoconf madness.

2007-03-21  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* .cvsignore: Ignore .geomview and stamp-h1

	* Makefile.am, callbacks.c, maniview.c, .geomview-maniview:
	Use sanitized DiscGroup interface.

	* configure.ac: Set version to 2.0.1-rc2.

	* m4/geomview.m4, maniview.c, .cvsignore, Makefile.am, callbacks.c, configure.ac:
	Use GeomGet()/GeomSet() instead of accessing private
	data-structures. Make sure the damn stuff compiles as external module,
	outside the Geomview source-tree.

	* m4/geomview.m4: Fix unbalanced if-fi

	* configure.ac:
	Start revision of autoconf system; package shall be compiled outside
	of the Geomview source directory.

	* m4/geomview.m4: Build system fixes.

	* m4/geomview.m4: Optionally check for the version of Geomview.

	* m4/withtool.m4: CHECK_PROG/PATH_PROG duality.

	* m4/withtool.m4: Absolute/relative path-name support.

2007-03-20  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/withtool.m4, m4/geomview.m4: Initial revision.

2007-02-10  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/lf_local.m4:
	Hopefully LF_LINK_HEADERS() works _NOW_ for in-path and VPATH builds.

	* m4/lf_local.m4: Undo a bug introduced previously by myself.

2006-10-06  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/lf_local.m4:
	Prefix fix for header linking was wrong. Correct that.

	* m4/lf_local.m4:
	Take relative/non relative source locations into account.

2006-07-30  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* maniview.h: xforms issue.

	* controlpanel.c, controlpanel.fd, controlpanel.h:
	Re-ran the fdesign program; several button, widges etc. just did not
	look too good with the newer xforms stuff.

2006-07-28  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* .cvsignore: The usual ignore blah.

	* .cvsignore: The usual ignore stuff.

	* Makefile.am: automake stuff.

	* configure.in: Renamed to configure.ac

2006-07-27  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/check-package.m4, m4/frameworks.m4, m4/set-prefix.m4:
	Initial revision.

2006-07-16  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* .cvsignore, INSTALL, Makefile.am, callbacks.c, configure.ac, controlpanel.c, maniview.c, maniview.h:
	Ported to new geomview stuff.

2006-07-15  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/geom_local.m4: configure.in -> configure.ac

2006-07-14  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/.cvsignore: * use one shared library (i.e. libgeomview.so)
	* do not use undocumented stdio internals
	* src/lib/aclib/fmemopen.c -- fmemopen replacement
	* src/lib/oogl/utilt/iobuffer.[ch] -- totally buffered input, with seekback (pipes)
	* a bunch of autoconf changes
	* OpenGL is optional again
	* reenable hinge module
	* reenable flythrough module
	* reenable cplxview module

2006-06-24  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* m4/geom_local.m4, m4/lf_local.m4: Fix "underquoted" AC_DEFUN's

2004-02-22  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* m4/lf_local.m4: *** empty log message ***

	* m4/Makefile.am: 	* m4/Makefile.am: Remove.
		* Makefile.am (m4_files): Distribute the m4/*.m4 files.

		* configure.in: Take care to avoid using MS Windows "find"
		command.  Do not create m4/Makefile.

2001-03-22  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* m4/geom_local.m4: Make GEOM_FIND_I_OPTION respect $CPPFLAGS.

	Do not set XmNwidth and XmNheight if zero.  This appears to cure the
	"invisible ToggleButtonWidget" problem seen on linux w/ _some_
	versions of lesstif.  Confirmation from a motif maven that this is the
	correct approach is desperately solicited!

	Other tidying up getting ready for a release.

2001-02-11  Mark Phillips  <mbp@geomtech.com>

	* ChangeLog, Makefile.am, configure.in, m4/geom_local.m4:
	*** empty log message ***

2001-02-11  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.in: Make check for XFORMS emit warning only, rather
	than being a fatal error.  Set conditional HAVE_XFORMS if found.

	* Makefile.am: Only build if HAVE_XFORMS is set.

2000-11-15  Mark Phillips  <mbp@geomtech.com>

	* Set up maniview as a separate package with its own configure.in,
	  Makefile.am, etc, to be insertable into an existing Geomview
	  source tree.
