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

	* Release v0.4. Intended for use with Geomview v1.9.5. Nothing
	new, just compilation fixes.

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

	* .cvsignore, configure.ac, src/Labeler:
	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.

	* 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>

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

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

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

	* NEWS, configure.ac: 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-04-25  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

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

	* README: FreeBSD notes.

	* 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-11  Claus-Justus Heine  <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>

	* README: Typo.

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>

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

	* configure.ac, src/Makefile.am:
	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>

	* configure.ac: Call GEOMVIEW_RESULT.

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

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

	* configure.ac:
	Replace the functionality of Tcl_CreateFileHandler() by polling via
	timer events.

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

	* src/Makefile.am:
	Use X_CFLAGS; on older systems the X11 headers are still below X11R6/include/

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

	* src/.cvsignore: Ignore .geomview.

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

	* src/Makefile.am: --enable-[local-emodule,geomview-query] support.

	* configure.ac: Change/commit order issue.

	* .cvsignore, ChangeLog, AUTHORS, COPYING, NEWS, README, Makefile.am, configure.ac:
	Initial revision.

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

2007-04-01  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* AUTHORS, COPYING, NEWS, README, Makefile.am, configure.ac:
	Initial revision.

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

2007-03-23  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.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.Heine@Mathematik.Uni-Freiburg.DE>

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

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

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

	* m4/geomview.m4: Feature local installation.

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

	* src/Makefile.am:
	External gvemodules-xforms and gvemodules-tcltk packages.

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

	* m4/geomview.m4: 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

	* 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.

	* src/Makefile.am:
	Adjust environment variables in preparation for Orrery and maniview
	autoconf 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-11-15  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* src/Makefile.am, src/labeler.c: Some polishing.

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-08-02  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* src/Makefile.am:
	Fix the local (i.e. in build-tree) .geomview-labeler module def.

2006-08-01  Claus-Justus Heine  <Claus.Heine@Mathematik.Uni-Freiburg.DE>

	* src/Makefile.am: Remove -rpath, not needed and not wanted by Debian.

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

	* src/Makefile.am: Some fixes after running "make distchek".

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

	* src/.cvsignore: The usual ignore stuff.

	* src/Labeler, src/Makefile.am, src/labeler.c, src/testwish.c, m4/check-package.m4, m4/frameworks.m4, m4/set-prefix.m4:
	Initial revision.

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>

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

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

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

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

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

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

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

2000-10-20  Mark Phillips  <mbp@geomtech.com>

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

2000-10-14  Mark Phillips  <mbp@geomtech.com>

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

2000-08-17  Mark Phillips  <mbp@geomtech.com>

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

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

	* m4/Makefile.am, m4/geom_local.m4, m4/lf_local.m4:

	* m4/Makefile.am, m4/geom_local.m4, m4/lf_local.m4: New file.

