view ChangeLog @ 7334:274d9642ac10 release-3-0-0

[project @ 2007-12-22 01:42:45 by jwe]
author jwe
date Sat, 22 Dec 2007 01:42:46 +0000
parents 3ceb12c499e9
children a2870fd8ac58 7f1f0b6c2b30
line wrap: on
line source

2007-12-21  John W. Eaton  <jwe@octave.org>

	Version 3.0.0 released.

2007-12-13  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (octave-bug, octave-config, mkoctfile):
	Also depend on $(top_srcdir)/src/version.h.

2007-12-10  John W. Eaton  <jwe@octave.org>

	* acx_blas.m4: Use -lsunperf, not -xlic_lib=sunperf.
	From Jim Langston <Jim.Langston@Sun.COM>.

2007-12-06  John W. Eaton  <jwe@octave.org>

	* configure.in (*-*-darwin*): Only set CPICFLAG, CXXPICFLAG, and
	FPICFLAG to "" on powerpc systems.

2007-12-04  John W. Eaton  <jwe@octave.org>

	* octave-bug.in (LIBDLFCN): Delete variable and all uses.
	* Makeconf.in (LIBDLFCN, DLFCN_INCFLAGS): Likewise.
	* configure.in (DLFCN_DIR, LIBDLFCN, DLFCN_INCFLAGS): Likewise.
	Don't generate dlfcn/Makefile.
	* octMakefile.in (DISTSUBDIRS): Delete dlfcn from the list.
	(SUBDIRS): Don't substitute DLFCN_DIR here.

2007-12-03  Moritz Borgmann  <octave@moriborg.de>

	* Makeconf.in, aclocal.m4, configure.in: Check for find program,
	preferably gfind (on non-GNU systems).  Need a sane find for
	run-octave script.
	* run-octave.in: Use FIND and AWK as determined by configure.

2007-12-03  John W. Eaton  <jwe@octave.org>

	* configure.in: If available, include <sys/types.h> in test for
	sigset_t and sig_atomic_t.

2007-11-30  Moritz Borgmann  <octave@moriborg.de>

	* configure.in: Also check for sunmath.h.

2007-11-26  David Bateman  <dbateman@free.fr>

	* PROJECTS: condest now implemented.

	* NEWS: Document the TeX interpreter mode and its limitations with
	gnuplot 4.0.

	* NEWS: Document the use of "colormap gmap40" to workaround some
	gnuplot 4.0 colormap issues.

2007-11-14  John W. Eaton  <jwe@octave.org>

	* configure.in: Don't create Makefrag.bsd.

2007-11-14  Joseph P. Skudlarek  <Jskud@Jskud.com>

	* configure.in: Rework pcre.h tests to work with autoconf 2.59,
	and avoid explicit pcre/pcre.h check by using pcre-config.

2007-11-13  Joseph P. Skudlarek  <Jskud@Jskud.com>

	* octave-bug.in: Try mailx, then Mail, then /usr/ucb/mail, then
	/bin/mail.
 
2007-11-13  John W. Eaton  <jwe@octave.org>

	* configure.in: Only define HAVE_PCRE_H if <pcre.h> has the
	definitions we need.  Likewise for <pcre/pcre.h>.

2007-11-10  John W. Eaton  <jwe@octave.org>

	* configure.in: Delete AC_SUBST_FILE(f77_rules_frag).

2007-11-07  John W. Eaton  <jwe@octave.org>

	* configure.in: Also check for pcre/pcre.h.

2007-11-01  John W. Eaton  <jwe@octave.org>

	* configure.in: Delete BLAS library calling convention
	compatibility check.

2007-10-31  John W. Eaton  <jwe@octave.org>

	* README.binary-dist: Delete.

	* README.MachTen: Delete.
	* octMakefile.in (DISTFILES): Remove it from the list.

2007-10-30  David Bateman  <dbateman@free.fr>

	* examples/addtwomatrices.cc, examples/celldemo.cc,
	examples/firstmexdemo.c, examples/fortdemo.cc, examples/fortsub.f,
	examples/funcdemo.cc, examples/globaldemo.cc,
	examples/helloworld.cc, examples/mycell.c, examples/myfeval.c,
	examples/myfunc.c, examples/mypow2.c, examples/mysparse.c,
	examples/mystring.c, examples/mystruct.c, examples/paramdemo.cc,
	examples/stringdemo.cc, examples/structdemo.cc,
	examples/unwinddemo.cc: Doc fixes for small book format.

2007-10-26  Michael Goffioul  <michael.goffioul@gmail.com>

	* Makeconf.in: Remove UNSETCOMSPEC trick.

2007-10-25  John W. Eaton  <jwe@octave.org>

	* configure.in (AH_BOTTOM): Define OCTAVE_EMPTY_CPP_ARG here.

2007-10-24  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (maintainer-clean distclean): No need to delete
	Makefrag.f77 and Makerules.f77.
	* Makeconf.in: Include rules for making .o files from .f files
	instead of substituting @f77_rules_frag@.  
	* configure.in): Delete handling of --with-f2c and --with-f77
	options.  No need to call OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS.
	Delete all special cases for f2c.
	* aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS): Delete macro.

	* FLEX.patch: Delete obsolete file.
	* octMakefile.in (DISTFILES): Remove it from the list.

	* acx_blas.m4: Use "-Wl,-framework -Wl,vecLib" instead of
	just "-framework vecLib" in test for Mac OS X test.

	* configure.in, aclocal.m4: Avoid AC_TRY_EVAL.

	* aclocal.m4 (OCTAVE_STRPTIME_BROKEN): New macro.
	* configure.in: Use it.

2007-10-23  John W. Eaton  <jwe@octave.org>

	* configure.in: When checking for -lf2c, set F2CLIBS instad of
	FLIBS, then set FLIBS to $F2CLIBS just before printing the summary.
	Check for BLAS library calling convention compatibility.

2007-10-17  John W. Eaton  <jwe@octave.org>

	* configure.in: Delete checks for METIS.

2007-10-12  John W. Eaton  <jwe@octave.org>

	* mk-opts.pl (parse_input): Allow comment lines beginning with #.

	* Change copyright notices in all files that are part of Octave to
	GPLv3 or any later version.

	* COPYING: Update to GPLv3.

        * run-octave.in: List args explicitly in exec command.

2007-10-11  John W. Eaton  <jwe@octave.org>

	* config.guess, config.sub: Update from FSF sources.

2007-10-10  Kim Hansen  <kimhanse@gmail.com>

        * run-octave.in: Use $args.  Eliminate "if [ -n "$args" ]" conditional.

2007-10-09  John W. Eaton  <jwe@octave.org>

	* gdbinit.in: Delete.
	* octMakefile.in (DISTFILES): Remove it from the list.
	(.gdbinit): Delete rule.
	(maintainer-clean, distclean): No need to delete .gdbinit.

2007-10-09  Kim Hansen  <kimhanse@gmail.com>

        * run-octave.in: Use gdb with --args, not .gdbinit.

2007-10-08  John W. Eaton  <jwe@octave.org>

	* emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el:
	Sync with GNU Emacs versions.
	* emacs/octave-mod.el: Delete last two args from calls to
	define-abbrev.

2007-10-06  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for lgamma and tgamma.

2007-10-04  John W. Eaton  <jwe@octave.org>

	* configure.in (UGLY_DEFS): Delete special case for darwin.

2007-10-03  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_SED): Also check for \(X\|Y\) style
	regular expression alternation.

2007-10-01  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_CHECK_STRPTIME): Delete.
	* configure.in: Don't use OCTAVE_CHECK_STRPTIME, simply check for
	strptime.

2007-09-18  Thomas Treichl  <Thomas.Treichl@gmx.net>

	* aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro.
	* configure.in: Use it.

2007-09-06  John W. Eaton  <jwe@octave.org>

	* configure.in: Avoid broken strptime function on Cygwin systems.

2007-09-01  David Bateman  <dbateman@free.fr>

	* configure.in: AC_SUBST and check the variable TEXINFO_QHULL.
	* Makeconf.in: Use it.

2007-08-24  David Bateman  <dbateman@free.fr>

	* configure.in: Extra Qhull bits.

2007-08-24  Kim Hansen  <kimhanse@gmail.com>

	* run-octave.in: Use `command` instead of $(command) to accomodate
	brain-dead shells.

2007-08-24  David Bateman  <dbateman@free.fr>

        * configure.in: Probe for the use of Qhull.
        * aclocal.m4 (AC_CHECK_QHULL_VERSION): Macro to check whether
        Qhull needs a version number.
        * Makeconf.in: Add QHULL_LIBS.

2007-08-23  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_SED): Don't clobber value from environment.
	From: Christian Cornelssen <ccorn@cs.tu-berlin.de>.

2007-08-23  Thomas Weber  <thomas.weber.mail@gmail.com>

	* aclocal.m4 (OCTAVE_PROG_GNUPLOT): Drop check for multiple plot
	windows.

2007-08-10  S�ren Hauberg  <hauberg@gmail.com>

	* ROADMAP: Update for current sources.

2007-07-26  John W. Eaton  <jwe@octave.org>

	* configure.in: Also look for glpk/glpk.h.

2007-07-25  David Bateman  <dbateman@free.fr>

	* octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in,
	examples/Makefile.in, test/Makefile.in: Adjust DISTFILES to allow 
	out of tree "make dist" to work.	
	
2007-07-24  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in (*-*-msdosmsvc): Only add -g to DL_LDFLAGS and
	SH_LDFLAGS if either CFLAGS or CXXFLAGS contains -g.

2007-07-24  Rafael Laboissiere  <rafael@debian.org>

	* Makeconf.in (RUNTEST): Delete variable substitution.
	(do-subst-config-vals): Don't substitute %OCTAVE_CONF_RUNTEST%.

2007-07-20  Thomas Treichl  <Thomas.Treichl@gmx.net>

	* mkoctfile.in: Fix typo.

2007-06-25  John W. Eaton  <jwe@octave.org>

	* mk-opts.pl (emit_print_function): Make generated function print
	to ostream (passed as arg) instead of local buffer.  Don't call
	print_usage in generated function.
	(emit_options_function): Fix call to print_${class_name} in
	generated to pass octave_stdout as arg.

2007-06-18  John W. Eaton  <jwe@octave.org>

	* emacs/octave-inf.el (inferior-octave-prompt): Match "octave.bin"
	and "octave.exe" in addition to "octave".

2007-06-15  John W. Eaton  <jwe@octave.org>

	* run-octave.in: Use simple string concatenation instead of
	sprintf in AWK program.

2007-06-13  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in: Set NO_OCT_FILE_STRIP=true for msdosmsvc.

	* aclocal.m4 (OCTAVE_HDF5_DLL): Include return statements in
	function body used for test.

	* configure.in: Check for CXSparse with C++.

	* Makeconf.in (do-subst-config-vals): Also substitute ${libdir} as
	OCTAVE_CONF_LIBDIR.
	* mkoctfile.in: Set DEFAULT_LIBDIR and substitute OCTAVE_HOME.
	Define LIBDIR.  Use LIBDIR to set DEFAULT_LFLAGS.

2007-06-12  Benjamin Lindner  <lindnerben@gmx.net>

	* configure.in: For mingw, add -lws2_32 -lkernel32 to LIBS and set
	_USE_MATH_DEFINES same as for msvc.

2007-06-06  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in: Check for utime.h and sys/utime.h headers.
	Check for utime, _chmod, _utime, and _utime32 functions.

2007-06-03  David Bateman  <dbateman@free.fr>

	* configure.in (AC_CONFIG_FILES): Add src/mxarray.h
	* examples/mycell.c, examples/mypow2.c, examples/mysparse.c,
	examples/mystring.c, examples/mystruct.c: Use mwSize and mwIndex,
	rather than int for indexing to conform to new mex API.
	
2007-06-01  John W. Eaton  <jwe@octave.org>

	* configure.in (*-*-darwin*): Fix quoting and construction of
	MKOCTFILE_DL_LDFLAGS.
	* mkoctfile.in (DEFAULT_BINDIR, EXEEXT): New substitutions.
	* Makeconf.in (MKOCTFILE_DL_LDFLAGS): Delete.
	(do-subst-config-vals): Do configure substitution of
	MKOCTFILE_DL_LDFLAGS directly here instead of using intermediate
	variable.  Quote this sed substitution with ' instead of ".

2007-05-29  Steven Mestdagh  <steven.mestdagh@esat.kuleuven.be>

	* configure.in: Delete spurious "break" in fftw3 check.
	Use separate case for SH_LD and SH_LDFLAGS on openbsd.

2007-05-22  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-script-uninstall): Also remove directory.

2007-05-22  Thomas Weber  <thomas.weber.mail@gmail.com>

	* NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos.

2007-05-16  David Bateman  <dbateman@free.fr>

	* PROJECTS: Update.

2007-04-27  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (SOURCES): Add all example files to the list.

	* octave-config.in: Don't set PREFIX to OCTAVE_HOME if OCTAVE_HOME
	is empty.

2007-04-27  David Bateman  <dbateman@free.fr>

	* examples/mycell.c, examples/mypow2.c, examples/mystring.c,
	examples/myprop.c: New example mex files.

2007-04-26  Alex Zvoleff  <azvoleff@sbcglobal.net>

	* configure.in: Don't report ARPACK libraries in summary.

2007-04-25  David Bateman  <dbateman@free.fr>

	* Makeconf.in (do-subst-texinfo-vals): Also substitute abs_top_srcdir.

	* examples/myfunc.c, exampples/paramdemo.cc: New files
	* examples/mystruct.c, examples/mysparse.c, fortdemo.cc: Fix a few
	formatting issues when included in texinfo files.

2007-04-25  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-subst-texinfo-vals): Also substitute top_srcdir.

	* examples/addtwomatrices.cc, examples/celldemo.cc,
	examples/fortdemo.cc, examples/funcdemo.cc,
	examples/globaldemo.cc, examples/helloworld.cc,
	examples/stringdemo.cc, examples/structdemo.cc,
	examples/unwinddemo.cc, examples/fortsub.f,
	examples/firstmexdemo.c: New files.
	* examples/Makefile.in (SOURCES): Add them to the list.

2007-04-20  John W. Eaton  <jwe@octave.org>

	* configure.in: Don't check for ARPACK.

2007-03-29  Rafael Laboissiere  <rafael@debian.org>

 	* emacs/octave-mod.el: Drop LOADPATH, INFO_FILE, and
 	INFO_PROGRAM from octave-variables.

	* examples/info-emacs-octave-help, examples/info-emacs-info:
	Use gnuclient, not gnudoit.

2007-03-27  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (dist, conf-dist): Use ln, not $(LN_S).
	* emacs/Makefile.in (dist): Likewise.
	* examples/Makefile.in (dist): Likewise.
	* dlfcn/Makefile.in (conf-dist): Likewise.

	* config.guess, config.sub: Update from FSF sources.

2007-03-23  John W. Eaton  <jwe@octave.org>

	* examples/make_int.cc (octave_integer::clone): Return type is
	pointer to octave_base_value, not octave_value.
	(Fdoit): Rep is reference to octave_base_value, not octave_value.

2007-03-21  Paul Kienzle <pkienzle@users.sf.net>

	* octMakefile.in (all): Print message after successful build.

2007-03-05  John W. Eaton  <jwe@octave.org>

	* configure.in (GLPK_PRE_4_14): Rename from GLPK_PRE_4_15.

2007-02-27  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-script-uninstall): Remove PKG_ADD.
	* examples/Makefile.in (uninstall): Don't remove files listed in
	$(SCRIPTS) from $(srcdir).
	Remove www.octave.org-octave.desktop, not octave.desktop.

	* run-octave.in (run-octave.in): Use --no-initial-path.
	Rename to qargs to args.  Use $args not "$args" when invoking Octave.
	Try harder to get quoting right when passing args to Octave.

2007-02-26  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (DISTDIRS): Eliminate variable.

2007-02-26  Michael Goffioul  <michael.goffioul@swing.be>

	* octMakefile.in, dlfcn/Makefile.in, emacs/Makefile.in:
	Use $(LN_S) instead of ln or ln -s.

	* octMakefile.in (dist): Use -9 instead of --best with gzip/bzip2.

2007-02-21  John W. Eaton  <jwe@octave.org>

	* configure.in: Also warn about missing functionality for
	--without-glpk or --without-curl options.  Print curl library
	warning in summary.

2007-02-20  Rafael Laboissiere  <rafael@debian.org>

	* configure.in: Check for versions of GLPK prior to 4.15 and set
	the GLPK_PRE_4_15 macro accordingly.

2007-02-16  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in: Use OCTAVE_PREFIX, not OCTAVE_CONF_PREFIX, in sed
	substitutions.
	* octave-conf.in: Define DATAROOTDIR, not DATADIR, from
	OCTAVE_DATAROOTDIR.
	From Michael Goffioul <michael.goffioul@swing.be>.

2007-02-15  John W. Eaton  <jwe@octave.org>

	* octave-config.in (DATAROOTDIR): Include in list of vars.
	Substitute OCTAVE_HOME.

	* Makeconf.in (MKOCTFILE_INCFLAGS, MKOCTFILE_LFLAGS): Delete vars.
	(do-subst-config-vals): Don't substitute them.
	Also substitute OCTAVE_CONF_INCLUDEDIR, OCTAVE_CONF_OCTINCLUDEDIR,
	OCTAVE_CONF_OCTLIBDIR, and OCTAVE_CONF_PREFIX here.
	* mkoctfile.in (OCTAVE_CONF_OCTINCLUDEDIR, OCTAVE_CONF_INCLUDEDIR,
	OCTAVE_CONF_OCTLIBDIR): Substitute values and perform OCTAVE_HOME
	substitution here.
	(DEFAULT_INCFLAGS, DEFAULT_LFLAGS): New variables.  Use them to
	set default values for INCFLAGS and LFLAGS.

2007-02-09  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in: Handle .a files.

2007-02-08  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (all): Depend on dist-info-files.
	(dist): Delete dist-info-files dependency.

	* configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi.
	Also check for _glp_lpx_simplex.

2007-02-07  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-script-install): Use $(FCN_FILES) for list of
	files instead of $(FCN_FILES_NO_DIR).  Use basename to get
	filename with no directory part.

2007-02-07  Michael Goffioul  <michael.goffioul@swing.be>

	* aclocal.m4 (OCTAVE_HDF5_DLL): New macro.
	* configure.in: Use it.

2007-02-05  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for realpath function.

	* demo.m: Delete obsolete file.

2007-01-29  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in (*-*-msdosmsvc): Set NO_OCT_FILE_STRIP to true.

2007-01-24  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (install): Install NEWS file.
	(uninstall): Remove it.

2007-01-08  David Bateman  <dbateman@free.fr>

	* configure.in: Replace sparsesuite with suitesparse to match
	upstream name.

