# HG changeset patch # User jwe # Date 1154106375 0 # Node ID e915287e3ef94694f8f3c26b0cb15bc36a399332 # Parent f082d98543980ec7cbbe7872a2bbccca06ea7f7d [project @ 2006-07-28 17:06:14 by jwe] diff -r f082d9854398 -r e915287e3ef9 NEWS --- a/NEWS Fri Jul 28 16:53:58 2006 +0000 +++ b/NEWS Fri Jul 28 17:06:15 2006 +0000 @@ -1,5 +1,5 @@ -Summary of changes for version 3.0: ----------------------------------- +Summary of important user-visible changes for version 3.0: +--------------------------------------------------------- ** The way Octave handles search paths has changed. Instead of setting the built-in variable LOADPATH, you must use addpath, diff -r f082d9854398 -r e915287e3ef9 configure.in --- a/configure.in Fri Jul 28 16:53:58 2006 +0000 +++ b/configure.in Fri Jul 28 17:06:15 2006 +0000 @@ -29,7 +29,7 @@ EXTERN_CXXFLAGS="$CXXFLAGS" AC_INIT -AC_REVISION($Revision: 1.517 $) +AC_REVISION($Revision: 1.518 $) AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/octave.cc]) AC_CONFIG_HEADER(config.h) @@ -1414,7 +1414,7 @@ ### Check for nonstandard but common math functions that we need. -AC_CHECK_FUNCS(acosh asinh atanh erf erfc, exp2, log2) +AC_CHECK_FUNCS(acosh asinh atanh erf erfc exp2 log2) ### Checks for OS specific cruft. diff -r f082d9854398 -r e915287e3ef9 octMakefile.in --- a/octMakefile.in Fri Jul 28 16:53:58 2006 +0000 +++ b/octMakefile.in Fri Jul 28 17:06:15 2006 +0000 @@ -155,6 +155,10 @@ dist-info-files: INSTALL.OCTAVE BUGS .PHONY: dist-info-files +# The dist target depends on all because we use Octave to build some +# figures for the manual. It's best to create those figures with the +# version of Octave that we are distributing (it may even be required). + dist: all dist-info-files echo octave-$(version) > .fname rm -rf `cat .fname`