2006-12-06  Michael Goffioul  <michael.goffioul@swing.be>

	* acx_blas.m4, acx_lapack.m4: Handle f2c calling convention.

2006-12-05  John W. Eaton  <jwe@octave.org>

	* configure.in: Don't check for strptime on *-apple-darwin* systems.

2006-11-28  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in: Construct default output file from basename of
	input file name.

2006-11-28  David Bateman  <dbateman@free.fr>

	* configure.in: Check for sparse header files in the sparsesuite
	sub-directory. In the cholmod tests, include the camd libraries, as
	this might be a dependency for cholmod.

2006-11-15  John W. Eaton  <jwe@octave.org>

	* run-octave.in: Don't forget LD_PRELOAD if there are args.

2006-11-14  John W. Eaton  <jwe@octave.org>

	* configure.in: If warning message is printed, print additional
	final note about missing libraries.

2006-11-13  John W. Eaton  <jwe@octave.org>

	* run-octave.in: Substitute liboctinterp, liboctave, and libcruft.
	Use them to set LD_PRELOAD.
	* Makeconf.in (do-subst-script-vals): Also substitute
	liboctinterp, liboctave, and libcruft.

2006-11-13  Rafael Laboissiere  <rafael@debian.org>

	* mkoctfile.in: Add -Wl,... options to ldflags, not pass_on_flags.

2006-11-11  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (octave.desktop):
	Use $(simple-move-if-change-rule) here.

	* Makeconf.in (simple-move-if-change-rule,
	(builddir-move-if-change-rule): New macros.

2006-11-11  S�ren Hauberg  <hauberg@gmail.com>

	* examples/Makefile.in (uninstall): Add missing semicolon.

2006-11-09  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (uninstall): New target.

2006-11-09  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in (OCTAVE_LOCAL_BUFFER): Don't access first element
	if size is 0.

2006-11-06  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in (CRUFT_DLL_DEFS, OCTAVE_DLL_DEFS, OCTINTERP_DLL_DEFS):
	Also rename in AC_SUBST calls.
	* Makeconf.in (ALL_CFLAGS): Use DLL_CDEFS instead of XTRA_CDEFS.
	(ALL_CXXFLAGS): Use DLL_CDEFS instead of XTRA_CXXDEFS.

2006-11-03  John W. Eaton  <jwe@octave.org>

	* configure.in (CRUFT_DLL_DEFS): Rename from XTRA_CRUFT_DEFS.
	(OCTAVE_DLL_DEFS): Rename from XTRA_OCTAVE_DEFS.
	(OCTINTERP_DLL_DEFS): Rename from XTRA_OCTINTERP_DEFS.
	(XTRA_CRUFT_LINK_FLAGS): Rename from XTRA_CRUFT_LINK_DEPS.

2006-11-02  John W. Eaton  <jwe@octave.org>

	* README.Cygwin: Rename from README.Windows.
	* README.MSVC: New file.
	* README.Windows: Point to the README.Cygwin and README.MSVC files.

2006-11-01  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for PCRE macros we use.  Warn if regex
	library is not found.  Print hdf5, zlib, umfpack, colamd, ccolamd,
	cholmod, and cxsparse warnings when we detect the problems.

	* run-octave.in: Handle quoted args properly in exec call?

2006-10-29  John W. Eaton  <jwe@octave.org>

	* run-octave.in: Handle spaces in directory names.

2006-10-28  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in (AH_BOTTOM): If using MSVC, define __WIN32__ before
	other #ifdefs that use it.

2006-10-27  John W. Eaton  <jwe@octave.org>

	* configure.in (AH_BOTTOM): Move DLL defs to
	libcruft/misc/oct-dlldefs.h and include it here.

	* aclocal.m4 (OCTAVE_PROG_TEXI2PDF): Require OCTAVE_PROG_TEXI2DVI.
	If texi2pdf is not found but texi2dvi is available, set TEXI2PDF
	to "$TEXI2DVI --pdf".
	(OCTAVE_PROG_GHOSTSCRIPT): Also check for gswin32 on Windows systems.

	* Makeconf.in (UNSETCOMSPEC): Define if COMSPEC is defined.
	From Michael Goffioul <michael.goffioul@swing.be>.

2006-10-26  John W. Eaton  <jwe@octave.org>

	* configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros
	(CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT
	and OCTAVE_IMPORT.

2006-10-26  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in (*-*-msdosmsvc): Set library_path_var.
	Check for _WIN32_WINNT >= 0x0403.  Define _USE_MATH_DEFINES if it
	is needed.
	(XTRA_CRUFT_LINK_DEPS): New variable.  Substitute it.

	* aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): Perform check with C++
	compiler.

2006-10-26  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_PAGER): Also check for more.com for
	*-*-mingw* and *-*-msdosmsvc systems.

	* configure.in (F77_TOLOWER, F77_APPEND_UNDERSCORE,
	F77_APPEND_EXTRA_UNDERSCORE): New variables.  Substitute them.
	* Makeconf.in (F77_TOLOWER, F77_APPEND_UNDERSCORE,
	F77_APPEND_EXTRA_UNDERSCORE): Substitute here.
	(do-subst-f77-mangling): New macro.

	* emacs/octave-inf.el (inferior-octave-has-built-in-variables):
	New defvar.
	(inferior-octave-resync-dirs): Check to see whether Octave has
	built-in variables and set inferior-octave-has-built-in-variables.
	Check inferior-octave-has-built-in-variables to decide whether to
	send commands that set built-in variables or call functions to
	change Octave's behavior.
	Send "disp (pwd ())" to Octave instead of just "pwd".
	(inferior-octave-startup): Send "more off" to Octave instead of
	"page_screen_output = 0".

2006-10-25  John W. Eaton  <jwe@octave.org>

	* configure.in (RETSIGTYPE_IS_VOID): Define if
	"$ac_cv_type_signal" = "void".

	* configure.in (*-*-msdosmsvc): Don't check for strftime.

	* configure.in (INCLUDE_DEPS): Set and substitute.
	(DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set.

	* Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default
	value for omit_deps.

2006-10-25  Michael Goffioul  <michael.goffioul@swing.be>

	* Makeconf.in (ALL_CFLAGS): Include $(XTRA_CDEFS) in the list.
	(ALL_CXXFLAGS): Include $(XTRA_CXXDEFS) in the list.

	* configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS,
	XTRA_OCTINTERP_DEFS): Define and substitute.
	(AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API,
	OCTAVE_API, and OCTINTERP_API.

	* configure.in (*-*-msdosmsvc): Add "-EHs -MD" to CXXFLAGS.
	Add "-MD" to CFLAGS.  Add "-MD" to CONFLIB_ARG when checking for
	libf2c.

	* configure.in (*-*-msdosmsvc): Generate replacement unistd.h.
	* octMakefile.in (maintainer-clean, distclean): Also remove unistd.h.

	* configure.in (*-*-msdosmsvc): Default sepchar is ';'.
	Define default LIBS (link against kernel32 and ws2_32).
	Force having LoadLibrary API.

	* configure.in (AH_BOTTOM) [_MSC_VER]: Define __WIN32__.

2006-10-25  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here.

2006-10-24  John W. Eaton  <jwe@octave.org>

	* run-octave.in: Only modify .gdbinit if -g option is given.
	Use $(/bin/pwd) instead of $(pwd).

2006-10-23  John W. Eaton  <jwe@octave.org>

	* emacs/Makefile.in (SOURCES, DISTFILES, install, install-strip,
	uninstall): Handle otags name change.
	* emacs/octave-tags, emacs/octave-tags.1: Rename from otags.

2006-10-17  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for _isnan, _finite, and _copysign.

2006-10-17  Michael Goffioul  <michael.goffioul@swing.be>

	* aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE, OCTAVE_CXX_ABI): Use
	$ac_objext instead of assuming .o.
	(OCTAVE_PROG_GNUPLOT): Handle *-*-msdos the same as *-*-cygwin*
	and *-*-mingw32*.

2006-10-17  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for curl_easy_escap instead of
	curl_global_init.

2006-10-13  Michael Goffioul  <michael.goffioul@swing.be>

	* configure.in [_MSC_VER]: Disable some warnings.
	(*-*-msdos): New case for shared libraries.
	(LIBPRE): New variable.
	* Makeconf.in: Substitute it.

2006-10-12  John W. Eaton  <jwe@octave.org>

	* configure.in (AH_BOTTOM): Don't unconditionally #define
	OCTAVE_HAVE_POSIX_FILESYSTEM followed by a conditional #undef
	OCTAVE_HAVE_POSIX_FILESYSTEM since autoconf is commenting out the
	#undef.

2006-10-09  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (CURL_LIBS, do-subst-config-vals):
	Substitute CURL_LIBS.

	* configure.in: Check for libcurl.

2006-10-04  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (library_path_var): Substitute value from configure.
	(do-subst-script-vals): Add library_path_var to the list.
	* run-octave.in: Substitute value here.

2006-10-03  John W. Eaton  <jwe@octave.org>

	* configure.in: Warn if PCRE library is not found.

	* configure.in: Include CAMD_LIBS, AMD_LIBS, and REGEX_LIBS in the
	summary.

2006-10-03  David Bateman  <dbateman@free.fr>

	* configure.in: Check for libcamd.
	* Makeconf.in (CAMD_LIBS): New variable.

2006-09-27  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in [--mex]: Include -I. in incflags.
	From S�ren Hauberg <hauberg@gmail.com>.

2006-09-26  John W. Eaton  <jwe@octave.org>

	* configure.in (AC_CONFIG_FILES):
	Remove doc/interpreter/images/Makefile from the list.

2006-09-16  John W. Eaton  <jwe@octave.org>

	* octave-bug.in: Delete LIBPLPLOT variables.

2006-09-15  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for locale.h and setlocale.

2006-09-13  Christopher Hulbert  <cchgroupmail@gmail.com>

	* run-octave.in (LD_LIBRARY_PATH): Also append LD_LIBRARY_PATH
	from environment.

2006-08-25  Alexander Barth  <abarth@marine.usf.edu>

	* mkoctfile.in: Accept .f90 and .F90 as Fortran files.
	Pass $incflags and $defs to Fortran compiler.

2006-08-18  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-subst-texinfo-vals): Don't substitute
	%CANONICAL_HOST_TYPE%.

2006-08-17  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_GHOSTSCRIPT, OCTAVE_PROG_MAKEINFO,
	OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF): New macros.
	* configure.in: Use them.  Maybe print warnings in summary.

2006-07-27  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (localapiarchlibdir): Substitute it here.
	(do-subst-default-vals): Include it in the sed command here.
	* configure.in (localapiarchlibdir): New variable.
	* octave-config.in: Don't quote %VAR% values.
	(LOCALAPIARCHLIBDIR): New variable.

2006-07-27  Thomas Weber  <thomas.weber.mail@gmail.com>

	* octave-config.in (OCTAVE_FCNFILEPATH, OCTAVE_IMAGEPATH,
	OCTAVE_LOCALFCNFILEPATH, OCTAVE_LOCALOCTFILEPATH): Delete variables.

2006-07-26  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in (Options): Accept -g.

	* configure.in: Check for exp2 and log2.

2006-07-25  David Bateman  <dbateman@free.fr>

	* mysparse.c: New file.

2006-06-27  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (maintainer-clean distclean): Remove
	$(SHELL_SCRIPTS) instead of naming files individually.
	Also remove .gdbinit.

2006-06-21  John W. Eaton  <jwe@octave.org>

	* examples/myfeval.c, examples/myfevalf.f, examples/myhello.c,
	examples/myset.c, examples/mystruct.c: New files.

	* mkoctfile.in: New option, --mex.

2006-06-13  John W. Eaton  <jwe@octave.org>

	* configure.in (--enable-64): Include "(EXPERIMENTAL)" in help text.
	Also set warn_64_bit if no suitable type for octave_idx_type is found.
	If --enable-64 is specified, print warning in summary message.

2006-06-12  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_CXX_BROKEN_REINTERPRET_CAST): New macro.
	* configure.in: Use it.
	* AH_BOTTOM: Conditionally define FCN_PTR_CAST here.

2006-06-08  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-subst-default-vals): Also substitute
	OCTAVE_DATAROOTDIR.

2006-06-06  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (datarootdir): New variable.

	* acx_lapack.m4 (acx_lapack_ok): 
	Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK

	* aclocal.m4: Use AC_RUN_IFELSE+AC_LANG_SOURCE instead of AC_TRY_RUN.

	* acx_blas.m4, acx_lapack.m4, configure.in, aclocal.m4:
	Use AS_HELP_STRING instead of AC_HELP_STRING.

	* configure.in: Outside of other macros, use AC_MSG_NOTICE instad
	of AC_MSG_RESULT.  Check for sys_siglist using method from
	autoconf manual.

	* configure.in, Makeconf.in: octMakefile.in: Delete plplot cruft.

	* configure.in, aclocal.m4:
	Use AC_LINK_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_LINK
	Use AC_COMPILE_IFELSE+AC_LANG_PROGRAM instead of AC_TRY_COMPILE.
	Use AS_HELP_STRING consistently with AC_ARG_WITH and AC_ARG_ENABLE.

2006-05-23  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for inttypes.h and stdint.h.

2006-05-19  John W. Eaton  <jwe@octave.org>

	* mk-opts.pl (emit_print_function, emit_options_function):
	Generate print_usage calls with no args.

2006-05-11  John W. Eaton  <jwe@octave.org>

	* configure.in (localfcnfilepath, localoctfilepath, fcnfilepath,
	imagepath): Delete variables.
	* Makeconf.in (localfcnfilepath, localoctfilepath, fcnfilepath,
	imagepath): Likewise.
	(do-subst-default-vals): Don't substitute them.

	* run-octave.in: Pass --image-path to octave.
	Use find to recursively add directories to loadpath.
	Fixup set args command in .gdbinit here.

2006-05-09  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (abs_top_srcdir): Substitute value here.

2006-05-05  David Bateman  <dbateman@free.fr>

	    * Makeconf.in (do-subst-scripts-vals): Also replace 
	    abs_top_srcdir.
	    * run-octave.in: Define top_srcdir as an absolute path.

2006-05-04  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (SHELL_SCRIPTS): Include run-octave in the list.

2006-05-02  John W. Eaton  <jwe@octave.org>

	* NEWS: New contents for 3.0.
	* NEWS.2: Move contents of NEWS here.

2006-04-29  John W. Eaton  <jwe@octave.org>

	* run-octave.in: Execute $builddir/src/octave, not src/octave.

2006-04-26  Thomas Weber  <thomas.weber.mail@gmail.com>

	* configure.in: Fix apiversion vs. api_version typo.

2006-04-25  John W. Eaton  <jwe@octave.org>

	* Makefile.in (TARGETS): Include run-octave and .gdbinit in the list.
	* Makeconf.in (subst-script-vals): New macro.
	* octMakefile.in (run-octave, .gdbinit): New rules.
	(DISTFILES): Include run-octave.in and gdbinit.in in the list.

2006-04-17  John W. Eaton  <jwe@octave.org>

	* mk-opts.pl (emit_print_function): Emit code that uses
	std::ostringstream directly.

2006-04-13  John W. Eaton  <jwe@octave.org>

	* configure.in (CONST_CAST, DYNAMIC_CAST, REINTERPRET_CAST,
	STATIC_CAST): Delete.

2006-04-12  John W. Eaton  <jwe@octave.org>

	* configure.in: If using g++, also add -Wold-style-cast to CXXFLAGS.

2006-03-28  John W. Eaton  <jwe@octave.org>

	* configure.in: Don't check for MPI libraries.

2006-03-27  John W. Eaton  <jwe@octave.org>

	* configure.in: Downcase ac_cv_header_mach_o_dyld_h.
	From Martin Costabel <costabel@wanadoo.fr>.

2006-03-22  John W. Eaton  <jwe@octave.org>

	* Makeconf.in: (TEXINFO_COLAMD, TEXINFO_CHOLMOD, TEXINFO_UMFPACK):
	Substitute here.
	(do-subst-texinfo-vals): New macro definition.

	* configure.in: Don't substitute OCTAVE_VERSION, OCTAVE_HOSTTYPE,
	or OCTAVE_HOME.
	(AC_CONFIG_FILES): Remove doc/conf.texi from the list.

2006-03-21  John W. Eaton  <jwe@octave.org>

	* configure.in: Only print warnings for missing functionality in
	summary message.

2006-03-14  John W. Eaton  <jwe@octave.org>

	* mk-opts.pl (emit_print_function): Buffer extra message here and
	pass to print_usage.

2006-03-09  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-subst-default-vals): Also substitute OCTAVE_RELEASE.

2006-03-08  David Bateman  <dbateman@free.fr>

	* configure.in: Update the test for CXSPARSE for new upstream release.
	(OCTAVE_VERSION, OCTAVE_HOSTTYPE, OCTAVE_HOME,TEXINFO_UMFPACK, 
	TEXINFO_COLAMD, TEXINFO_CHOLMOD): New variables for texinfo 
	documentation.
	(AC_CONFIG_FILES): Add doc/interpreter/images/Makefile and
	doc/conf.texi.
	
2006-03-02  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* emacs/octave-mod.el (octave-indent-for-comment): Make the code
	match the comments.

2006-03-02  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (ALL_SUBDIRS): Delete.
	(SUBDIRS): Include src here.
	(SHELL_SCRIPTS): New variable.
	(all): Depend on $(SHELL_SCRIPTS) and $(SUBDIRS) with libcruft and
	liboctave filtered out.
	(src): Depend on liboctave.
	(liboctave): Depend on libcruft.

2006-02-09  David Bateman  <dbateman@free.fr>

        * configure.in: Fix for probe of colamd, cccolamd and metis. New test
        for the presence of cxsparse.
        Makeconf.in: Include CXSPARSE_LIBS.

2006-01-19  John W. Eaton  <jwe@octave.org>

	* configure.in: Use $WITH_PCRE instead of $HAVE_PCRE in shell test.

2006-01-14  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for mach-o/dyld.h, not Mach-O/dyld.h.
	From Martin Costabel <costabel@wanadoo.fr>.

2006-01-13  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-mkpkgadd): New macro.

2005-12-14  David Bateman  <dbateman@free.fr>

	* Makeconf.in: Remove OCTAVE_PROG_RUNTEST.
	* alocal.m4: Remove OCTAVE_PROG_RUNTEST.

	* Makeconf.in: New tests of regex and pcre.

2005-12-13  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (install install-strip): Fix typo.
	From William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>.

2005-12-05  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* emacs/octave-inf.el (inferior-octave-startup):
	Force a non-empty string for secondary prompt PS2.

2005-12-02  John W. Eaton  <jwe@octave.org>

	* emacs/octave-mod.el (octave-electric-space): Don't indent
	comments or strings if octave-auto-indent is nil.

2005-11-30  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (install install-strip): Install images and
	desktop file.

2005-11-29  Rafael Laboissiere  <rafael@debian.org>

	* emacs/octave-mod.el: Ensure that key bindings for 
	octave-mark-defun and backward-kill-word work in both XEmacs and
	GNU Emacs.

2005-11-28  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for uname.

2005-11-21  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (DISTFILES): Don't include octave.desktop here.
	(distclean): Remove octave.desktop here.
	(maintainer-clean): Not here.

2005-11-01  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (distclean, maintainer-clean):
	Also remove octave.desktop.
	From Quentin Spencer <qspencer@ieee.org>.

2005-11-01  Quentin Spencer  <qspencer@ieee.org>

	* octMakefile.in (CONF_DISTFILES): Delete acx_include_dirs.m4 from
	the list.

2005-10-28  John W. Eaton  <jwe@octave.org>

	* configure.in (AC_ARG_WITH(cholmod, ...)): Fix typo.
	From Quentin Spencer <qspencer@ieee.org> and
	Andy Adler <adler@site.uOttawa.ca>.

2005-10-26  John W. Eaton  <jwe@octave.org>

	* configure.in, aclocal.m4: Don't quote "yes".

	* configure.in: Print warning messages for umfpack, colamd,
	ccolamd, and cholmod as we are searching.  Avoid multiple
	definitions of message strings.

	* aclocal.m4 (OCTAVE_UMFPACK_SEPERATE_SPLIT):
	Use new method of finding umfpack.h.
	* configure.in: Use AC_CHECK_HEADERS instead of
	ACX_CHECK_HEADER_IN_DIRS.
	(AC_CONFIG_FILES): Delete liboctave/oct-sparse.h from the list.

	* acx_include_dirs.m4: Delete.

2005-10-26  Arno J. Klaassen  <arno@heho.snv.jussieu.fr>

	* configure.in [*-*-freebsd*] (SH_LDFLAGS): Properly quote.
	(RLD_FLAG): Set.

2005-10-23  David Bateman  <dbateman@free.fr>

	* configure.in (OCTAVE_UMFPACK_SEPERATE_SPLIT): Check for metis 
	separately.
	* PROJECTS: Remove completed sparse matrix tasks.

2005-10-17  Paul Kienzle <pkienzle@users.sf.net>

	* octave.test/system/system.exp: rmdir no longer prints a
	message if the directory does not exist.

	* octave.test/system/mk-rm-dir-1.m: mkdir/rmdir return 1
	on success and 0 on failure.

2005-10-17  John W. Eaton  <jwe@octave.org>

	* configure.in (F77_FFLOAT_STORE_FLAG):
	Check for -ffloat-store option for Fortran compiler and set
	F77_FLOAT_STORE_FLAG if it works.
	* Makeconf.in: Substitute it here.
	(do-subst-config-vals): Substitute OCTAVE_CONF_F77_FLOAT_STORE_FLAG.

2005-10-14  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_PYTHON): New macro.
	* configure.in: Use it.
	* Makeconf.in (PYTHON): Substitute it.

2005-10-05  David Bateman  <dbateman@free.fr>

	 mkoctfile.in: allow -idirafter argument.

2005-09-23  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (install install-strip):
	Conditionally install octave.desktop.
	(IMAGE_FILES, IMAGE_FILES_NO_DIR): New macros.
	(DISTFILES): Include IMAGE_FILES in list.
	(install install-strip): Install image file.

	* aclocal.m4 (OCTAVE_PROG_DESKTOP_FILE_INSTALL): New macro
	* configure.in: Use it.
	* Makeconf.in: Substitute DESKTOP_FILE_INSTALL.

	* octave.desktop.in: New file.  From S�ren Hauberg <hauberg@gmail.com>.
	* examples/Makefile.in (SOURCES): Add it to the list.
	(octave.desktop): New target.
	(all): Depend on octave.desktop.

2005-09-22  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_PERL): New macro.
	* configure.in: Use it.
	* Makeconf.in (PERL): Substitute it.

	* config.guess, config.sub: Update from FSF sources.

2005-09-19  David Bateman  <dbateman@free.fr>

	* octMakefile.in (LN_S): Change to DESTDIR before LN_S to avoid
	lack of symlinks under mingw.

2005-09-15  John W. Eaton  <jwe@octave.org>

	* oct-sparse.h.in: Move to liboctave.
	* octMakefile.in (CONF_DISTFILES): Delete it from the list.
	(maintainer-clean, distclean, install, install-strip, uninstall):
	Omit rules for oct-sparse.h.
	* configure.in: Substitute liboctave/oct-sparse.h, not oct-sparse.h.

2005-09-15  David Bateman  <dbateman@free.fr>

	* acx_include_dirs.m4 (AC_CHECK_HEADER_IN_DIRS): Define new macro.
	* oct-sparse.h.in: New AC_CONFIG_FILE.
	* configure.in: (AC_CHECK_HEADER_IN_DIRS): Use macro.
	(AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS): Probe for
	these sparse library in addition to UMFPACK.
	(UMFPACK_INCLUDE, AMD_INCLUDE, COLAMD_INCLUDE, CCOLAMD_INCLUDE):
	AC_SUBST into oct-sparse.h.
	(LIBGLOB): Probe for external glob/fnmatch, define LIBGLOB.
	(sepchar): Define path seperation character in system dependent 
	manner. Use it with OCTAVE_SET_DEFAULT.
	(SEPCHAR, SEPCHAR_STR): Dpend on sepchar.
	(DL_LDFLAGS): Define for cygwin and mingw.
	(-lwsock32): Add to LIBS.
	(loadlibrary_api): Set for mingw/cygwin and autoconf test appears
	broken.
	* Makeconf.in: Don't use ";" as sed seperation to avoid confusion
	with sepchar.
	(LIBGLOB, AMD_LIBS, COLAMD_LIBS, CCOLAMD_LIBS, CHOLMOD_LIBS, 
	sepchar): Substitute.
	* octMakefile.in: (CONF_DISTFILES): Add acx_include_dirs.m4 and
	oct-sparse.h.in
	(oct-sparse.h): Include in install and clean directives

2005-08-31  Pascal A. Dupuis  <Pascal.Dupuis@esat.kuleuven.be>

	* emacs/octave-inf.el (inferior-octave-startup): Call
	inferior-octave-resync-dirs here.

2005-07-14  John W. Eaton  <jwe@octave.org>

	* configure.in (SH_LDFLAGS): Add -Wl,--enable-auto-image-base for
	Cygwin and MinGW.

2005-06-14  John W. Eaton  <jwe@octave.org>

	* configure.in (AH_BOTTOM): Also define GCC_ATTR_DEPRECATED.

2005-06-02  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (do-subst-default-vals): Substitute
	${localstartupfiledir}, not ${localstartupfile} (which is undefined).

2005-05-16  David Bateman  <dbateman@free.fr>

	* configure.in: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG.

2005-05-04  John W. Eaton  <jwe@octave.org>

	* configure.in (AC_CHECK_LIB($zlib_lib, ...)): Check for
	gzclearerr instead of deflate.

2005-05-02  John W. Eaton  <jwe@octave.org>

	* configure.in (AC_ARG_WITH(umfpack)): List -lumfpack ahead of -lamd.
	From Dmitri A. Sergatskov <dasergatskov@gmail.com>.

2005-04-29  David Bateman  <dbateman@free.fr>

	* configure.in: Add UMFPACK_LONG_IDX

2005-04-21  John W. Eaton  <jwe@octave.org>

	* configure.in (AC_CONFIG_FILES): Remove install-octave from the list.
	(AH_BOTTOM): Define SIZEOF_OCTAVE_IDX_TYPE.

2005-04-14  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in: Only perform link step if we have some object files.
	If only -v or --version is supplied, print version info and exit.

2005-04-08  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (maintainer-clean distclean):
	Remove install-octave from the list of files to remove.
	(install-octave.in): Delete file.
	(DISTFILES): Remove it from the list.

	* Initial merge of 64-bit changes from Clinton Chee:

	2005-04-07  John W. Eaton  <jwe@octave.org>

	* configure.in (--enable-64): Make default disabled.

	2005-04-06  John W. Eaton  <jwe@octave.org>

	* mk-opts.pl (emit_show_function, emit_set_functions,
	emit_print_function): Also accept "octave_idx_type" and
	"Array<octave_idx_type>".

	2005-04-01  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (USE_64_BIT_IDX_T): Substitute value.
	(do-subst-config-vals): Add to list of substitutions.

	* configure.in (AC_CONFIG_FILES): Perform substitutions on
	liboctave/oct-types.h too.
	Handle --enable-64.

2005-04-06  David Bateman  <dbateman@free.fr>

	* configure.in: Split the HDF5 and zlib detection code, so that zlib 
	can be used for compressed load/save in the absence of HDF5.

	* Makeconf.in: Define UMFPACK_LIBS.

	* Configure.in: Slightly alter the UMFPACK detection code so that it 
	correctly detects cblas bindings or not.

2005-03-22  John W. Eaton  <jwe@octave.org>

	* Makeconf.in (GLPK_LIBS): Substitute value.
	(do-subst-config-vals): Add to list of substitutions.

	* configure.in: Check for glpk.

	* emacs/octave-mod.el (octave-abbrev-table): Omit fifth and sixth
	arguments from define-abbrev for compatibility with some older
	versions of Emacs.

2005-03-21  John W. Eaton  <jwe@octave.org>

	* octave-bug.in: Try harder to find default pager (use code
	similar to that used for finding default editor).

2005-03-17  Shan G. Smith  <shan@cybertrails.com>

	* configure.in: Move check for -lumfpack to after check for blas.

2005-03-17  John W. Eaton  <jwe@octave.org>

	* configure.in: If first check for -lumfpack fails try again with
	-lcblas as an additional library.

	* configure.in: Change defaults to enable shared libraries and
	dynamic linking and disable static libraries.

2005-03-15  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (DISTFILES): Remove texi2dvi from the list.

	* emacs/octave-inf.el, emacs/octave-mod.el, emacs/octave-hlp.el:
	Import changes from Emacs.

2005-03-14  Rafael Laboissiere  <rafael@debian.org>

	* emacs/octave-mod.el (octave-end-keywords): Omit "end" from the list.
	(octave-reserved-words): Include "end" here.
	(octve-block-match-alist): Don't include "end" here.

2005-03-14  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for umfpack/umfpack.h instead of just umfpack.h.

2004-06-22  David Bateman  <dbateman@free.org>

	* configure.in: Check for UMFPACK library and header files.

2005-03-14  John W. Eaton  <jwe@octave.org>

	* configure.in: Also print a warning if HDF5 library is not found.

2005-03-10  John W. Eaton  <jwe@octave.org>

	* mkoctfile.in: Accept -R DIR.

2005-03-09  John W. Eaton  <jwe@octave.org>

	* examples/Makefile.in (bin-dist): Delete target.
	(BINDISTFILES): Delete variable.
	* emacs/Makefile.in: Likewise.

	* octMakefile.in (VERSION, ARCH, binary-dist): Delete targets.
	(XBINDISTFILES, BINDISTFILES, BINDISTSUBDIRS): Delete variables.

2005-03-04  John W. Eaton  <jwe@octave.org>

	* configure.in (GXX_PICKY_FLAGS): Don't include
	-Wmissing-prototypes or -Wstrict-prototypes.

2005-03-02  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG, OCTAVE_F77_FLAG):
	Use AC_LINK_IFELSE instead of AC_TRY_LINK.

	* configure.in (OCTAVE_LOCAL_BUFFER): Use < T > instead of <T>.
	From Clinton Chee <chee@parallel.hpc.unsw.edu.au>.

2005-03-01  John W. Eaton  <jwe@octave.org>

	* configure.in (AC_CONFIG_FILES): Remove libcruft/odessa/Makefile
	from the list.

2005-03-01  Todd Neal  <tolchz@gmail.com>

	* examples/make_int.cc: DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA now
	takes three arguments.

	* octMakefile.in (SUBDIRS, CLEANSUBDIRS):
	Remove @GLOB_DIR@ from the list.

2005-02-28  John W. Eaton  <jwe@octave.org>

	* octMakefile.in (DISTDIRS): Remove glob from the list.
	(dist): No need to clean up in glob subdirectory.
	* glob: Delete directory.
	* Makeconf.in (GLOB_INCFLAGS, LIBGLOB): Delete.
	(do-subst-config-vals): Don't substitute them.
	(INCFLAGS): Remove $(GLOB_INCFLAGS) from the list.
	* configure.in: Don't test for glob or fnmatch.

2005-02-22  Shan G. Smith  <shan@cybertrails.com>

	* mkoctfile.in: If not linking, then use output file name
	specified with -o.

2005-02-21  John W. Eaton  <jwe@octave.org>

	* texi2dvi: Delete our private version.

	* Makeconf.in (MAKEINFO): Define.
	(TEXI2DVI): Define as texi2dvi, not $(top_srcdir)/texi2dvi.

2005-02-09  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for canonicalize_file_name and resolvepath.

2005-02-02  John W. Eaton  <jwe@octave.org>

	* config.guess, config.sub: Update from FSF sources.

2005-01-18  John W. Eaton  <jwe@octave.org>

	* octave-bug.in: Try harder to find default editor (stolen from
	bashbug).

2004-12-17  John W. Eaton  <jwe@octave.org>

	* configure.in: Use AC_GNU_SOURCE.

2004-12-17  Orion Poplawski  <orion@cora.nwra.com>

	* configure.in: Also check for signbit decl.

2004-12-03  John W. Eaton  <jwe@octave.org>

	* aclocal.m4 (OCTAVE_PROG_GPERF): Check with -L C++, not -L ANSI_C.
	* Makefile.in (header-msg): Change recommended gperf version to
	3.0.1 or more recent.

2004-11-12  John W. Eaton  <jwe@octave.org>

	* Back off on -ffloat-store until we decide whether it is really
	necessary.

2004-11-11  John W. Eaton  <jwe@octave.org>

	* (OCTAVE_PROG_GNUPLOT): Don't set GNUPLOT_BINARY before calling
	AC_CHECK_PROGS(GNUPLOT_BINARY, ...).

	* configure.in: Use it to see if the C, C++, and Fortran compilers
	accept -ffloat-store.
	* aclocal.m4 (OCTAVE_F77_FLAG): New macro.

2004-09-08  John W. Eaton  <jwe@octave.org>

	* configure.in (GXX_PICKY_FLAGS): Remove -fno-nonnull-objects.
	(GCC_PICKY_FLAGS): Remove -Wnested-externs -Wid-clash-31.
	From Quentin Spencer <qspencer@ieee.org>.

	* configure.in (GCC_PICKY_FLAGS): Remove -Winline.

2004-09-07  John W. Eaton  <jwe@octave.org>

	* configure.in: Check for round.

2004-06-22  David Bateman  <dbateman@free.fr>

	* configure.in: Use -Wl,-Bsymbolic for MKOCTFILE_DL_LDFLAGS on
	GNU/Linux systems but not for SH_LDFLAGS.
    
2004-04-22  John W. Eaton  <jwe@octave.org>

	* configure.in: Add -Wl,-Bsymbolic to SH_LDFLAGS for GNU/Linux
	systems.  From Fredrik Lingvall <Fredrik.Lingvall@signal.uu.se>.

	* mkoctfile.in: Allow -Wx,option style options to be passed to the
	compiler.  From Al Niessner <Al.Niessner@jpl.nasa.gov>.

2004-04-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Delete code for --with-ieee754.
	Use OCTAVE_IEEE754_DATA_FORMAT.

	* aclocal.m4 (OCTAVE_IEEE754_DATA_FORMAT): New macro, based on
	configure.in code for HAVE_IEEE754_COMPLIANCE.

2004-04-06  David Bateman  <dbateman@free.fr>

  	* configure.in : add the option --with-ieee754 and use it to define
	HAVE_IEEE754_COMPLIANCE

2004-04-02  David Bateman  <dbateman@free.fr>

	* configure.in: Warn about g++ 2.9x versions.

2004-04-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (dist): Also make bz2 file and compute md5
	checksums of both gz and bz2 files.

2004-03-04  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: No longer accept --with-g77 (it is still possible
	to use --with-f77=g77).

2004-03-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for -mieee instead of -mieee-with-inexact.

2004-02-20  Per Persson  <persquare@mac.com>

	* mkoctfile.in (LINK_DEPS): Include $LDFLAGS in the list.

2004-02-18  Per Persson  <persquare@mac.com>

	* configure.in (*-*-darwin*): Define SONAME_FLAGS.

2004-02-16  David Bateman  <dbateman@free.fr>

	* configure.in: Test for the presence of FFTW 3.x and use it in
	preference to FFTW 2.x.  Define HAVE_FFTW3

2004-02-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in (LINK_DEPS): Include $LIBS and $RLD_FLAG.
	Use $OCTAVE_LIBS instead of listing libs individually.

2004-02-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Delete INCLUDE_LINK_DEPS.  Fix help text.
	Always define LINK_DEPS.
	(LINK_DEPS): Also include FLIBS in the list.

	* Makeconf.in (INCLUDE_LINK_DEPS): Don't substitute.
	(do-subst-config-vals): Delete INCLUDE_LINK_DEPS.
	* configure.in (INCLUDE_LINK_DEPS): Delete.

	* mkoctfile (SH_LD, SH_LDFLAGS): Delete.
	(DL_LD, DL_LDFLAGS): New variables.  Use them instead of SH_LD and
	SH_LDFLAGS for creating .oct files.
	Fix help text.

	* configure.in (MKOCTFILE_SH_LDFLAGS): Delete.
	(MKOCTFILE_DL_LDFLAGS): New variable, default to DL_LDFLAGS.

	* Makeconf.in (do-subst-config-vals): Add DL_LD, DL_LDFLAGS, and
	MKOCTFILE_DL_LDFLAGS to the list of substitutions.
	Delete MKOCTFILE_SH_LDFLAGS.

2004-02-14  Per Persson  <persquare@mac.com>

	* configure.in (DL_LD, DL_LDFLAGS): New variables, default to
	SH_LD and SH_LDFLAGS, respectively.
	Define independently for SH_LD and SH_LDFLAGS for *-*-darwin* targets.
	* Makeconf.in (DL_LD, DL_LDFLAGS): Substitute them here.

2004-02-13  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (header-msg): Required bison version now 1.31 or later.

2004-01-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el: If line-end-position is not defined,
	provide it as an alias for point-at-eol.

2004-01-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el: If line-beginning-position is not defined,
	provide it as an alias for point-at-bol.

2004-01-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM):
	Define OCTAVE_LOCAL_BUFFER using vector<T> instead of auto_ptr.
	Suggested by Paul Thomas <Paul.Thomas@jet.efda.org>

2004-01-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (maintainer-clean, distclean):
	Remove Makefile and autom4te.cache.

2004-01-14  David Bateman  <dbateman@free.fr>

	* configure.in: Test for the presence of the function 
	H5Gget_num_objs	in HDF5 library, and define HAVE_H5GGET_NUM_OBJS.
 	
2004-01-06  Per Persson  <persquare@mac.com>

	* aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Recognize
	*-*-darwin*, not *-*-darwin6*.

2003-12-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* INSTALL: Update to newer version from autoconf.

2003-11-26  Cyril Humbert  <Cyril.Humbert@univ-mlv.fr>

	* octave-config.in (--m-site-dir): Echo $LOCALVERFCNFILEDIR, not
	$OCTAVE_LOCALVERFCNFILEDIR.
	(--oct-site-dir): Echo $LOCALVEROCTFILEDIR, not
	$OCTAVE_LOCALVEROCTFILEDIR.

2003-11-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Also maybe add -W to WARN_CFLAGS and WARN_CXXFLAGS.

2003-11-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (SHLLIB_VER): Fix typo.

	* Makeconf.in (WARN_CFLAGS, WARN_CXXFLAGS): Substitute them.
	(ALL_CFLAGS, BUG_CFLAGS): Add $(WARN_CFLAGS).
	(ALL_CXXFLAGS, BUG_CXXFLAGS): Add $(WARN_CXXFLAGS).
	(UGLY_ALL_CXXFLAGS): Delete.

	* configure.in: Add -Wall and -Wshadow to WARN_CFLAGS and
	WARN_CXXFLAGS instead of CFLAGS and CXXFLAGS.

2003-11-12  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: If we need alloca, then also include it in LIBGLOB.

2003-11-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Preserve CFLAGS and CXXFLAGS before doing anything.
	Maybe add -Wshadow to CFLAGS and CXXFLAGS.

2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>

	* emacs/octave-mod.el (octave-comment-start): Simplify.
	(octave-point): Remove.
	(octave-in-comment-p, octave-in-string-p)
	(octave-not-in-string-or-comment-p, calculate-octave-indent)
	(octave-blink-matching-block-open, octave-auto-fill):
	Use line-(beginning|end)-position instead.

2003-10-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-inf.el (inferior-octave-prompt): Don't bother
	matching "octave.bin".

2003-10-29  Lute Kamstra  <lute@gnu.org>

	* emacs/octave-inf.el (inferior-octave-prompt): Recognize
	version number in prompt.

2003-10-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-mode-syntax-table): Allow % to be a
	comment character.

2003-10-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (AWK): Substitute and export it.
	* configure.in: Also check for AWK.

2003-10-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_PREREQ): Require 2.57.

2003-09-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM): Don't define HEAVYWEIGHT_INDEXING here.

2003-07-30  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-variables): Delete
	propagate_empty_matrices from the list.

	* ck-oct-fcns.m: Delete.

2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Warn if --enable-dl but not --enable-shared.

2003-07-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-variables): Delete
	default_return_value and define_all_return_values from the list.
	Add warn_undefined_return_values to the list.

2003-07-11  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-variables):
	Add warn_empty_list_elements and warn_resize_on_range_error to the
	list.
	Delete empty_list_elements_ok and resize_on_range_error from the
	list.

2003-07-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-variables): Add warn_neg_dim_as_zero
	to the list.
	Delete treat_neg_dim_as_zero from the list.

2003-07-09  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-variables): Include
	DEFAULT_EXEC_PATH, DEFAULT_LOAD_PATH, crash_dumps_octave_core,
	sighup_dumps_octave_core, sigterm_dumps_octave_core,
	warn_imag_to_real, warn_num_to_str, warn_str_to_num, and
	warn_fortran_indexing in the list.
	Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok,
	implicit_str_to_num_ok, prefer_column_vectors,
	prefer_zero_one_indexing, and do_fortran_indexing from the list.

2003-07-08  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-default-vals): Substitute OCTAVE_API_VERSION.
	* octave-config.in: Handle new variable OCTAVE_API_VERSION.

	* octMakefile.in (DIRS_TO_MAKE): Delete undefined vars
	$(localfcnfilepathdirs) and $(localoctfilepathdirs) from the list.

	* octave-config.in: Handle new variables OCTAVE_LOCALAPIFCNFILEDIR
	and OCTAVE_LOCALAPIOCTFILEDIR

	* configure.in (localapifcnfiledir): New variable.
	(localfcnfilepath): Add it to the list.
	(localapioctfiledir): New variable.
	(localoctfilepath): Add it to the list.
	* Makeconf.in (do-subst-default-vals): Substitute new varibles.

	* Makeconf.in (getapiversion, apiversion): New macros.

	* octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in
	the list.

2003-07-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in: Set and substitute values for startupfiledir and
	localstartupfiledir.

	* octave-config.in: Allow other configuration defaults to be
	accessed using --variable VAR option.

2003-07-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (distclean): remove install-octave here.

2003-06-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: If user doesn't specify --enable-rpath, then
	default is to enable it.

2003-06-04  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (GNUPLOT_HAS_FRAMES): Eliminate variable.

	* emacs/octave-mod.el (octave-variables): Eliminate
	gnuplot_has_multiplot.

2003-05-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: In check for f_open in libf2c, only use
	-L. -lconflib if we have created libconflib.a.

2003-05-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_GPERF): Provide struct decl so -t option
	succeeds with gperf 3.0.

	* Makeconf.in (NO_OCT_FILE_STRIP): Use -C arg for make.

	* octMakefile.in (DIRS_TO_MAKE): Use $(shell ...) instead of `...`.

2003-05-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in, octMakefile.in, emacs/Makefile.in,
	examples/Makefile.in: Handle DESTDIR.

2003-05-13  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (sbindir): New variable substitution.

2003-04-30  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't define WITH_KPATHSEARCH.

2003-04-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Look for wsock32 library on MinGW systems.

2003-04-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (OCTAVE_LOCAL_BUFFER): Always allocate temporary
	buffer using new.

2003-04-18  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in octMakefile.in: Delete kpathsea targets.

	* kpathsea: Delete all files and directory.

	* configure.in: Don't run configure in kpathsea subdirectory.

	* README.kpathsea: New file.
	* octMakefile.in (DISTFILES): Include it in the list.

	* Makeconf.in (do-subst-config-vals): Don't substitute it.

	* configure.in: Also check for basename.
	Don't substitute LIBKPATHSEA.

2003-04-17  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM): Don't assume that __WIN32__ will be
	defined when __CYGWIN__ is defined.

2003-03-17  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Only complain for g++ earlier than 2.95.
	Try harder to get version number only.

2003-03-05  Paul Kienzle <pkienzle@users.sf.net>

	* aclocal.m4 (OCTAVE_DYNAMIC_AUTO_ARRAYS): New macro.
	* configure.in: Use it.
	(AH_BOTTOM): Check HAVE_DYNAMIC_AUTO_ARRAYS instead of __GNUG__.

2003-03-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Undo previous change.
	* Makeconf.in: Likewise.

2003-03-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (KPATHSEA_INCFLAGS): New variable.
	* Makeconf.in (KPATHSEA_INCFLAGS): Substitute it.
	(do-subst-config-vals): Add it to the list.
	(INCFLAGS): Add $(KPATHSEA_INCFLAGS).

2003-02-23  Paul Kienzle <pkienzle@users.sf.net>

	* aclocal.m4 (OCTAVE_PLACEMENT_DELETE): New macro.
	* configure.in: Use it.
	(AH_BOTTOM): Don't define HAVE_PLACEMENT_DELETE here.

2003-02-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Allow RLD_FLAG to be set using --enable-rpath arg.

	* configure.in: Fix default RLD_FLAG value for *-sgi-*.  From 
	Paul Kienzle <pkienzle@users.sf.net>.

	* configure.in: Check for long long int and unsigned long long int.

	* configure.in (AH_BOTTOM): Define HAVE_PLACEMENT_DELETE for gcc
	3.2 and later.

	* configure.in: Check for copysign and signbit.

2003-02-18  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/Makefile.in (DISTFILES): Add otags.1 to the list.

2003-02-18  Dirk Eddelbuettel <edd@debian.org>

	* emacs/otags.1: New file.

2003-02-18  David Bateman <dbateman@free.fr>

	* configure.in: Eliminate linpack

2003-02-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for mkstemp too.

2003-02-13  Arno Klaassen  <arno@scito.com>

        * configure.in: Fix SH_LD and SH_LDFLAGS for -*-*-freebsd*.

2003-02-13  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Use '$(CXX)', '$(AR)', not "$CXX" and "$AR" when
	setting variables for building shared libraries.

2003-02-13  Paul Kienzle <pkienzle@users.sf.net>

	* examples/make_int.cc: Support for ISO standard compilers.

2003-01-22  Richard Stallman <rms@gnu.org>

	* emacs/octave-mod.el (octave-mode-map): Avoid binding keys that
	are reserved for users.

2003-01-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in: Fix typo in previous change.

2003-01-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (MKOCTFILE_INCFLAGS): Skip -I$(includedir) if
	$(includedir) is /usr/include.

2003-01-16  Mumit Khan  <khan@nanotech.wisc.edu>

	* Makeconf.in (SED): Export to subshells.

2003-01-11  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't bother with compiler flags for
	explicit/no-implicit template instantiation.

2003-01-11  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in, Makeconf.in: Allow setting of BUILD_LDFLAGS.

2003-01-11  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* autogen.sh: Use --force for autoconf and autoheader.

2003-01-04  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (CONF_DISTFILES): Include acx_blas.m4 and
	acx_lapack.m4.

	* configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX,
	BUILD_CXXFLAGS): Kluge for Sun C/C++.

2003-01-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Default value of BUILD_CXX is $CXX, not g++.
	(AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler.
	For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT.
	Check for -ieee option for the C and C++ compilers on alpha systems.

2003-01-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Fail on all gcc 1.x and 2.x versions.

2002-12-30  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (OCTAVE_LOCAL_BUFFER): New macro.

2002-12-18  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Include $LIBOCTINTERP in the stand alone link command.
	Define LIBOCTAVE, LIBOCTINTERP, LIBCRUFT, LIBREADLINE using -lLIB.

2002-12-17  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-script-install, do-script-uninstall):
	New macros, used in Makefiles in scripts subdirectory.
	(do-script-install): Use new scripts/mkpkgadd script to construct
	PKG_ADD files.

2002-12-03  Nix  <nix@esperi.demon.co.uk>

	* configure.in: Use AC_CHECK_DECL in conjunction with
        AC_DECL_SYS_SIGLIST to ensure signal.h is searched.

2002-12-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Dont't set SONAME_FLAGS for alpha alpha*-dec-osf*
	systems.

2002-11-29  Paul Kienzle <pkienzle@users.sf.net>

	* mkoctfile.in: Include "$incflags $def" in commands to generate
	dependecies.

2002-11-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (do-subst-config-vals): Substitute OCTAVE_BINDIR.

	* configure.in (MKOCTFILE_SH_LDFLAGS): New variable.
	* Makeconf.in (do-subst-config-vals): Substitute
	OCTAVE_CONF version of this variable.

	* mkoctfile.in: Set SH_LDFLAGS from MKOCTFILE_SH_LDFLAGS, not
	SH_LDFLAGS.
	(VERSION): Substitute value of OCTAVE_CONF_VERSION.

	* configure.in (NO_OCT_FILE_STRIP): New variable.
	* Makeconf.in (do-subst-config-vals): Substitute it.
	* mkoctfile.in (no_oct_file_strip_on_this_platform): New variable.

2002-11-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION):
	Delete use.

	* aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): Delete.
	(OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Delete.

2002-11-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for dlopen last, to avoid broken
	compatibility libraries.
	Default value for SHLLIB is '$(SHLEXT)', not $SHLEXT.

2002-11-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (USE_EXCEPTIONS_FOR_INTERRUPTS): No need to define.

2002-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for sigsetjmp and siglongjmp.
	(AH_BOTTOM): If both are found, define OCTAVE_HAVE_SIG_JUMP.
	Also check for sig_atomic_t, typedef it if not available.

2002-11-10  Per Persson  <persquare@mac.com>

	* configure.in: Detect dyld API for dynamic linking on OS X.

2002-11-09  Per Persson  <persquare@mac.com>

	* configure.in: Use $(TOPDIR)/src/octave, not $(bindir)/octave for
	-bundle-loader argument.	

	* aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force result for OS X.

2002-11-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Set FPICFLAG, Also set CXXPICFLAG, CPICFLAG,
	FPICFLAG, and INCLUDE_LINK_DEPS for OS X.

	* acx_blas.m4 (LIBS): Also check for Apple vecLib framework.

2002-11-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM): Define USE_EXCEPTIONS_FOR_INTERRUPTS.

2002-11-04  Joseph P. Skudlarek  <jskud@jskud.com>

	* emacs/otags: handle declarations without arguments and/or return
	values.

2002-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (SHLEXT_VER, SHLLIB_VER, SHLBIN_VER): Use
	$(version), not $(VERSION).

2002-10-28  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (HAVE_DLOPEN_API, HAVE_SHL_LOAD_API,
	HAVE_LOADLIBRARY_API): Delete.
	(do-subst-config-vals): Don't substitute them here.

2002-10-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (ENABLE_DYNAMIC_LINKING): Rename from
	WITH_DYNAMIC_LINKING.
	* Makeconf.in: Likewise.
	* examples/hello.cc: Likewise.  Improve comments.

	* configure.in: Revive --enable-dl to set default value for
	WITH_DYNAMIC_LINKING.

	* configure.in: Also set SHLEXT_VER, SHLLIB_VER, SHLBIN_VER.
	* Makeconf.in: Substitute them here.
	Also substitute SHLLINKEXT.

2002-10-25  Per Persson  <persquare@mac.com>

	* aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Fix
	first test to properly fail on OS X.  Fix typo in final test to
	set result.

2002-10-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mk-opts.pl (emit_opt_class_header): Make set_options another
	name for copy.

2002-10-17  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Don't substitute
	OCTAVE_CONF_OCTAVE_LITE.
	(OCTAVE_LITE): Delete.

	* Makeconf.in: Use HAVE_DLOPEN_API, HAVE_LOADLIBRARY_API, and
	HAVE_SHL_LOAD_API instead of WITH_DL and WITH_SHL.

	* configure.in: Rewrite the way we handle dynamic linking.
	If dynamic linking is used always do what was previously only
	enabled by --enable-lite-kernel.

2002-10-17  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in: Define WITH_DYNAMIC_LINKING based on --enable-shared.
	Add -lwsock32 to LIBS for MinGW.

2002-10-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): New macro.
	(OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Use it along with
	AC_LINK_IFELSE instead of AC_TRY_LINK.
	Require both programs to compile for success.

2002-10-16  Paul Kienzle <pkienzle@users.sf.net>

	* aclocal.m4: Both Cygwin and MinGW don't prepend underscores.
	* configure.in: MinGW builds shared libraries the same as Cygwin.
	MinGW must link to winsock explicitly.
	* install-octave.in: MinGW and Cygwin both need OCTAVE_HOME.

2002-10-15  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in (library_path_var): New variable.

2002-10-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (SH_LDFLAGS): Additional options for Cygwin:
	-Wl,--export-all-symbols -Wl,--enable-auto-import.

	* Makeconf.in (TERMLIBS): Substitute here.

	* configure.in: Define OCTAVE_USE_WINDOWS_API if 
	defined (__WIN32__) && ! defined (__CYGWIN__), not if
	defined (__WIN32__) || ! defined (__CYGWIN__).
	Also call AC_SUBST for TERMLIBS.

2002-10-14  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in: Use correct SHLEXT and PICFLAG for Cygwin.
	* configure.in: Cygwin must link against -loctave.dll, etc.

	* configure.in: Define INCLUDE_LINK_DEPS because Cygwin needs DLLs
	to be linked against their dependencies.
	* Makeconf.in: Ditto.

	* configure.in: Define SHLLIB and SHLBIN because Cygwin doesn't
	link against shared libs but instead against -lxxx.dll.  LIB and
	BIN are the link and load forms respectively of the library.
	* Makeconf.in: Ditto, and define the corresponding XXX_VER.

	* configure.in: Remove LIBOCT_READLINE and LIBOCT_PATHSEARCH
	because they are merged into LIBOCTAVE to avoid circular
	dependencies.
	* Makeconf.in: Ditto.
	* mkoctfile.in: Ditto.

	* aclocal.m4 (OCTAVE_ENABLE_READLINE): Define LIBREADLINE because
	Cygwin requires liboctave to be linked against -lreadline so
	including it in LIBS isn't sufficient.
	* mkoctfile.in: Substitute and use LIBREADLINE here.

	* aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force no for cygwin.

2002-10-11  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM): Maybe define OCTAVE_USE_WINDOWS_API
	and OCTAVE_HAVE_WINDOWS_FILESYSTEM.

2002-10-09  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_GNUPLOT): AC_DEFINE GNUPLOT_BINARY
	Default value on Windows systems is pgnuplot.
	If not cross compiling and no gnuplot program is found, set
	default to gnuplot.  Set defaults for multiplot and frames.  Check
	for pgnpuplot, pipe-gnuplot, and gnuplot on Windows systems.

	* configure.in (BUILD_EXEEXT): New variable.
	* Makeconf.in (BUILD_EXEEXT): Substitute it here.

	* aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION):
	Add second test for OS X.

2002-10-08  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): New macro.
	* configure.in: Use it.

	* configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): 
	Set default values if cross compiling.

	* aclocal.m4 (OCTAVE_PROG_NM): Do the right thing for cross compiling.
	(OCTAVE_CXX_PREPENDS_UNDERSCORE): Require OCTAVE_PROG_NM.
	(OCTAVE_CXX_ABI): Likewise.

	* Makeconf.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS):
	New variables for cross compiling.

2002-10-07  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in: Check for raise.

2002-10-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_SED): New macro, adapted from autoconf
	patches mailing list archive, written by Robert Boehne
	<rboehne@ricardo-us.com>.
	* configure.in: Use it.
	* Makeconf.in: Substitute SED, use $(SED), not sed.
	(do-subst-conffig-vals): Substitute it here too.
	* mkoctfile.in: And here.  Use $SED, not sed.
	* octave-bug.in: Likewise.
	* install-octave.in: Likewise.

2002-09-30  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't define mkdir here.

2002-09-25  Mumit Khan  <khan@nanotech.wisc.edu>
 
 	* aclocal.m4 (OCTAVE_MKDIR_TAKES_ONE_ARG): New macro to determine if
 	host mkdir accepts only one arg instead of the usual two.
 	* configure.in: Use. Check for direct.h.
 	(mkdir): Define.
 
2002-09-26  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in: Check for conio.h.
	Check for _kbhit.

2002-09-26  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM): Don't define
	USE_PRAGMA_INTERFACE_IMPLEMENTATION.

2002-09-26  Paul Kienzle <pkienzle@users.sf.net>

	* configure.in: Fix syntax errors in !HAVE_XXX_T.
	Don't require terminal control for build.

2002-09-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Fix typedefs used in AH_BOTTOM.

2002-09-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AH_BOTTOM): If using g++, define
	USE_PRAGMA_INTERFACE_IMPLEMENTATION.

2002-08-17  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for sstream.

2002-08-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (%.d : %.cc): Add $*.df to LHS of dependency list.

2002-08-15  Paul Kienzle <pkienzle@users.sf.net>

	* mk-opts.pl: Add support for INCLUDE = "...".

2002-08-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mk-opts.pl: Handle Array<int> too.

2002-08-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mk-opts.pl (emit_options_function): Emit newline at EOF.

2002-08-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in: Use $@-t instead of $@.tmp or $@.t.

2002-07-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mk-opts.pl: New file.
	* Makefile.in (DISTFILES): Add it to the list.

2002-07-12  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_CONFIG_FILES): Add libcruft/dasrt/Makefile to
	the list.

2002-07-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_CONFIG_FILES): Add libcruft/odessa/Makefile to
	the list.

2002-05-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Maybe add -fno-coalesce-templates to XTRA_CXXFLAGS
	on darwin systems.
	(SH_LDFLAGS): Set this on darwin systems.
	(UGLY_DEFS): Cope with broken sed or shell quoting on darwin systems.

2002-05-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): Omit cwctype.

2002-05-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_AIX): Move before AC_MINIX and AC_ISC_POSIX.
	(AH_BOTTOM): Move contents of acconfig.h here.
	* acconfig.h: Delete.
	* octMakefile.in (CONF_DISTFILES): Delete acconfig.h from the list.

2002-04-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_CONFIG_FILES): Add libcruft/daspk/Makefile to
	the list.

2002-04-24  Kurt Hornik <hornik@ci.tuwien.ac.at>

	* aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Also handle flags
	that contain : and =.

2002-04-12  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.guess, config.sub: Update from FSF sources.

2002-04-11  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Declare F2C and F2CFLAGS with AC_ARG_VAR.
	Delete AC_SUBST calls for F77, FFLAGS, FLIBS, F2C, F2CFLAGS (no
	need to do this explicitly now).

2002-04-04  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in: Set and substitute EXEEXT, not EXE.

	* configure.in (EXE): Delete check and substitution.
	* install-octave.in: Use EXEEXT instead of EXE.

	* configure.in: Use AC_CHECK_MEMBERS, not OCTAVE_STRUCT_GR_PASSWD.
	Use AC_CHECK_TYPES, not AC_CHECK_TYPE or OCTAVE_CHECK_TYPE.
	* aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD, OCTAVE_CHECK_TYPE): Delete.
	* acconfig.h (dev_t, ino_t, nlink_t, sigset_t): Typedef if not found.

2002-04-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4: Replace AC_LANG_SAVE, AC_LANG_C, AC_LANG_CPLUSPLUS,
	and AC_LANG_RESTORE with AC_LANG_PUSH and AC_LANG_POP.
	Use AS_MESSAGE_LOG_FD instead of AC_FD_CC.
	* configure.in: Delete second arg in AC_CHECK_SIZEOF calls.

2002-04-03  Steven G. Johnson <stevenj@alum.mit.edu>

	* configure.in: Correct usage of AC_ARG_WITH for --with-fftw.

	* configure.in: Update for autoconf 2.5x.
	Minor syntax changes to new recommended syntaxes and macros.
	Apply changes from autoupdate plus eliminate some warning
	messages, deprecated uses of changequote, etc.
	Use autoheader templates to generate config.h.in.
	Replace most of Octave's Fortran support macros with those in the
	new autoconf.
	Eliminate most uses of internal (undocumented) autoconf cache vars.
	Replace BLAS/LAPACK detection new macros ACX_BLAS/ACX_LAPACK from
	the autoconf macro repository.
	* acx_blas.m4, acx_lapack.m4: New files.
	* acconfig.h: Delete lines that can be automatically generated
	from new info in configure.in and aclocal.m4.
	If it is not already defined, define F77_FUNC for use with f2c.
	* aclocal.m4 (OCTAVE_PROG_G77, OCTAVE_FLIBS, OCTAVE_F77_MAIN_FLAG,
	OCTAVE_F77_UPPERCASE_NAMES, OCTAVE_F77_APPEND_UNDERSCORE,
	OCTAVE_F2C_F77_COMPAT): Delete definitions.
	Use autoheader templates to generate config.h.in.
	* Makeconf.in, mkoctfile.in (FORTRAN_MAIN_FLAG): Delete all uses.

2001-11-09  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave-bug.in (BLAS_LIBS, FFTW_LIBS, LD_CXX): Substitute and
	print values.
	* mkoctfile.in: Accept --compile as an alias for -c.
	New option, --link-stand-alone.
	New option, --no-pathsearch.
	New option, --no-readline.
	Substitute RLD_FLAG, FLIBS, LIBKPATHSEA, LIBOCTINTERP,
	LIBOCTAVE, LIBOCT_READLINE, LIBOCT_PATHSEARCH, LIBCRUFT,
	BLAS_LIBS, FFTW_LIBS, and LIBS.
	* Makeconf.in (MKOCTFILE_LFLAGS): New variable.
	(do-subst-config-vals): Substitute FFTW_LIBS, LD_CXX,
	LIBOCT_PATHSEARCH, LIBOCT_READLINE, MKOCTFILE_LFLAGS.

2001-11-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (LIBOCT_READLINE, LIBOCT_PATHSEARCH): New variables.
	* Makeconf.in: Substitute them here.

2001-11-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (dist): Omit long-gone info subdir.
	Fix find command for removing Makefile in kpathsea and glob subdirs.

2001-08-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Substitute F2C and F2CFLAGS. Make it possible to
	use f2c and a C compile to compiling Fortran source files.  Print
	warnings and error message on stderr, not stdout.  Issue warnings
	if it is not possible to comiple Fortran, C, or C++ files.

	* configure.in (%.c : %.f): Don't use cat in F2C rule.

2001-07-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Substitute DEPEND_FLAGS and
	DEPEND_EXTRA_SED_PATTERN.
	* mkoctfile.in: Handle --depend.

2001-07-25  Rafael Laboissiere  <rafael@laboissiere.net>

       * octave-config.in: New file.
       * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_VERSION.
       * Makefile.in (TARGETS): Add octave-config to list.
       * octMakefile.in (DISTFILES): Add octave-config.in to list.
       (BINDISTFILES): Add octave-config to list.
       (all): Add octave-config dependency.
       (octave-config): New rule.
       (install): Install octave-config.
       (uninstall): Delete octave-config from bindir.
       (maintainer-clean): Delete octave-config.
       (binary-dist): Add octave-config dependency.

2001-06-29  Mumit Khan  <khan@nanotech.wisc.edu>

	* aclocal.m4 (OCTAVE_CXX_ABI): Use "sun_v5" instead of "sun".

	* aclocal.m4 (OCTAVE_CXX_ABI): New macro.
	(OCTAVE_CXX_PREPENDS_UNDERSCORE): Add missing return value.
	* configure.in: Use.
	* acconfig.h (CXX_ABI): New macro.

2001-05-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Quote the call to AC_CHECK_FUNC inside the
	AC_CHECK_LIB macro when checking for lapack.  For autoconf 2.50

	* aclocal.m4: Changes for autoconf 2.50:
	Convert dnl comments inside AC_DEFUN to ###.
	(OCTAVE_FLIBS): Use [] quoting instead of changequote.

2001-05-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in: Remove remaining references to readline.
	(CONF_DISTFILES): Add autogen.sh to the list.

2001-05-02  Mumit Khan  <khan@nanotech.wisc.edu>

	* configure.in: Support for --with-fftw.
	(FFT_DIR, FFTW_LIBS): New substitutions.
	* Makeconf.in (FFTW_LIBS): New variable.
	* acconfig.h (HAVE_FFTW): New macro.

2001-04-26  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_ENABLE_READLINE): Require readline unless
	--disable-readline is specified.

	* configure.in: Don't define TERMLIBS.  Do add terminal lib(s) to LIBS.
	* octave-bug.in: Delete references to TERMLIBS.
	* Makeconf.in: Likewise.

	* Makeconf.in (LIBREADLINE): Delete substitution.
	(do-subst-config-vals): Likewise.
	* octMakefile.in (SUBDIRS): Delete @READLINE_DIR@ from the list.
	* configure.in (AC_CONFIG_SUBDIRS): Delete $READLINE_DIR from the list.

	* configure.in (VOID_SIGHANDLER): Don't check or substitute here.

2001-04-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (install, install-strip): Don't use mk-includedir-link

	* Makeconf.in (mk-includedir-link, mk-libdir-link): Delete definitions.

2001-04-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (mk-libdir-link): Undo previous change

2001-04-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Only check for libz if checking for HDF5 libraries.
	Allow user to specify HDF5 library name on command line, same as
	for BLAS libraries.  Include BLAS and HDF5 libs in summary output.

2001-04-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list.

2001-04-19  David Livings <david.livings@asa.co.uk>

	* Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave
	existing as a directory.

2001-02-28  Albert Chin-A-Young  <china@thewrittenword.com>

	* configure.in: Check for getpwnam in libsun only after checking
	default libraries first.  Check for gethostname in libsocket only
	after checking default libraries first.	

2001-02-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Allow for using f2c when setting functions to look
	for in the BLAS and Lapack libraries.
	From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.

2001-02-10  Mumit Khan  <khan@nanotech.wisc.edu>

	* test/octave.test/string/dec2hex-1.m: Don't assume hex format
	produces lower case letters.

2001-02-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* acconfig.h: Merge contents of config.h.bot.
	* config.h.bot: Delete.

	* autogen.sh: Allow running of autoconf or autoheader to be skipped.

2001-02-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* readline: Update to new version (4.2-beta1).

2001-02-05  Mumit Khan  <khan@nanotech.wisc.edu>

	* configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables.
	* Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise.
	
	* configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for
	pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions.
	(DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros.
	(BLAS_LIBS): Fix test for sunperf library on Sun Solaris.
	(CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun
	compiler support.
	* Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New
	variables.
	(%.d : %.cc): Use.
	(%.d : %.c): Likewise.
	* acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef.

2001-01-31  Mumit Khan  <khan@nanotech.wisc.edu>

	* Makeconf.in (%.d : %.cc): Strip the directory portion of the
	target.
	(%.d : %.c): Likewise.

	* aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro.
	* configure.in: Use it.

2001-01-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Substitute
	OCTAVE_CONF_CANONICAL_HOST_TYPE here too.
	* octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not
	OCTAVE_CANONICAL_HOST_TYPE.

2000-12-09  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4: Give gperf a keyword, to avoid complaints from newer
	versions.

2000-11-27  Marcus.Brinkmann  <Marcus.Brinkmann@ruhr-uni-bochum.de>

	* configure.in: Handle *-*-gnu* the same as *-*-linux* for shared
	library creation.

2000-11-03  Andy Adler  <en254@freenet.carleton.ca>

	* mkoctfile.in: Handle -c to mean compile only.

2000-11-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Handle --print.

2000-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_GPERF): Check that gperf supports flags
	we use.

	* missing: New file, modified from the missing script provided by
	automake (never create files, just exit with failure status).
	* aclocal.m4 (OCTAVE_PROG_BISON, OCTAVE_PROG_FLEX, OCTAVE_PROG_GPERF): 
	Use $(top_srcdir)/missing as replacement script.

	* aclocal.m4 (OCTAVE_PROG_FLEX, OCTAVE_PROG_BISON): New macros.
	* configure.in: Use them.

2000-10-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* autogen.sh: Don't run configure.

	* configure.in (SPECIAL_MATH_LIB): Delete code related to this var.
	* Makeconf.in: Ditto.
	(BLAS_LIBS, LIBS): Substitute here.
	(do-subst-config-vals): Put BLAS_LIBS in oct-conf.h.

2000-07-20  Joao Cardoso  <jcardoso@inescn.pt>

	* configure.in: (LD_CXX): Define and substitute.
	For sco3.2v5 systems, set SONAME_FLAGS and RLD_FLAG.
	* Makeconf.in (LD_CXX): Allow substitution.

2000-07-18  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DISTSUBDIRS): Define in terms of $(ALL_SUBDIRS).

2000-07-17  Joao Cardoso  <jcardoso@inescn.pt>

	* configure.in (LIBGLOB): Set to be the two object files in the
	glob directory instead of libglob.a.

2000-07-05  Steven G. Johnson  <stevenj@gil-galad.mit.edu>

	* Use BLAS_LIBS to save the names of BLAS libraries instead of
	adding them to LIBS, then substitute BLAS_LIBS.

2000-06-30  Steven G. Johnson  <stevenj@gil-galad.mit.edu>

	* configure.in: Support for --with-fastblas (ATLAS).

2000-06-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for long long data type.

2000-06-29  Steven G. Johnson  <stevenj@gil-galad.mit.edu>

	* acconfig.h (HAVE_HDF5): Add undef.
	* configure.in: Handle --with-hdf5.

2000-06-26  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave-bug.in: Substitute correct values for config_opts,
	MACHINE, and CXXFLAGS.

2000-06-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (GPERF): Allow substitution.

2000-06-05  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_GPERF): New macro.
	* configure.in: Use it.  Print warning at end if gperf is missing.

2000-04-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Try moving output file first.  But comment these
	lines and let people who have trouble enable them.

2000-04-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Remove output file before linking.

	* octMakefile.in (DIRS_TO_MAKE): Create $(octincludedir)/octave.
	(install install-strip): Install config.h in $(octincludedir)/octave,
	not $(octincludedir).

2000-03-31  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DIRS_TO_MAKE): Double up on $ in awk command to
	get them past Make.

2000-03-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (SUBDIRS): Omit src.
	(ALL_SUBDIRS): New variable.  Include src here.
	(all): Depend on src instead of $(SUBDIRS).
	(src): New target.  Depend on $(SUBDIRS).

	* Makefile.in (.NOTPARALLEL): New target, for GNU Make 3.79.
	* octMakefile.in (.NOTPARALLEL): Likewise.

2000-03-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for vsnprintf.

2000-03-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (liboctave.$(SHLEXT)): Delete target before rebuilding.

2000-03-21  Ben Sapp <bsapp@nua.lampf.lanl.gov>:

	* Makeconf.in (%.o : %.c): Pass -o to compile command.
	(%.o : %.cc): Ditto.
	* configure.in (%.o : %.f): Ditto.

2000-03-08  Stephen Eglen  <stephen@gnu.org>

	* emacs/octave-mod.el (octave-font-lock-keywords): To font-lock
	the builtin operators, use `font-lock-builtin-face' for Emacs
	and `font-lock-preprocessor-face' for XEmacs.

2000-03-08  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: For building shared libaries, handle
	i386-pc-solaris2* the same as sparc-sun-solaris2*.

2000-02-29  Ben Sapp <bsapp@nua.lampf.lanl.gov>

	* examples/make_int.cc (make_int): Handle new operator names.

2000-02-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (maintainer-clean distclean): Don't delete Makefile.
	(dist): Delete stamp-auto.

2000-02-11  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (octincludedir): Delete trailing /octave here.
	* Makeconf.in (mk-includedir-link): Append it here.
	(MKOCTFILE_INCFLAGS): Use both -I$(octincludedir) and
	-I$(octincludedir)/octave.

	* configure.in (localveroctfiledir, localverarchlibdir,
	localverfcnfiledir): New variables.
	(localfcnfilepath): Prepend localverfcnfiledir.
	(localoctfilepath): Prepend localveroctfiledir.
	* Makeconf.in: Substitute them here.

	* Makeconf.in (do-subst-default-vals): Substitute
	OCTAVE_LOCALVERARCHLIBDIR, OCTAVE_LOCALVERFCNFILEDIR,
	OCTAVE_LOCALVEROCTFILEDIR.

2000-02-08  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.guess: Update to latest from subversions.gnu.org.
	* config.sub: Likewise.  Recognize sv1-cray as a basic_machine.

	* Makeconf.in (MKOCTFILE_INCFLAGS): New macro.
	(do-subst-conf-vals): Substitute it.
	* mkoctfile.in: Set INCFLAGS from OCTAVE_CONF_MKOCTFILE_INCFLAGS.

	* mkoctfile.in: Fix names in substititions.
	* octave-bug.in: Likewise.

2000-02-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-default-vals, do-subst-config-vals):
	Substitute more complete set of values.

2000-02-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (octave_cv_string_npos): Add std:: qualifier.

2000-01-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-begin-keywords): Add "do".
	(octave-end-keywords): Add "until".
	(octave-abbrev-table): Add "u" as abbrev for "until ()"
	(octave-block-match-alist): Add do-until.

2000-01-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't look for the sunmath library.
	Don't check for infinity or quiet_nan.

	* emacs/octave-mod.el (octave-mode-syntax-table):
	Undo previous change, but add a comment explaining why.

	* install-octave.in: Exit on any error instead of continuing.
	Install Octave binary last.

2000-01-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-mode-syntax-table):
	Make `%' a comment start character too.

2000-01-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for strptime and localtime_r.

1999-11-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (XTRA_CXXFLAGS, XTRA_CFLAGS): Use -mminimal-toc on
	AIX systems.

1999-10-26  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/README: New file.
	* emacs/Makefile.in (DISTFILES, BINDISTFILES): Add it to the lists.

	* emacs/Makefile.in: Don't distribute .elc files.

1999-10-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for select and poll.  Also check for poll.h
	and sys/poll.h.

1999-10-19  Geoff Jacobsen <geoffj@casquet.inet.net.nz>

	* autogen.sh: New file.

1999-10-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in: Use `$(MAKE) -C dir' instead of `cd dir; $(MAKE)'.

Mon Sep 20 11:02:29 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-inf.el, emacs/octave-mod.el: Update to match FSF
	sources plus code that will make it work if Emacs doesn't have the
	customize code.

Tue Sep 14 07:57:06 1999  Kurt Hornik <hornik@ci.tuwien.ac.at>

	* emacs/octave-inf.el (inferior-octave-startup): Always pass "-i"
	and "--no-line-editing" to Octave subprocess.
 	(inferior-octave-startup-args): Default to nil.

Mon Sep  6 10:50:10 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-inf.el (inferior-octave-startup-args):
	Add --no-line-editing to the list.

Fri Jul  9 09:15:24 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Try to handle IEEE FP flags for g77 on Alphas.

Thu Jul  8 19:56:37 1999  Stephen Eglen  <stephen@gnu.org>

	* emacs/octave-inf.el (inferior-octave-directory-tracker):
	Change regexp so that it doesn't match commands beginning with `cd'.

Wed Jun 23 13:20:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>

	* configure.in (HAVE_TERMIOS_H): Avoid autoheader lossage.

Sun Jun 20 23:05:18 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for sys/ioctl.h.

Mon May 10 09:06:47 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_G77): Also match "FSF-g77", for egcs.

Thu Apr  8 19:20:09 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* examples/hello.cc (Fhello): octave_value::print now requires a
	stream arg.

Wed Feb  3 01:02:37 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Use AC_OUTPUT_COMMANDS to chmod install-octave so
	that the command will also executed in config.status.

Thu Jan 28 21:05:32 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Do substitution on
	CANONICAL_HOST_TYPE, not TARGET_HOST_TYPE.
	(do-subst-default-vals): Likewise.

Wed Jan 20 12:56:02 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't put -O in FFLAGS for powerpc-apple-machten*.

Wed Dec  9 14:02:45 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (RDYNAMIC_FLAG): Substitute RDYNAMIC_FLAG here.
	* configure.in: Check for G++ compiler flag -rdynamic if setting
	up to support dynamic linking, and substitute RDYNAMIC_FLAG if
	-rdynamic is accepted.
	* aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Clarify usage comment.

Mon Dec  7 19:49:26 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for -lm just after compiler tests.
	Remove -lm from other macro calls.  Don't check for -lm on NeXT
	systems.  Eric Norum <eric@skatter.usask.ca> says /lib/libsys_s.a
	has all the routines that are traditionally in libc.a and libm.a
	on *NIX systems.  NeXT also supplies a libm.a, but it seems to be
	horribly buggy.

Sat Dec  5 10:48:40 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Correctly handle -?.

Fri Dec  4 18:05:51 1998  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* emacs/octave-mod.el (octave-abbrev-start): Use the correct name
	of the abbrev table, and provide support for XEmacs.
	(octave-xemacs-p): New variable.

Tue Nov 24 23:31:50 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for strftime too.
	Avoid checking for termios.h on NeXT systems.

Thu Nov 19 16:07:57 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): New macro.
	* configure.in: Use it.
	* acconfig.h: Add #undef for it.

Thu Nov 12 10:42:25 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/otags: New script from Mario Storti
	<mstorti@minerva.unl.edu.ar>.
	* emacs/Makefile.in: Add it to the list of files to distribute and
	install.

Wed Nov 11 17:26:26 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_OUTPUT): Add libcruft/amos/Makefile.
	Delete libcruft/specfun/Makefile.

Mon Nov  9 08:53:03 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (LIBGLOB): Add a place for substitution to occur.
	(GLOB_INCFLAGS): Define as @GLOB_INCFLAGS@, not @DLFCN_INCFLAGS@.
	(do-subst-config-vals): Don't forget LIBGLOB.
	* octave-bug.in (LIBGLOB): Substitute here too, and add it to the
	list of configuration items to print.

Mon Nov  2 20:33:16 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Define __NO_MATH_INLINES.
	* acconfig.h: Add #undef for it.

	* configure.in (AC_OUTPUT): Escape newlinew in macro call with \.

	* install-octave.in (SHLEXT): Substitute.
	(SHLEXT_VER): Define.
	Use them for installing shared libraries.
	Use subshells to avoid having to cd back to $distdir.
	(distdir): Delete variable.

Fri Oct  2 14:23:59 1998  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* octave-inf.el (inferior-octave-prompt):  Also match prompts of
	the form `octave.bin:1>' which come from using precopiled binary
	versions.

Thu Sep 24 13:51:03 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_OUTPUT): Add libcruft/ordered-qz to the list.
	Delete libcruft/balgen and libcruft/eispack from the list.

Mon Aug 31 12:07:02 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.sub: Accept armv4 everywhere arm is allowed.

Tue Aug 18 17:02:25 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Allow -DDEF on command line.

Thu Jun 18 20:24:40 1998  Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>

	* configure.in (RLD_FLAG): Set correctly for Linux on all
	architectures.  From 

Thu May 28 10:17:45 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: When checking for glob stuff, make sure that the
	systsem header file has all the definitions that we need.  If not,
	set up to use our replacement library.

Mon May 18 11:33:45 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Fix typos in case statement.

Fri May 15 00:34:54 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Make sure install-octave is executable.

	* install-octave.in (oct_files): Don't cd to src.
	(have_find): Delete variable (assume all systems have find).

Thu May 14 10:29:30 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_SET_DEFAULT): Allow values to come from the
	environment.

	* Makefile.in (binary-dist): Don't set LDFLAGS to -static.
	Run configure with --enable-shared and --enable-lite-kernel.

	* octMakefile.in (DISTFILES): Include README.MachTen in the list.
	(XBINDISTFILES): Include README.MachTen in the list.
	Delete README.NLP from the list
	* README.MachTen: New file.

	* configure.in: Add -mno-fp-in-toc on ibm-aix4 systems.
	From Philippe.Defert@cern.ch <Philippe.Defert@cern.ch>.

Tue May  5 14:43:36 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_PROG_G77): Compile trivial program instead of
	just running ${f77-f77} -v on nothing.
	Convert all uses of $F77 to ${F77-f77}.

Mon May  4 12:08:36 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-mode): Make comment-multi-line local
	and set to nil.

Tue Apr 28 14:28:14 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Really do skip -lkernel32.

Thu Apr 23 23:26:19 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* kpathsea: Update to version 3.2.

Mon Apr 20 21:58:39 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (dlfcn.h): Add check.

Sat Apr 18 20:15:37 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (USE_GNU_INFO): Delete everything related to this.
	* acconfig.h (USE_GNU_INFO): Delete undef.

Tue Apr 14 15:33:20 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* install-octave.in: Improve error messages if version number or
	host architecture can't be found.

	* install-octave.in: Don't install info reader.

Fri Mar 27 02:54:59 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Use a Fortran subroutine
	instead of a function.

Tue Mar 10 17:28:20 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (RLD_FLAG): Use $(octlibdir), not $(libdir).

Mon Mar  2 00:02:26 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* install-octave.in: Explicitly set permissions on ls-R files.

	* configure.in: Don't disable GNU Info on cygwin32 systems.

	* install-octave.in: New file.
	* configure.in: Create install-octave.
	* octMakefile.in (distclean, maintainer-clean): Delete install-octave.
	(DISTFILES): Distribute install-octave.in, not install-octave.

Sun Mar  1 23:15:04 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Fix typo in test for glob and fnmatch headers.

Fri Feb 27 15:43:14 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Fix support for dlopen on SCO systems.

Mon Feb 23 13:06:11 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (ieee_fp_flag): Use -mieee-with-inexact on Alphas.
	Use octave_cv_f77_is_g77, not just f77_is_g77.

Fri Feb 20 00:38:31 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in, Makeconf.in: Try to set things up to use the
	system glob and fnmatch headers and functions if they exist.
	Better handling of include and lib flags.

Thu Feb 19 01:21:19 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't check for gamma or lgamma
	* acconfig.h: Delete undef for HAVE_GAMMA and HAVE_LGAMMA.

Wed Feb 18 15:05:54 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't check for vfork.

Wed Feb 11 19:41:22 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (mk-libdir-link): Don't create link if a directory
	named $(libdir)/octave already exists.

Mon Feb  9 14:47:42 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (INSTALL_SUBDIRS): Delete @INFO_DIR@.

Thu Feb  5 03:04:09 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for vfork.

	* config.h.bot (X_CAST): New macro.

Wed Feb  4 01:42:50 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): If ld_run_path is not absolute, kill it.

Tue Feb  3 00:24:01 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-vals): Substitute $(libexecdir) too.

Mon Feb  2 22:42:27 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Define octlibdir.
	* Makeconf.in: Substitute value.
	(do-subst-config-vals): Set LIBDIR to $(octlibdir).
	(do-subst-default-vals): Substitute OCTLIBDIR too.

Sat Jan 31 19:29:56 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* acconfig.h: Add #undefs for HAVE_GAMMA and HAVE_LGAMMA to avoid
	bug in autoconf, but #if 0 them out to avoid warning messages
	about redefining them.

Mon Jan 26 13:26:09 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Substitute XTRA_CFLAGS and
	XTRA_CXXFLAGS.
	* mkoctfile.in: Substitute XTRA_CFLAGS and XTRA_CXXFLAGS, not
	GCC_IEEE_FP_FLAG, HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES.
	(ALL_CFLAGS): Use XTRA_CFLAGS, not GCC_IEEE_FP_FLAG here.
	(ALL_CXXFLAGS): Use XTRA_CXXFLAGS, not GCC_IEEE_FP_FLAG,
	HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES here.

Sun Jan 25 01:59:47 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: (GXX_PICKY_FLAGS): Add -Weffc++.
	Use OCTAVE_CC_FLAG and OCTAVE_CXX_FLAG to add -Wall and for adding
	picky flags in AC_ARG_ENABLE(picky-flags ...) macro.

	* aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Require OCTAVE_PROG_G77.
	Handle cross compiling with g77.
	(OCTAVE_REINSTALL_SIGHANDLERS): Provide defaults for cross compiling.

	* aclocal.m4 (OCTAVE_PROG_AR, OCTAVE_PROG_G77, OCTAVE_PROG_PAGER,
	OCTAVE_PROG_GNUPLOT, OCTAVE_PROG_RUNTEST, OCTAVE_F77_MAIN_FLAG):
	New macros.
	* configure.in: Use them in place of in-line code.
	
Sat Jan 24 00:33:14 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_HOST_TYPE): Don't set target_host_type.
	* configure.in: Use canonical_host_type in place of target_host_type.

Fri Jan 23 02:47:57 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Also check for -fno-rtti.

Thu Jan 15 23:12:27 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.guess, config.sub: Update to new version from the FSF.
	* configure.in: Match alpha*-... instead of just alpha-... to cope
	with new strings like alphaev56-dec-osf4.0b returned from
	config.guess.

	* aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): New macros.
	* configure.in: Use them to find out if the C and C++ compilers
	support -mieee-fp, -mieee, -fno-implicit-templates, and
	-fno-exceptions instead of relying on version information.  Add
	found flags to XTRA_CFLAGS and XTRA_CXXFLAGS instead of using
	GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES.
	Delete unused variable HOST_CXXFLAGS.
	* Makeconf.in: Use XTRA_CFLAGS and XTRA_CXXFLAGS instead of
	GCC_IEEE_FP_FLAG and NO_IMPLICIT_TEMPLATES.
	Delete unused variable HOST_CXXFLAGS.

Thu Dec 11 09:43:56 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot: Define CONST_CAST and STATIC_CAST too.

	* configure.in (SH_LD): Set default to $CXX, not $CC.

Mon Dec  1 00:49:56 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_OUTPUT): Add libcruft/slatec-err/Makefile.

Sun Nov 30 18:19:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for gamma and lgamma too.

Fri Nov 28 23:21:17 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_OUTPUT): Include libcruft/specfun/Makefile.

Fri Nov 28 13:32:26 1997  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* octave-inf.el (inferior-octave-directory-tracker):  Anchor
	regexp match to beginning of command string.

Wed Nov 26 00:38:31 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (SPECIAL_MATH_LIB): If libdxml exists on DU
	systems, define SPECIAL_MATH_LIB.
	* Makeconf.in (SPECIAL_MATH_LIB): Substitute it.

Wed Nov 19 01:54:11 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget
	to call AC_LANG_RESTORE.

	* configure.in (CXX_VERSION): Require 2.7.2 or later.

Wed Nov 19 01:38:58 1997  Mumit Khan  <khan@dhaka.xraylith.wisc.edu>

	* aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro
	check for new friend template declaration syntax (guiding
	declarations in DWP).
	* configure.in: Use it.
	* config.h.in: Add undef for CXX_NEW_FRIEND_TEMPLATE_DECL.

	* configure.in (CC_VERSION, CXX_VERISON): Check for egcs snapshots.

Mon Oct 20 01:31:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Reprint important warning messages at the end of
	the run.

Fri Oct 17 04:43:27 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Include the following change from RMS for octave-mode.el:

	1997-04-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>

	* octave-mod.el (inferior-octave-output-list): Declare here
        to avoid compiler warnings.
        (inferior-octave-output-string): Likewise.
        (inferior-octave-receive-in-progress): Likewise.

Tue Oct 14 10:48:28 1997  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* emacs/octave-mod.el (octave-block-match-alist):  Move
	`otherwise' to right after `case' to have octave-close-block()
	correctly close a `switch' block by `endswitch'.

Thu Oct  2 01:37:15 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Ignore -lc and -lgcc.
	From "Ram'on Garc'ia Fern'andez" <ramon@juguete.quim.ucm.es>

	* mkoctfile.in: Handle -IDIR option.

Thu Sep 25 11:47:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Really add link options to link command.
	Also handle -LDIR options.

Fri Sep 19 09:35:59 1997  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* octave-inf.el (inferior-octave-startup-args):  Set to '("-i") to
	force interactive behavior.

Wed Sep 10 15:31:03 1997  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* emacs/octave-mod.el (octave-auto-indent):  New variable.
	(octave-electric-semi, octave-electric-space):  Use it.

	* emacs/octave-mod.el (octave-maybe-insert-continuation-string):  New
	function.
	(octave-auto-fill):  No longer calls do-auto-fill.  Should now
	avoid breaking lines after comment starts or before code line
	continuation expressions.
	(octave-fill-paragraph):  Move forward a line if octave-auto-fill
	gave up.

	* emacs/octave-mod.el (octave-before-magic-comment-p):  New function.
	(octave-comment-indent):  Handle magic comments correctly.
	(calculate-octave-indent):  Handle magic comments correctly.

	* emacs/octave-inf.el (inferior-octave-prompt):  Include the `debug'
	prompt issued by the Octave `keyboard' command.

	* emacs/octave-mod.el (octave-abbrev-table):  Added abbrevs for switch,
	case, otherwise, and endswitch.
	(octave-begin-keywords):  Added switch.
	(octave-else-keywords):  Added case and otherwise.
	(octave-end-keywords):  Added endswitch.
	(octave-block-match-alist):  Added an entry for switch syntax.
	(calculate-octave-indent):  Added support for switch syntax.
	(octave-block-end-offset):  New function.
	(octave-comment-indent):  Fix a typo.

	* emacs/octave-hlp.el:  Provide octave-hlp.

	* emacs/octave-inf.el:  Provide octave-inf.

Sun Sep  7 23:16:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in Don't use OCTAVE_SET_DEFAULT to set values for
	bindir, datadir, exec_prefix, includedir, infodir, libdir,
	libexecdir, mandir.
	Don't use AC_PREFIX_DEFAULT, since we don't want to override the
	default setting anyway.

Tue Aug 26 13:30:36 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave-bug.in: CC bug report to user if $USER or $LOGNAME is set.

Mon Aug 25 11:06:54 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave-bug.in: Avoid clobbering existing dead bug report files
	by numbering them.

Wed Aug 13 20:34:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-before-magic-comment-p): New function.
	(calculate-octave-indent, octave-comment-indent): Use it.

Sun Aug  3 15:33:18 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* info: Delete subdirectory.
	* Makefile.in (TARGETS, help): Delete info.
	* octMakefile.in (DISTSUBDIRS, BINDISTSUBDIRS): Delete info
	(binary-dist): Don't strip info/info.
	* install-octave: Don't install info.
	* configure.in: Don't run configure in info subdirectory.

Fri Jul 25 14:05:15 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Avoid adding -lcrt0.o to FLIBS.

Thu Jul 17 13:31:08 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Only accept an ld_run_path that is
	absolute.

Wed Jul  9 19:27:38 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Also check for getwd.

Tue Jul  8 17:47:11 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Avoid grabbing an argument starting
	with a - as an option for another argument.

Wed Jul  2 21:34:15 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-auto-indent): New variable.
	(octave-electric-semi, octave-electric-space): Use it.

Thu Jun 26 22:16:59 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Only set GCC_IEEE_FP_FLAG to -mieee-fp on Intel
	systems if it seems to work.

Mon Jun 23 09:16:56 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (BOUNDS_CHECKING): Fix comment, allow bounds
	checking to be enabled.

Fri Jun 20 14:26:17 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Define SH_LD, SH_LDFLAGS, and RLD_FLAG for
	sparc-sun-sunos4*.

	* mkoctfile.in: Handle --strip.

Sun Jun 15 16:24:03 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DISTSUBDIRS): Delete readline.
	(BINDISTSUBDIRS): Delete readline and kpathsea.
	(DISTDIRS): Add readline.

Wed Jun 11 16:28:36 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Allow more options, support for C and Fortran
	source, existing object files, etc.  Based on patch from Guido
	Dietz <guido@aia009.aia.RWTH-Aachen.De>.

Fri Jun  6 15:20:42 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Use eval to invoke compilation and linking
	commands.

	* octMakefile.in (dist, binary-dist): Don't worry about npsol or qpsol.
	* configure.in: Don't create libcruft/fsqp/Makefile,
	libcruft/npsol/Makefile, or libcruft/qpsol/Makefile.

	* octMakefile.in (DISTFILES): Don't distribute MAKEINFO.PATCH.

	* octMakefile.in (DISTFILES): Don't distribute README.NLP.
	* configure.in: Delete checks for FSQP, NPSOL, and QPSOL.
	* acconfig.h: Delete undefs for FSQP, NPSOL, and QPSOL.

	* readline: Update to new version (2.1).

Thu Jun  5 01:38:04 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (SONAME_FLAGS): Define for some systems.
	* Makeconf.in: Substitute value here.

	* Makeconf.in (STATIC_LIBS): New variable.
	* configure.in: Handle --enable-static.

	* Makeconf.in (LIBEXT, SHLEXT_VER): New macros.
	(octlibdir, mk-libdir-link): Delete.

Wed Jun  4 00:07:29 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (mk-includedir-link, mk-libdir-link): Make them work.

	* configure.in (OCTAVE_PROGRAM_INVOCATION_NAME): Delete check.
	* aclocal.m4 (OCTAVE_PROGRAM_INVOCATION_NAME): Delete macro.

Mon Jun  2 13:56:26 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Move checks for RANLIB, AR, and ARFLAGS before
	checks for libf2c.

Fri May 30 14:59:59 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Fix typo in check for $with_f77.

Thu May 22 16:48:34 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_OUTPUT): Remove duplicate entry for emacs/Makefile.

	* octMakefile.in (INSTALL_SUBDIRS): New macro.
	(install): Use it.

	* kpathsea: Update to new version (3.0).

	* readline: Update to new version (2.1-beta2).

Wed May 21 16:33:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (install, install-strip): Append version
	information to octave-bug and mkoctfile.
	(install, install-strip): Remove octave-bug and mkoctfile first.
	Ensure link is made in include directory.

	* configure.in (octlibdir): New variable.
	* Makeconf.in: Substitute it here.	
	(do-subst-config-vals): Add -I${octincludedir} to INCFLAGS.
	Add -L${octlibdir} to LIBFLAGS.

	* Makeconf.in (mk-includedir-link, mk-libdir-link): New macros.

Mon May  5 00:58:00 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Make --enable-readline work again.
	* Makeconf.in: Ditto.

Tue Apr  8 12:38:18 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in: Do substitute SH_LD and SH_LDFLAGS.  Don't
	substitute or use LIBFLAGS, RLD_FLAG, OCTAVE_LIBS, FLIBS, LEXLIB,
	TERMLIBS, LIBS, LDFLAGS, LIBPLPLOT, or LIBDLFCN.  Use $SH_LD and
	$SH_LDFLAGS, not $CXX -shared.

	* Makeconf.in (do-subst-config-vals): Also substitute SH_LD and
	SH_LDFLAGS.

Fri Mar 28 16:53:08 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't add -fpe1 to FFLAGS on Alpha OSF/1 systems
	unless we are also using a version of gcc that appears to support
	IEEE floating point.

	* aclocal.m4 (OCTAVE_FLIBS): Require OCTAVE_HOST_TYPE.
	Skip -lkernel32 on cygwin32 systems.

Wed Mar 26 17:04:11 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* COPYING: Update to latest version that includes correct address
	for the FSF.

Tue Mar 25 21:46:49 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_CXXLIBS): Delete macro definition.
	* configure.in, mkoctfile.in, Makeconf.in, octave-bug.in:
	Delete use of OCTAVE_CXXIBS.

Thu Mar 13 11:44:46 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Move extra checks for Fortran compiler above
	checks for dynamic linking and shared library stuff.
	Handle --with-f77.  Check for Fortran compiler compatibility, even
	if using g77.  Handle --enable-picky-flags.

	* configure.in: Don't set special PIC options on SGI systems,
	since PIC is apparently the default.

	* aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS,
	OCTAVE_HOST_TYPE, OCTAVE_SET_DEFAULT): New macros.
	* configure.in: Use them.

	* octMakefile.in (distclean): Don't remove configure, config.h.in,
	BUGS, or INSTALL.OCTAVE.

Wed Mar 12 16:56:56 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install-strip): Don't try to set INSTALL_PROGRAM here.

	* emacs/Makefile.in (install-strip): New target.
	* dlfcn/Makefile.in: Ditto.
	* examples/Makefile.in: Ditto.

Sun Mar  9 03:44:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot (STATIC_CAST): Delete definition.

Thu Mar  6 03:26:41 1997  Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>

	* emacs/octave-hlp.el: Provide octave-hlp.
	* emacs/octave-inf.el: Provide octave-inf.

	* examples/info-emacs-octave-help: Require octave-hlp instead of
	loading it.

Tue Mar  4 12:19:24 1997  Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>

	* emacs/octave-mod.el: Properly indent switch statement.

Mon Mar  3 15:44:42 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dlfcn/Makefile.in (DISTFILES): Add ftp-site.

Sat Mar  1 15:23:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Improve checks for gettimeofday.

	* Version 2.0.5 released.

Sat Mar  1 01:34:08 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (dist): Also delete CVS junk

	* config.h.bot: Unconditionally define WITH_KPATHSEARCH.

Fri Feb 28 01:56:52 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mod.el (octave-end-keywords): Add endswitch.
	(octave-end-keywords): Add otherwise and case.
	(octave-else-keywords): Add switch.
	(octave-abbrev-table): Add abbrevs for all of them.

	* configure.in (f77_rules_frag): Set default value to /dev/null
	and redfine as needed.
	(bsd_gcc_kluge_targets_frag): Likewise.

Wed Feb 26 12:17:05 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (maintainer-clean): Delete some more stuff.

Fri Feb 21 20:38:25 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Remove extra -L from
	RLD_FLAG substitution.

Thu Feb 20 02:58:05 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.4 released.

	* configure.in (SH_LDFLAGS): Add -fPIC for HP-UX.

Tue Feb 18 09:22:04 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (SH_LDFLAGS): Fix typo in last change.
	(RLD_FLAG): Don't forget to put -shared in SH_LDFLAGS for alpha
	systems.

	* Version 2.0.3 released.

Tue Feb 18 00:33:36 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (binary-dist): Strip src/octave and info/info.

	* examples/oregonator.m, examples/oregonator.cc: New files.
	* examples/Makefile.in (SOURCES): Add them to the list.

Fri Feb 14 14:07:08 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* install-octave: Don't fail if LIBRARIES file is missing.
	Don't try to install .oct files if there aren't any.

	* octMakefile.in (bin-dist-type): Delete target.
	(binary-dist): Don't depend on bin-dist-type.
	Don't delete config.status or config.h here.
	(BINDISTFILES): Include config.status and config.h here.
	(dist): Don't delete Makefile here.
	(binary-dist): Avoid empty chmod command.

	* Makefile.in (config-check): New target.
	(all): Depend on config-check.
	(static-binary-distribution, dynamic-binary-distribution): Delete.
	(binary-distribution): If in source directory, run configure and
	make with appropriate args.

	* octMakefile.in (maintainer-clean, distclean): Don't delete Makefile.
	(CONF_DISTFILES): Distribute Makefile too.

Thu Feb 13 16:25:09 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (SH_LD, SH_LDFLAGS): New variables.
	* Makeconf.in: Substitute them.

	* configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete.

	* Makeconf.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Delete.

	* octave-bug.in: Reinstate RLD_FLAG.
	* mkoctfile.in: Likewise.
	* Makeconf.in: Likewise.

	* configure.in: Reinstate RLD_FLAG, but make it optional.

Tue Feb  4 14:10:35 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (binary-dist): Use find and xargs instead of
	requiring chmod to support X.

Mon Feb  3 23:51:08 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* examples/info-emacs-octave-help: Update from Kurt Hornik.

Fri Jan 31 20:41:15 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dlfcn/Makefile.in (all): Make libdlfcn.a, not dlfcn.a.

Wed Jan 29 00:18:55 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in: Use -M instead of -MM to generate dependencies.
	Don't strip $(srcdir) from output.

	* examples/Makefile.in (install): Install info-emacs-info and
	info-emacs-octave-help in $(archlibdir).

	* configure.in (INSTALL_SCRIPT): Substitute this in Makefiles.
	* octMakefile.in (INSTALL_SCRIPT): New macro.
	(install): Use it.
	* Makefile.in (install-strip): New target.

Tue Jan 28 09:48:32 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Don't look for values-X*.o.  This is
	apparently added automatically now by gcc.  Don't put space
	between -L and directory name.

	* Makefile.in (help): New target.
	(header-msg): extract from all.
	(all, help): Depend on header-msg.

	* aclocal.m4 (ld_run_path): Fix typo in last fix.

Mon Jan 27 00:10:10 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.2 released.

	* configure.in: Add check for usleep().
	(bsd_gcc_kluge_targets_frag): New fragment.

	* Makefile.in: Delete `internal' targets.
	(static-binary-dist, dynamic-binary-dist): Special cases.

	* octMakefile.in (static-binary-dist, dynamic-binary-dist):
	New targets.
	(binary-dist, bin-dist): Delete.

Sun Jan 26 19:39:51 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/Makefile.in: New file.
	* configure.in: create emacs/Makefile.
	* octMakefile.in: Move/add emacs dir to the appropriate lists.

Sat Jan 25 22:27:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_CHECK_TYPE): New macro, stolen from bash.
	* configure.in: Use it.
	* acconfig.h: Add #undef for sigset_t.

	* configure.in (RLD_FLAG): Delete.
	* mkoctfile.in (RLD_FLAG): Delete.
	* octave-bug.in (RLD_FLAG): Delete.
	* Makeconf.in (RLD_FLAG): Delete.

	* Makefile.in (bin-dist): New target.

	* install-octave: Rename from doinstall.sh.  Update for 2.x.

Wed Jan 22 11:14:07 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (ld_run_path): Anchor search at beginning of line to
	avoid GNU sed bug on HP-UX systems.  Use just one sed command.

	* emacs/octave-hlp.el, emacs/octave-inf.el, emacs/octave-mod.el:
	New files from Kurt Hornik.
	* emacs/octave.el: Delete.

Mon Jan 20 11:16:21 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* mkoctfile.in (ALL_CXXFLAGS): Delete reference to -lg++.

	* configure.in (RLD_FLAG): For sparc-sun-sunos4*, remove space
	between -L and $(libdir).
	(FPICFLAG): If using g77, set it to -fPIC.

Sun Jan 19 15:57:20 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in, configure.in: Delete FUGLY.

Wed Jan  8 23:12:02 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (DEFAULT_PAGER): On cygwin32 systems, also look for
	more.com.

Tue Jan  7 00:16:35 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.1 released.

Thu Dec 19 16:18:59 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Only add -Xlinker args if compiler is
	gcc.

Sat Dec 14 09:46:50 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* README.Linux: New file.
	* octMakefile.in: Distribute it.

Fri Dec 13 22:37:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (TERMLIBS): Look for termcap and terminfo after
	ncurses and curses.

Thu Dec 12 02:27:08 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (ALL_LDFLAGS): Add CPICFLAG here since gcc needs it
	on some systems.

	* configure.in (FPICFLAGS): Set to -fPIC if using g77 on HP/UX.

	* Makefile.in, octMakefile.in: Delete all doc-dist, local-dist,
	and split-dist targets.  Likewise for all other Makefiles in the
	subdirectories.

	* README.Windows: Renamed from README.WINDOWS.

Tue Dec 10 01:33:52 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0 released.

	* octMakefile.in (binary-dist): Print message instead of making a
	binary distribution.

Mon Dec  9 11:28:27 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* README.WINDOWS: New file.
	* octMakefile.in: Distribute it.

	* configure.in: Substitute EXE.  On cygwin32 systems, set it to .exe.
	* Makeconf.in (EXE): Add definition.

	* configure.in: On cygwin32 systems, set default to disable GNU info.

	* aclocal.m4 (OCTAVE_STRING_NPOS): New macro.
	* configure.in: Call it.

	* acconfig.h: Add undef for NPOS.
	* config.h.bot: Remove kluge for deciding whether to define NPOS.

Thu Dec  5 11:05:02 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.sub: Update to current version from FSF.

	* Makeconf.in (ALL_LDFLAGS): Add $(FORTRAN_MAIN_FLAG).
	* configure.in (FORTRAN_MAIN_FLAG): Substitute it.

	* octave-bug.in: Prompt for abort, edit, list, or send.
	Get subject from message in case it has been edited.

	* configure.in: When looking for libf2c, provide definitions for
	MAIN_ and MAIN__.

Tue Dec  3 11:35:35 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.guess: Delete second copy of script in file.

Sun Nov 24 21:40:25 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Set GCC_IEEE_FP_FLAG to -mieee-fp on all x86
	systems, not just those running Linux.

Fri Nov 22 15:10:34 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave.el: Update from Kurt Hornik to with fixes for
	fill-paragraph.

Wed Nov 20 00:33:03 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.93.

	* aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD): New macro.
	* configure.in: Use it.
	* acconfig.h (HAVE_GR_PASSWD): Add undef.

Tue Nov 19 23:10:01 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (INCFLAGS): Add libcruft/misc directory.

Thu Nov 14 00:07:31 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave.el (octave-text-functions): Change set and show to
	gset and gshow.

	* Makeconf.in (TEXI2DVI): Define to be our own private version.

	* texi2dvi: New file.
	* octMakefile.in (DISTFILES): Add it to the list.

	* configure.in: Don't substitute values in src/mk-oct-links.in.

	* emacs/octave.el: Update to version 0.8.6, from Kurt Hornik.

	* configure.in (RLD_FLAG): Surround case pattern in changequote.

	* Version 1.92.

Wed Nov 13 11:04:26 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't set or substitute LIBINFO.
	(infofile): Set and substitute a default value.

	* Makeconf.in (do-subst-default-values): Substitute it here.

	* configure.in: If running on an SCO system, define SCO, and force
	HAVE_ISINF and HAVE_ISNAN to be defined.
	Also check for ieeefp.h and nan.h.
	* acconfig.h (HAVE_ISINF, HAVE_ISNAN, SCO): Add undefs.

Tue Nov 12 21:50:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* MAKEINFO.PATCH: Update to use patch relative to texinfo-3.9.

	* INFO.PATCH: New file.
	* octMakefile.in (DISTFILES): Add it.

	* info: Update to current release from texinfo-3.9.

Mon Nov 11 23:56:58 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot: Only check value of __GNUC__ and __GNUC_MINOR__ if
	__GNUC__ is defined.

Fri Nov  8 11:15:07 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (version): Look in $(TOPDIR)/src then
	$(srcdir)/$(TOPDIR)/src for version.h.

	* configure.in (TERMLIBS): Print warning message if no term
	library is found.
	(CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): Delete.
	* Makeconf.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH):
	Delete.
	(do-subst-default-vals): Delete CXXLIB_LIST, CXXLIB_PATH,
	FLIB_LIST, and FLIB_PATH from the list.

Thu Nov  7 12:43:36 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (bin-dist-tar): Delete references to octtopnm.

	* configure.in (RLD_FLAG): Define if x86-linux.

	* Version 1.91.

Wed Nov  6 16:26:39 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Add checks for group stuff.

Tue Nov  5 12:32:30 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Add checks for geteuid, getuid.

	* configure.in: Comment out code to handle --enable-readline since
	it doesn't work yet.

	* aclocal.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS):
	New checks stolen from bash 2.0 config.
	* configure.in: Use them.

	* acconfig.h: Add #undefs for HAVE_BSD_SIGNALS, HAVE_POSIX_SIGNALS,
	HAVE_USG_SIGHOLD, and MUST_REINSTALL_SIGHANDLERS.

Mon Nov  4 11:31:22 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for gethostname in libsocket.  Apparently
	needed for some SCO systems.

	* emacs/octave.el: Update to version 0.8.5 from Kurt Hornik.

Fri Nov  1 01:33:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (octave-bug, mkoctfile): After substituting
	values, chmod a+rx.

Thu Oct 31 13:50:06 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DISTFILES): Add NEWS.[0-9].
	* NEWS.1: Old news.
	* NEWS: Just keep news since last major release.

Wed Oct 30 01:04:13 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.90.

	* configure.in: Default is now no internal bounds checking.

	* Makefile.in (all): Fix message to say 2.7.2, not 2.7.0.

	* config.h.bot (GCC_ATTR_NORETURN): Rename from NORETURN.
	(GCC_ATTR_UNUSED): Rename from GCC_ATTRIBUTE_UNUSED.
	(NPOS): Define if using gcc 2.8.x or later.

	* octMakefile.in (DIRS_TO_MAKE): Add localarchlibdir to list.

	* configure.in (localarchlibdir): New variable.
	* Makeconf.in (localarchlibdir): Substitute it.
	(do-subst-default-vals): Likewise.

Sun Oct 27 14:03:36 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Split into two sed commands
	to try to avoid fixed limits in some seds and/or systems.

Fri Oct 25 01:13:45 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot: Add definition for GCC_ATTRIBUTE_UNUSED.

	* configure.in: Define RUSAGE_TIMES_ONLY if cygwin32.
	* acconfig.h: Add undef.

Thu Oct 24 21:17:53 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.guess: Update to version that understands what to do for
	cygwin32 systems.

Fri Oct 18 12:23:57 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't comment out substitutions for plplot stuff.

Wed Oct 16 12:01:37 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* examples/Makefile.in (install): New target.

Tue Oct 15 14:40:51 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Comment out plplot stuff.
	In commands to get gxx_version and gcc_version, use simpler sed
	command to avoid confusing brain-dead vendor-supplied seds.
	
Mon Oct 14 11:09:12 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (maintainer-clean distclean): Remove mkoctfile too.
	(kpathsea.info): New target.
	(dist-info-files): New target.
	(links-for-dist, links-for-bin-dist, local-dist-tar):
	Depend on dist-info-files instead of individual files.

Sat Oct 12 00:17:06 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* examples/Makefile.in (clean, mostlyclean): New targets.

	* octMakefile.in (CLEANSUBDIRS): New macro.
	Use it for clean targets.

	* config.h.bot (STATIC_CAST, DYNAMIC_CAST, REINTERPRET_CAST):
	New macros.

Wed Sep 25 12:24:20 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't look in /usr/ucb/include to find getrusage
	on Solaris systems since that just seems to cause trouble.
	* Makeconf.in (UCB_INCFLAGS): Delete.

Fri Aug 30 09:07:23 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (TERMLIBS): Add check for ncurses.

Tue Aug 20 21:40:26 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Always set FPICFLAG, CPICFLAG, CXXPICFLAG, SHLEXT,
	RLD_FLAG, DLFCN_DIR, even if SHARED_LIBS is false.

Thu Aug 15 14:39:07 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (gxx_version, gcc_version): Strip out cygnus- from
	the version number.

Tue Jul 30 12:55:43 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Also check for -bI:FILE arg to ld,
	for AIX systems.

Thu Jul 25 03:09:29 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: On AIX systems, add "-ll -lld" to LIBDLFCN.

Fri Jul 19 13:02:05 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: If using g77 on alpha, don't add -fpe1 to FFLAGS.

Mon Jul 15 14:26:48 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.sub: Update to new version from FSF (gcc sources).

Thu Jun 13 16:38:51 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Look for g77 before other fortran compilers.

Thu Jun  6 00:05:47 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Add check for multiple plot windows in gnuplot.
	* acconfig.h: Add #undef for GNUPLOT_HAS_FRAMES.

Wed May 22 15:05:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (UCB_INCFLAGS): Another kluge to try to find
	getrusage on Solaris systems.
	* Makeconf.in Substitute it.

	* configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Define.
	* Makeconf.in: Substitute.

Wed May 22 02:42:32 1996  Kurt Hornik <Kurt.Hornik@tuwien.ac.at>

	* emacs/octave.el (octave-indent-new-line): Protect
	octave-indent-line with save-excursion.
	(octave-calc-indent-this-line): Attempt to handle end tokens that
	are not on separate lines.
	(octave-electric-semi): Make `;' self-insert if inside comment.
	(octave-previous-line): Don't try to go back past the beginning of
	the buffer.

Tue May 21 23:11:46 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (F77): Also check for f90.

Mon May 20 12:22:54 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave.el (octave-indent-new-line): Make it do what the
	docstring says it does.

	* octave-bug.in: Fix previous change so it also matches things
	like 1.90, not just 1.1.90.

Fri May 17 09:58:49 1996  Kurt Hornik <Kurt.Hornik@tuwien.ac.at>

	* emacs/octave.el (octave-electric-semi): Also call octave-indent-line
	to indent the current line after inserting a semicolon.

Fri May 17 02:53:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DIRS_TO_MAKE): Add octincludedir.
	(all): Add mkoctfile.

	* configure.in: Don't set values for exec_prefix, bindir, datadir,
	libdir, libexecdir, includedir, mandir, or infodir, so that they
	can be set from the configure command line.

	* configure.in, Makeconf.in: Handle mandir, man1dir and man1ext.
	Change topincludedir to includedir.  Use octincludedir as the
	subdirectory of includedir where we really install include files.

	* octave-bug.in (BUGADDR): Also set to octave-maintainers if this
	looks like a pretest version number.

	* Makeconf.in (do-subst-config-vals): Use $< instead of
	referencing $(srcdir) directly.
	(do-subst-default-vals): Likewise.

	* octMakefile.in (octave-bug): Depend on octave-bug.in
	(mkoctfile): Likewise, depend on mkoctfile.in.

Thu May 16 11:49:46 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DISTFILES): Add mkoctfile.in.
	(install): Install mkoctfile too.

	* aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Fix typo in last change

Mon May 13 04:02:29 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (UGLY_DEFS): Quote " with more \'s.

	* Makeconf.in (do-subst-config-vals): Quote substitutions here.
	* octave-bug.in, mkoctfile: Not here.

	* octMakefile.in (octave-bug, mkoctfile): Depend on Makeconf,
	octMakefile.

	* Makeconf.in (do-subst-default-vals): New definition, from
	src/Makefile.in.

	* Makeconf.in (do-subst-config-vals): Define here.
	* octMakefile.in: Not here.

	* octave-bug.in: Handle more configuration stuff.

	* configure.in (config_opts): Set from ac_configure_args and subst.
	* Makeconf.in: Handle config_opts.
	* octMakefile.in (do-subst-config-vals): Substitute them.

Sun May 12 03:37:55 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (TERMLIBS): Substitute here.

	* configure.in (topincludedir): New variable.
	* Makeconf.in (libexecdir): Substitute it.

	* octMakefile.in (do-subst-config-vals): Define new command.
	(octave-bug): Use it.
	(mkoctfile): New target.

	* Makefile.in (TARGETS): Add mkoctfile.

	* examples: New subdirectory.
	* octMakefile.in: Add it to the appropriate lists.
	* configure.in: Create examples/Makefile.

	* octMakefile.in (DIRS_TO_MAKE): Add $(libdir) here.
	(install): Use INSTALL_PROGRAM to install octave-bug script.
	Also install config.h.

	* aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Provide a definition for
	MAIN__ on Linux systems.

Tue Apr 30 05:44:29 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Handle --enable-bounds-check.
	* acconfig.h: Add undef for BOUNDS_CHECKING

Mon Apr 29 01:42:38 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_FUNC_SETVBUF_REVERSED): Delete.  Octave doesn't
	need this check (it was for info, which has its own configure now).

Sun Apr 28 05:41:26 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (DEFAULT_PAGER): Don't append -e to less here.

Sat Apr 27 22:23:51 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for pid_t and sys/types.h.

Tue Apr 23 17:44:18 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for fcntl.h, not sys/fcntl.h.
	Add checks for various system calls.

Sun Apr  7 16:42:54 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for strdup.

	* Makefile.in (TARGETS): Add dlfcn.
	* octMakefile.in (DISTSUBDIRS): Add dlfcn.
	(SUBDIRS): Add @DLFCN_DIR@.
	* configure.in: On AIX systems: set DLFCN_DIR=dlfcn when doing
	shared libraries, bypass checks for dlopen, etc., set and
	substitute LIBDLFCN and DLFCN_INCFLAGS.  Create dlfcn/Makefile.

Sat Apr  6 21:45:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (%.d : %.cc, %.d : %.c): Add dependency for pic/%.o.

Fri Mar 29 13:38:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (maintainer-clean distclean): Delete mk-oct-links.

Wed Mar 27 09:05:01 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_FLIBS): Fix typo in message.

Tue Mar 26 02:41:16 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (UGLY_DEFS): Undo previous change.
	When checking for various libraries, don't check for main(), but
	instead look for functions that are actually supposed to be in
	those libraries.
	Require autoconf 2.9.
	If using solaris2, don't add /usr/ucblib/libucb.a to LIBS until
	near the very end, then check for for getrusage and times just
	after that.

	* Makeconf.in (UGLY_DEFS): Ditto.

	* octave-bug.in: Don't send empty bug reports.

Sat Mar 23 04:55:46 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (DISTDIRS): Omit plplot for now.
	* Makefile.in (TARGETS): Likewise.

Fri Mar 22 06:15:44 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Add checks for sys/times.h and times().
	(GCC_IEEE_FP_FLAG): Define this if using gcc 2.8.x or later on
	Alpha/OSF systems.

Wed Mar 20 02:04:08 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (octave.info): cd to doc/interpreter, not doc.

Sun Mar  3 10:01:13 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot: Define HEAVYWEIGHT_INDEXING here.

	* Makefile.in (TARGETS): Remove dld.
	* octMakefile.in (DISTSUBDIRS): Ditto.
	* configure.in: Don't create dld/Makefile.
	Do create doc/fac/Makefile, doc/interpreter/Makefile,
	doc/liboctave/Makefile, and doc/refcard/Makefile.

Thu Feb 29 08:55:25 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (%.o : %.c): Use pattern rule instead of suffix rule.
	(%.o : %.cc): Likewise.
	(pic/%.o : %.c, pic/%.o : %.cc): Use separate rules instead of
	expecting one rule to generate two output files.
	* configure.in (f77_rules_frag): Use separate rules here too.

Mon Feb 26 03:34:12 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: If --disable-dl or --disable-shl, don't check for
	dynamic linking functions.
	(includedir): Append version.

Wed Feb 14 12:20:57 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (snapshot-version): Don't quote version number.

	* aclocal.m4 (OCTAVE_FLIBS): Avoid setting FLIBS=" ".

Sat Feb 10 12:59:22 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* glob/Makefile.in (install): New target.

Fri Feb  9 14:00:53 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Fix help text for --enable-shared option.

Thu Feb  8 10:17:55 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (CONF_DISTFILES): New variable.
	(DISTFILES): Use it instead of listing things twice.
	(CONF_DISTSUBDIRS): New variable.
	(conf-dist): New target.

	* Makefile.in (TARGETS): Add conf-dist.

	* configure.in (CXX_VERSION, CC_VERSION): Substitute them.
	* octMakefile.in (octave-bug): Substitute them here too.
	* octave-bug.in: Put them in the configuration message.

Sat Feb  3 08:53:56 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: RLD_FLAG should be empty by default, but give it a
	value for alpha-dec-osf* systems.	

Fri Feb  2 23:03:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in: Actually do add substitutions for FPICFLAG,
	CPICFLAG, and CXXPICFLAG.

Thu Feb  1 14:58:16 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (%.c : %.f): Fix typo.

Wed Jan 24 14:47:58 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Also configure in glob subdirectory.
	Make pattern rule say how to make .o from .f, not .f from .o.  Duh.

	* octMakefile.in: Add glob stuff to the appropriate lists.
	* Makeconf.in: Likewise.

	* aclocal.m4: Add test for program_invocation_name.
	* configure.in: Use it here.

	* acconfig.h: Add #undef here.

Mon Jan 22 17:32:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Add checks for mode_t, off_t, size_t, uid_t,
	dev_t, ino_t, and nlink_t typedefs.
	* acconfig.h: Add undefs for dev_t, ino_t, and nlink_t.

Sat Jan 20 21:05:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: For Fortran rules, use pattern rules instead of
	suffix rules.

Fri Jan 19 12:38:23 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: When checking for libf2c.a, add -lm and an extra lib.

Wed Jan 10 16:36:43 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.i: Add missing colon in .o.f pattern for f2c rules.

Mon Jan  8 23:18:39 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_PROG_LN_S): New check.
	* Makeconf.in (LN_S): Substitute it.

	* configure.in (libexecdir): New variable.
	(archlibdir, octfiledir, localoctfiledir): Use it instead of libdir.
	(datadir): Default to $(prefix)/share instead of $(prefix)/lib.

	* Makeconf.in (libexecdir): Substitute it.

	* configure.in (localoctfiledir): Use $(libdir), not $(datadir).

Sun Jan  7 18:40:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* aclocal.m4 (OCTAVE_SMART_PUTENV): New macro, extracted from
	the kpathsearch library.
	* configure.in: Call it.

Fri Dec 29 22:07:52 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (subdir-for-command): New definition for
	SUBDIR_FOR_COMMAND using GNU Make `foreach' instead of shell `for'
	command.
	* libcruft/Makefile.in, scripts/Makefile.in, octMakefile.in:
	Invoke new definition with `@'.

Wed Dec 27 14:27:48 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (SUBDIRS): Delete DLD_DIR.
	(distclean): Delete Makerules.f77.

	* Makeconf.in (WITH_DLD): Delete variable.

	* configure.in: Delete support for dynamic linking with dld.

	* configure.in, Makeconf.in: Use consistent names for WITH_DL,
	WITH_SHL, OCTAVE_LITE, and SHARED_LIBS
	
	* config.h.bot: Undo previous change.
	* acconfig.h: Add #undef for WITH_DYNAMIC_LINKING.
	* Makeconf.in: Substitute it here too.
	* configure.in: Set it here.

Tue Dec 26 00:12:14 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_CONFIG_SUBDIRS): Delete libcruft.
	(AC_OUTPUT): List libcruft files here.

	* configure.in, Makeconf.in: Handle Fortran compilation rules
	using an included fragment in Makeconf.

Mon Dec 25 22:14:21 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (CPICFLAG, CXXPICFLAG, FPICFLAG): New variables.
	* Makeconf.in: Substitute them.

	* configure.in: Handle --enable-shared option.
	Handle Fortran source files differently.
	* Makeconf.in (SHARED_LIBS): Substitute shared_libs.
	(SHLEXT, RLD_FLAG, fortran_rules_flag): Substitute these too.
	(.c.o, .cc.o): Handle creating position independent code for
	shared libraries.

Sun Dec 24 00:29:12 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot: Maybe define WITH_DYNAMIC_LINKING.

	* Makeconf.in (WITH_DL, WITH_SHL): Substitute values.
	* acconfig.h: Add undefs for WITH_DL and WITH_SHL.
	* configure.in: Handle --enable-dl and --enable-shl.
	Check for -ldl and dlopen, dlsym, dlclose, and dlerror.
	Check for -ldld and shl_load, shl_findsym.
	(have_fortran_compiler): Quit if no suitable Fortran compiler is
	found.

Fri Nov  3 03:33:42 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* emacs/octave-mode.el: Rename from octave.el.

Wed Oct 11 19:22:12 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (GNUPLOT_BINARY): When checking for multiplot,
	issue a `set term unknown' command first.

Wed Oct  4 01:42:35 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* config.guess: Add entry for PowerPC Macs running Machten.

	* octMakefile.in (dist-z): Remove old .gz file before creating new one.

Mon Oct  2 19:17:22 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check to see if it looks like gnuplot supports
	multiplot.
	* acconfig.h: Add undef for GNUPLOT_HAS_MULTIPLOT.

	* acconfig.h: #undefs for HAVE_FINITE, HAVE_ISNAN, HAVE_ISINF,
	HAVE_TERMIOS_H, HAVE_TERMIO_H, and HAVE_SGTTY_H removed.  This
	file should only have things that autoheader can't figure out.

Sun Oct  1 17:08:37 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (clean-tar): Also omit directories called OLD and
	files beginning with =.

Fri Sep 29 01:04:31 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* ROADMAP: New file.
	* (DISTFILES): Include it.

	* emacs: New subdirectory for Emacs-related stuff.
	* octMakefile.in (DISTDIRS, BINDISTSUBDIRS): Include emacs.
	(DISTFILES, BINDISTFILES): Don't include octave-mode.el.

Tue Sep 26 03:56:39 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't add -Wno-unused to CFLAGS or CXXFLAGS.
	* config.h.bot: Remove definition of UNUSED.

	* config.sub: Replace with current version from FSF.
	* config.guess: Likewise.

Thu Sep 21 20:29:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AR, ARFLAGS): Set defaults for these, but also
	allow them to come from the environment.
	* Makeconf.in (AR, ARFLAGS): New variables to substitute.

Wed Sep 20 00:51:24 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (maintainer-clean): Also remove Makeconf,
	config.cache, config.h, and config.log.

Tue Sep 19 17:20:32 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* sighandlers.h [HAVE_SIGACTION && HAVE_SIGPROCMASK &&
	HAVE_SIGPENDING && HAVE_SIGSUSPEND]: #define HAVE_POSIX_SIGNALS.

	* configure.in: Check for sigaction(), sigprocmask(),
	sigpending(), and sigsuspend() functions.
	Don't do anything special about checking for termios.h, termio.h,
	and sgtty.h.

Mon Sep 18 22:39:33 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* config.h.bot [__GNUC__]: Define NORETURN.

Fri Sep 15 05:12:29 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (AC_C_BIGENDIAN): Remove test.

Thu Sep 14 02:07:51 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (LIBPLPLOT): Disable plplot by default for now.
	Check for mkdir, rmdir, rename, and umask.

	* All Makefile.in files: Convert from realclean to
	maintainer-clean, for GNU coding standards.

	* configure.in: Call AC_FUNC_CLOSEDIR_VOID.

Wed Sep 13 03:25:37 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Do check for IEEE functions on the Alpha.

Mon Sep 11 19:08:47 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Call AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS,
	and AC_STRUCT_ST_RDEV.

Tue Sep  5 02:02:35 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for sys/param.h and sys/stat.h
	Use AC_HEADER_TIME, not AC_TIME_WITH_SYS_TIME.
	Use AC_HEADER_SYS_WAIT.

Thu Aug 24 15:35:44 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Don't set or call AC_SUBST for CXXFLAGS or CFLAGS,
	and don't call AC_SUBST for LDFLAGS -- autoconf takes care of this.
	If adding -Wall, add -Wno-unused too.

Tue Aug 22 01:37:02 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (all): Update message.

	* config.h.bot: New file.
	* octMakefile.in (DISTFILES): Add it to the list.

	* acconfig.h (USE_PLPLOT): Add #undef.

Mon Aug 21 19:33:33 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (NO_DEP_TARGETS): New variable, for targets that can
	be made without updating dependency files.

Sun Jun 25 18:27:49 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in (FFLAGS): Add -fpe1 on alpha-dec-osf1 systems.

Thu May  4 22:26:34 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in: export CC, CXX, and F77 before calling
	AC_CONFIG_SUBDIRS.

Mon May  1 14:17:07 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in: Handle --with-plplot.
	(AC_CONFIG_SUBDIRS): Add plplot directory if --with-plplot.
	* plplot: New subdirectory.
	* Makefile.in (plplot): New target.
	* octMakefile.in (SUBDIRS): Add @PLPLOT_DIR@.
	(DISTDIRS): Add plplot.

	* acconfig.h: Add #undef for GETTIMEOFDAY_NO_TZ.

	* configure.in: Improve check for gettimeofday.

Mon May  1 12:50:03 1995  John Eaton  (jwe@bullwinkle.che.utexas.edu)

	* acconfig.h (OCTAVE_LITE): Fix comment.

Tue Apr 11 20:31:52 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in (INFO_DIR, READLINE_DIR): New variables.
	If $USE_GNU_INFO, AC_DEFINE it, don't AC_SUBST it.
	Likewise, for USE_READLINE.

	* octMakefile.in (SUBDIRS): Substitute INFO_DIR and READLINE_DIR.

	* aclocal.m4 (OCTAVE_F77_UPPERCASE_NAMES): New macro.
	(OCTAVE_F77_APPEND_UNDERSCORES): Require it.
	* configure.in: Use it.
	(info_subdir): If $USE_GNU_INFO, then run configure in info
	subdirectory too.
	Don't check for sys/ttold.h or sys/ptem.h.

Mon Apr 10 00:17:57 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in (UGLY_DEFS): Delete commands to create this.
	* Makeconf.in (UGLY_DEFS): Delete substitution.
	* Makeconf.in (UGLY_ALL_CFLAGS): Delete definition.

	* configure.in: Add scripts and libcruft to CONFIG_SUBDIRS.
	Don't edit scripts or libcruft Makefiles here.
	Reorganize checking for the Fortran compiler.

	* octMakefile.in (DISTFILES): Delete f2c-compat.sh flibs.sh
	cxxlibs.sh from list.  Add aclocal.m4.
	* configure.in: Use new macros defined in aclocal.m4.  Don't use
	external shell scripts.  Cache values.

	* aclocal.m4: New file.

Sun Apr  9 12:47:27 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in: Print status message before exiting.
	Cache CXXLIBS and FLIBS.

	* acconfig.h: Delete #undefs for floating point format.
	* octMakefile.in (DISTFILES): Delete float-type.c from list.
	* configure.in: Don't try to determine floating point format at
	configuration time.

Mon Apr  3 21:46:10 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in: Create scripts/time/Makefile too.

	* configure.in (gxx_version): Handle new gcc version message.
	(gcc_version): Likewise.

Wed Mar 29 22:59:42 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in (AC_STRFTIME): Delete check.
	(AC_STRUCT_TIMEZONE): New check.

Wed Mar 22 08:31:21 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* Makeconf.in (ALL_FFLAGS, FUGLY): New variables.

	* configure.in: Use AC_ARG_ENABLE and AC_ARG_WITH consistently.
	Handle --with-g77.  Substitute new variable FUGLY.  If F77 is g77,
	set it to -fugly.  Substitute command for making .o from .f.

Tue Mar 21 14:24:32 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* cxxlibs.sh: Extract -R options like -L options.
	* configure.in (FLIB_PATH, FLIB_LIST): Extract -R options along
	with -L options.

Tue Mar 21 14:20:55 1995  Paul Eggert  <eggert@twinsun.com>

	* configure.in (CXX): Export; cxxlibs.sh needs this.
	(FLIB_LIST, CXXLIB_LIST): Extract -R options along with -L options.

	* flibs.sh: Treat `-L foo' like `-Lfoo'.  Extract -R options
	like -L options.

Tue Mar 21 08:08:06 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* flibs.sh: Search for values-X*.o, not values-*.o.

Fri Mar 10 10:32:27 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* Makeconf.in (SUBDIR_FOR_COMMAND): New command definition.
	* octMakefile.in: Use it.

	* octMakefile.in (install, uninstall, tags, TAGS, clean,
	mostlyclean, distclean, realclean): Combine actions.

Tue Feb 28 21:24:35 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in (FC): Set to $F77 and substitute it.
	* Makeconf.in (FC): Add substitution line.

Sun Feb 26 00:20:19 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* dointsall.sh: Create ls-R database.

	* configure.in: Configure kpathsea using AC_CONFIG_SUBDIRS().
	Remove check for SMART_PUTENV.
	Remove kpathsea/c-auto.h from AC_CONFIG_HEADER().

	* make: New directory, for kpathsea configuration.
	* octMakefile.in (DISTDIRS): Add it

	* kpathsea: Update with 2.6 distribution.

	* Makefile.in (TARGETS): New variable.  Combine all identical targets.

	* configure.in (LIBINFO, LIBREADLINE): New variables to substitute.

Sat Feb 25 18:47:11 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* acconfig.h (USE_READLINE): Add #undef.
	* configure.in: Add support for --enable-readline.

	* acconfig.h (USE_GNU_INFO): Add #undef.
	* configure.in: Add support for --enable-info.

	* acconfig.h (RUN_IN_PLACE): Delete #undef.

See ChangeLog.1 for earlier changes.