# Automatically generated file --- DO NOT EDIT
2004-02-12 02:55  pkienzle

	* .cvsignore, doc/coda/.cvsignore: Fixup output of cvs update 

2004-02-12 02:49  pkienzle

	* INDEX, extra/NaN/INDEX, main/image/INDEX, main/image/bwlabel.cc,
	main/irsa/INDEX, main/parallel/INDEX, main/signal/INDEX,
	main/sparse/INDEX, main/statistics/INDEX, main/strings/INDEX: Add
	some of the missing functions to the categorical index 

2004-02-12 01:40  pkienzle

	* main/general/: ind2sub.m, sub2ind.m: ind2sub/sub2ind are now part
	of octave 

2004-02-12 01:31  pkienzle

	* RELEASE-NOTES: note quadl and csape 

2004-02-11 20:37  pkienzle

	* doc/octave-forge-home.html: Link the categorical index tarball.  

2004-02-11 20:34  pkienzle

	* doc/compatibility.html: Update with recent octave improvements 

2004-02-11 12:49  schloegl

	* extra/NaN/: mod.m, rem.m: improve performance: sign test not
	needed, error interval is calculated only when needed 

2004-02-10 10:59  pkienzle

	* main/general/quadl.m: Walter Gander's improved adaptive
	quadrature routine 

2004-02-10 10:12  pkienzle

	* doc/coda/Makefile: Run TeX enough times that it resolves
	references.  

2004-02-10 07:17  h_fujiwara

	* main/parallel/pserver.cc: Avoid panic when starting pervert 

2004-02-09 13:35  pkienzle

	* doc/octave-forge-home.html: Link to new build of coda documents 

2004-02-09 11:16  pkienzle

	* doc/coda/: Makefile, coda.sgml, appendices/examples.sgml,
	oct/advanced.sgml, oct/matpow.png, oct/oct.sgml, oct/quickref.sgml,
	oct/tut-basic.sgml, oct/tut-interm.sgml, oct/tut-intro.sgml,
	oct/tutorial.sgml, standalone/standalone.sgml: [for Stfan van der
	Walt] updated documentation and build 

2004-02-06 15:34  pkienzle

	* extra/testfun/test.m: Better hack for broken system function 

2004-02-06 14:41  pkienzle

	* main/optim/Optimize/ExampleBFGSMin.m: Make sure this is
	interpreted as a script, and not as a function file 

2004-02-06 14:33  pkienzle

	* extra/tk_octave/: Makeconf.add, Makefile, README, configure.add,
	tk_interp.cc, tk_matrix, tk_matrix.tcl: Make sure it builds and
	simple tk_matrix test runs; vtk test doesn't work 

2004-02-06 12:05  pkienzle

	* Makeconf.base, configure.base, extra/mex/Makefile,
	extra/mex/mex.in: Go back to linking mex.o directly rather than
	using libmex.so --- easier installation for now, and long term mex
	is moving into octave.  

2004-02-05 16:16  persquare

	* INSTALL.MacOSX: Removing octave install info, point to wiki
	instead. Updating.  

2004-02-05 12:00  pkienzle

	* main/struct/struct.cc: Add error tests; allow creation of empty
	structures; report argument numbers for non-conformant args 

2004-02-05 08:03  tpikonen

	* extra/graceplot/: README, grace_octave_path.m.in,
	toggle_grace_use.m: Fixed a bug caused by change in glob.m return
	value type in octave-2.1.53, typo fixes.  

2004-02-05 00:41  pkienzle

	* Makeconf.base, configure.base, extra/mex/Makefile,
	extra/mex/mex.in: Install mex stuff in octlibdir 

2004-02-05 00:17  pkienzle

	* main/splines/csape.m: Don't fail for n=3; do fail for n<3.  

2004-02-04 22:31  pkienzle

	* RELEASE-NOTES: Success compile against 2.1.40 

2004-02-04 14:46  qspencer

	* main/general/double.m: This change improves MATLAB compatibility.
	Previously, the "toascii" function was called when the input was a
	string. However, this only worked correctly for values under 128.
	Values between 128 and 256 were mapped to the range below 128,
	destroying the information in the most significant bit. The new
	implementation preserves this information, but it takes two
	operations and is therefore slower.  

2004-02-04 14:25  qspencer

	* main/general/double.m: Replaced "toascii(str)" with
	"toascii(in)".  

2004-02-02 16:21  schloegl

	* main/strings/str2double.m: support for user-defined delimiters 

2004-02-02 10:32  mcreel

	* main/optim/Optimize/BFGSMin.m: isstr --> ischar 

2004-02-02 06:59  mcreel

	* main/optim/Optimize/: BFGSMin.m, ExampleBFGSMin.m: interface
	change 

2004-02-01 13:40  schloegl

	* main/strings/str2double.m: performance improvement - replace
	strtok by 

2004-02-01 10:01  schloegl

	* extra/NaN/: mod.m, rem.m: fix for ML5.3 

2004-01-31 16:45  mazet

	* main/miscellaneous/: Makefile, xmlread.cc, xmltree.c, xmltree.h,
	xmltree_read.act, xmltree_read.c, xmltree_read.h, xmltree_read.l: 
	Xmlread is now finished and fully tested. There's now a easy way for
	Octave to exchange data with XML powered languages (Perl and Php).  

2004-01-31 16:39  mazet

	* main/miscellaneous/: octave.dtd, xmlwrite.m: Update xmlwrite
	according to the new DTD 

2004-01-30 17:08  etienne

	* main/miscellaneous/read_options.m: fix name collision w/ 'args' 

2004-01-30 12:59  pkienzle

	* main/image/imnoise.m: [for Stfan van der Walt]: fix speckle
	calculation to be local.  

2004-01-30 06:03  schloegl

	* extra/NaN/: cor.m, corrcoef.m: improve documentation - only
	(CORRCOEF)<=1, abs(COR) can be larger than 1, too 

2004-01-29 19:28  pkienzle

	* main/sparse/buildtests.sh: Make test work even if
	do_fortran_indexing is false 

2004-01-29 18:23  schloegl

	* extra/NaN/: INDEX, README.TXT, mod.m, rem.m: alternative REM and
	MOD: more intuitive usage, especially with extrem values, like y=0
	and inf.  

2004-01-29 17:03  pkienzle

	* extra/testfun/fail.m: Better argument checking and error
	reporting.  

2004-01-29 16:24  pkienzle

	* main/image/configure.add: Test for newer versions of libpng.  

2004-01-29 16:13  pkienzle

	* FIXES/sort.cc, extra/mex/mex.cc, main/comm/gf.cc,
	main/comm/ov-galois.cc, main/image/bwfill.cc,
	main/image/bwlabel.cc, main/signal/remez.cc,
	main/sparse/make_sparse.h, main/strings/regexp.cc,
	main/struct/struct.cc: Use std::vector rather than std::auto_ptr
	for temporary memory 

2004-01-29 16:12  pkienzle

	* configure.base: Fix quoting in OCTAVE_EXISTS for IRIX /bin/sh.  
	Clean up TRY_MKOCTFILE tests.  

2004-01-29 16:09  pkienzle

	* extra/testfun/fail.m: Don't do failure tests if evalin function
	doesn't exist 

2004-01-29 13:55  schloegl

	* extra/NaN/nantest.m: check whether REM(x,Inf) and MOD(x,INF)
	return NaN 

2004-01-29 12:47  pkienzle

	* RELEASE-NOTES: Summary of changes since last release 

2004-01-29 11:57  schloegl

	* extra/NaN/nantest.m: check whether BITAND and BITSHIFT can return
	NaN 

2004-01-28 17:48  pkienzle

	* main/struct/: Makefile, struct.cc: Add struct() for octave
	versions which can support it (2.1.52 and up) 

2004-01-28 17:40  pkienzle

	* main/miscellaneous/read_options.m: reverse nargin conflict
	changes 

2004-01-28 17:38  pkienzle

	* main/vrml/: vrml_frame.m, vrml_lines.m, vrml_points.m: Undo
	nargin conflicts 

2004-01-28 17:19  pkienzle

	* main/miscellaneous/listen.cc: Use Feval directly rather than
	trying to simulate it --- this should be more robust against changes
	in the octave interpreter.  

2004-01-28 11:57  etienne

	* main/: miscellaneous/read_options.m, vrml/vrml_frame.m,
	vrml/vrml_lines.m, vrml/vrml_points.m: 2.1.53 nargin changes; misc
	changes 

2004-01-28 11:54  etienne

	* main/vrml/doc/vrml-mini-howto-1.lyx: fix nargin for 2.1.53 

2004-01-28 02:03  pkienzle

	* extra/testfun/test.m: Add fail block 

2004-01-28 01:56  pkienzle

	* extra/testfun/fail.m: Test that code produces an error matching a
	regular expression 

2004-01-28 01:41  pkienzle

	* extra/testfun/assert.m: Support for cells and structure arrays 

2004-01-27 21:36  pkienzle

	* extra/mex/: INSTALL, Makefile, README, mex.cc, mex.in,
	mystruct.c: Compile mex.cc as a library rather than a .o file ---
	this save ~55k in stripped oct-file size.  
	
	Improve struct support for 2.1.53 --- it is compilable and you can 
	access the elements of a struct matrix, but you can create your own.  

2004-01-27 21:06  pkienzle

	* Makeconf.base, configure.base: Streamline use of Octave during
	configuration tests by providing OCTAVE_EVAL to set a variable to an
	octave expression and OCTAVE_CHECK_EXIST to perform one or another
	action depending on whether a symbol exists in Octave.  
	
	Add tests for HAVE_OCTAVE_MAP_INDEX and SHLEXT 

2004-01-27 13:27  pkienzle

	* FIXES/rand.cc: Support for n-D arrays; faster code 

2004-01-27 10:41  pkienzle

	* main/image/imnoise.m: All call with only two parameters.  

2004-01-27 02:18  mazet

	* main/miscellaneous/: octave.dtd, xmlwrite.m: Final DTD.  

2004-01-26 19:13  pkienzle

	* extra/graceplot/alternatives/__errcomm__.m,
	extra/graceplot/alternatives/__errplot__.m,
	extra/graceplot/alternatives/__plt__.m,
	extra/tk_octave/tk_dialog.m, main/miscellaneous/read_options.m,
	main/path/addpath.m, main/path/rmpath.m, main/plot/legend.m,
	main/plot/plot3.m, main/struct/rmfield.m, main/vrml/save_vrml.m,
	main/vrml/vrml_cyl.m, main/vrml/vrml_frame.m,
	main/vrml/vrml_group.m, main/vrml/vrml_lines.m,
	main/vrml/vrml_points.m, main/vrml/vrml_text.m: nargin is now a
	function, so don't use it as a variable 

2004-01-26 09:34  adb014

	* extra/linear-algebra/chol.cc: Initialization bug in chol.cc 

2004-01-26 05:29  mcreel

	* main/optim/Optimize/: BFGSMin.m, Battery.m, BisectionStep.m,
	ExampleBFGSMin.m, ExampleNumGradient.m, FiniteDifference.m,
	NewtonStep.m, NumGradient.m, NumHessian.m, QuadInterpStep.m: [no
	log message] 

2004-01-25 11:07  adb014

	* FIXES/rand.cc: fix bug in save seed/state in rand/randn 

2004-01-25 10:23  adb014

	* FIXES/ziggurat.h: Typos 

2004-01-25 10:17  adb014

	* FIXES/: Makeconf.add, Makefile, README, configure.add,
	oct-sort.cc, oct-sort.h, rand.cc, sort.cc, ziggurat.h,
	test/testsort.m: Add ziggurat code for the generation of normally
	distributed random numbers. Port the Python sorting code to octave,
	making it a class as a replacement to Octave's in-built sort code.
	Both of these are significantly more rapid than the versions they
	replace.  

2004-01-25 09:56  schloegl

	* main/strings/str2double.m: bug fix: empty remainder caused early
	return 

2004-01-24 21:25  schloegl

	* main/strings/str2double.m: support of char-arrays and cell-arrays
	of strings; bugs fixes: space at the end, single sign 

2004-01-24 12:42  rlaboiss

	* main/geometry/delaunayn.cc: Dummy commit 

2004-01-23 03:22  schloegl

	* main/strings/str2double.m: initial check-in 

2004-01-21 11:40  aadler

	* main/general/double.m: double should return value if its not a
	string 

2004-01-19 18:03  pkienzle

	* main/sparse/.cvsignore: Ignore generated sptest.m 

2004-01-19 18:03  pkienzle

	* batch_test.m, main/sparse/Makefile, main/sparse/buildtests.sh: 
	Generate sparse tests systematically so that operations on
	real/complex sparse matrices are tested against real/complex
	scalar/sparse/full second operands in leading and trailing position.  

2004-01-15 02:07  mazet

	* main/miscellaneous/: octave.dtd, xmlwrite.m: Output is now a
	valid XML file and its DTD is defined.  

2004-01-13 23:20  pkienzle

	* main/comm/ov-galois.cc: Include ifdef's for the relevant headers
	in load/save support.  

2004-01-12 02:43  mazet

	* main/miscellaneous/xmlwrite.m: First attend for an XML export
	function 

2004-01-12 02:42  mazet

	* main/plot/dxfwrite.m: Add a new function to write DXF (AutoCAD
	import/export format) without using the (ugly) gnuplot driver.  

2004-01-12 02:39  mazet

	* main/plot/: Makefile, graphics.cc, gtext.cc, gzoom.cc: Update
	documentations and fix some bugs from X11 interface 

2004-01-12 02:37  mazet

	* main/plot/gpick.cc: Re-add my ginput version into a new name to
	avoid any trouble with the initial function of Andy Adler 

2004-01-12 01:48  mazet

	* main/plot/print.m: clean documentation 

2004-01-07 09:39  adb014

	* main/comm/ov-galois.cc: define OCTAVE_LOCAL_BUFFER is not defined 

2004-01-07 09:24  adb014

	* Makeconf.base, configure.base, main/comm/Makefile,
	main/comm/galois.cc, main/comm/ov-galois.cc, main/comm/ov-galois.h,
	main/comm/doc/comms.txi: load/save support for galois fields 

2004-01-05 16:34  rlaboiss

	* nonfree/gpc/NEWS: Release 0.1.4 of Octave-GPC 

2004-01-05 16:31  rlaboiss

	* nonfree/gpc/ChangeLog: Updated for release 0.1.4 of Octave-GPC 

2004-01-05 16:25  rlaboiss

	* nonfree/gpc/debian/changelog: Fixed typo 

2004-01-05 16:24  rlaboiss

	* nonfree/gpc/debian/: changelog, control, rules: Debian release
	0.1.4-1.  From the debian/changelog; 
	
	  * New upstream release.  Octave-GPC depends now on Octave version 
	    2.1.52, at least 
	  * debian/rules: 
	    - Soften the dependency on Octave.  octave-gpc dependency is now
	      bound only to a minimal Octave version, which happens to be the
	      version present when the package is built (closes: #226137).  
	    - Removed optiond --with-mkoctfile --with-libexec from call to 
	      configure.  
	    - Use DESTDIR when calling make install.  
	  * debian/control: 
	    - Bumped Standards-Version to 3.6.1 (no changes neeeded).  
	    - Make versioned Build-Dependency on octave2.1-headers (>=
	    2.1.52).  

2004-01-05 16:20  rlaboiss

	* nonfree/gpc/octave-gpc.h: 
	* Added constructor octave_gpc_polygon::octave_gpc_polygon (void) 
	* Updated copyright notice 

2004-01-05 16:18  rlaboiss

	* nonfree/gpc/octave-gpc.cc: 
	* Call DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA macro with three
	  argument, as required for the newest Octave version (2.1.52).  
	
	* 
	* Updated copyright notice 

2004-01-05 16:13  rlaboiss

	* nonfree/gpc/gpc_plot.m: 
	* Updated copyright notice 
	* Removed blank spaces before opening parenthesis in a matrix,
	  making the code work when empty_list_elements_ok == 0 

2004-01-05 16:10  rlaboiss

	* nonfree/gpc/bootstrap.sh: 
	* Added function run() for user-friendly echo during call to the
	Autotools.  
	* Changed shabang program to /bin/bash.  

2004-01-05 16:08  rlaboiss

	* nonfree/gpc/Makefile.am: 
	* Added copyright notice.  
	
	* Removed "$(prefix)/" from the installation directories, since this
	  is coped with in configure.in.  
	
	* Removed redundant install-hook rule.  

2004-01-05 16:07  rlaboiss

	* nonfree/gpc/acinclude.m4: Added this file with macros
	OCTAVE_CONFIG_INFO and CHEK_PROG, used in configure.in.  

2004-01-05 15:25  rlaboiss

	* nonfree/gpc/configure.in: 
	* Release 0.1.4 of OCtave-GPC (appears in AC_INIT).  
	
	* Restructured and modernized for the latest Autotools: AC_INIT
	  accepts now three arguments and AM_INIT_AUTOMAKE none.  
	
	* Use AC_HELP_MSG as arguments of AC_ARG_WITH.  Use AC_CONFIG_FILES
	  instead of an argument of AC_OUTPUT.  Replaced long repetitive code
	  by macros defined now in acinclude.m4.  
	
	* Removed libexec sirectory setting and use.  
	
	* Check for Octave version 2.1.52 or later.  
	
	* Exit with an error if gpc library is not found.  

2004-01-05 15:19  rlaboiss

	* nonfree/gpc/.cvsignore: Ignoring *.oct files 

2004-01-05 15:18  rlaboiss

	* nonfree/gpc/debian/cvsdir.sh: Removed this file, since "debuild
	-i" does the job cvsdir.sh is intended to do.  

2004-01-05 15:15  rlaboiss

	* nonfree/gpc/: gpc_clip.cc, gpc_create.cc, gpc_get.cc,
	gpc_is_polygon.cc, gpc_read.cc, gpc_tristrip.cc, gpc_write.cc: 
	Changed package name octave-gpc -> Octave-GPC in copyright notices 

2004-01-05 15:08  rlaboiss

	* nonfree/gpc/: NEWS, README, gpc_clip.cc, gpc_create.cc,
	gpc_get.cc, gpc_is_polygon.cc, gpc_read.cc, gpc_tristrip.cc,
	gpc_write.cc: Updated copyright information (added year 2004) 

2004-01-05 14:57  rlaboiss

	* nonfree/gpc/debian/.cvsignore: Added exclusions file 

2004-01-05 14:48  rlaboiss

	* nonfree/gpc/.cvsignore: Added exclusions file 

2003-12-24 06:38  pkienzle

	* extra/testfun/test.m: default to no need to close fid.  

2003-12-23 05:29  schloegl

	* extra/NaN/conv2nan.m: 2-dimensional convolution added 

2003-12-22 16:30  pkienzle

	* main/sparse/sprandn.m: Normally distributed random matrices.  

2003-12-22 10:18  pkienzle

	* extra/graceplot/.cvsignore: Ignore build targets when checking
	cvs update 

2003-12-22 10:13  pkienzle

	* main/sparse/: complex_sparse_ops.cc, make_sparse.cc,
	make_sparse.h, sparse_inv.cc, sparse_ops.cc, sparse_ops.h: Use
	error/return rather than SP_FATAL_ERROR where possible.  
	
	Test for zero elements from scalar multiply/power and shrink sparse 
	accordingly; accomodate libstdc++ bugs with mixed real/complex
	power.  

2003-12-22 10:09  pkienzle

	* main/sparse/sparse_full.cc: Use properties tests (real/complex)
	rather than type tests (matrix/complex matrix) so that full
	automatically generalizes to other types which can be converted via
	matrix_value() to full matrices;  use correct function name in
	usage.  

2003-12-22 10:04  pkienzle

	* extra/testfun/test.m: Simple logging of one set of tests: test
	<name> verbose <file.log> 

2003-12-22 10:01  pkienzle

	* admin/runpath.sh, Makefile: Don't include alternatives or
	NOINSTALL directories in test path 

2003-12-19 23:45  pkienzle

	* main/comm/.cvsignore: Ignore documentation intermediates and
	targets.  

2003-12-16 17:28  pkienzle

	* main/: general/interp1.m, image/colfilt.m, signal/rceps.m,
	signal/rectpuls.m, signal/tripuls.m, specfun/ellipj.cc: Fix up the
	tests which were breaking 

2003-12-16 17:28  pkienzle

	* admin/mktests.sh: Add explanation of test results to the log
	file.  

2003-12-16 17:27  pkienzle

	* extra/testfun/test.m: better docs; default to 'quiet'; output
	explanation of results to a file; hack around 'str=system()' not
	capturing output correctly; count the number of successful tests
	correctly 

2003-12-16 17:25  pkienzle

	* extra/testfun/assert.m: Fix tests to handle exceptional values;
	make absolute error the default 

2003-12-16 16:55  pkienzle

	* main/splines/csape.m: Check for 3 or less points in the spline;
	note (but don't fix) bug in not-a-knot condition for 3 points.  

2003-12-16 16:53  pkienzle

	* main/miscellaneous/edit.m: functions entered on the console have
	a different exist() number 

2003-12-16 02:40  pkienzle

	* admin/mktests.sh: hack around the fact that grep '\(A\|B\)' isn't
	universal.  

2003-12-16 02:24  pkienzle

	* admin/mktests.sh: Remove \n characters since they were confusing
	IRIX's sh command.  

2003-12-16 01:45  pkienzle

	* main/signal/rectpuls.m, main/signal/triang.m,
	main/signal/tripuls.m, extra/testfun/test.m: Fix tests 

2003-12-15 19:36  pkienzle

	* admin/mktests.sh: Prettier output 

2003-12-15 19:35  pkienzle

	* extra/testfun/test.m: paper over testing problems 

2003-12-15 19:34  pkienzle

	* main/time/datenum.m: Add a simple test.  

2003-12-15 19:33  pkienzle

	* extra/mex/mex.in: For testing purposes, allow mex.{o,h} in the
	current directory.  

2003-12-15 16:34  pkienzle

	* Makefile, admin/mktests.sh, extra/testfun/test.m: Build a more
	sophisticated test script; clean up some of the tests.  

2003-12-15 13:02  pkienzle

	* main/time/: datenum.m, now.m: Fix correction from coordinated
	universal time to local time.  

2003-12-14 11:53  rlaboiss

	* main/geometry/: __voronoi__.cc, convhulln.cc, delaunayn.cc: 
	Update all the qh_version strings to the date of today.  Made them
	compliant to the ISO 8601 norm, i.e. the date strings are in the
	form YYYY-MM-DD.  

2003-12-14 11:42  rlaboiss

	* main/geometry/: __voronoi__.cc, voronoi.m, voronoin.m: Introduced
	a optional argument to the voronoi* functions for passing extra 
	options to the underlying qhull command.  Again, only minimal tests
	have been done.  Please, test this changes.  

2003-12-13 23:00  pkienzle

	* main/miscellaneous/configure.add: test for octave_function(void)
	should now be processed correctly 

2003-12-13 04:37  rlaboiss

	* main/geometry/: convhull.m, convhulln.cc: Extended the convhull*
	functions to accept an extra (string) argument containing extra
	options to be passed to the underlying qhull command, in the same
	way the delaunay* functions work now.  Also, improved the 
	documentation strings.  

2003-12-12 17:19  pkienzle

	* Makefile: First attempt at incorporating embedded tests --- need
	to avoid testing functions that haven't been built and need to avoid
	testing in directories that are not being installed.  

2003-12-12 17:18  pkienzle

	* extra/testfun/test.m: Put variable values in file along with
	error message; Hack to handle Ctrl-C --- if no __error_text__ it
	must have been interrupt! 

2003-12-12 17:16  pkienzle

	* extra/testfun/assert.m: Put all text in message so that it can be
	redirected to error_text 

2003-12-12 17:06  pkienzle

	* main/time/datenum.m: Possible fix for the datenum problem
	reported in the tracker 

2003-12-12 17:05  pkienzle

	* extra/linear-algebra/chol.cc, main/general/bitand.cc,
	main/image/bwlabel.cc, main/image/conv2.cc, main/image/medfilt2.m,
	main/optim/leval.cc, main/signal/medfilt1.cc, main/signal/remez.cc,
	main/specfun/ellipj.cc, batch_test.m, main/splines/trisolve.cc,
	main/strings/regexp.cc: Distribute tests hardcoded in batch_test.m
	to their respective function definition files 

2003-12-12 10:28  pkienzle

	* extra/: Windows/dos.m, Windows/unix.m, testfun/demo.m,
	testfun/example.m, testfun/test.m: mark as command 

2003-12-12 09:35  pkienzle

	* main/: miscellaneous/edit.m, sparse/make_sparse.cc: Lock
	functions in that shouldn't be cleared 

2003-12-12 01:52  pkienzle

	* main/specfun/legendre.m: [Benjamin Schmidt]: correct the L(1,x)
	term 

2003-12-12 00:50  pkienzle

	* main/sparse/sp_test.m: Fix tests so that they all work (including
	working around bugs in Octave).  

2003-12-12 00:48  pkienzle

	* main/irsa/: README, irsa_act.m, irsa_actcore.m, irsa_check.m,
	irsa_dft.m, irsa_dftfp.m, irsa_genreal.m, irsa_idft.m,
	irsa_isregular.m, irsa_jitsp.m, irsa_mdsp.m, irsa_normalize.m,
	irsa_plotdft.m, irsa_resample.m, irsa_rgenreal.m: Irregular
	sampling toolbox 

2003-12-11 17:50  pkienzle

	* main/sparse/complex_sparse_ops.cc: ... again ... remove duplicate
	install of ldiv (were there two?) 

2003-12-11 16:49  pkienzle

	* main/sparse/complex_sparse_ops.cc: Remove duplicate installation
	of c_cs_ldiv 

2003-12-11 15:02  pkienzle

	* configure.base: Check that texi2dvi works.  

2003-12-11 11:27  pkienzle

	* main/image/imadjust.m: Use element-wise and function 

2003-12-11 10:57  pkienzle

	* admin/mkpkgadd: Handle directories without cc or m files more
	cleanly.  

2003-12-11 10:49  pkienzle

	* main/miscellaneous/edit.m: Fix mark_as_command; allow lowercase
	keywords; accept .cpp and .C files.  

2003-12-11 09:43  pkienzle

	* doc/octave-forge-home.html: Add headers for MIPSpro 7.3 compiling
	to web page 

2003-12-08 11:59  pkienzle

	* main/miscellaneous/configure.add: Successful test for whether
	octave_function(void) is available.  

2003-12-08 11:44  pkienzle

	* main/miscellaneous/: Makefile, configure.add, dispatch.cc: Use
	autoconf to test if octave_dispatch(void) is needed.  

2003-12-08 11:42  pkienzle

	* configure.base: Use TRY_MKOCTFILE for testing octave features 

2003-12-08 05:12  pkienzle

	* main/miscellaneous/dispatch.cc: Don't try to define
	octave_dispatch(); Note: this might cause problems in 2.1.52.  

2003-12-08 05:08  pkienzle

	* main/sparse/SuperLU/SRC/: sp_coletree.c, util.h: malloc is not
	defined in its own header file everywhere.  

2003-12-08 05:05  pkienzle

	* configure.base: Try a better test for Nd arrays.  

2003-12-08 03:25  pkienzle

	* main/signal/medfilt1.cc: Use lo_ieee_* functions for __all__
	octave_NaN, etc.  

2003-12-08 03:21  pkienzle

	* extra/mex/mex.cc, main/io/dlmread.cc, main/optim/lp.cc,
	main/signal/medfilt1.cc: Use lo_ieee_* functions for finite, isinf,
	isnan, inf_value, nan_value 

2003-12-07 17:14  adb014

	* main/miscellaneous/dispatch.cc: void octave_dispatch constructor
	not defined, causes relocation error for 2.1.52 due to change in
	register_type function 

2003-12-07 16:31  adb014

	* main/comm/: Makeconf.add, configure.add: Comms toolbox specific
	config now in configure.base for reuse 

2003-12-07 16:01  adb014

	* main/comm/doc/: comms.info, comms.ps: Remove documentation that
	will be rebuilt 

2003-12-04 14:22  aadler

	* extra/perl/: Octave.pm, t/2_calling.t: working errors and
	warnings 

2003-12-04 13:20  aadler

	* extra/perl/Octave.pm: does warnings right 

2003-12-03 11:46  aadler

	* extra/perl/: Octave.pm, t/8_operators.t: move to IO::Variable
	class 

2003-11-30 22:46  aadler

	* extra/perl/Octave.pm: tried to tie to an array ref. Didn't work 

2003-11-30 09:33  aadler

	* extra/perl/: Makefile.PL, Octave.pm, t/8_operators.t: cleanups of
	OO interface 

2003-11-27 03:52  schloegl

	* extra/NaN/quantile.m: removed FLAG_IMPLICIT_SKIP_NAN 

2003-11-25 13:47  schloegl

	* extra/NaN/sem.m: prevent round off errors causing imag results 

2003-11-24 18:21  schloegl

	* extra/NaN/nantest.m: add test for ND arrays 

2003-11-23 09:21  adb014

	* extra/linear-algebra/ov-re-tri.cc,
	extra/linear-algebra/ov-re-tri.h,
	main/sparse/complex_sparse_ops.cc, main/sparse/make_sparse.h,
	main/sparse/sparse_ops.cc: Octave CVS now requires void
	constructors for register_type 

2003-11-23 04:35  taltman

	* main/miscellaneous/map.m: Fixed typo in 'Example'.  

2003-11-23 03:07  taltman

	* main/miscellaneous/map.m: taltman added 'map.m' 

2003-11-21 00:12  pkienzle

	* main/sparse/sp_test.m: Fix broken tests 

2003-11-21 00:10  pkienzle

	* main/sparse/make_sparse.h: Slightly improved formatting of
	warning message 

2003-11-19 12:30  pkienzle

	* main/geometry/convhulln.cc: Minor cleanup; check and warn if more
	than dim vertices for a facet.  

2003-11-19 09:17  pkienzle

	* main/geometry/convhulln.cc: Use 'Qt' option so that it handles
	difficult cases.  

2003-11-18 12:53  pkienzle

	* batch_test.m, main/image/Makeconf.add, main/image/Makefile,
	main/image/configure.add, main/image/pngread.cc,
	main/image/testimio.m: Add pngread/pngwrite functions.  

2003-11-17 23:45  pkienzle

	* Makeconf.base, batch_test.m, configure.base,
	extra/linear-algebra/Makefile, extra/linear-algebra/ov-re-tri.cc,
	main/comm/Makefile, main/comm/ov-galois.cc,
	main/miscellaneous/Makefile, main/miscellaneous/dispatch.cc,
	main/sparse/Makefile, main/sparse/make_sparse.cc,
	main/symbolic/Makefile, main/symbolic/ov-ex-mat.cc,
	main/symbolic/ov-ex.cc, main/symbolic/ov-relational.cc,
	main/symbolic/ov-vpa.cc: Octave now defines type class as well as
	type name.  

2003-11-17 12:08  adb014

	* main/comm/doc/.cvsignore: cvsignore for comms doc directory 

2003-11-17 12:04  adb014

	* Makeconf.base, configure.base, main/comm/.cvsignore,
	main/comm/Makefile, main/comm/awgn.eps, main/comm/awgn.png,
	main/comm/comms.txi, main/comm/eyediagram.eps,
	main/comm/eyediagram.png, main/comm/ov-galois.h,
	main/comm/scatterplot.eps, main/comm/scatterplot.png,
	main/comm/doc/Makefile, main/comm/doc/awgn.eps,
	main/comm/doc/awgn.png, main/comm/doc/comms.info,
	main/comm/doc/comms.ps, main/comm/doc/comms.txi,
	main/comm/doc/eyediagram.eps, main/comm/doc/eyediagram.png,
	main/comm/doc/scatterplot.eps, main/comm/doc/scatterplot.png,
	main/sparse/ChangeLog, main/sparse/Makefile,
	main/sparse/make_sparse.h, main/symbolic/Makefile,
	main/symbolic/ov-ex-mat.h, main/symbolic/ov-ex.h,
	main/symbolic/ov-relational.h, main/symbolic/ov-vpa.h: Updates for
	2.1.51 

2003-11-14 11:55  tpikonen

	* main/image/imread.m: Fix endianess bug in 16-bit reads.  

2003-11-14 11:45  tpikonen

	* main/image/imread.m: Added support for reading greyscale files
	with 16-bit dynamic range.  

2003-11-11 16:40  pkienzle

	* admin/make_index, INDEX, main/control/INDEX, main/optim/INDEX,
	main/signal/INDEX, main/statistics/INDEX, main/strings/INDEX: 
	Transform "use <code>fn</code>" to "use <f>fn</f>", and make it link
	to fn.  Fix links to octave-forge CVS Add links to octave CVS We now
	walk the octave source tree instead of using DOCSTRINGS, so some 
	function descriptions are broken.  Perhaps we could separate
	DOCSTRINGS from file locations somehow so everything works nicely
	together.  

2003-11-11 11:46  pkienzle

	* doc/octave-forge-home.html: Sample code for embedding octave ---
	doesn't belong anywhere yet 

2003-11-10 11:59  pkienzle

	* main/geometry/griddata.m: Work around octave bug in boolean
	indexing 

2003-11-10 09:01  schloegl

	* extra/tsa/ar_spa.m: test for imaginary part based on Poles P 

2003-11-09 16:21  schloegl

	* extra/tsa/ar_spa.m: correct power calculation; test for imaginary
	part should be based on the poles rather than the residue 

2003-11-08 09:49  schloegl

	* extra/tsa/ar_spa.m: power F of each components is only half 

2003-11-08 09:48  schloegl

	* extra/tsa/acovf.m: replace double by real 

2003-11-08 07:48  schloegl

	* main/signal/__power.m: typo fixed 

2003-11-07 17:45  taltman

	* main/io/append_save.m: taltman: Added main/io/append_save.m 

2003-11-07 04:10  adb014

	* admin/: CONTENTS, OctRe.pm, change_va_arg.pm, find_changes,
	get_authors, get_contents, make_index, mkdoc, mkpkgadd, mktexi,
	no_vr_val.pm, template.ndev, template.readme: Try again for
	permission change 

2003-11-07 03:57  adb014

	* admin/: mkdoc, mktexi: Try again with mkdoc/mktexi 

2003-11-06 16:49  pkienzle

	* autogen.sh, configure.base, admin/RPM/configure.add: Only allowed
	one AC_OUTPUTS statement, so define CONFIGURE_OUTPUTS which can 
	gather outputs from multiple directories.  

2003-11-06 15:53  schloegl

	* extra/tsa/invest0.m: sumskipnan did not accept logical values -
	fixed 

2003-11-06 15:20  schloegl

	* extra/tsa/adim.m: add mode=6: stable adaptive estimation w/o W ;
	corrected IR(1,1)-1 can be immediately used for Mahalanobis Distance
	x*IR*x' 

2003-11-06 09:42  adb014

	* admin/: mkdoc, mktexi: Re-add mktexi/mkdoc with the right execute
	flagscvs add mktexi mkdoc 

2003-11-06 09:41  adb014

	* admin/: mkdoc, mktexi: remove mktexi/mkdoc so I can add the
	execute flag on new checkin 

2003-11-06 09:36  adb014

	* admin/: mkdoc, mktexi: execute flag for mkdoc/mktexi 

2003-11-05 12:47  tpikonen

	* extra/graceplot/alternatives/: cla.m, clf.m, figure.m: Added
	documentation strings.  

2003-11-05 06:04  schloegl

	* extra/tsa/mvar.m: Remove profiling variable AS_FLAG.MVAR.* 

2003-11-05 05:40  schloegl

	* extra/NaN/flag_implicit_skip_nan.m: removed. Not needed anymore.  

2003-11-05 05:20  schloegl

	* extra/NaN/sem.m: fix 2nd output argument 

2003-10-31 13:33  schloegl

	* extra/NaN/README.TXT: performance increase 

2003-10-31 13:15  schloegl

	* extra/NaN/: INSTALL, sumskipnan.m: improve performance
	(exist-function and FLAG_IMPLICIT_SKIP_NAN are removed because they
	slow down significantly); 

2003-10-31 13:13  schloegl

	* extra/NaN/: sumskipnan.cpp, sumskipnan2.cpp: rename
	SUMSKIPNAN.CPP 

2003-10-30 06:02  adb014

	* admin/mkdoc, admin/mktexi, Makeconf.base, configure.base,
	main/comm/Makefile, main/comm/mkdoc, main/comm/mktexi: Move mktexi
	and mkdoc for use by future package. Add flag for N-dim arrays 

2003-10-27 14:03  aadler

	* main/statistics/anovan.m: no "keyboard" 

2003-10-27 12:21  schloegl

	* extra/NaN/: mean.m, var.m: docu corrected 

2003-10-27 10:44  pkienzle

	* main/audio/: auload.m, ausave.m: Accept aiff or aif as valid AIFF
	file extensions.  Accept row oriented or column oriented data
	(assumes number of channels is less than the number of samples,
	which in almost all cases will not be a problem but there will be
	corner cases where this fails).  

2003-10-27 10:24  aadler

	* extra/mex/Makefile, main/sparse/Makefile,
	main/sparse/make_sparse.cc: doc bug 

2003-10-24 13:29  aadler

	* main/statistics/anovan.m: test data for 1D 

2003-10-24 12:14  aadler

	* main/statistics/anovan.m: mixed DF bug. Works against Matlab test
	code 

2003-10-24 11:58  aadler

	* main/statistics/anovan.m: works _with_ replication, not without 

2003-10-24 11:23  aadler

	* main/statistics/anovan.m: working version 

2003-10-24 10:09  aadler

	* main/statistics/anovan.m: N way anova 

2003-10-22 16:15  pkienzle

	* extra/mex/mex.cc: Warn mex users that structures don't work right
	yet 

2003-10-22 14:35  pkienzle

	* extra/mex/: mex.cc, mex.h, mystruct.c: Support for structures 

2003-10-21 22:20  pkienzle

	* extra/mex/: README, mex.cc, mex.h: Return 2 as the number of
	dimensions (octave 2.1.51 will be able to do better than this, but
	we will have to wait until we get there).  

2003-10-21 21:27  pkienzle

	* main/miscellaneous/listen.cc: Better cygwin support.  

2003-10-21 10:35  aadler

	* main/sparse/: make_sparse.h, sp_test.m, sparse_inv.cc: minor test
	and error mods 

2003-10-20 13:31  pkienzle

	* main/optim/: lp.cc, lp_test.m: Better argument checking (allow []
	and scalar as lower/upper bound).  A bit nicer code to transform
	bounds to 0-based bounds.  Fix array out of bounds reference (use
	0-origin array indices).  Warn that solution does not always work
	(like the new test 6 for example).  

2003-10-18 00:55  aadler

	* main/sparse/: Makefile, complex_sparse_ops.cc, make_sparse.cc,
	sp_test.m: spreal spimag and new tests 

2003-10-17 21:13  aadler

	* main/sparse/: make_sparse.cc, sparse_full.cc, sparse_inv.cc: 
	texinfo for documentation strings 

2003-10-17 17:59  adb014

	* main/: comm/galois.cc, comm/minpol.m, comm/op-gm-gm.cc,
	comm/op-m-gm.cc, miscellaneous/listen.cc: Small changes for
	errors/warning in latest CVS 

2003-10-12 23:44  aadler

	* main/sparse/sparse_ops.h: check for out of bounds in allocation 

2003-10-09 05:00  schloegl

	* extra/NaN/zscore.m: cleaned up code; double division changed to
	mul and single div; check of DIM argument cleaner 

2003-10-09 04:27  schloegl

	* extra/NaN/zscore.m: bug fix for complex data 

2003-10-06 08:14  tpikonen

	* extra/graceplot/: grace_octave_path.m.in, toggle_grace_use.m: 
	Fixed graceplot init scripts to work with CVS Octave 

2003-10-06 07:14  schloegl

	* extra/NaN/trimean.m: function flix replaced 

2003-09-30 13:36  pkienzle

	* admin/Windows/README: Add notes on building /opt/octave-support 

2003-09-29 14:20  tpikonen

	* octinst.sh.in: Create PKG_ADD for */alternatives -directories 

2003-09-29 03:29  schloegl

	* extra/NaN/zscore.m: increase efficiency for complex data 

2003-09-27 15:32  schloegl

	* extra/NaN/sumskipnan2.cpp: fix possible memory leak 

2003-09-27 05:45  schloegl

	* extra/NaN/: kurtosis.m, meansq.m, nanstd.m, rms.m, sem.m,
	skewness.m, statistic.m: more efficient use of complex data 

2003-09-26 20:08  pkienzle

	* main/struct/getfield.m: [Johan Bergman] fix texinfo 

2003-09-26 20:04  pkienzle

	* main/plot/print.m: Make sure copyright statement follows rules of
	help.  

2003-09-26 03:42  schloegl

	* extra/NaN/: std.m, sumskipnan.m, var.m: use of sum square for
	complex data improved; check of input arguments simplified 

2003-09-26 03:41  schloegl

	* extra/NaN/sumskipnan2.cpp: returns sum square also for complex
	data 

2003-09-25 10:41  schloegl

	* extra/NaN/sumskipnan2.cpp: check of DIM-argument improved 

2003-09-25 05:44  schloegl

	* extra/NaN/std.m: implement best unbiased estimation of S.D.
	(Note: this is different than the square root of the best unbiased
	estimator of the variance) 

2003-09-24 03:38  schloegl

	* extra/NaN/nantest.m: test for GEOMAN and HARMMEAN included 

2003-09-23 06:46  tpikonen

	* extra/graceplot/grace_octave_path.m.in: The path generated by the
	build was missing the last part ("graceplot").  

2003-09-22 14:03  schloegl

	* extra/NaN/: INDEX, nanstd.m, nansum.m, README.TXT: fixes for
	buggy NANSUM and NANSTD included 

2003-09-22 14:01  schloegl

	* extra/NaN/: naninsttest.m, nantest.m: tests for buggy NANSUM and
	NANSTD (from Mathworks) included 

2003-09-22 13:00  schloegl

	* extra/NaN/sumskipnan.m: support for real ND-arrays included in
	C-MEX version of SUMSKIPNAN 

2003-09-22 12:36  schloegl

	* extra/NaN/sumskipnan2.cpp: support for complex data 

2003-09-22 12:08  schloegl

	* extra/NaN/sumskipnan2.cpp: support for real ND-arrays included 

2003-09-19 11:20  schloegl

	* extra/tsa/bispec.m: typo fixed 

2003-09-19 05:30  schloegl

	* extra/NaN/: median.m, trimean.m: check of DIM<=2 removed 

2003-09-18 16:48  qspencer

	* main/miscellaneous/waitbar.cc: 
	
	Adds new functionality that enables display of text strings in the 
	waitbar, for greater compatibility with MATLAB. Also fixes a
	cosmetic bug that in some cases resulted in a double "%" character
	by replacing printf commands with fputs(string,stdout).  

2003-09-18 11:40  schloegl

	* extra/NaN/trimean.m: support of ND-arrays implemented 

2003-09-18 11:18  schloegl

	* extra/NaN/median.m: support of ND-arrays implemented 

2003-09-18 09:34  schloegl

	* extra/NaN/sumskipnan2.cpp: C-MEX mplementation for SUMSKIPNAN
	included - thanks to Patrick Houweling 

2003-09-18 04:32  schloegl

	* extra/NaN/sumskipnan.m: support of MEX-imeplementation, support
	for VERSION < 2.1.36 removed 

2003-09-16 08:44  schloegl

	* extra/NaN/: naninsttest.m, nantest.m: fixed a few glitches 

2003-09-15 10:09  schloegl

	* extra/NaN/nantest.m: division of two singular matrices returns an
	Inf-Matrix in matlab - test for this strange behaviour included 

2003-09-15 10:07  schloegl

	* extra/NaN/covm.m: explicit temporary variable saves memory,
	larger matrices can be applied 

2003-09-14 04:16  kahacjde

	* main/general/gradient.m: 
	
	Bug fix. It is triggerd in case of column-wise gradients and
	non-square matrices.  Thanks to Eric Hill Matlis for sending the bug
	report.  

2003-09-12 10:22  adb014

	* Makeconf.base, configure.base, extra/fake-sparse/sparse.m,
	extra/fake-sparse/spdiags.m, extra/pdb/strtoz.m,
	extra/testfun/speed.m, extra/ver20/nanmax.m, extra/ver20/nanmean.m,
	extra/ver20/nanmedian.m, extra/ver20/nanmin.m,
	extra/ver20/nanstd.m, extra/ver20/nansum.m, main/audio/clip.m,
	main/comm/Makefile, main/comm/galois.h, main/comm/gf.cc,
	main/comm/ov-galois.cc, main/comm/qaskdeco.m,
	main/general/interpft.m, main/general/sortrows.m,
	main/geometry/tsearchdemo.m, main/image/impad.m,
	main/image/imread.m, main/image/imwrite.m, main/io/textread.m,
	main/linear-algebra/rref.m, main/optim/lp.cc,
	main/optim/test_fminunc_1.m, main/signal/pburg.m,
	main/signal/pyulear.m, main/signal/rectpuls.m,
	main/signal/tripuls.m, main/signal/xcorr2.m, main/signal/zplane.m,
	main/sparse/fem_test.m, main/sparse/sp_test.m,
	main/sparse/spdiags.m, main/specfun/ellipke.m,
	main/specfun/legendre.m, main/statistics/nanmedian.m,
	main/strings/strmatch.m: Changes to allow use with latest CVS of
	octave (do_fortran_indexing, etc) 

2003-09-12 08:14  schloegl

	* extra/NaN/: INDEX, INSTALL, README.TXT, tcdf.m, tinv.m, tpdf.m: 
	TPDF, TCDF and TINV included - these are needed to fix some Matlab
	bux 

2003-09-12 08:12  schloegl

	* extra/NaN/nantest.m: TPDF, TCDF and TINV included; test Matrix
	Division Error NaN/NaN modified for ML6.5 - Dimension must be p=3 or
	larger) 

2003-09-12 08:10  schloegl

	* extra/NaN/naninsttest.m: test for NORMPDF, NORMCDF, NORMINV,
	TPDF, TCDF and TINV included 

2003-09-12 08:02  schloegl

	* extra/tsa/mvar.m: MATRIX DIVISON ERROR is observed only for p>2
	e.g. p=3 in ML 6.5; test modified for ML6.5 

2003-09-10 08:22  schloegl

	* extra/NaN/: INDEX, README.TXT: NANTEST separated; NANTEST checks
	only NaN-related properties of standard octave; NANINSTTEST checks
	whether the NaN-tb is correctly installed 

2003-09-10 08:17  schloegl

	* extra/NaN/: naninsttest.m, nantest.m: NANTEST separated; NANTEST
	checks only NaN-related properties of standard octave; NANINSTTEST
	checks whether the NaN-tb is correctly installed 

2003-09-10 04:59  schloegl

	* extra/NaN/nantest.m: more acccurate output message 

2003-09-06 13:09  adb014

	* main/comm/: galois.cc, qaskdeco.m: Bug fix to pow(galois) and
	qaskdeco 

2003-08-29 23:03  aadler

	* main/sparse/: Makefile, sp_test.m, sparse_inv.cc,
	SuperLU/SRC/dpivotL.c, SuperLU/SRC/zpivotL.c: mods to prevent
	segfaults for sparse 

2003-08-29 17:21  aadler

	* main/sparse/: Makefile, complex_sparse_ops.cc, sp_test.m: mods to
	fix bugs for empty sparse 

2003-08-29 16:46  aadler

	* main/sparse/: complex_sparse_ops.cc, sparse_ops.cc: fixed bug in
	indexing 

2003-08-29 15:40  aadler

	* main/sparse/: complex_sparse_ops.cc, make_sparse.h,
	sparse_inv.cc, sparse_ops.cc: throw error rather than segfault for
	singular matrices 

2003-08-28 17:17  pkienzle

	* INDEX, main/optim/INDEX, main/sparse/INDEX, main/strings/INDEX,
	main/symbolic/INDEX: Add some missing functions 

2003-08-27 16:09  adb014

	* main/comm/qaskdeco.m: minor bug fix to QAM demodulation with very
	noisy signals 

2003-08-25 11:15  tpikonen

	* extra/graceplot/: Makefile, README, TODO, __grcmd__.cc,
	grace_octave_path.m.in, toggle_grace_use.m,
	alternatives/__errcomm__.m, alternatives/__errplot__.m,
	alternatives/__grpltfmt__.m, alternatives/__plr1__.m,
	alternatives/__plr2__.m, alternatives/__plr__.m,
	alternatives/__plt1__.m, alternatives/__plt2__.m,
	alternatives/__plt2mm__.m, alternatives/__plt2mv__.m,
	alternatives/__plt2ss__.m, alternatives/__plt2vm__.m,
	alternatives/__plt2vv__.m, alternatives/__plt__.m,
	alternatives/__pltopt1__.m, alternatives/__pltopt__.m,
	alternatives/axis.m, alternatives/bar.m, alternatives/cla.m,
	alternatives/clf.m, alternatives/errorbar.m, alternatives/figure.m,
	alternatives/hold.m, alternatives/ishold.m, alternatives/mplot.m,
	alternatives/multiplot.m, alternatives/oneplot.m,
	alternatives/plot.m, alternatives/polar.m, alternatives/print.m,
	alternatives/semilogx.m, alternatives/semilogxerr.m,
	alternatives/semilogy.m, alternatives/semilogyerr.m,
	alternatives/subplot.m, alternatives/subtitle.m,
	alternatives/subwindow.m, alternatives/title.m,
	alternatives/xlabel.m, alternatives/ylabel.m: graceplot 

2003-08-25 11:15  tpikonen

	* extra/graceplot/: Makefile, README, TODO, __grcmd__.cc,
	grace_octave_path.m.in, toggle_grace_use.m,
	alternatives/__errcomm__.m, alternatives/__errplot__.m,
	alternatives/__grpltfmt__.m, alternatives/__plr1__.m,
	alternatives/__plr2__.m, alternatives/__plr__.m,
	alternatives/__plt1__.m, alternatives/__plt2__.m,
	alternatives/__plt2mm__.m, alternatives/__plt2mv__.m,
	alternatives/__plt2ss__.m, alternatives/__plt2vm__.m,
	alternatives/__plt2vv__.m, alternatives/__plt__.m,
	alternatives/__pltopt1__.m, alternatives/__pltopt__.m,
	alternatives/axis.m, alternatives/bar.m, alternatives/cla.m,
	alternatives/clf.m, alternatives/errorbar.m, alternatives/figure.m,
	alternatives/hold.m, alternatives/ishold.m, alternatives/mplot.m,
	alternatives/multiplot.m, alternatives/oneplot.m,
	alternatives/plot.m, alternatives/polar.m, alternatives/print.m,
	alternatives/semilogx.m, alternatives/semilogxerr.m,
	alternatives/semilogy.m, alternatives/semilogyerr.m,
	alternatives/subplot.m, alternatives/subtitle.m,
	alternatives/subwindow.m, alternatives/title.m,
	alternatives/xlabel.m, alternatives/ylabel.m: Initial revision 

2003-08-25 11:10  tpikonen

	* Makeconf.base, Makefile, configure.base, octinst.sh.in,
	extra/Makefile: Add support for alternative functions.  

2003-08-20 20:11  pkienzle

	* main/signal/pwelch.m: [John Serafin] use correct value in warning
	message.  

2003-08-19 09:51  tpikonen

	* configure.base: 
	
	Fixed an M4 quoting bug in a sed command giving value to subver.  

2003-07-28 17:10  pkienzle

	* admin/Windows/: DetectDrives.nsi, install_octave.sh,
	octave-install-win32.nsi: Attempt to detect and link drives from
	NSIS rather than install_octave.sh 

2003-07-28 12:05  pkienzle

	* admin/Windows/install_octave.sh: Remove dependency on cmd by
	always linking all drives.  An alternative is to try to detect the
	existing drives from NSIS and create links there.  

2003-07-28 00:10  pkienzle

	* main/miscellaneous/listen.cc: Default to "nodebug" if "debug" is
	not specified.  

2003-07-27 23:54  pkienzle

	* admin/Windows/: README, install_octave.sh,
	octave-install-win32.nsi: A new attempt at an automated build.  We
	aren't there yet: the links still have to be created by hand.  

2003-07-25 15:11  pkienzle

	* extra/MacOSX/image.m, extra/Windows/image.m,
	extra/testfun/test.m, main/comm/comms.m, main/image/imginfo.m,
	main/image/imread.m, main/image/imwrite.m,
	main/miscellaneous/edit.m, main/miscellaneous/slurp_file.m,
	main/plot/gget.m, main/plot/legend.m, main/plot/print.m: Make sure
	all files names referenced in system calls are wrapped in quotes to
	protect against spaces in the path.  

2003-07-25 15:03  pkienzle

	* extra/Windows/Makefile: Use LN_S rather than ln -s.  

2003-07-25 15:01  pkienzle

	* main/sparse/Makefile: Use $(LN_S) instead of ln -s 

2003-07-25 05:34  pkienzle

	* admin/Windows/mkstdc++dll.sh: strip stdc++.dll to save space on
	binary distribution 

2003-07-23 13:21  aadler

	* main/sparse/: sparse_full.cc, sparse_inv.cc: modified help files 

2003-07-17 16:09  pkienzle

	* admin/Windows/mkstdc++dll.sh: Just create libstdc++.dll.a, but
	don't put it anywhere in particular.  Let the user decide if shared
	or static linking will be the default, and explain how to override
	the default.  

2003-07-17 13:42  schloegl

	* extra/tsa/mvfilter.m: correct order of arguments if data is
	transposed 

2003-07-17 13:18  schloegl

	* extra/NaN/nantest.m: save warning status and turn warning off 

2003-07-17 13:16  schloegl

	* extra/NaN/center.m: return mean in second argument 

2003-07-17 07:40  pkienzle

	* admin/Windows/mkstdc++dll.sh: Add author/date notice 

2003-07-17 07:32  pkienzle

	* admin/Windows/mkstdc++dll.sh: Need to include the *.o files on
	the link line! Added some documentation.  

2003-07-17 01:38  pkienzle

	* main/general/interp1.m: make *pchip an alias for pchip 

2003-07-17 01:15  pkienzle

	* admin/Windows/mkstdc++dll.sh: script to build
	/usr/bin/libstdc++.dll and /usr/lib/libstdc++.dll.a 

2003-07-16 09:33  pkienzle

	* doc/octave-forge-home.html: wiki.octave.org (correct URL this
	time) 

2003-07-16 09:28  pkienzle

	* doc/octave-forge-home.html: wiki.octave.org (finally!) 

2003-07-15 10:38  pkienzle

	* extra/soctcl/: NOINSTALL, README, octave.doc, octave.tcl,
	pkgIndex.tcl, release.sh, tclphoto.m, tclsend.m, demo/echod.tcl,
	demo/echosync.tcl, demo/matrix.tcl, demo/octpipe.tcl,
	demo/octsync.tcl: Socket connection between Octave and Tcl 

2003-07-14 12:32  schloegl

	* extra/tsa/aar.m: aMode==0 (system noise known) and vMode==0
	(observation noise known) implemented 

2003-07-11 19:37  schloegl

	* extra/tsa/aar.m: initial values can be defined now as extended
	covariance matrix 

2003-07-11 19:20  schloegl

	* extra/tsa/aar.m: initial values can be defined now as extended
	covariance matrix 

2003-07-07 03:31  schloegl

	* main/statistics/nanmin.m: bug fix:  nanmin([nan,X]) yield -Inf
	instead of min(X) 

2003-07-04 05:42  rlaboiss

	* nonfree/gpc/debian/changelog: Debian release 0.1.3-1 

2003-07-03 19:25  rlaboiss

	* nonfree/gpc/: ChangeLog, Makefile.am, configure.in, gpc_clip.cc,
	octave-gpc.cc, octave-gpc.h, debian/changelog, debian/control,
	debian/rules: Release 0.1.3.  See ChangeLog and debian/changelog
	for the changes.  

2003-07-01 11:12  schloegl

	* extra/NaN/corrcoef.m: docu extended, if no NaN's do not check
	nan_sig; syntax error corrected, 

2003-06-30 12:03  schloegl

	* extra/NaN/corrcoef.m: hack to skip NaNs in min(sig_nan). This is
	necessary because Octave returns NaN instead of X for min(NaN,X) 

2003-06-30 10:58  schloegl

	* extra/NaN/corrcoef.m: checking correlation of NaN's: works now
	with SPEARMAN and RANK, calculation corrected; did several checks
	with Matlab and Octave4Win 2.1.42 

2003-06-29 17:44  schloegl

	* extra/NaN/corrcoef.m: included significance test for checking if
	NaN's are correlated (H1) or not (H0) 

2003-06-29 02:46  qspencer

	* admin/RPM/: configure.add, octave-forge.spec.in: [no log message] 

2003-06-24 16:04  schloegl

	* extra/tsa/adim.m: check of maximum UC corrected 

2003-06-24 15:27  schloegl

	* extra/tsa/: INDEX, aarmam.m: aincluded aarmam and update INDEX 

2003-06-24 15:22  schloegl

	* extra/tsa/: adim.m, contents.m, mvfreqz.m: adim and mvfreqz added 

2003-06-24 13:19  pkienzle

	* main/miscellaneous/listen.cc: Put timing information in for data
	transfer and command execution 

2003-06-23 17:34  pkienzle

	* main/miscellaneous/listen.cc: Make debug a run time rather than
	compile time option.  

2003-06-20 22:57  pkienzle

	* main/miscellaneous/inline.m: use inline_return rather than r to
	reduce chances of a name collision within the expression.  
	
	It would be nice if we could handle, e.g., 
	
		inline('if x<3, 3; else x; end') 
	
	but I don't know how.  

2003-06-19 09:07  schloegl

	* extra/tsa/INDEX: update, minor changes 

2003-06-18 11:30  aadler

	* main/optim/: fmins.m, nmsmax.m: change default parameters 

2003-06-18 11:30  aadler

	* main/image/Makefile: add rotate_scale 

2003-06-13 13:36  aadler

	* extra/Windows/: Makefile, win32api.cc, win32api_win32part.cc: 
	read registry 

2003-06-13 11:12  schloegl

	* main/io/fileparts.m: not needed anymore because its part of
	standard octave 

2003-06-13 03:18  schloegl

	* main/strings/strmatch.m: support for cell arrays included 

2003-06-12 22:37  pkienzle

	* main/miscellaneous/edit.m: change to octave directory before
	starting edit use persistent variables rather than globals use
	FUNCTION_EDITOR rather than EDITOR 

2003-06-12 22:21  pkienzle

	* main/plot/legend.m: (Quentin Spencer) cell array support 

2003-06-10 16:45  pkienzle

	* main/struct/setfield.cc: Handle case of setfield on an empty
	structure.  

2003-06-10 16:44  pkienzle

	* main/miscellaneous/slurp_file.m: proper interpretation of
	file_in_path return value for failed case 

2003-06-10 16:42  pkienzle

	* main/vrml/: defSpeakBox.wrl, defSpeakSphere.wrl,
	data/defSpeakBox.wrl, data/defSpeakSphere.wrl: Move *.wrl files to
	data subdirectory so they get installed automatically.  

2003-06-10 16:37  pkienzle

	* main/vrml/: vrml_arrow.m, vmesh.m: remove do_fortran_indexing
	assumption 

2003-06-10 16:35  pkienzle

	* main/vrml/select_3D_points.m: remove && || precedence warning 

2003-06-10 16:34  pkienzle

	* main/vrml/doc/.cvsignore: ignore build droppings 

2003-06-10 15:45  pkienzle

	* main/struct/tar.m: Replace attempted string+eval magic with a
	simple for loop.  

2003-06-06 14:30  pkienzle

	* main/optim/wpolyfit.m: (Rolf Fabian) Handle complex-valued x,y.  

2003-06-03 05:36  etienne

	* main/vrml/vrml_frame.m: More concise vrml code. Do non
	orthonormal frame 

2003-06-03 05:29  etienne

	* main/miscellaneous/rotparams.m: always return real angle 

2003-06-02 15:28  pkienzle

	* extra/mex/mex.in: Accept -c argument for compile-only, do not
	link 

2003-06-02 09:43  pkienzle

	* RELEASE-NOTES: slightly nicer formatting 

2003-06-02 09:42  pkienzle

	* RELEASE-NOTES: Correct link to RELEASE-NOTES, and link to
	ChangeLog 

2003-06-02 08:57  pkienzle

	* ChangeLog, main/miscellaneous/OCTAVE_FORGE_VERSION.m: R2003-06-02
	release 

2003-06-02 08:54  pkienzle

	* RELEASE-NOTES: june 2 release 

2003-06-01 22:36  pkienzle

	* ChangeLog: R2003-06-01 release 

2003-06-01 22:33  pkienzle

	* release.sh: better organized release instructions 

2003-06-01 22:26  pkienzle

	* RELEASE-NOTES: Update with final release notes 

2003-06-01 22:23  pkienzle

	* main/plot/gget.m: Another attempt to fix the race condition 

2003-06-01 21:36  pkienzle

	* ChangeLog, main/miscellaneous/OCTAVE_FORGE_VERSION.m: R2003-06-01
	release 

2003-06-01 18:03  pkienzle

	* main/comm/.cvsignore: ignore more texinfo junk 

2003-06-01 17:24  pkienzle

	* RELEASE-NOTES: note sparse concatenation functions 

2003-06-01 17:11  pkienzle

	* main/miscellaneous/listen.cc: Give evaluation context in error
	message 

2003-06-01 15:48  pkienzle

	* .cvsignore: octave-forge/.cvsignore accidentally added to root
	--- add it here instead 

2003-06-01 15:44  pkienzle

	* main/comm/Makefile: GNU make automatically tags rm with - 

2003-06-01 15:36  pkienzle

	* FIXES/.cvsignore, extra/MacOSX/.cvsignore,
	extra/Windows/.cvsignore, extra/linear-algebra/.cvsignore,
	extra/mex/.cvsignore, extra/symband/.cvsignore,
	extra/testfun/.cvsignore, main/comm/.cvsignore,
	main/general/.cvsignore, main/geometry/.cvsignore,
	main/image/.cvsignore, main/optim/.cvsignore, main/plot/.cvsignore,
	main/signal/.cvsignore, main/sparse/.cvsignore,
	main/specfun/.cvsignore, main/splines/.cvsignore,
	main/miscellaneous/.cvsignore, main/strings/.cvsignore,
	main/struct/.cvsignore, main/symbolic/.cvsignore: Ignore build
	targets when doing cvs -q update -dP --- makes it easier to notice
	that files have been added.  

2003-05-29 17:10  cgijobs

	* doc/octave-forge-home.html: Added documentation and link for
	Octave interface on TeXmacs.  The pdf file is not much to look at,
	but it prints up O.K.  I've requested a better copy from the author.  

2003-05-29 09:00  etienne

	* main/vrml/: test_vmesh.m, vmesh.m, vrml_browse.m, vrml_faces.m: 
	Misc small fixes in behavior and doc.  

2003-05-27 10:30  schloegl

	* extra/NaN/: std.m, var.m: OPTION as arg2 included (for
	compataibility reasons) 

2003-05-24 12:49  watsma

	* main/symbolic/: findsymbols.cc, symbols.cc: Added conditional
	include for octave version 2.1.48.  

2003-05-22 11:19  persquare

	* INSTALL.MacOSX: Minor correction.  

2003-05-22 10:47  persquare

	* INSTALL.MacOSX: Minor clarification.  

2003-05-22 10:44  persquare

	* main/comm/Makefile: Directory must exist before installing info
	file.  

2003-05-21 16:53  persquare

	* INSTALL.MacOSX: Updating info to reflect current state 

2003-05-21 16:52  persquare

	* configure.base, octinst.sh.in: Use COPY_FLAGS to set options for
	cp when installing .oct files.  

2003-05-21 14:20  aadler

	* main/sparse/: sp_test.m, sphcat.m, spvcat.m: concatenate sparse
	matrices 

2003-05-21 11:58  pkienzle

	* RELEASE-NOTES: mention new signal/*freq* functions 

2003-05-21 09:29  pkienzle

	* main/signal/: INDEX, freqs.m, freqs_plot.m, invfreq.m,
	invfreqs.m, invfreqz.m: [for Julius Smith] new functions 

2003-05-17 08:45  adb014

	* main/comm/: Makeconf.add, Makefile, configure.add: Make use of
	texinfo optional, and setup by ./configure 

2003-05-17 08:43  adb014

	* main/audio/: aucapture.m, auload.m, auplot.m: Start converting
	hep to texinfo, with aim of converting all help in this fashion 

2003-05-15 17:34  pkienzle

	* main/general/interp2.m: correct handling of 5+ args (?) 

2003-05-15 17:31  pkienzle

	* main/plot/: surf.m, surfc.m: better handling of gnuplot3.8i? 

2003-05-15 17:30  pkienzle

	* RELEASE-NOTES: prep for next release 

2003-05-15 17:29  pkienzle

	* main/comm/hammgen.m: protect against whitespace_in_literal_matrix
	= "ignore" 

2003-05-15 17:28  pkienzle

	* main/signal/INDEX: refs for pmusic, etc in spctools 

2003-05-15 17:26  pkienzle

	* extra/mex/mex.h: Protect against multiple inclusion 

2003-05-15 17:25  pkienzle

	* extra/mex/mex.cc, main/comm/gf.cc, main/image/bwfill.cc,
	main/image/bwlabel.cc, main/signal/remez.cc,
	main/sparse/make_sparse.h, main/strings/regexp.cc,
	main/symbolic/sumterms.cc: OCTAVE_LOCAL_BUFFER now requires
	#include <memory> 

2003-05-15 15:56  etienne

	* main/optim/: test_min_2.m, test_min_3.m, test_min_4.m: Make tests
	reproducible 

2003-05-15 15:55  etienne

	* main/optim/line_min.m: Tweaking 

2003-05-15 15:55  etienne

	* main/optim/bfgs.m: Tweaking and Michael Creel's bugfix 

2003-05-15 15:20  etienne

	* main/vrml/: save_vrml.m, test_vmesh.m, vmesh.m, vrml_points.m,
	vrml_surf.m: Misc. fixes and improvements 

2003-05-15 12:05  pkienzle

	* configure.base: suppress init files when querying octave 

2003-05-15 10:32  pkienzle

	* release.sh: Put release # in the changelog, instead of $TAG 

2003-05-14 16:18  watsma

	* main/symbolic/Makefile: Added new target sumterms.  

2003-05-14 16:16  watsma

	* main/symbolic/poly2sym.m: Initial commit. Returns symbolic
	polynomial given coefficients.  

2003-05-14 16:15  watsma

	* main/symbolic/sym2poly.m: Initial commit. Break down symbolic
	polynomial in coefficients.  

2003-05-14 16:13  watsma

	* main/symbolic/sumterms.cc: Initial commit. Returns the summed
	terms of an equation, used in sym2poly.  

2003-05-14 11:14  prnienhuis

	* doc/Octave_Windows.htm: [no log message] 

2003-05-14 10:31  prnienhuis

	* doc/Octave_Windows.htm: [no log message] 

2003-05-14 06:32  etienne

	* main/miscellaneous/read_options.m: Add 'verbose' option 

2003-05-13 09:07  pkienzle

	* main/signal/aryule.m: (for E. Joshua Rigler) can't normalize the
	autocorrelation if we want to return the correct scale for the
	returned power spectrum.  

2003-05-09 13:57  schloegl

	* extra/tsa/acovf.m: major change in considering Missing Values
	(i.e. NaN; remove XCORR since it is useless 

2003-05-06 17:01  adb014

	* main/comm/Makefile: Fix stupid little mistake 

2003-05-06 08:08  watsma

	* main/symbolic/symlsolve.cc: Now accepts list/cell-array arguments
	and return a list of expressions rather than relations.  

2003-05-06 07:31  watsma

	* main/symbolic/Makefile: Removed an extra target that blocked
	compilation.  

2003-05-06 06:22  watsma

	* main/symbolic/INDEX: Added new entries: numden, findsymbols,
	findsym, symlsolve, symfsolve, syminfo 

2003-05-05 17:47  watsma

	* main/symbolic/Makefile: Updated for new targets.  

2003-05-05 17:43  watsma

	* main/symbolic/: findsym.m, findsymbols.cc, numden.cc,
	symfsolve.m, syminfo.cc, symlsolve.cc: main/symbolic/numden.cc 
	  Initial version - Oct file to get numerator and denominator of a 
	  ratio of polynomials.  main/symbolic/findsymbols.cc 
	  Initial version - Oct file to retrieve a sorted list of symbols in 
	  expression.  main/symbolic/findsym.m 
	  Initial version - M file to retrieve list of symbols,
	  m****b-compatible.  main/symbolic/symlsolve.cc 
	  Initial version - Oct file to call GiNaC::lsolve() - solve linear
	  system of equations.  main/symbolic/symfsolve.m 
	  Initial version - M file generates temporary function file and
	  applies fsolve() to a (set of) symbolic equations.  
	main/symbolic/syminfo.cc 
	  Initial version - Oct file to retrieve information about
	  expressions - calls GiNaC::info().  main/symbolic/Makefile 
	  Added new targets.  

2003-05-05 17:39  watsma

	* main/symbolic/: ov-ex.h, ov-ex.cc: main/symbolic/ov-ex.h 
	main/symbolic/ov-ex.cc 
	  Modified the constructors and the destructor and added a symbol
	  list and symbol reference count. New members are: 
	       void assign_symbol_to_list(GiNaC::symbol &sym); 
	       class symbol_list_item; 
	       static std::vector<symbol_list_item> symbol_list; 
	  This is a work-around for the fact that GiNaC can have different 
	  symbols with the same string name, while in octave you want a
	  symbol that appears the same to actually be the same. It works
	  great as long as symbols are declared in octave. It is still
	  possible to have same-name symbols that are different to GiNaC, if a
	  symbol goes out of scope in octave without it being defined in
	  octave's workspace. This could be fixed by also keeping reference
	counts for symbols in expressions.  

2003-05-05 17:36  watsma

	* main/symbolic/: symbols.cc, symbols.h: Added get_relation() Fixed
	a remaining multiline-string - added \n\ Modified subs() to also
	  accept list or cell arguments for old and new expressions. Updated
	the documentation string.  

2003-05-05 17:21  adb014

	* main/comm/: Makefile, comms.txi, gf.cc: Minor fixes that can
	cause a seg fault 

2003-05-05 04:00  etienne

	* main/optim/: d2_min.m, minimize.m, nelder_mead_min.m: Remove
	'interface subject to change' message 

2003-05-04 19:58  aadler

	* main/optim/: adsmax.m, mdsmax.m: maximize and minimize 

2003-05-04 12:48  aadler

	* main/optim/: adsmax.m, fmins.m, mdsmax.m, nmsmax.m: functions to
	support fmins (from www.maths.man.ac.uk/~higham) 

2003-05-04 12:45  aadler

	* main/optim/fminbnd.m: remove space at top - interferes with help 

2003-04-19 14:30  pkienzle

	* main/specfun/ellipke.m: (for Jaakko Ruohio) extend for m < 0 

2003-04-15 06:19  schloegl

	* extra/NaN/nantest.m: include test on sorting NaN's 

2003-04-15 04:02  schloegl

	* extra/tsa/: INDEX, quantiles.m: quantiles has been moved to
	extra/NaN/, now its named Quantile 

2003-04-15 03:56  schloegl

	* extra/NaN/: INDEX, flag_implicit_skip_nan.m, median.m,
	percentile.m, quantile.m, sumskipnan.m, trimean.m: 
	flag_implicit_skip_nan added again, it's useful for temporary
	turnoff of skipping NaN's 

2003-04-11 09:04  pkienzle

	* main/plot/legend.m: minor spelling corrections set valid default
	legend position 

2003-04-11 00:49  pkienzle

	* main/plot/: meshc.m, surfc.m: pretty surfaces, without the legend
	lines 

2003-04-11 00:34  pkienzle

	* main/plot/: peaks.m, surf.m: (for Fabio Rainone) surf using
	gnuplot 3.8i color extensions (for Paul Kienzle) peaks test surface 

2003-04-08 04:43  persquare

	* INSTALL.MacOSX: Updating install instructions for octave+forge on
	OS X.  

2003-04-08 04:28  mazet

	* main/plot/legend.m: 
	* Bug fixed for octave 2.1.40+ 
	* New legend positions (inside, outside...) 
	* New functionality "boxon", "boxoff", alignment left and right 

2003-04-03 21:29  pkienzle

	* doc/octave-forge-home.html: use gnufans everywhere 

2003-04-03 21:27  pkienzle

	* doc/octave-forge-home.html: link to gnufans 

2003-04-03 17:06  aadler

	* main/sparse/: make_sparse.cc, sp_test.m, sparse_ops.h: sparse
	create bug - need to use heap for large temp vars 

2003-04-01 14:37  adb014

	* main/comm/: INDEX, Makefile, awgn.png, comms.m, comms.txi,
	eyediagram.m, eyediagram.png, galois-def.h, galois.cc, galois.h,
	gf.cc, gftable.m, ov-galois.cc, rsdecof.m, rsencof.m,
	scatterplot.m, scatterplot.png: Add sqrt over galois field, code
	cleanup, some optimization and html version of docs 

2003-03-31 15:28  pkienzle

	* main/: time/datestr.m, general/deal.m: Extend the deal function
	to handle [a,b]=deal(b,a) No change to the incompatible
	[a,b]=deal([1,2]) behaviour.  

2003-03-29 08:26  schloegl

	* extra/tsa/ar_spa.m: 
	 investigate whether A<0 is possible, run a few checks, cleaner code 

2003-03-28 09:59  pkienzle

	* admin/make_index: List the ignored notes 

2003-03-28 09:48  pkienzle

	* admin/make_index: fix single character " x = description" INDEX
	entries 

2003-03-27 16:20  adb014

	* batch_test.m, main/sparse/spsum.m: update batch_test for new
	comms toolbox script, typo in PKG_ADD in sparse 

2003-03-27 16:18  adb014

	* main/comm/: comms.m, compand.m, galois.m: Change over the test
	code from galois.m to comms.m, typos 

2003-03-27 16:14  adb014

	* main/comm/: INDEX, Makefile, ademodce.m, comms.txi, demodmap.m,
	lloyds.m, quantiz.m: update test code for the rest of comms
	toolbox, more docs and some minor fixes 

2003-03-27 09:39  pkienzle

	* admin/make_index: Fix texinfo->html conversion.  

2003-03-26 15:00  adb014

	* main/comm/: INDEX, apkconst.m, comms.txi, demodmap.m, mktexi,
	modmap.m, qaskdeco.m, qaskenco.m, scatterplot.m: Add new modulation
	functions, documentation changes and rewrite index so that 
	"Communications" is a toolbox 

2003-03-26 14:54  adb014

	* admin/make_index: allow "fn fn = desc" to give a valid index of
	several function with one description 

2003-03-20 12:26  pkienzle

	* main/miscellaneous/: configure.add, waitbar.cc: support for
	ncurses; punt on smart_term support for irix.  

2003-03-20 09:36  pkienzle

	* main/symbolic/ov-ex-mat.cc: [for David Bateman] add oct-obj.h to
	the include list apparently to allow builds on gcc 3.0.4 and
	octave-2.1.46.  

2003-03-19 22:40  aadler

	* extra/perl/Octave.pm: fix whos handling 

2003-03-18 16:50  adb014

	* main/comm/: INDEX, Makefile, _gfweight.cc, ademodce.m, amodce.m,
	awgn.eps, awgn.m, bchpoly.m, comms.txi, compand.m, cosets.m,
	cyclgen.cc, cyclpoly.cc, decode.m, encode.m, eyediagram.eps,
	galois.cc, galois.m, gf.cc, gfweight.m, isprimitive.cc, mktexi,
	primpoly.cc, randint.m, rsdecof.m, scatterplot.eps, scatterplot.m,
	symerr.m, syndtable.cc, wgn.m: add BCH code, start of modulator,
	additional documentation and bug fixes 

2003-03-16 14:38  kahacjde

	* main/io/dlmread.cc: 
	
	fix infinite loop when undefined characters aren't followed by
	separator 

2003-03-16 12:47  kahacjde

	* main/io/dlmread.cc: 
	
	next rewrite, handles user provided range now 

2003-03-14 22:57  pkienzle

	* main/statistics/INDEX: normplot 

2003-03-14 21:43  pkienzle

	* main/statistics/scatter.m: code cleanup, optimize 

2003-03-14 17:20  persquare

	* INSTALL.MacOSX: Updating install instructions 

2003-03-14 11:52  pkienzle

	* main/statistics/normplot.m: Make sure all data points are
	displayed.  

2003-03-13 14:39  pkienzle

	* main/statistics/normplot.m: Normal probability plot 

2003-03-13 11:07  schloegl

	* extra/NaN/covm.m: First comment line changed, HELP NAN looks
	better now.  

2003-03-13 11:00  schloegl

	* extra/NaN/: normcdf.m, norminv.m, normpdf.m, README.TXT,
	coefficient_of_variation.m: First comment line changed, HELP NAN
	looks better now.  

2003-03-13 09:54  schloegl

	* extra/tsa/quantiles.m: Quantile calculation of sample arrays and
	histograms implemented 

2003-03-13 05:43  tpikonen

	* main/plot/gget.m: Fixed a race condition between octave and
	gnuplot when writing the options file 

2003-03-08 22:46  pkienzle

	* main/sparse/spsum.m: Overload sum with spsum for sparse.  Fix
	error reporting.  Reorder comments.  

2003-03-08 21:48  pkienzle

	* main/comm/: gconv.m, gconvmtx.m, gdeconv.m, gdftmtx.m, gf.cc,
	gfft.m, gifft.m, groots.m: Use functional form of dispatch 

2003-03-08 21:34  pkienzle

	* octinst.sh.in: [Quentin Spencer] fix syntax error [Paul Kienzle]
	remove bash-ism 

2003-03-08 21:21  pkienzle

	* main/optim/lp.cc: [Stephane Kian (?)] Fix range error --- someone
	else will have to confirm that the fix is reasonable.  

2003-03-07 18:20  schloegl

	* extra/tsa/arcext.m: bug fixed and docu improved 

2003-03-06 23:16  pkienzle

	* INDEX: document the 'global' keyword since it doesn't appear in
	DOCSTRINGS 

2003-03-05 20:05  pkienzle

	* main/signal/cheby2.m: [Doug stewart] correct phase for even order
	filters, return statespace and laplacian forms.  

2003-03-05 14:39  etienne

	* main/struct/test_struct.m: Test for struct functions 

2003-03-05 11:32  pkienzle

	* admin/template.ndev: replace angle brackets with proper html
	characters @gt; @lt; 

2003-03-05 10:31  pkienzle

	* RELEASE-NOTES, batch_test.m, configure.base, release.sh,
	admin/template.ndev, extra/mex/mex.cc, main/comm/galois.h,
	main/comm/gf.cc, main/comm/ov-galois.cc, main/comm/ov-galois.h,
	main/general/bitand.cc, main/general/isequal.m,
	main/geometry/tsearch.cc, main/image/bwfill.cc,
	main/image/bwlabel.cc, main/miscellaneous/dispatch.cc,
	main/miscellaneous/listen.doc, main/optim/lp.cc,
	main/parallel/pserver.cc, main/signal/remez.cc,
	main/sparse/complex_sparse_ops.cc, main/sparse/make_sparse.h,
	main/sparse/sparse_ops.cc, main/specfun/ellipj.cc,
	main/strings/regexp.cc, main/struct/getfield.cc: Backport to
	octave-2.1.36 

2003-03-04 22:34  pkienzle

	* configure.base, octinst.sh.in, admin/mkpkgadd,
	main/general/Makefile: [David Bateman] Build and install the
	PKG_ADD files.  {Modified by PAK without testing to see that the
	mods worked} 

2003-03-04 21:52  pkienzle

	* main/signal/: cheby1.m, ellip.m: [Doug Stewart] return ss and
	lapace forms.  

2003-03-04 11:35  tpikonen

	* main/plot/gget.m: Can now handle options whose values span
	multiple lines. Does not use grep and sed anymore.  

2003-03-03 16:15  aadler

	* main/image/rotate_scale.cc: rotate_scale 

2003-03-03 16:15  aadler

	* extra/Windows/image.m: directory separator fix 

2003-03-03 14:45  pkienzle

	* extra/Windows/Makefile: Oops...reversed the condition 

2003-03-02 14:59  schloegl

	* extra/NaN/cov.m: compatibilty to Octave of cov(x,y) restored 

2003-03-02 01:22  pkienzle

	* main/miscellaneous/listen.cc: assume we can use fork if not on
	cygwin 

2003-03-01 13:15  schloegl

	* main/general/char.m: hack is replaced by the correct method
	(setstr) 

2003-02-28 09:54  pkienzle

	* configure.base, Makeconf.base: strip on windows, don't strip on
	mac or sgi 

2003-02-28 09:28  pkienzle

	* extra/Windows/grab.cc: gcc 3.2 updates 

2003-02-28 08:08  schloegl

	* extra/NaN/rankcorr.m: spelling in documentation corrected,
	revision and id included 

2003-02-28 07:01  pkienzle

	* extra/MacOSX/Makefile: Only install MacOSX directory on
	*powerpc-apple-darwin* 

2003-02-27 23:11  pkienzle

	* extra/Windows/NOINSTALL, Makeconf.base, configure.base,
	extra/Windows/Makefile: Make canonical_host_type available to the
	build system and use it for cygwin 

2003-02-27 21:22  pkienzle

	* main/comm/: gfweight.m, INDEX, decode.m, encode.m, gen2par.m,
	rsdecof.m, rsencof.m, vec2mat.m: compatibility updates; more
	functions 

2003-02-27 13:08  aadler

	* main/comm/mktexi: takes various line endings 

2003-02-27 08:55  pkienzle

	* main/miscellaneous/listen.cc: Octave error messages are reported
	again! 

2003-02-27 08:03  pkienzle

	* main/miscellaneous/: listen.cc, listencanfork.c, Makefile: Don't
	fork in Windows 9x --- anyone know how to pass a socket through the
	command line to another app so that we can use spawn instead?  The
	other option is threads, but octave really isn't ready for that.  

2003-02-26 08:13  schloegl

	* extra/NaN/: std.m, var.m: documentation improved 

2003-02-25 09:10  schloegl

	* extra/tsa/: README.TXT, content.m, contents.m: Release TSA3.10
	prepared 

2003-02-25 06:48  schloegl

	* extra/tsa/mvfilter.m: accept column data; warning provides
	information that data was transposed. bug fixed: when p>q
	normalization is corrected 

2003-02-22 22:33  pkienzle

	* main/struct/fieldnames.m: Have fieldnames return a cell array
	rather than a list.  

2003-02-22 22:28  pkienzle

	* main/strings/cellstr.m: convert a character matrix into a cell
	array 

2003-02-22 12:49  pkienzle

	* ChangeLog, main/miscellaneous/OCTAVE_FORGE_VERSION.m: $TAG
	release 

2003-02-22 12:42  pkienzle

	* main/struct/: getfield.cc, setfield.cc, getfield.m, setfield.m: 
	doc updates 

2003-02-22 12:40  pkienzle

	* main/path/fullfile.m: fullfile is now part of octave 

2003-02-22 11:13  pkienzle

	* extra/symband/SymBand.cc: Oops --- max(double,double) should
	return double 

2003-02-22 10:52  pkienzle

	* main/geometry/Makefile: [no log message] 

2003-02-22 10:23  pkienzle

	* main/miscellaneous/dispatch.cc: Warn if dispatch function changes 

2003-02-22 10:22  pkienzle

	* main/comm/: galoisfield.h, gf.cc, hammgen.m, mkdoc: Fix hammgen
	incompatibility 

2003-02-22 10:04  kahacjde

	* main/geometry/Makefile: 
	
	Target griddata does not (yet?) exist 

2003-02-22 08:48  pkienzle

	* main/symbolic/: op-ex-mat.cc, op-ex.cc, op-vpa.cc: missing
	includes 

2003-02-22 08:44  pkienzle

	* main/comm/syndtable.cc: Replace x.checkelem(i) with x(i) 

2003-02-21 00:28  pkienzle

	* main/signal/butter.m: correct the temporary name 

2003-02-21 00:28  pkienzle

	* main/signal/butter.m: Return state space form; return continuous
	or discrete system.  

2003-02-20 22:51  pkienzle

	* main/miscellaneous/listen.cc: Temporary hacks for Win95 support.  

2003-02-20 18:26  pkienzle

	* FIXES/README: Trim the functions which have been moved to octave 

2003-02-20 18:22  pkienzle

	* FIXES/vander.m: changes are already in octave 

2003-02-20 18:18  pkienzle

	* FIXES/union.m: Compatible union is now in octave 

2003-02-20 18:11  pkienzle

	* configure.base: Some compiler specific defines are stored in
	config.h --- mkoctfile needs to know about them for even the
	simplest programs.  

2003-02-20 18:09  pkienzle

	* extra/symband/SymBand.cc: max/min macros conflict with max/min
	methods in the Array class --- use functions instead.  

2003-02-20 18:03  pkienzle

	* extra/linear-algebra/ov-re-tri.cc,
	extra/linear-algebra/ov-re-tri.h, main/comm/Makefile,
	main/comm/galois.h, main/comm/gf.cc, main/image/bwfill.cc,
	main/image/bwlabel.cc, main/image/cordflt2.cc,
	main/miscellaneous/dispatch.cc, main/miscellaneous/listen.cc,
	main/signal/remez.cc, main/sparse/complex_sparse_ops.cc,
	main/sparse/sparse_inv.cc, main/sparse/sparse_ops.cc,
	main/sparse/make_sparse.h, main/sparse/sparse_ops.h,
	main/strings/regexp.cc: Use of "T x[n]" where n is not constant is
	a g++ extension so replace it with OCTAVE_LOCAL_BUFFER(T,x,n), and
	other things to keep the picky MipsPRO CC compiler happy.  

2003-02-20 17:51  pkienzle

	* main/sparse/sp_test.m: Default to 'sum' rather than 'unique'
	assembly 

2003-02-20 13:08  pkienzle

	* extra/mex/mex.cc: don't use g++ extensions (now compiles for
	MipsPRO CC).  

2003-02-20 12:44  pkienzle

	* main/miscellaneous/listen.cc: Proper child exit handling (using
	pure posix interface); cleaner debug statements.  

2003-02-20 00:59  pkienzle

	* RELEASE-NOTES: TSA/NAN updates 

2003-02-19 22:27  pkienzle

	* doc/octave-forge-home.html: Move links to the Wiki (finally,
	someone has set up a wiki!) 

2003-02-19 20:19  pkienzle

	* FIXES/sqrtmtest.m: sqrtm no longer part of octave-forge 

2003-02-19 20:18  pkienzle

	* FIXES/: Makefile, logm.cc, sqrtm.cc: sqrtm and logm are now part
	of Octave 

2003-02-19 20:18  pkienzle

	* main/linear-algebra/: Makefile, rsf2csf.cc, rsf2csf.m: rsf2csf
	removed because of questions about code origin 

2003-02-19 15:20  pkienzle

	* main/comm/: cyclgen.cc, cyclpoly.cc, hammgen.m, lloyds.m,
	syndtable.cc: New functions 

2003-02-19 15:18  pkienzle

	* main/comm/: INDEX, Makefile, _errcore.cc, comms.txi, gconv.m,
	gconvmtx.m, gdeconv.m, gdftmtx.m, gf.cc, gfft.m, gifft.m, groots.m,
	isprimitive.cc, minpol.m, mktexi, primpoly.cc, quantiz.m,
	scatterplot.m: doc updates; correct definition of quantization
	error in quantiz 

2003-02-17 23:34  pkienzle

	* main/comm/: awgn.m, biterr.m, wgn.m: Use varargin.  

2003-02-17 04:48  etienne

	* main/vrml/vmesh.m: add level option 

2003-02-17 04:48  etienne

	* main/vrml/vrml_parallelogram.m: vrml parallelogram 3D shape 

2003-02-16 17:21  schloegl

	* extra/tsa/bispec.m: documentation improved 

2003-02-16 17:02  schloegl

	* extra/NaN/: nantest.m, sumskipnan.m: make some code more readable 

2003-02-16 01:05  pkienzle

	* main/comm/Makefile: Don't assume . is on the path 

2003-02-16 00:54  pkienzle

	* main/comm/: _errcore.cc, biterr.m, eyediagram.m, gen2par.m,
	randerr.m, randsrc.m, scatterplot.m, symerr.m: New functions 

2003-02-16 00:52  pkienzle

	* main/comm/: INDEX, Makefile, awgn.m, comms.txi, cosets.m,
	galois.m, gfft.m, gifft.m, groots.m, minpol.m, randint.m,
	rsgenpoly.m, wgn.m: Put comma separators in concatenation
	constructs.  

2003-02-14 11:36  pkienzle

	* main/strings/strsort.m: Overload the sort function for use with
	strings.  

2003-02-13 22:50  aadler

	* main/sparse/make_sparse.cc: mods to make 'sum' the default 

2003-02-12 14:58  pkienzle

	* main/statistics/boxplot.m: Support for notched box plots, extreme
	outliers, and single point datasets.  

2003-02-12 00:06  pkienzle

	* main/miscellaneous/dispatch.cc: Fix problem with "clear
	functions" interaction 

2003-02-11 03:31  etienne

	* RELEASE-NOTES: vrml changes 

2003-02-10 18:56  schloegl

	* extra/NaN/covm.m: TOASCII replaced by ISNUMERIC,this solves a
	problem with Octave; more cosmetics and fix of a minor bug 

2003-02-10 06:33  schloegl

	* extra/NaN/covm.m: bug fixed: case Mode=D1  or D0 

2003-02-10 03:00  h_fujiwara

	* main/parallel/: README, connect.cc, pserver.cc, send.cc: for
	2.1.44.  

2003-02-09 23:03  pkienzle

	* RELEASE-NOTES: Initial notes for Feb. 2003 release 

2003-02-09 22:35  pkienzle

	* main/geometry/delaunayn.cc: Qt is more accurate than QJ, so
	suggest using that instead 

2003-02-09 22:28  pkienzle

	* batch_test.m: Add galois test 

2003-02-09 22:27  pkienzle

	* main/geometry/Makefile: Build griddata as well.  

2003-02-09 22:24  pkienzle

	* main/miscellaneous/Makefile: dispatch wasn't being built 

2003-02-09 22:24  pkienzle

	* main/miscellaneous/edit.m: Note that edit should be a command
	function 

2003-02-09 22:21  pkienzle

	* main/struct/getfield.m: Use the same incompatible semantics as
	getfield.cc 

2003-02-08 22:37  pkienzle

	* FIXES/: index.m, rindex.m: index and rindex improvements are now
	in Octave.  

2003-02-08 04:50  kahacjde

	* main/io/dlmread.cc: 
	
	rewrite, handles now different line length 

2003-02-06 08:30  pkienzle

	* main/miscellaneous/dispatch.cc: Change arg order to
	dispatch(from,to,type) so that extensions to multimethods 
	dispatch(from,to,type,type,...) are more natural.  Haven't
	implemented the multimethods options yet.  

2003-02-06 00:14  pkienzle

	* main/comm/: INDEX, Makefile, README.rs, awgn.m, bi2de.m,
	comms.txi, compand.m, cosets.m, de2bi.m, galois-def.cc,
	galois-def.h, galois-ops.h, galois.cc, galois.h, galois.m,
	galoisfield.cc, galoisfield.h, gconv.m, gconvmtx.m, gdeconv.m,
	gdftmtx.m, gf.cc, gfft.m, gfprimdf.cc, gftable.m, gftuple.cc,
	gifft.m, groots.m, isprimitive.cc, minpol.m, mkdoc, mktexi,
	op-fil-gm.cc, op-gm-gm.cc, op-gm-m.cc, op-gm-s.cc, op-m-gm.cc,
	op-s-gm.cc, ov-galois.cc, ov-galois.h, patch.rs-3.1.1, primpoly.cc,
	quantiz.m, randint.m, rsdeco.cc, rsdeco_ccsds.cc, rsenco.cc,
	rsenco_ccsds.cc, rsgenpoly.m, rsoct.h, rspoly.cc, rstest.m,
	vec2mat.m, wgn.m: R13 compatible galois field support 

2003-02-04 21:56  pkienzle

	* main/signal/: dftmtx.m, convmtx.m: (for David Bateman
	<David.Bateman@motorola.com>) texinfo help for convmtx, new function
	dftmtx 

2003-02-04 14:37  etienne

	* main/vrml/: vrml_surf.m, vmesh.m: add zcol zgrey and zrb options 

2003-02-04 07:10  etienne

	* main/vrml/: test_vrml_faces.m, vrml_faces.m: speed up and clean
	up 

2003-02-03 05:00  etienne

	* main/vrml/vrml_faces.m: fix transparency when color is not
	uniform 

2003-02-02 14:54  etienne

	* main/vrml/vrml_surf.m: fix color for surf with holes 

2003-02-02 14:22  kahacjde

	* main/io/dlmwrite.m: [no log message] 

2003-02-02 14:11  kahacjde

	* main/io/: dlmread.cc, dlmwrite.m: 
	
	added new file dlmread.cc 

2003-02-02 08:57  schloegl

	* extra/NaN/: cov.m, covm.m: Warning included, bug fixed, 

2003-02-02 08:39  schloegl

	* extra/NaN/: cov.m, covm.m: Compatibility to Matlab increased,
	scaling argument included, HELP gives more details in the
	differences 

2003-02-02 07:56  etienne

	* main/vrml/: save_vrml.m, select_3D_points.m, vmesh.m,
	vrml_Background.m, vrml_PointLight.m, vrml_arrow.m, vrml_browse.m,
	vrml_cyl.m, vrml_group.m, vrml_lines.m, vrml_material.m,
	vrml_points.m, vrml_surf.m, vrml_text.m, vrml_thick_surf.m,
	vrml_transfo.m: Misc fixes, clean up, DEF capability for some nodes 

2003-02-02 07:35  etienne

	* main/vrml/vrml_faces.m: fix color emission when color is not
	uniform 

2003-02-02 07:31  etienne

	* main/vrml/vrml_frame.m: equal diameter arrows 

2003-01-30 12:52  pkienzle

	* main/image/: autumn.m, bone.m, brighten.m, cool.m, copper.m,
	flag.m, hot.m, hsv.m, jet.m, pink.m, prism.m, rainbow.m, spring.m,
	summer.m, white.m, winter.m: Remove reference to global variable
	__current_colormap__; we need to do this because the semantics of
	global have changed so that a new symbol is created as empty if no
	default has been defined, which in turn means that
	exist("__some_global__") now returns true even if __some_global__ 
	wasn't previously defined.  

2003-01-24 14:35  aadler

	* admin/Windows/: install_octave.sh, octave-install-win32.nsi,
	octave.ico, start_octave.sh: build files for octave install 

2003-01-24 00:40  pkienzle

	* main/miscellaneous/listen.cc: Allow -DDEBUG=1 from mkoctfile; On
	cygwin, return if there is an error.  

2003-01-23 13:41  pkienzle

	* main/miscellaneous/: Makeconf.add, Makefile, configure.add,
	listen.cc, listen.doc: Add lame octave compute server (socket based
	alternative to pipes).  No support yet for capturing command output.
	Protocol is partly binary, so can't e.g. telnet to it.  No
	authentication or sandbox so run it as nobody.  Only accepts
	connections from a single host.  

2003-01-22 23:18  pkienzle

	* main/io/dlmread.m: Support \r, \n, or \r\n line terminators, and
	possibly missing final line terminator.  

2003-01-21 12:11  etienne

	* main/optim/: bfgs.m, d2_min.m: Soothe operator precedence
	warnings 

2003-01-21 10:20  aadler

	* main/optim/: cdiff.m, fminunc.m, minimize.m, nelder_mead_min.m,
	test_d2_min_3.m, test_fminunc_1.m, test_min_4.m, test_minimize_1.m: 
	minor modifications to work with --traditional 

2003-01-21 10:15  aadler

	* main/struct/struct.m: mods to work with new setfield 

2003-01-20 17:48  pkienzle

	* main/plot/text.m: Support incomplete font specification 

2003-01-20 07:21  pkienzle

	* extra/mex/mex.cc: Didn't initialize pmap in abortive attempt to
	provide struct support for mex files, so sometimes as_octave_value()
	thought it was returning a pmap.  

2003-01-15 11:48  aadler

	* main/miscellaneous/edit.m: works with --traditional default
	doesn't load file%s 

2003-01-12 01:49  pkienzle

	* main/miscellaneous/dispatch.cc: function overloading 

2003-01-11 20:49  aadler

	* main/miscellaneous/inline.m: modification to work with
	--traditional 

2003-01-10 15:43  aadler

	* extra/Windows/dos.m: does nothing if not cygwin 

2003-01-10 15:42  aadler

	* INSTALL.WINDOWS: comments on windows resources 

2003-01-10 13:54  aadler

	* INSTALL.WINDOWS, extra/Windows/dos.m: do proper "dos" commands,
	not cygwin 

2003-01-09 10:14  cgijobs

	* doc/octave-forge-home.html: Updated link to Kai Habel's page.  
	Goctave link seems to be bad.  I've linked to the GNU project page.  

2003-01-06 21:47  aadler

	* extra/perl/: Octave.pm, t/8_operators.t: mods to remove warnings
	from tests 

2003-01-05 21:59  aadler

	* INSTALL.WINDOWS: mods for 2.1.42 

2003-01-04 18:27  pkienzle

	* main/miscellaneous/temp_name.m: Doesn't work for globals.  Use
	direct struct indexing rather than getfield setfield.  

2003-01-04 14:51  pkienzle

	* main/struct/getfield.cc: Make it work for octave-2.1.42 --- oops!
	now it won't build for 2.1.40? Time to turn this into an m-file,
	perhaps? 

2003-01-04 14:47  schloegl

	* main/general/char.m: for compatibility reason, char is included 

2003-01-04 11:42  aadler

	* main/sparse/Makefile: mods for SGI compiler (from pkienzle) 

2003-01-04 05:48  schloegl

	* main/io/: fileparts.m, filesep.m: filesep added for compatibility
	reasons 

2003-01-04 02:31  pkienzle

	* extra/mex/mex.in: Eliminate sed call --- use string interpolation
	instead.  

2003-01-04 02:27  pkienzle

	* extra/mex/myfevalf.f: Fortran doesn't use semicolon statement
	terminators! 

2003-01-04 02:05  pkienzle

	* extra/mex/: Makefile, mex.cc, mex.in: Now builds under Windows
	without SLList.h 

2003-01-03 16:46  schloegl

	* main/io/fileparts.m: separates filename 

2003-01-03 00:49  aadler

	* main/sparse/: Makefile, complex_sparse_ops.cc, make_sparse.h,
	sparse_ops.cc: mods to support 2.1.42 

2003-01-02 13:19  pkienzle

	* main/sparse/sp_test.m: make sure rand(n,m) receives integer input 

2003-01-02 13:19  pkienzle

	* main/sparse/make_sparse.cc: more robust input handling 

2002-12-31 13:49  pkienzle

	* main/comm/INDEX: Reed-Solomon and Galois field functions 

2002-12-31 13:43  pkienzle

	* configure.base, extra/Makefile, main/Makefile, nonfree/Makefile: 
	Some picky shells require test -z "" 

2002-12-30 07:35  schloegl

	* extra/tsa/mvar.m: workaround for bug in matrix division (0/0 and
	NaN/NaN in ML53) 

2002-12-30 05:07  schloegl

	* extra/NaN/nantest.m: matrix division test for NaN/NaN included -
	(identifies a problem in Matlab5.3) 

2002-12-27 14:26  pkienzle

	* main/geometry/tsearchdemo.m: tsearch/dsearch test function 

2002-12-27 14:19  pkienzle

	* main/geometry/griddata.m: Add some demos 

2002-12-27 14:18  pkienzle

	* main/geometry/tsearch.cc: Find the triangle containing the point 

2002-12-27 14:17  pkienzle

	* main/geometry/delaunay.m: Draw diagram if no return values
	requested 

2002-12-24 20:32  aadler

	* main/sparse/: Makefile, complex_sparse_ops.cc, sp_test.m,
	sparse_inv.cc, sparse_ops.cc, sparse_ops.h: fixed bug which allowed
	zero values to be stored in sparse matrices.  improved print output 

2002-12-24 01:33  pkienzle

	* FIXES/logm.cc, FIXES/sqrtm.cc, extra/linear-algebra/chol.cc,
	main/miscellaneous/waitbar.cc, main/optim/lp.cc: No more implicit
	conversion from value to octave_value_list.  

2002-12-19 00:53  pkienzle

	* main/signal/convmtx.m: returns convolution matrix 

2002-12-17 23:06  h_fujiwara

	* main/parallel/: Makefile, README, close.cc, closeall.m,
	sclose.cc, scloseall.m: Change function name: close() -> sclose(),
	closeall() -> scloseall().  

2002-12-15 15:33  schloegl

	* extra/NaN/corrcoef.m: fix a few glitches 

2002-12-15 14:18  aadler

	* extra/Windows/image.m: mods to work with --traditional 

2002-12-13 17:09  pkienzle

	* admin/make_index: List missing and unnoted functions so that
	INDEX can be checked for extra entries.  

2002-12-13 16:28  pkienzle

	* main/signal/INDEX: nellip, nelliptest have been renamed, so
	remove references to them 

2002-12-13 09:38  pkienzle

	* doc/octave-forge-home.html: Add zarus link 

2002-12-13 01:29  h_fujiwara

	* main/parallel/: README, close.cc: Change return value of close().  

2002-12-11 12:19  aadler

	* main/sparse/: Makefile, complex_sparse_ops.cc, issparse.m,
	make_sparse.h, sp_test.m, sparse_full.cc, sparse_inv.cc,
	sparse_ops.cc, spsum.m: sparse .^ scalar operations added improved
	test suite improved documentation new is_sparse new spabs 

2002-12-10 06:01  schloegl

	* extra/NaN/nantest.m: commutativity test for 0*NaN included 

2002-12-10 04:17  etienne

	* main/optim/d2_min.m: Misc small changes 

2002-12-09 18:15  schloegl

	* extra/NaN/moment.m: histogram mode included 

2002-12-09 15:10  pkienzle

	* main/sparse/spstats.m: Author/copying notice 

2002-12-09 15:02  pkienzle

	* main/sparse/: INDEX, spstats.m: Compute stats on the nonzeros of
	a sparse matrix 

2002-12-08 13:12  etienne

	* main/optim/: bfgs.m, d2_min.m, nelder_mead_min.m: Typo in option
	name in help text 

2002-12-05 01:16  pkienzle

	* main/comm/: gfprimdf.cc, gftuple.cc, rsdeco.cc, rsdeco_ccsds.cc,
	rsenco.cc, rsenco_ccsds.cc, rspoly.cc: Make it work for gcc 3.2 

2002-12-05 01:15  pkienzle

	* main/comm/Makefile: Remove install keyword since it confuses
	octave-forge 

2002-12-05 00:27  pkienzle

	* main/comm/Makefile: Makefile for reed-solomon codec 

2002-12-04 20:48  pkienzle

	* main/comm/: README.rs, gfprimdf.cc, gftuple.cc, patch.rs-3.1.1,
	rsdeco.cc, rsdeco_ccsds.cc, rsenco.cc, rsenco_ccsds.cc, rsoct.h,
	rspoly.cc, rstest.m: octave glue code for Phil Karn's reed-solomon
	codec 

2002-12-04 14:19  etienne

	* main/general/deal.m: vr_val -> varargout 

2002-12-04 14:16  etienne

	* main/: miscellaneous/read_options.m, optim/cdiff.m: ... ->
	varargin 

2002-12-04 12:54  etienne

	* main/vrml/vrml_points.m: quiet option reading 

2002-12-04 10:21  pkienzle

	* main/optim/: fmin.m, deriv.m, fminunc.m, minimize.m, nrm.m,
	optimset.m: use varargin rather than ... in the function
	declarations 

2002-12-04 05:37  etienne

	* main/vrml/vrml_points.m: fix opt read and allow distinct radii of
	points 

2002-12-03 17:14  pkienzle

	* FIXES/zp2tf.m: Handle zp2tf where tf can be complex 

2002-12-03 17:12  pkienzle

	* main/signal/: butter.m, cheby1.m, cheby2.m, ellip.m: Use poly
	directly rather than relying on buggy zp2tf 

2002-12-03 17:11  pkienzle

	* main/optim/fminbnd.m: ... -> varargin.  Also, x=1:3; x(2) = 4; no
	longer works.  

2002-12-03 11:43  etienne

	* main/vrml/vrml_material.m: small fix 

2002-12-03 04:17  etienne

	* main/vrml/: vrml_frame.m, vrml_material.m, vrml_points.m,
	vrml_transfo.m: misc updates 

2002-12-02 23:19  aadler

	* extra/Windows/: grab.cc, win32api.cc: std::string 

2002-12-02 07:14  h_fujiwara

	* main/parallel/: send.cc, server.m: [no log message] 

2002-12-02 06:49  h_fujiwara

	* main/parallel/: Makefile, NOINSTALL, README, close.cc,
	closeall.m, connect.cc, getid.m, pserver.cc, recv.cc, reval.cc,
	send.cc, server.m: Parallel execution package.  

2002-11-30 18:09  alnd

	* admin/get_authors: 
	
	Recognize as licensed files placed in public domain; attribute to 
	'Anonymous' any file which is licensed but has no author; show code
	and comment line counts.  

2002-11-30 09:33  pkienzle

	* RELEASE-NOTES: mention fsolve status 

2002-11-30 09:29  pkienzle

	* RELEASE-NOTES: Formatted for easy pasting into the source forge
	file release page.  

2002-11-30 09:23  pkienzle

	* RELEASE-NOTES: notes for tagged release.  Better late than never? 

2002-11-30 09:02  pkienzle

	* ChangeLog, main/miscellaneous/OCTAVE_FORGE_VERSION.m: $TAG
	release 

2002-11-30 09:00  pkienzle

	* release.sh: updated instructions 

2002-11-30 08:51  pkienzle

	* main/: strings/base64encode.m, special-matrix/lauchli.m: Add
	author line 

2002-11-30 08:51  pkienzle

	* main/statistics/boxplot.m: Make sure s is initialized to NaN for
	empty columns 

2002-11-30 03:55  kahacjde

	* main/general/bitset.m: 
	
	fixing a bug found by Pawel <gutentag at wp.pl> bitset(32,4,1) 
	works now correctly 

2002-11-29 01:32  pkienzle

	* main/statistics/boxplot.m: Handle missing data.  Accept cell
	array of datasets.  Box width relative to the number of elements in
	the dataset.  

2002-11-28 10:26  pkienzle

	* main/image/imshear.m: Add copyright notice 

2002-11-27 22:11  pkienzle

	* main/image/: imrotate.m, imtranslate.m: (for Jeff Orchard) add
	GPL copyright notice 

2002-11-27 22:05  pkienzle

	* main/image/brighten.m: (for Simon Cross) brighten documentation
	didn't agree with code (for Paul Kienzle) Don't use varargout 

2002-11-27 12:49  pkienzle

	* doc/coda/Makefile: iEnough to almost build for me 

2002-11-27 12:47  pkienzle

	* doc/coda/coda.sgml: Use redhat's current path to xdocbook.dtd 

2002-11-27 12:28  pkienzle

	* doc/compatibility.html: Update notes to reflect newer
	octave/octave-forge 

2002-11-27 12:27  pkienzle

	* admin/template.ndev: cvs import instructions 

2002-11-27 12:25  pkienzle

	* release.sh: update the release notes 

2002-11-27 12:12  pkienzle

	* TODO: minor updates.  Still need to add the entry: rename TODO to
	IGNORE 

2002-11-27 12:08  pkienzle

	* COPYING, COPYING.BSD: Default to BSD style license so we don't
	have to worry about missing licenses.  

2002-11-27 11:36  pkienzle

	* main/general/command.cc: Now in octave as mark_as_text_function 

2002-11-27 08:20  schloegl

	* extra/tsa/INDEX: update of index file: HISTO2,3,4, ARCEXT,
	SBISPEC included 

2002-11-27 08:18  schloegl

	* extra/NaN/INDEX: include TRIMEAN 

2002-11-27 04:30  pkienzle

	* RELEASE-NOTES, release.sh: use integer for octave forge version
	number 

2002-11-27 04:28  pkienzle

	* RELEASE-NOTES: update to 2002-11-27 

2002-11-27 03:43  pkienzle

	* main/signal/fir1.m: Fix type error on filter type default 

2002-11-27 03:40  pkienzle

	* main/: image/bmpwrite.m, image/colfilt.m, image/colorgradient.m,
	image/imread.m, image/imtranslate.m, image/imwrite.m,
	miscellaneous/nze.m, optim/expfit.m, plot/contourf.m, plot/fplot.m,
	plot/tics.m, sparse/sprand.m, splines/trisolve.m,
	statistics/scatter.m, strings/mat2str.m: author/license updates 

2002-11-27 03:39  pkienzle

	* INDEX, admin/make_index, main/image/INDEX, main/optim/INDEX,
	main/sparse/INDEX: Make sure all new functions are indexed 

2002-11-27 02:52  pkienzle

	* main/specfun/lambertw.m: new function 

2002-11-27 02:39  pkienzle

	* main/: general/ndims.m, specfun/betaln.m: Compatibility functions 

2002-11-27 02:27  pkienzle

	* main/statistics/: INDEX, boxplot.m, scatter.m: New statistics
	plots 

2002-11-27 00:54  pkienzle

	* main/: general/lasterr.m, general/repmat.m, general/unwrap.m,
	specfun/mod.m, struct/isstruct.m: Now available in octave 

2002-11-27 00:26  pkienzle

	* main/optim/lp_test.m: Use assert rather than error messages for
	tests 

2002-11-27 00:24  pkienzle

	* main/miscellaneous/Makefile: add clean target 

2002-11-27 00:23  pkienzle

	* batch_test.m: More precise tests of chol.  The tolerances may be
	too tight on some systems.  

2002-11-26 23:46  pkienzle

	* main/sparse/: complex_sparse_ops.cc, make_sparse.h,
	sparse_full.cc, sparse_inv.cc, sparse_ops.cc, sparse_ops.h: Use new
	exception handling infrastructure.  

2002-11-26 15:10  pkienzle

	* main/sparse/spdiags.m: support row and column as diagonal index 
	ignore non-zero entries which are not part of the constructed sparse
	matrix 

2002-11-26 14:32  pkienzle

	* main/sparse/issparse.m: test if a value is a sparse matrix 

2002-11-26 14:26  pkienzle

	* main/sparse/spdiags.m: work with sparse diagonals 

2002-11-25 15:10  bensapp

	* main/symbolic/ov-relational.h: Fixed a gcc 3.2 issue.  

2002-11-22 12:13  pkienzle

	* extra/mex/: Makefile, mex.in: myfeval works again 

2002-11-21 09:49  persquare

	* extra/MacOSX/: README, figure.m, image.m, doc/ofosx.tex: Adding
	extra support for Mac OS X to let users run octave without an X11
	installation.  

2002-11-21 09:43  persquare

	* INSTALL.MacOSX: Adding installation information for Mac OS X
	10.2.x 

2002-11-21 03:01  pkienzle

	* FIXES/README: Remove references to files updated in octave 

2002-11-21 02:59  pkienzle

	* FIXES/: index.m, rindex.m: Oops! didn't mean to delete these 

2002-11-21 02:34  pkienzle

	* FIXES/: contour.m, cross.m, deblank.m, fftfilt.m, findstr.m,
	freqz.m, freqz_plot.m, imagesc.m, index.m, invhilb.m, rindex.m: 
	fixes applied to the latest octave source 

2002-11-21 01:57  pkienzle

	* main/audio/: Makeconf.add, Makefile, configure.add: Don't build
	aucapture on non-linux systems 

2002-11-21 00:46  pkienzle

	* main/image/configure.add: Oops!  Perhaps we don't need HAVE_JPEG? 

2002-11-20 10:34  pkienzle

	* doc/coda/: Makefile, bibliography.sgml, coda.sgml,
	appendices/examples.sgml, appendices/gnufdl.sgml,
	appendices/gnugpl.sgml, oct/advanced.sgml, oct/oct.sgml,
	oct/quickref.sgml, oct/tut-basic.sgml, oct/tut-interm.sgml,
	oct/tut-intro.sgml, oct/tutorial.sgml, standalone/standalone.sgml: 
	Da Coda Al Fine 

2002-11-20 10:34  pkienzle

	* doc/coda/: Makefile, bibliography.sgml, coda.sgml,
	appendices/examples.sgml, appendices/gnufdl.sgml,
	appendices/gnugpl.sgml, oct/advanced.sgml, oct/oct.sgml,
	oct/quickref.sgml, oct/tut-basic.sgml, oct/tut-interm.sgml,
	oct/tut-intro.sgml, oct/tutorial.sgml, standalone/standalone.sgml: 
	Initial revision 

2002-11-20 10:15  pkienzle

	* doc/octave-forge-home.html: Include html link 

2002-11-20 09:43  pkienzle

	* doc/octave-forge-home.html: move da coda link to a local link 

2002-11-16 16:12  pkienzle

	* main/optim/lp.cc: Use c++ replacements for standard C headers.  

2002-11-16 16:10  pkienzle

	* main/image/bwlabel.cc: Not doing output, so don't need stdio.h 

2002-11-16 15:57  pkienzle

	* FIXES/Makefile: remove fsolve from build 

2002-11-16 15:41  pkienzle

	* main/linear-algebra/GramSchmidt.cc: gcc 3.2 changes 

2002-11-16 15:40  pkienzle

	* main/signal/: medfilt1.cc, remez.cc: gcc 3.2 fixes 

2002-11-16 15:38  pkienzle

	* main/optim/lp.cc, main/sparse/complex_sparse_ops.cc,
	main/specfun/ellipj.cc, FIXES/MersenneTwister.h, FIXES/sqrtm.cc,
	main/general/bitand.cc: Windows dll and gcc 3.2 problems 

2002-11-16 12:08  pkienzle

	* main/image/conv2.cc: Keep gcc 3.2 happy.  

2002-11-15 17:38  schloegl

	* extra/tsa/histo3.m: minor modification 

2002-11-14 18:17  aadler

	* main/geometry/README: new file locations 

2002-11-14 16:38  aadler

	* INSTALL.WINDOWS: mods for ATLAS 

2002-11-13 10:35  pkienzle

	* RELEASE-NOTES: little by little 

2002-11-13 10:28  pkienzle

	* main/sparse/sparse_inv.cc: Keep gcc 3.2 happy.  

2002-11-13 10:03  pkienzle

	* main/splines/trisolve.cc: Keep gcc 3.2 happy.  

2002-11-13 10:01  pkienzle

	* main/general/bitand.cc: Keep gcc 3.2 happy 

2002-11-13 09:36  pkienzle

	* main/miscellaneous/: Makeconf.add, Makefile, configure.add,
	waitbar.cc: Use termcap if necessary.  

2002-11-13 09:26  pkienzle

	* extra/tk_octave/tk_matrix.tcl: Tk 8.4 does not allow -column to
	be abbreviated to -col.  

2002-11-13 09:24  pkienzle

	* extra/: linear-algebra/ov-re-tri.cc, symband/SymBand.cc: Keep gcc
	3.2 happy 

2002-11-13 09:23  pkienzle

	* extra/mex/: mex.cc, mex.h: Keep gcc 3.2 happy.  Initial work on
	struct support, not yet complete.  

2002-11-12 10:29  etienne

	* main/miscellaneous/: Makeconf.add, Makefile, configure.add,
	waitbar.cc: Quentin Spencer's waitbar() function 

2002-11-10 16:07  schloegl

	* extra/tsa/INDEX: multiple modes for multi-column hisogram 

2002-11-10 15:57  schloegl

	* extra/tsa/: content.m, contents.m, histo.m, histo2.m, histo3.m,
	histo4.m: multiple modes for multi-column histograms
	histogram-modes for 

2002-11-07 13:26  pkienzle

	* RELEASE-NOTES: Added Alois' release notes for tsa/nan 

2002-11-07 12:57  pkienzle

	* extra/tk_octave/tk_interp.cc: support 8.3 and 8.4 tcl 

2002-11-07 09:45  pkienzle

	* main/struct/setfield.cc: Use 2.1.37 indexing scheme.  

2002-11-07 09:34  etienne

	* main/struct/getfield.cc: jwe's patch for 2.1.39 

2002-11-07 09:10  pkienzle

	* main/plot/text.m: handle varargin references directly rather than
	simulating va_arg() 

2002-11-07 08:59  pkienzle

	* FIXES/: Makefile, kron.cc, kron.m: kron.cc is now part of Octave 

2002-11-05 14:21  aadler

	* main/sparse/: complex_sparse_ops.cc, make_sparse.h, sp_test.m: 
	added indexing for complex_sparse. added tests 

2002-11-05 10:07  aadler

	* extra/Windows/grab.cc, main/sparse/complex_sparse_ops.cc,
	main/sparse/make_sparse.h, main/sparse/sparse_ops.cc: fixed for
	2.1.39 - TODO: fix complex index ops 

2002-11-05 08:44  etienne

	* extra/: tk_octave/tk_dialog.m, tk_octave/tk_entry.m,
	tk_octave/tk_menu.m, tk_octave/tk_scale.m, ver20/nanmax.m,
	ver20/nanmean.m, ver20/nanmin.m, ver20/nansum.m: va_arg patch 

2002-11-05 01:03  pkienzle

	* main/sparse/: complex_sparse_ops.cc, sparse_ops.cc: remove inline
	and parameter initialization from external function implementation 

2002-11-04 15:13  etienne

	* admin/OctRe.pm: Lots of regexes for octave code 

2002-11-04 15:12  etienne

	* admin/no_vr_val.pm: vr_val o varargout-style variable length
	return list 

2002-11-04 15:09  etienne

	* extra/tk_octave/tk_entry.m, extra/tk_octave/tk_scale.m,
	main/general/gradient.m, main/general/ind2sub.m,
	main/geometry/griddata.m, main/geometry/voronoi.m,
	main/image/brighten.m, main/image/imhist.m, main/io/textread.m,
	main/optim/minimize.m, main/optim/nelder_mead_min.m: varargout
	changes 

2002-11-04 09:03  etienne

	* admin/find_changes: small fix 

2002-11-04 05:42  etienne

	* admin/find_changes: use patch by default 

2002-11-04 05:37  etienne

	* admin/: find_changes, change_va_arg.pm: code transformation tools 

2002-11-04 05:28  etienne

	* main/: path/addpath.m, path/fullfile.m, path/rmpath.m,
	plot/legend.m, plot/pcolor.m, plot/plot3.m, plot/print.m,
	plot/surf.m, plot/surfc.m, plot/text.m, strings/strvcat.m,
	struct/rmfield.m, struct/tar.m: varargin changes 

2002-11-04 04:34  etienne

	* main/vrml/: save_vrml.m, select_3D_points.m, test_vmesh.m,
	vmesh.m, vrml_Background.m, vrml_PointLight.m, vrml_cyl.m,
	vrml_faces.m, vrml_frame.m, vrml_group.m, vrml_lines.m,
	vrml_material.m, vrml_points.m, vrml_surf.m, vrml_text.m,
	vrml_thick_surf.m, vrml_transfo.m: varargin changes 

2002-11-04 04:32  etienne

	* main/miscellaneous/: inline.m, test_inline_1.m: varargin changes
	and test_inline_1 script 

2002-11-04 04:22  etienne

	* main/optim/: bfgs.m, bs_gradient.m, bs_gradient2.m, cdiff.m,
	deriv.m, fmin.m, fminbnd.m, fminunc.m, line_min.m, minimize.m,
	nelder_mead_min.m, nrm.m, optimset.m, test_fminunc_1.m,
	test_min_1.m, test_minimize_1.m, doc/optim-mini-howto.2.html: 
	varargin changes 

2002-11-03 12:18  pkienzle

	* main/optim/expfit.m: (for Rolf Fabian) correct handling of
	complex exponentials 

2002-11-02 06:05  pkienzle

	* main/: general/SHA1.cc, linear-algebra/GramSchmidt.cc,
	splines/pchip_deriv.cc, symbolic/symbols.cc: Seperate lines of
	multiline strings with \n\ to keep gcc 3.2 happy.  

2002-11-02 05:43  pkienzle

	* main/image/: MakeShears.m, imrotate.m, imshear.m, imtranslate.m: 
	(for Jeff Orchard) image transforms 

2002-11-02 05:40  pkienzle

	* main/image/Makefile: bwfill was not being built.  

2002-11-02 05:40  pkienzle

	* main/image/: jpgread.cc, jpgwrite.cc: Keep gcc 3.2 happy by using
	includes without the .h 

2002-11-02 05:39  pkienzle

	* main/image/: bwfill.cc, conv2.cc, cordflt2.cc: gcc 3.2 wants \n\
	for multi-line strings.  

2002-11-02 05:36  pkienzle

	* main/image/: colfilt.m, impad.m, medfilt2.m, ordfilt2.m: Use
	varargin 

2002-11-01 13:15  pkienzle

	* main/general/: blkdiag.m, isequal.m, sub2ind.m: Use varargin
	rather than ...; isequal now supports cell arrays and structure
	arrays.  

2002-10-30 04:40  pkienzle

	* main/statistics/: nanmax.m, nanmin.m: Use correct max/min api. 
	No longer assume second arg is dimension.  

2002-10-30 04:38  pkienzle

	* main/statistics/: nanmean.m, nansum.m: Use varargin/varargout 

2002-10-30 04:10  pkienzle

	* main/signal/: __power.m, cohere.m, csd.m, pburg.m, pulstran.m,
	pwelch.m, pyulear.m, tfe.m: Use varargin/varargout 

2002-10-28 22:59  aadler

	* extra/perl/: Octave.pm, t/1_simple.t, t/8_operators.t,
	t/9_types.t: improved complex code 

2002-10-25 16:26  pkienzle

	* main/struct/: struct.m, setfield.m: Use varargin rather than ...  

2002-10-25 08:24  schloegl

	* extra/NaN/median.m: bug fix 

2002-10-24 17:28  schloegl

	* extra/NaN/median.m: bug fix: identification of  SORT without
	DIM-arg and SORT with incorrect NaN-handling corrected 

2002-10-24 09:56  schloegl

	* extra/tsa/invest0.m: SUM replaced by SUMSKIPNAN because it
	implements the DIM argument in all versions (including 2.0.17) 

2002-10-24 09:53  schloegl

	* extra/tsa/selmo.m: normalized MSE 

2002-10-24 09:51  schloegl

	* extra/tsa/: INDEX, content.m, contents.m, pacf.m, parcor.m: add
	PACF 

2002-10-24 09:48  schloegl

	* extra/tsa/arcext.m: fix syntax error 

2002-10-22 11:00  pkienzle

	* main/plot/contourf.m: Use single colours between contours, not
	gradients.  

2002-10-18 23:42  pkienzle

	* extra/tk_octave/tk_interp.cc: Allow it to compile for Tcl 8.4
	(even though BLT doesn't yet).  

2002-10-10 15:32  schloegl

	* extra/NaN/corrcoef.m: fix for 2.0.17 

2002-10-10 15:01  schloegl

	* extra/NaN/: skewness.m, kurtosis.m: fix for 2.0.17 

2002-10-10 14:37  schloegl

	* extra/NaN/: ranks.m, median.m: fix for 2.0.17 

2002-10-10 11:30  schloegl

	* extra/NaN/covm.m: for compatibility to 6.5.0.180913a (R13) 

2002-10-09 10:13  schloegl

	* extra/NaN/corrcoef.m: for compatibility to 6.5.0.180913a (R13) 

2002-10-04 10:37  etienne

	* main/vrml/INDEX: initial index file 

2002-10-04 10:27  etienne

	* RELEASE-NOTES: updates for release 

2002-10-04 10:12  etienne

	* main/optim/doc/: optim-mini-howto.2.lyx, optim-mini-howto.2.tex,
	figures/2D_slice-3.eps2, figures/optim_tutorial_slice.eps2: Updates
	to tutorial 

2002-10-04 05:18  etienne

	* main/vrml/doc/: vrml-mini-howto-1.lyx, vrml-mini-howto-1.tex,
	figures/cyl-balls-snap-2.eps2, figures/frame-sky-snap.eps2,
	figures/freewrl-checker-snap-3.eps2,
	figures/freewrl-octave-snap-2.eps2,
	figures/freewrl-select-points-2.eps2: Use better compressed figures 

2002-09-30 17:04  etienne

	* main/vrml/doc/vrml-mini-howto-1.ps: this file should not be in
	cvs tree 

2002-09-30 17:03  etienne

	* main/vrml/: vrml_demo_tutorial_1.m, vrml_demo_tutorial_2.m,
	vrml_demo_tutorial_3.m, vrml_demo_tutorial_4.m,
	doc/vrml-mini-howto-1.lyx: demo files for the tutorial 

2002-09-30 16:55  etienne

	* main/: miscellaneous/slurp_file.m, vrml/defSpeakBox.wrl,
	vrml/defSpeakSphere.wrl, vrml/select_3D_points.m,
	vrml/vrml_select_points.m: add select_3D_points() and support files 

2002-09-29 16:31  etienne

	* main/: vrml/vrml_ellipsoid.m, vrml/vrml_faces.m,
	vrml/vrml_frame.m, struct/tar.m: s/inz/nze/ 

2002-09-29 16:28  etienne

	* main/miscellaneous/nze.m: n = nze (x) : Non Zero Elements of x 

2002-09-29 15:10  etienne

	* main/vrml/: vrml_ellipsoid.m, vrml_faces.m, vrml_frame.m: 
	s/grep/inz/ 

2002-09-29 15:07  etienne

	* main/miscellaneous/inz.m: inz (matrix) : Indices of Non Zero
	elements 

2002-09-29 15:02  etienne

	* main/vrml/: best_dir.m, best_dir_cov.m, bound_convex.m,
	proplan.m, save_vrml.m, test_vmesh.m, test_vrml_faces.m, vmesh.m,
	vrml_Background.m, vrml_PointLight.m, vrml_arrow.m, vrml_browse.m,
	vrml_cyl.m, vrml_ellipsoid.m, vrml_faces.m, vrml_flatten.m,
	vrml_frame.m, vrml_group.m, vrml_kill.m, vrml_lines.m,
	vrml_material.m, vrml_points.m, vrml_surf.m, vrml_text.m,
	vrml_thick_surf.m, vrml_transfo.m, doc/Makefile,
	doc/vrml-mini-howto-1.lyx, doc/vrml-mini-howto-1.ps,
	doc/vrml-mini-howto-1.tex, doc/figures/cyl-balls-snap-2-c.eps,
	doc/figures/frame-sky-snap-c.eps,
	doc/figures/freewrl-checker-snap-3-c.eps,
	doc/figures/freewrl-octave-snap-2-c.eps,
	doc/figures/freewrl-select-points-2-c.eps: main/vrml : tools for 3D
	visualization using FreeWRL 

2002-09-29 13:31  etienne

	* main/image/imginfo.m: imginfo : return size of an image file
	using 'convert' 

2002-09-29 13:30  etienne

	* main/struct/tar.m: tar : copy arguments to a struct 

2002-09-29 13:29  etienne

	* main/miscellaneous/rotparams.m: [axis,angle] = rotparams (rotmat)
	parameters of a rotation matrix 

2002-09-29 13:28  etienne

	* main/miscellaneous/rotv.m: rotv (axis,angle) : 3D rotation matrix 

2002-09-29 13:26  etienne

	* main/miscellaneous/grep.m: grep : return nonzero elements of a
	matrix 

2002-09-26 23:07  aadler

	* main/general/mark_for_deletion.cc: mark_for_deletion - add files
	to delete queue at end 

2002-09-26 23:06  aadler

	* extra/Windows/image.m: delete temp files at end 

2002-09-26 17:54  aadler

	* extra/Windows/image.m: mods to work with --traditional 

2002-09-26 12:30  schloegl

	* extra/NaN/sumskipnan.m: fix compatibility to Octave 2.0.x: SUM
	does not support the DIM argument 

2002-09-26 12:03  schloegl

	* extra/NaN/trimean.m: fix compatibility to Octave 2.0.17: SUM does
	not support the DIM argument 

2002-09-26 12:02  schloegl

	* extra/NaN/normpdf.m: fix compatibility to Octave 2.0.17: isinf(.)
	returns real(-1) not logical(-1) 

2002-09-26 07:06  rlaboiss

	* main/geometry/: AUTHORS, delaunay.m, delaunay3.m: Make delaunay
	and delaunay3 functions accept an extra argument containing options
	to the qhull command.  This completes the changes for the delaunay* 
	functions.  The same has to be done with voronoi and convhull.  

2002-09-25 14:25  rlaboiss

	* main/geometry/delaunayn.cc: The delaunayn functions always call
	qhull with option Qbb now.  This avoid problems with inputs which
	are not normalized.  Also, added second argument to pass extra
	options to the qhull command.  This changes were approved by Kai
	Habel as per our email discussion on 2002-05-11.  

2002-09-24 15:44  schloegl

	* extra/NaN/: README.TXT, moment.m, norminv.m, normpdf.m: some
	cosmetics 

2002-09-23 15:21  schloegl

	* extra/NaN/nantest.m: further tests for normFUN included 

2002-09-23 12:48  schloegl

	* extra/NaN/normcdf.m: remove test for z==+-inf; it's  not needed 

2002-09-23 12:38  schloegl

	* extra/NaN/normcdf.m: temporary variable increases performance. It
	reduces the number of tests 

2002-09-23 12:30  schloegl

	* extra/NaN/norminv.m: temporary variable increases performance. It
	reduces the number of tests 

2002-09-23 09:36  pkienzle

	* extra/NaN/norminv.m: handle norminv(1,NaN,0) and
	norminv(1,[1,2,3],0) 

2002-09-23 09:26  schloegl

	* extra/NaN/nantest.m: check of NORMPDF, NORMCDF and NORMINV for
	sigma=0 included 

2002-09-23 09:02  schloegl

	* extra/NaN/: normcdf.m, norminv.m, normpdf.m: comments and help
	improved. Note on valid input arguments improved 

2002-09-23 08:57  schloegl

	* extra/NaN/: normpdf.m, normcdf.m: priority of special cases
	changed: important for s<0 and isinf(z) 

2002-09-23 08:55  schloegl

	* extra/NaN/README.TXT: description for normFUN improved 

2002-09-23 08:54  schloegl

	* extra/NaN/INDEX: insert missing space 

2002-09-22 19:04  schloegl

	* extra/NaN/covm.m: warning and error are used instead of fprintf 

2002-09-22 19:00  schloegl

	* extra/NaN/: INDEX, INSTALL, README.TXT, covm.m, normcdf.m,
	norminv.m, normpdf.m: add norm*, this functions handle s=0
	correctly, also the argument check is easier and more readable 

2002-09-22 18:56  schloegl

	* extra/NaN/corrcoef.m: cosmetics, makes code more readable. The
	results are now calculated in place, no reformating of r needed 

2002-09-20 12:09  etienne

	* main/optim/INDEX: Remove removed files, add added files.  

2002-09-20 10:36  schloegl

	* extra/NaN/: skewness.m, kurtosis.m: considers changes in Octave
	syntax - makes sure that output is a numerical array, not a cell 

2002-09-19 22:02  pkienzle

	* RELEASE-NOTES: compressed and sorted change log for PAK changes 

2002-09-19 20:37  pkienzle

	* RELEASE-NOTES: Start building release notes for a November
	release 

2002-09-19 14:42  pkienzle

	* main/image/bwlabel.m: Modified by David Fletcher
	<david@megapico.co.uk> to avoid artificially separate regions which
	actually touch (as indicated when "prudent" is set) through addition
	of lrow update within loop over touching regions. Also removed
	"sayif" function references, and call to read_options. Enabled 
	options, setting of output verbosity. "Prudent" is left in place,
	but should no longer find any errors.  

2002-09-18 14:19  pkienzle

	* main/plot/legend.m: Pause for twenty 0.1 second intervales.  Make
	sure the file exists before continuing after pause.  

2002-09-18 13:57  pkienzle

	* main/signal/buttord.m: unexpected line break in expression caused
	a parse error 

2002-09-16 09:04  pkienzle

	* main/audio/: auload.m, ausave.m: Support for floating point wave
	formats.  

2002-09-15 19:15  prnienhuis

	* doc/Octave_Windows.htm: [no log message] 

2002-09-12 18:32  schloegl

	* extra/NaN/spearman.m: missing ; included 

2002-09-12 18:18  schloegl

	* extra/NaN/: rankcorr.m, spearman.m, statistic.m, sumskipnan.m: 
	remove warnings 

2002-09-12 18:04  schloegl

	* extra/NaN/: sumskipnan.m, statistic.m: Use different version
	check, some bugs are fixed now in the latest CVS version of Octave 

2002-09-12 16:12  schloegl

	* extra/NaN/nantest.m: some more tests included 

2002-09-12 16:06  schloegl

	* extra/NaN/trimean.m: fix incompatible DIM argument in SORT 

2002-09-12 15:23  schloegl

	* extra/NaN/corrcoef.m: fix incompatible DIM argument in ANY 

2002-09-12 09:19  pkienzle

	* main/plot/Makefile: Compile .cc files with $(C_XFLAGS) 

2002-09-11 16:15  stahel

	* extra/symband/: SymBand.cc, SymBandDoc.ps, SymBandDoc.tex: 
	Copyright added and bug in eigenvectors removed 

2002-09-09 04:38  etienne

	* main/miscellaneous/read_options.m: fix case of options w/ common
	prefix 

2002-09-08 06:13  etienne

	* main/miscellaneous/read_options.m: fix typo 

2002-09-06 17:20  schloegl

	* extra/NaN/trimean.m: DIM argument fixed 

2002-09-06 16:58  schloegl

	* extra/tsa/y2res.m: add trimean 

2002-09-06 16:54  schloegl

	* extra/NaN/: trimean.m, README.TXT: add trimean 

2002-09-06 16:21  schloegl

	* extra/NaN/ranks.m: improve docu, some cosmetics 

2002-09-06 15:32  pkienzle

	* batch_test.m, main/image/Makefile, main/image/bwlabel.cc: for
	Jeff Boyd <boyd@cpsc.ucalgary.ca>: C++ version of bwlabel 

2002-09-04 09:07  pkienzle

	* FIXES/kron.cc: remove ^M from the ends of lines --- I wonder how
	they got there? 

2002-08-30 14:24  schloegl

	* extra/NaN/corrcoef.m: typo corrected 

2002-08-30 12:15  schloegl

	* extra/NaN/corrcoef.m: BUG in Mode SPEARMAN in case of any msising
	value (NaN). FIX: count Number N for each pair separately 

2002-08-30 12:12  pkienzle

	* main/plot/contourf.m: filled contours 

2002-08-30 11:44  schloegl

	* extra/NaN/corrcoef.m: BUG if any two columns have no common
	elements. FIX: use DIM argument in SUMSKIPNAN 

2002-08-28 11:55  pkienzle

	* main/signal/chebwin.m: (for Andr Carezia) support even numbered
	window lengths.  

2002-08-27 12:39  schloegl

	* extra/NaN/: flag_implicit_significance.m, corrcoef.m: 
	significance test modified, alpha-level can be set by
	flag_implicit_significance 

2002-08-22 23:01  pkienzle

	* main/geometry/delaunay.m: Add example to the doc string.  

2002-08-22 11:15  kahacjde

	* main/splines/: Makefile, pchip.m: New pchip function uses
	SLATEC/PCHIP routines dpchim.f and dpchst.f 

2002-08-22 11:06  kahacjde

	* main/splines/: dpchim.f, dpchst.f, pchip_deriv.cc: add files for
	new pchip function 

2002-08-21 12:06  pkienzle

	* main/plot/: graphics.cc, grab.cc, graphics.h, gtext.cc, gzoom.cc: 
	Don't use cout or cerr 

2002-08-21 10:37  pkienzle

	* main/signal/medfilt1.cc: Use octave_stdout instead of cout 

2002-08-21 10:33  pkienzle

	* extra/symband/SymBand.cc: Stop using cout/octave_stdout 

2002-08-20 13:50  schloegl

	* extra/NaN/rankcorr.m: 
	 remove warnings 

2002-08-20 12:13  schloegl

	* extra/NaN/corrcoef.m: fixed conf. intervals for abs(r)==1 

2002-08-20 11:38  schloegl

	* extra/NaN/ranks.m: docu improved 

2002-08-20 11:34  schloegl

	* extra/NaN/corrcoef.m: fixed assigning intermediate r values to
	correct index postion 

2002-08-20 10:26  schloegl

	* extra/NaN/corrcoef.m: avoid calculate diagonal element, get rid
	of division by zero warnings for diagonal elementes 

2002-08-20 09:59  schloegl

	* extra/NaN/corrcoef.m: in case of missing values (NaN), pairwise
	calculation of r. User has not to worry about rank shifts - warnings
	are removed 

2002-08-20 09:57  schloegl

	* extra/NaN/ranks.m: implemented traditional method with less
	memory effort 

2002-08-19 17:16  schloegl

	* extra/NaN/: corrcoef.m, nantest.m, rankcorr.m: warning messages
	for rankcorrelation of data with missing values inlcuded 

2002-08-19 16:50  schloegl

	* extra/NaN/: corrcoef.m, rankcorr.m, spearman.m: CORRCOEF uses
	fast RANKS.M, deterministic results, 2 different nonparametric
	(rank) crorelations implemented 

2002-08-19 15:49  schloegl

	* extra/NaN/ranks.m: fix incompatibilities 

2002-08-19 15:34  schloegl

	* extra/NaN/: INDEX, README.TXT, ranks.m: implements advanced RANKS
	algorithm with O(n*log(n)) on average 

2002-08-19 12:33  schloegl

	* extra/NaN/corrcoef.m: avoids calculating r(xi,xj) and r(yi,yj)
	for corrcoef(x,y,'rank'); corrects rank for missing values 

2002-08-16 19:01  schloegl

	* extra/NaN/: INDEX, README.TXT, nantest.m, rankcorr.m, spearman.m,
	statistic.m, sumskipnan.m, var.m: includeSPEARMAN and RANKCORR 

2002-08-16 18:54  schloegl

	* extra/NaN/corrcoef.m: sort does not support DIM argument 

2002-08-16 17:19  schloegl

	* extra/NaN/nantest.m: test for corrcoef included 

2002-08-16 16:59  schloegl

	* extra/NaN/: corrcoef.m, README.TXT, INSTALL: spearman' rank
	correlation, significance test and confidence interval included 

2002-08-16 15:59  pkienzle

	* main/image/colorgradient.m: Accept weight of 0 on a transition
	(for instantaneous color changes).  Accept colormap length without
	n.  

2002-08-15 11:52  pkienzle

	* extra/tsa/Makefile: flags removed from NaN, so no need to install
	them from tsa 

2002-08-13 12:19  schloegl

	* extra/tsa/acovf.m: replace exist('xcorr','file') by
	exist('xcorr')==2 - reason: higher compatibility 

2002-08-13 12:17  schloegl

	* extra/tsa/acorf.m: chi2pdf replaced by gammainc - reason: higher
	compatibility 

2002-08-13 03:48  etienne

	* main/miscellaneous/inline.m: fix typo in help text 

2002-08-12 10:02  etienne

	* main/miscellaneous/inline.m: Add main/miscellaneous/inline.m w/
	m*tlab-like syntax 

2002-08-09 19:17  pkienzle

	* main/specfun/nchoosek.m: note to compare implementation of
	nchoosek to bincoeff 

2002-08-09 16:47  pkienzle

	* main/general/rat.m: Use 1/0 for infinity 

2002-08-06 06:51  prnienhuis

	* doc/Octave_Windows.htm: [no log message] 

2002-08-04 22:43  pkienzle

	* extra/ode/: ode23.m, ode45.m, ode78.m, penddot.m, pendulum.m,
	readme.txt, rk2fixed.m, rk4fixed.m, rk8fixed.m: Update from v1.06
	to v1.14 

2002-08-02 13:35  pkienzle

	* main/sparse/spy.m: Make xy range a little bit bigger so that
	points don't fall right on the boundary (thanks to Victor Eijkhout
	<eijkhout@cs.utk.edu> for the patch) 

2002-08-01 13:10  pkienzle

	* main/sparse/spy.m: handle dense matrices as well 

2002-07-31 10:52  pkienzle

	* main/statistics/nanmin.m: Update comment to reflect function
	behaviour.  

2002-07-31 10:51  pkienzle

	* main/statistics/nanmax.m: Update docs so that they correspond to
	function behaviour.  

2002-07-31 10:48  pkienzle

	* main/optim/wpolyfit.m: return values as row vectors for
	compatibility, and cosmetic changes to graph.  

2002-07-30 04:22  prnienhuis

	* doc/Octave_Windows.htm: [no log message] 

2002-07-25 17:05  schloegl

	* extra/tsa/y2res.m: docu corrected, more statistics included 

2002-07-25 16:19  schloegl

	* extra/tsa/: y2res.m, y2res.m: S4P removed 

2002-07-10 13:19  pkienzle

	* main/specfun/mod.m: test all branches 

2002-07-10 13:05  pkienzle

	* main/specfun/mod.m: don't need do_fortran_indexing anymore 

2002-07-10 09:18  pkienzle

	* main/io/dlmread.m: Forgot to transpose input matrix 

2002-06-27 14:47  aadler

	* extra/Windows/win32api_win32part.cc: added MB_SETFOREGROUND 

2002-06-27 09:55  aadler

	* extra/Windows/: win32api.cc, win32api_win32part.cc: win32api
	interface stuff 

2002-06-23 05:40  etienne

	* main/optim/bfgs.m: Accept gradient of any shape 

2002-06-20 14:45  pkienzle

	* main/sparse/sprand.m: Generate a random sparse matrix 

2002-06-20 14:09  pkienzle

	* main/time/datestr.m: more format codes; handle vectors of dates 

2002-06-11 10:21  schloegl

	* extra/NaN/: INDEX, README.TXT, coefficient_of_variation.m,
	flag_implicit_dimension.m, flag_implicit_skip_nan.m,
	flag_implicit_unbiased_estim.m, geomean.m, kurtosis.m, mad.m,
	meandev.m, meansq.m, moment.m, skewness.m, statistic.m, std.m,
	sumskipnan.m, var.m: all FLAGS removed 

2002-06-11 09:57  schloegl

	* extra/NaN/: center.m, coefficient_of_variation.m, geomean.m,
	harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m, meansq.m,
	median.m, moment.m, rms.m, sem.m, skewness.m, statistic.m,
	sumskipnan.m, var.m, zscore.m: prepared to remove
	FLAG_IMPLICIT_DIMENSION 

2002-06-07 16:56  schloegl

	* extra/NaN/: coefficient_of_variation.m, cor.m, covm.m,
	flag_implicit_skip_nan.m, geomean.m, harmmean.m, mad.m, mean.m,
	meandev.m, meansq.m, median.m, moment.m, rms.m, skewness.m,
	statistic.m, std.m, sumskipnan.m, var.m: preparing the removal of
	FLAG_IMPLICIT_SKIP_NAN 

2002-06-07 10:02  pkienzle

	* main/strings/mat2str.m: (Rolf Fabian) accept complex arguments 
	(Paul Kienzle) handle [] 

2002-06-07 03:36  schloegl

	* extra/NaN/corrcoef.m: remove checks of input arguments which are
	not needed or incorrect 

2002-06-02 11:38  pkienzle

	* main/optim/: test_wpolyfit.m, wpolyfit.m: Oops --- removed the
	need for flipud(p) but didn't remove flipud(p) This didn't
	completely fix the problem with my dataset, so I added the dataset
	to test_wpolyfit.  

2002-05-30 13:27  pkienzle

	* main/optim/: wpolyfit.m, wpolyfitdemo.m: Option to force
	polynomial through the origin.  Only return p,dp (yf is easy enough
	to calculate).  Tidy output when no polynomial is returned.  
	Parameterize demo to take polynomial coefficients.  

2002-05-28 19:07  pkienzle

	* main/signal/: cheb.m, chebwin.m: DolphChebyshev Window for even
	order 

2002-05-23 21:20  aadler

	* INSTALL.WINDOWS: Added ATLAS license as required by ATLAS 

2002-05-23 12:02  schloegl

	* extra/tsa/: acovf.m, durlev.m, flag_implicit_samplerate.m,
	flix.m, invest0.m, invest1.m, tsademo.m: cleanup; for compatibility
	reasons to previous octave versions, some workarounds were necessary
	e.g. DIM-arg was not available in 2.0.14. Since this is implemented
	now, these workarounds are not neccessary anymore.  

2002-05-23 11:56  schloegl

	* extra/tsa/aar.m: normalization of REV=MSE/MSY corrected 

2002-05-21 09:23  etienne

	* main/plot/Makefile: remove goals related to deleted file
	ginput.cc 

2002-05-21 02:38  aadler

	* INSTALL.WINDOWS: mods for 2.1.36 

2002-05-21 02:28  aadler

	* extra/Windows/grab_win32part.cc: fix warnings 

2002-05-20 17:29  bensapp

	* main/symbolic/: op-ex.cc, op-vpa.cc, ov-relational.cc, sym-ops.h: 
	Added functions to handle the relational operators for the
	non-matrix types.  I am not sure it makes sense to allow the use of
	the relational operators for symbolic matrices or symbolic
	variables/regular matrices.  

2002-05-20 09:53  pkienzle

	* main/signal/ncauer.m: (for Paulo Neis) Call __ellip_ws to find
	the correct stop band edge to match the design requirements.  

2002-05-20 09:51  pkienzle

	* main/signal/: __ellip_ws.m, __ellip_ws_min.m, ellip.m,
	ellipdemo.m, ellipord.m, nellip.m, nellipdemo.m: (for Paulo Neis)
	find the stop band edge which yields the precise stop band 
	attenuation given in the design specification for the filter. 
	Rename to ellip/ellipord and reorder parameters for compatibility.  

2002-05-20 01:49  aadler

	* extra/Windows/: grab.cc, grab_win32part.cc: mods to use kbhit()
	from sysdep to get raw kb input 

2002-05-17 15:00  etienne

	* main/optim/: test_min_1.m, test_cg_min_1.m, test_cg_min_2.m,
	test_cg_min_3.m, test_cg_min_4.m, test_min_2.m, test_min_3.m,
	test_min_4.m: give more generic name to test_cg_min_N.m 

2002-05-17 14:32  etienne

	* main/optim/: __quasi_func__.m, bracket_min.m, brent_line_min.m,
	bs_gradient.m, cg_min.m, dfp.m, semi_bracket.m: remove obsolete
	files and replaced bs_gradient.m 

2002-05-17 14:27  etienne

	* main/optim/: bfgs.m, d2_min.m, nelder_mead_min.m: misc changes 

2002-05-17 11:44  bensapp

	* main/symbolic/: Makefile, differentiate.cc, op-ex-mat.cc,
	op-ex.cc, op-sym.cc, op-vpa.cc, ov-ex-mat.cc, ov-ex.cc, ov-ex.h,
	ov-sym.cc, ov-sym.h, sym-bool.cc, sym-create.cc, sym-ops.h,
	symbols.cc, symbols.h: I have removed the octave_sym class. Now,
	the octave_ex class feels in for sym variables.   All the same
	routines exist and it looks and operates the same.  This should also
	fix a problem with subs that would cause octave to crash.  

2002-05-13 16:40  schloegl

	* extra/NaN/statistic.m: minor changes 

2002-05-13 03:08  schloegl

	* extra/tsa/y2res.m: upper/lower case problem fixed 

2002-05-13 02:41  aadler

	* extra/Windows/: grab.cc, grab_win32part.cc: ginput like
	functionality under windoze - note that we need two functions
	because you can't include oct.h and windows.h together 

2002-05-12 18:01  aadler

	* main/plot/: ginput.cc, ginput.m: removed ginput.cc - replaced by
	ginput.m which calls grab.cc 

2002-05-12 17:59  aadler

	* extra/symband/SymBand.cc: mods to allow static compile with
	windows build 

2002-05-12 17:58  aadler

	* INSTALL.WINDOWS: build script updated for 2.1.36 

2002-05-12 17:50  rlaboiss

	* nonfree/gpc/: configure.in, debian/changelog, debian/control: 
	Debian release 0.1.2-5.  Small fix in perl on-line script in
	configure.in.  This does not deserve a 0.1.3 release, yet.  

2002-05-12 15:09  schloegl

	* extra/tsa/y2res.m: using 2nd, 3rd and 4th output argument of
	sumskipnan for efficancy reasons 

2002-05-10 17:20  schloegl

	* extra/tsa/sinvest1.m: compatibility to matlab restored 

2002-05-10 17:19  schloegl

	* extra/tsa/invest1.m: histo replaced by histo3 

2002-05-10 17:18  schloegl

	* extra/tsa/flag_implicit_samplerate.m: bug fixed (if
	FLAG_implicit_samplerate is empty, set to default value [1] 

2002-05-10 14:12  pkienzle

	* main/image/colfilt.m: image block processing function 

2002-05-10 08:28  schloegl

	* extra/tsa/invest1.m: replaced non-standard function rms 

2002-05-09 10:50  pkienzle

	* doc/Octave_Windows.htm: (for Philip Nienhuis) considerably
	expanded 

2002-05-09 09:56  pkienzle

	* ChangeLog, main/miscellaneous/OCTAVE_FORGE_VERSION.m: $TAG
	release 

2002-05-09 09:20  pkienzle

	* extra/tsa/flix.m: remove do_fortran_indexing dependency 

2002-05-09 08:21  schloegl

	* extra/tsa/flix.m: Fortran indexing implemented, otherwise it
	would not work for matrixces 

2002-05-09 06:36  pkienzle

	* batch_test.m, interact_test.m: more tests, fix tests 

2002-05-09 00:08  pkienzle

	* main/plot/Makefile: make sure graphics.o is getting linked in 

2002-05-08 23:40  pkienzle

	* main/miscellaneous/edit.m: Missing ; on default email causes
	initialization to print 

2002-05-08 23:38  pkienzle

	* FIXES/: tril.m, triu.m: Add GPL required change notice; fixes
	tril function name 

2002-05-07 12:14  etienne

	* main/optim/: minimize.m, test_minimize_1.m: add 'ndiff' option 

2002-05-07 11:35  pkienzle

	* Makeconf.base, configure.base: Grab all flags from mkoctfile
	(correctly this time) 

2002-05-07 11:34  pkienzle

	* autogen.sh: Show values of prefix and exec_prefix in configure
	summary 

2002-05-07 11:30  pkienzle

	* extra/tsa/Makefile: Install the NaN dependencies by hand in case
	NaN has NOINSTALL set 

2002-05-06 12:20  schloegl

	* extra/: NaN/INSTALL, NaN/README.TXT, NaN/center.m,
	NaN/coefficient_of_variation.m, NaN/cor.m, NaN/corrcoef.m,
	NaN/cov.m, NaN/covm.m, NaN/detrend.m,
	NaN/flag_implicit_dimension.m, NaN/flag_implicit_skip_nan.m,
	NaN/flag_implicit_unbiased_estim.m, NaN/geomean.m, NaN/harmmean.m,
	NaN/kurtosis.m, NaN/mad.m, NaN/mean.m, NaN/meandev.m, NaN/meansq.m,
	NaN/median.m, NaN/moment.m, NaN/nantest.m, NaN/rms.m, NaN/sem.m,
	NaN/skewness.m, NaN/statistic.m, NaN/std.m, NaN/sumskipnan.m,
	NaN/var.m, NaN/zscore.m, tsa/README.TXT, tsa/aar.m, tsa/ac2poly.m,
	tsa/ac2rc.m, tsa/acorf.m, tsa/acovf.m, tsa/ar2poly.m, tsa/ar2rc.m,
	tsa/ar_spa.m, tsa/arcext.m, tsa/arfit2.m, tsa/biacovf.m,
	tsa/bisdemo.m, tsa/bispec.m, tsa/content.m, tsa/contents.m,
	tsa/detrend.m, tsa/durlev.m, tsa/flag_implicit_samplerate.m,
	tsa/flix.m, tsa/histo3.m, tsa/hup.m, tsa/invest0.m, tsa/invest1.m,
	tsa/invfdemo.m, tsa/lattice.m, tsa/lpc.m, tsa/mvar.m,
	tsa/mvfilter.m, tsa/parcor.m, tsa/poly2ac.m, tsa/poly2ar.m,
	tsa/poly2rc.m, tsa/quantiles.m, tsa/rc2ac.m, tsa/rc2ar.m,
	tsa/rc2poly.m, tsa/sbispec.m, tsa/selmo.m, tsa/sinvest1.m,
	tsa/tsademo.m, tsa/ucp.m, tsa/y2res.m: <CR>/<LF> corrected by
	DOS2UNIX - finally 

2002-05-06 11:45  schloegl

	* extra/NaN/center.m: function name corrected 

2002-05-06 11:38  schloegl

	* extra/: NaN/center.m, NaN/INDEX, NaN/INSTALL, NaN/README.TXT,
	NaN/coefficient_of_variation.m, NaN/cor.m, NaN/corrcoef.m,
	NaN/cov.m, NaN/covm.m, NaN/detrend.m,
	NaN/flag_implicit_dimension.m, NaN/flag_implicit_skip_nan.m,
	NaN/flag_implicit_unbiased_estim.m, NaN/geomean.m, NaN/harmmean.m,
	NaN/kurtosis.m, NaN/mad.m, NaN/mean.m, NaN/meandev.m, NaN/meansq.m,
	NaN/median.m, NaN/moment.m, NaN/nantest.m, NaN/rms.m, NaN/sem.m,
	NaN/skewness.m, NaN/statistic.m, NaN/std.m, NaN/sumskipnan.m,
	NaN/var.m, NaN/zscore.m, tsa/INDEX, tsa/README.TXT, tsa/aar.m,
	tsa/ac2poly.m, tsa/ac2rc.m, tsa/acorf.m, tsa/acovf.m,
	tsa/ar2poly.m, tsa/ar2rc.m, tsa/ar_spa.m, tsa/arcext.m,
	tsa/arfit2.m, tsa/biacovf.m, tsa/bisdemo.m, tsa/bispec.m,
	tsa/content.m, tsa/contents.m, tsa/detrend.m, tsa/durlev.m,
	tsa/flag_implicit_samplerate.m, tsa/flix.m, tsa/histo3.m,
	tsa/hup.m, tsa/invest0.m, tsa/invest1.m, tsa/invfdemo.m,
	tsa/lattice.m, tsa/lpc.m, tsa/mvar.m, tsa/mvfilter.m, tsa/parcor.m,
	tsa/poly2ac.m, tsa/poly2ar.m, tsa/poly2rc.m, tsa/quantiles.m,
	tsa/rc2ac.m, tsa/rc2ar.m, tsa/rc2poly.m, tsa/sbispec.m,
	tsa/selmo.m, tsa/sinvest1.m, tsa/tsademo.m, tsa/ucp.m, tsa/y2res.m: 
	<CR>/<LF> corrected by DOS2UNIX; this should really work now 

2002-05-06 11:06  schloegl

	* extra/NaN/center.m: <CR>/<LF> corrected by DOS2UNIX; this should
	really work now 

2002-05-06 09:48  schloegl

	* extra/: tsa/INDEX, tsa/README.TXT, tsa/aar.m, tsa/ac2poly.m,
	tsa/ac2rc.m, tsa/acorf.m, tsa/acovf.m, tsa/ar2poly.m, tsa/ar2rc.m,
	tsa/ar_spa.m, tsa/arcext.m, tsa/arfit2.m, tsa/biacovf.m,
	tsa/bisdemo.m, tsa/bispec.m, tsa/content.m, tsa/contents.m,
	tsa/detrend.m, tsa/durlev.m, tsa/flag_implicit_samplerate.m,
	tsa/flix.m, tsa/histo3.m, tsa/hup.m, tsa/invest0.m, tsa/invest1.m,
	tsa/invfdemo.m, tsa/lattice.m, tsa/lpc.m, tsa/mvar.m,
	tsa/mvfilter.m, tsa/parcor.m, tsa/poly2ac.m, tsa/poly2ar.m,
	tsa/poly2rc.m, tsa/quantiles.m, tsa/rc2ac.m, tsa/rc2ar.m,
	tsa/rc2poly.m, tsa/sbispec.m, tsa/selmo.m, tsa/sinvest1.m,
	tsa/tsademo.m, tsa/ucp.m, tsa/y2res.m, NaN/INDEX, NaN/INSTALL,
	NaN/README.TXT, NaN/center.m, NaN/coefficient_of_variation.m,
	NaN/cor.m, NaN/corrcoef.m, NaN/cov.m, NaN/covm.m, NaN/detrend.m,
	NaN/flag_implicit_dimension.m, NaN/flag_implicit_skip_nan.m,
	NaN/flag_implicit_unbiased_estim.m, NaN/geomean.m, NaN/harmmean.m,
	NaN/kurtosis.m, NaN/mad.m, NaN/mean.m, NaN/meandev.m, NaN/meansq.m,
	NaN/median.m, NaN/moment.m, NaN/nantest.m, NaN/rms.m, NaN/sem.m,
	NaN/skewness.m, NaN/statistic.m, NaN/std.m, NaN/sumskipnan.m,
	NaN/var.m, NaN/zscore.m: <CR>/<LF> corrected 

2002-05-06 00:38  pkienzle

	* main/signal/decimate.m: Set filter cutoff at a lower frequency in
	IIR case so that you get less aliasing.  

2002-05-02 14:34  schloegl

	* extra/NaN/: README.TXT, cor.m, corrcoef.m, cov.m, covm.m, INDEX: 
	COV, COR and CORRCOEF included 

2002-05-02 14:23  schloegl

	* extra/NaN/: README.TXT, covm.m: docu and minor changes 

2002-05-02 14:22  schloegl

	* extra/NaN/coefficient_of_variation.m: using SSQ (3rd argout) from
	sumskipnan -> this should be faster 

2002-05-02 14:19  schloegl

	* extra/tsa/durlev.m: durlev included 

2002-05-02 12:12  pkienzle

	* main/symbolic/: differentiate.cc, probably_prime.cc,
	sym-create.cc, sym-ops.h, symbols.cc, symbols.h: use
	std::exception; make error blocks consistent in spacing, etc.  

2002-05-02 12:10  pkienzle

	* extra/tsa/sinvest1.m: don't do axis twiddling in octave 

2002-05-02 11:09  pkienzle

	* main/symbolic/: ov-ex-mat.cc, ov-ex-mat.h, ov-ex.cc, ov-ex.h,
	ov-relational.cc, ov-relational.h, ov-sym.cc, ov-sym.h, ov-vpa.cc,
	ov-vpa.h: Use std::ostream 

2002-05-01 14:19  etienne

	* main/optim/: fminunc.m, optimset.m, test_fminunc_1.m: Add m*tlab
	compatibility functions 

2002-05-01 14:00  etienne

	* main/optim/: minimize.m, test_minimize_1.m: Accept struct or list
	of options 

2002-04-30 22:19  aadler

	* extra/perl/: Octave.pm, t/9_types.t: Initial work to add
	Inline::Octave::ComplexMatrix 

2002-04-30 06:19  schloegl

	* extra/NaN/: var.m, zscore.m: bug fixed 

2002-04-30 02:30  schloegl

	* extra/NaN/: covm.m, meansq.m, rms.m, var.m, zscore.m: use 3rd
	output argument SSQ of SUMSKIPNAN -> increase computational speed 

2002-04-30 01:57  schloegl

	* extra/NaN/zscore.m: use 3rd output argument of SUMSKIPNAN -> more
	efficient computation 

2002-04-30 01:21  schloegl

	* extra/NaN/sem.m: cosmetic changes 

2002-04-29 13:48  schloegl

	* extra/NaN/statistic.m: using third output argument of sumskipnan
	-> slightly faster 

2002-04-29 13:38  schloegl

	* extra/NaN/sumskipnan.m: docu improved and corrected, some
	cosmetics 

2002-04-29 13:10  pkienzle

	* main/general/repmat.m: Use kron since it is faster than
	constructing index vectors.  

2002-04-29 13:06  schloegl

	* extra/tsa/: mvar.m, mvfilter.m: docu improved and corrected, some
	cosmetics 

2002-04-29 12:44  schloegl

	* extra/tsa/arfit2.m: docu modified 

2002-04-29 12:31  schloegl

	* extra/NaN/sem.m: more efficient calculations using SSQ from
	sumskipnan; 2nd output argument gives MEAN; docu improved 

2002-04-29 12:09  schloegl

	* extra/NaN/sumskipnan.m: additional output arguments included (2nd
	and 4th moment) 

2002-04-29 10:43  pkienzle

	* release.sh: Update main/miscellaneous/OCTAVE_FORGE_VERSION.m each
	release.  

2002-04-29 10:19  pkienzle

	* main/geometry/configure.add: Clear conftest* after testing for
	libqhull 

2002-04-29 09:57  pkienzle

	* main/sparse/Makefile: Restore CPICFLAG definition Get OCTAVE from
	OCTAVE_FORGE if compiling within octave-forge 

2002-04-29 09:56  pkienzle

	* main/audio/sound.m: Use ssh rather than rsh for remote playback 

2002-04-28 15:57  etienne

	* main/optim/: minimize.m, test_minimize_1.m: new jac, hess and
	ihess options 

2002-04-28 15:57  etienne

	* main/miscellaneous/read_options.m: fix bug when 1 option is
	substring of other 

2002-04-27 08:02  etienne

	* main/optim/: bfgs.m, bs_gradient2.m, test_cg_min_1.m,
	test_cg_min_2.m, test_cg_min_3.m, test_cg_min_4.m: Change API:
	default=num. deriv, accept other ways of differentiating 

2002-04-26 07:54  pkienzle

	* main/plot/Makefile: fix gtext, etc., build 

2002-04-26 07:54  pkienzle

	* main/image/: Makeconf.add, Makefile, configure.add: Check for
	libjpeg during configure.  

2002-04-26 06:33  pkienzle

	* batch_test.m, interact_test.m: More tests 

2002-04-25 12:34  schloegl

	* extra/tsa/ar2poly.m: erroneous <CR> corrected 

2002-04-24 17:02  rlaboiss

	* nonfree/gpc/debian/: changelog, control: New Debian release 

2002-04-24 06:37  pkienzle

	* extra/Windows/isunix.m: windows is not unix 

2002-04-24 06:37  pkienzle

	* batch_test.m: add ellipj suppress optimization tests (too many
	failures) 

2002-04-24 06:35  pkienzle

	* doc/octave-forge-home.html: add cat. index link 

2002-04-24 06:34  pkienzle

	* extra/testfun/assert.m: use tol > 0 for relative tolerance 

2002-04-24 06:33  pkienzle

	* main/miscellaneous/read_options.m: prototype didn't match file
	name 

2002-04-23 17:36  pkienzle

	* main/strings/: INDEX, base64encode.m: Add base64 encoding routine 

2002-04-23 17:21  pkienzle

	* main/specfun/: test_ellipj.m, test_sncndn.m: new files 

2002-04-23 17:18  pkienzle

	* main/optim/test_wpolyfit.m: new file 

2002-04-22 18:02  pkienzle

	* main/geometry/: __voronoi__.cc, delaunayn.cc: Don't use cerr 

2002-04-22 18:00  pkienzle

	* main/optim/lp.cc: use more conventional octave error handling 

2002-04-22 17:36  pkienzle

	* INSTALL: Add "make check" to the installation instructions 

2002-04-22 17:34  pkienzle

	* Makeconf.base, Makefile, batch_test.m, configure.base: Primitive
	test suite 

2002-04-22 17:33  pkienzle

	* INDEX: now have dos and unix functions 

2002-04-22 17:32  pkienzle

	* main/geometry/convhulln.cc: don't use cerr for warning messages 

2002-04-22 17:31  pkienzle

	* main/signal/INDEX: added gausswin 

2002-04-22 17:30  pkienzle

	* main/signal/triang.m: Peak value of 1 at virtual 0 for even n 

2002-04-22 17:25  pkienzle

	* extra/testfun/assert.m: use argn to print arguments to assert 

2002-04-22 11:16  pkienzle

	* main/signal/: gaussian.m, gausswin.m: gaussian was returning an
	asymmetric window gausswin uses a matlab-compatible interface 

2002-04-22 09:29  pkienzle

	* FIXES/: lin2mu.m, mu2lin.m: brown paper bag: put # back in front
	of the line restore symmetric behaviour 

2002-04-22 09:23  pkienzle

	* main/image/: jpgread.cc, jpgwrite.cc: Use std::string 

2002-04-21 09:35  etienne

	* main/optim/: bfgs.m, line_min.m: small fixes in doc 

2002-04-21 04:43  etienne

	* main/optim/: minimize.m, test_cg_min_1.m, test_cg_min_2.m,
	test_cg_min_3.m, test_cg_min_4.m, test_minimize_1.m: use bfgs
	rather than cg_min 

2002-04-21 04:41  etienne

	* main/optim/bfgs.m: new interface 

2002-04-20 18:10  pkienzle

	* ChangeLog, ChangeLog: $TAG release 

2002-04-20 18:09  pkienzle

	* release.sh: Add too many instructions 

2002-04-20 17:57  pkienzle

	* README: Updated comments 

2002-04-20 17:52  pkienzle

	* main/miscellaneous/edit.m: Add copyright notice 

2002-04-20 17:45  pkienzle

	* FIXES/logm.cc: Use #include <octave/*.h> 

2002-04-20 17:44  pkienzle

	* FIXES/README: broken header comments 

2002-04-20 17:19  pkienzle

	* admin/make_index: report on shadowed octave functions expand
	@var{x} references that makeinfo misses 

2002-04-20 17:11  pkienzle

	* extra/testfun/: assert.m, test.m: add list test, fix structure
	test, use -tolerance for relative error 

2002-04-20 17:03  pkienzle

	* doc/compatibility.html: Anchors for links from the function index 

2002-04-20 17:01  pkienzle

	* main/general/randperm.m: Added to octave long ago 

2002-04-20 16:59  pkienzle

	* FIXES/: Makefile, README, freqz.m, imagesc.m, kron.cc, logm.cc: 
	resolve against current version of octave 

2002-04-20 16:33  pkienzle

	* FIXES/: README, contour.m, cross.m, fftfilt.m, findstr.m,
	invhilb.m, vander.m: Copy functions as they will appear in octave
	2.1.36 

2002-04-20 16:18  pkienzle

	* FIXES/: CmplxQR.cc, CmplxQRP.cc, dbleQR.cc, dbleQRP.cc, qr.cc,
	qrtest.m: Patches accepted into Octave 

2002-04-20 16:10  pkienzle

	* FIXES/union.m, main/set/union.m: union shadows an octave function
	so move it to FIXES 

2002-04-20 14:33  pkienzle

	* main/image/: hsv2rgb.m, rgb2hsv.m: function added to octave long
	ago 

2002-04-20 14:09  schloegl

	* extra/tsa/lpc.m: bugs fixed 

2002-04-20 13:31  schloegl

	* extra/tsa/lpc.m: bug fixed 

2002-04-20 12:15  schloegl

	* extra/tsa/lattice.m: some cosmetics 

2002-04-20 11:59  schloegl

	* extra/tsa/: content.m, contents.m, lpc.m, rc2ar.m: linear
	prediction coefficients included 

2002-04-20 11:22  schloegl

	* extra/tsa/ac2poly.m: extended to multiple parameters 

2002-04-20 10:07  schloegl

	* extra/tsa/rc2ar.m: --- 

2002-04-20 10:06  schloegl

	* extra/tsa/arcext.m: functionality extended 

2002-04-20 09:40  schloegl

	* extra/tsa/ar2poly.m: docu improved 

2002-04-20 09:38  schloegl

	* extra/tsa/poly2rc.m: works now for multiple polymomials, too 

2002-04-20 09:24  schloegl

	* extra/tsa/poly2ar.m: docu improved 

2002-04-20 09:13  schloegl

	* extra/tsa/: poly2ac.m, rc2ac.m: does not work, yet. Prints error
	message and returns.  

2002-04-20 09:08  schloegl

	* extra/tsa/: poly2rc.m, ar2poly.m: bug fixed 

2002-04-20 01:16  pkienzle

	* main/image/rgb2hsv.m: rewrite because old one was broken 

2002-04-19 17:59  pkienzle

	* extra/Windows/dos.m, extra/Windows/unix.m, main/general/dos.m,
	main/general/unix.m: compatibility functions 

2002-04-19 11:49  pkienzle

	* main/plot/clf.m: make clf clear the plot annotations using
	gnuplot's reset 

2002-04-19 11:42  pkienzle

	* INDEX, main/image/INDEX, main/image/colorgradient.m,
	main/plot/tics.m: new functions 

2002-04-19 03:10  schloegl

	* extra/tsa/y2res.m: bug fixed 

2002-04-18 05:05  schloegl

	* extra/tsa/: poly2rc.m, rc2poly.m: bug fixed 

2002-04-18 04:59  schloegl

	* extra/tsa/poly2ar.m: bug fixed 

2002-04-18 04:55  schloegl

	* extra/tsa/ar2poly.m: bug fixed 

2002-04-18 00:50  pkienzle

	* admin/make_index: fix "not implemented"; include full path to
	source; just include toolbox handle not category name in toolbox
	ref. for function 

2002-04-17 22:13  pkienzle

	* main/statistics/INDEX: add wpolyfit 

2002-04-16 01:15  pkienzle

	* admin/make_index: generate extended descriptions; include
	download reference 

2002-04-15 14:59  schloegl

	* extra/tsa/: invest0.m, lattice.m, sinvest1.m: doc changed 

2002-04-15 14:59  schloegl

	* extra/tsa/invest1.m: automatic mode is fully automatic now 

2002-04-14 23:54  pkienzle

	* admin/make_index: Frames for easy navigation 

2002-04-14 00:57  pkienzle

	* admin/make_index: more code cleanup 

2002-04-13 22:51  pkienzle

	* main/general/bitand.cc: max() is not part of the C++ standard, so
	roll our own 

2002-04-13 09:55  pkienzle

	* admin/make_index: start function interface to data structures
	rather than direct reference 

2002-04-13 09:53  pkienzle

	* extra/tsa/: ac2poly.m, invest0.m, invest1.m: doc changes 

2002-04-12 16:27  pkienzle

	* Makeconf.base, extra/mex/Makefile, main/geometry/Makefile,
	main/sparse/Makefile: Use mkoctfile -s to strip oct-files 

2002-04-12 16:23  pkienzle

	* Makefile, autogen.sh: let ./configure turn ./octinst.sh into an
	executable instead of make 

2002-04-12 16:21  pkienzle

	* main/geometry/configure.add: Make it work for old and new
	versions of autoconf (I hope) 

2002-04-12 16:16  pkienzle

	* configure.base, FIXES/CmplxQR.cc, FIXES/CmplxQRP.cc,
	FIXES/dbleQR.cc, FIXES/dbleQRP.cc, extra/mex/mex.cc,
	main/splines/trisolve.cc: Use F77_FUNC instead of F77_FCN  (at
	least for newer versions of octave) 

2002-04-12 12:32  schloegl

	* extra/NaN/nantest.m: test of center removed; if mean is correctly
	installed, center is also correct 

2002-04-12 10:37  schloegl

	* extra/: tsa/changelog.txt, NaN/changelog.txt: changelog not
	needed anymore 

2002-04-12 10:35  schloegl

	* extra/tsa/changelog.txt: closed 

2002-04-12 10:33  schloegl

	* extra/tsa/mvar.m: Mode=7 included 

2002-04-12 10:32  schloegl

	* extra/tsa/arfit2.m: combatibility to Octave improved 

2002-04-11 00:28  pkienzle

	* INDEX, admin/make_index, main/optim/INDEX, main/signal/INDEX,
	main/strings/INDEX: More categorization --- mostly complete now 

2002-04-10 22:21  pkienzle

	* admin/template.ndev: updated cvs update notes 

2002-04-10 13:30  pkienzle

	* admin/make_index: still more tidying of summary output 

2002-04-10 12:32  pkienzle

	* admin/make_index: report missing functions nicely in the summary 

2002-04-10 12:27  pkienzle

	* admin/make_index: Summary of the current directory if not run
	from the root 

2002-04-10 08:15  schloegl

	* extra/tsa/: README.TXT, aar.m, acorf.m, arfit2.m, flix.m,
	invest0.m, invest1.m, lattice.m, mvar.m, poly2rc.m, rc2ac.m,
	rc2ar.m, rc2poly.m, sbispec.m, sinvest1.m, ucp.m, y2res.m: 
	descriptive line checked, documentation corrected 

2002-04-10 08:02  schloegl

	* extra/tsa/: INDEX, contents.m, parcor.m, content.m: documentation
	corrected 

2002-04-10 07:55  schloegl

	* extra/tsa/invest0s.m: no need for this; redundant to invest0 and
	invest1s 

2002-04-10 07:49  schloegl

	* extra/tsa/acf.m: use ACOVF instead of ACF, ACF removed 

2002-04-10 07:47  schloegl

	* extra/tsa/: INDEX, contents.m: documentation corrected 

2002-04-10 07:46  schloegl

	* extra/tsa/: bisdemo.m, tsademo.m: two demos included 

2002-04-10 07:41  schloegl

	* extra/tsa/: INDEX, arfit2.m, contents.m: documentation corrected 

2002-04-10 07:29  schloegl

	* extra/tsa/: ac2poly.m, ac2rc.m, ar2rc.m, contents.m, poly2ac.m,
	rc2ac.m, rc2ar.m, rc2poly.m: deescriptive string included,
	documentation improved 

2002-04-10 07:28  schloegl

	* extra/tsa/: ar2poly.m, poly2ar.m: conversion POLY<->AR included 

2002-04-10 06:57  schloegl

	* extra/tsa/selmo.m: some cosmetics 

2002-04-10 01:47  pkienzle

	* admin/make_index, extra/tsa/INDEX, main/image/bwlabel.m,
	main/optim/fminbnd.m, nonfree/splines/gcvspl.cc: Tune the first
	sentence heuristic 

2002-04-09 18:00  schloegl

	* extra/tsa/: mvar.m, mvfilter.m: code is now compatibility with
	Octave 

2002-04-09 16:49  pkienzle

	* admin/main.idx, admin/make_index, admin/template.readme,
	extra/civil/INDEX, extra/pdb/INDEX, extra/tk_octave/INDEX,
	extra/NaN/INDEX, main/audio/INDEX, main/comm/INDEX,
	main/control/INDEX, main/ident/INDEX, main/image/INDEX,
	main/optim/INDEX, main/signal/INDEX, main/sparse/INDEX,
	main/statistics/INDEX, main/strings/INDEX, main/symbolic/INDEX,
	nonfree/gpc/INDEX, INDEX: Split main.idx into individual
	subdirectories to make it more manageable 

2002-04-09 15:31  pkienzle

	* admin/make_index: code tidying 

2002-04-09 15:20  pkienzle

	* Makefile: Say reasonable things if you try to make without first
	configuring.  

2002-04-09 15:18  pkienzle

	* Makeconf.base: Use mkoctfile to compile C and FORTRAN. Fix FFLAGS
	substitution 

2002-04-09 08:07  schloegl

	* extra/tsa/arcext.m: CR/LF corrected 

2002-04-07 13:41  schloegl

	* extra/tsa/mvar.m: bug fixed 

2002-04-07 13:26  schloegl

	* extra/tsa/sinvest1.m: debug info removed 

2002-04-07 12:34  etienne

	* main/optim/cdiff.m: remove spurious sayif() calls 

2002-04-07 12:03  etienne

	* main/optim/cdiff.m: quicker code (smaller and less variables,
	less brackets) 

2002-04-07 09:00  schloegl

	* extra/tsa/: README.TXT, aar.m, ac2poly.m, ac2rc.m, acf.m,
	acorf.m, acovf.m, ar2rc.m, ar_spa.m, arcext.m, arfit2.m, biacovf.m,
	bispec.m, changelog.txt, content.m, contents.m, detrend.m,
	eeg8s.mat, flag_implicit_samplerate.m, flix.m, histo3.m, hup.m,
	invest0.m, invest0s.m, invest1.m, invfdemo.m, lattice.m, mvar.m,
	mvfilter.m, parcor.m, poly2ac.m, poly2rc.m, quantiles.m, rc2ac.m,
	rc2ar.m, rc2poly.m, sbispec.m, selmo.m, sinvest1.m, ucp.m, y2res.m: 
	initial upload of TSA-toolbox 

2002-04-07 08:05  schloegl

	* extra/NaN/: README.TXT, center.m, nantest.m: include CENTER.M;
	features DIM argument 

2002-04-07 07:38  schloegl

	* extra/NaN/covm.m: check of input argument Mode is now compatible
	to Octave, too 

2002-04-06 12:58  pkienzle

	* doc/octave-forge-home.html: Added references to kmatplot and
	plplot 

2002-04-05 09:49  pkienzle

	* main/strings/regexp.cc: Fix returned indices so that they return
	the substring only 

2002-04-03 01:48  pkienzle

	* FIXES/vander.m: Don't build indexing matrices --- too expensive 

2002-04-03 01:33  pkienzle

	* FIXES/hilb.m: hilb only contains inconsequential changes which
	are not worth supporting.  

2002-04-02 22:43  pkienzle

	* main/general/unwrap.m: Use texinfo for the documentation string 

2002-03-30 16:20  etienne

	* main/optim/minimize.m: use new read_options() 

2002-03-30 16:17  etienne

	* main/miscellaneous/read_options.m: complete rewrite. Was a
	script, is now a function 

2002-03-30 16:16  etienne

	* main/optim/test_minimize_1.m: Fix typo 

2002-03-30 16:14  etienne

	* main/struct/setfield.cc: Bug fixed (in 'read_options', in fact) 

2002-03-30 16:10  etienne

	* main/struct/setfield.cc: Found a bug that I can't fix right now.
	Fallback on setfield.cc 

2002-03-30 15:18  etienne

	* main/struct/getfield.cc: fix typo 

2002-03-30 11:18  etienne

	* main/struct/struct.m: Use setfield() as backend 

2002-03-30 11:10  etienne

	* main/struct/: Makefile, getfield.cc, setfield.cc: implement
	get/set field as octfiles (for speed) 

2002-03-30 11:06  etienne

	* main/struct/isfield.m: Mention octave builtin 'struct_contains' 

2002-03-29 11:42  etienne

	* main/optim/test_minimize_1.m: test function for minimize 

2002-03-29 11:41  etienne

	* main/optim/minimize.m: change treatment of options, of backends,
	check coherence of args 

2002-03-29 09:14  pkienzle

	* admin/: main.idx, make_index: Category refinement 

2002-03-29 07:52  pkienzle

	* main/strings/regexp.cc: Use 1-origin indices for the string
	offsets 

2002-03-29 07:11  pkienzle

	* main/optim/leasqr.m: Update comment string 

2002-03-29 00:20  pkienzle

	* admin/: main.idx, make_index: pass 3: allows function
	descirptions in the index file.  

2002-03-28 16:16  etienne

	* main/optim/: test_cg_min_1.m, test_cg_min_2.m, test_cg_min_3.m: 
	Change messages 

2002-03-28 15:09  etienne

	* main/optim/d2_min.m: accept struct 'ctl' argument. Do multiple
	termination criteria.  

2002-03-28 15:08  etienne

	* main/optim/: test_d2_min_1.m, test_d2_min_2.m, test_d2_min_3.m: 
	Change messages 

2002-03-28 14:08  etienne

	* main/optim/nelder_mead_min.m: Fix doc. Twindle termination
	criterion selection.  

2002-03-28 10:52  etienne

	* main/optim/test_nelder_mead_min_2.m: Test whether termination
	criteria work correctly 

2002-03-28 10:51  etienne

	* main/optim/nelder_mead_min.m: Accept verbose option and multiple
	termination criteria; Fix simplex volume criterion 

2002-03-28 09:01  pkienzle

	* main/strings/mat2str.m: (for Andreas Helms) convert with a
	specified precision 

2002-03-28 01:22  pkienzle

	* admin/main.idx: 2nd pass --- coverage is still 1/3 incomplete 

2002-03-28 01:20  pkienzle

	* admin/make_index: 2nd pass --- still a work in progress 

2002-03-27 06:54  pkienzle

	* admin/: main.idx, make_index: First pass at complete index.  

2002-03-26 20:15  bensapp

	* main/symbolic/ov-sym.cc: [no log message] 

2002-03-26 20:05  bensapp

	* main/symbolic/ov-relational.cc: [no log message] 

2002-03-26 19:55  bensapp

	* main/symbolic/Makefile: [no log message] 

2002-03-26 19:54  bensapp

	* main/symbolic/: differentiate.cc, op-ex-mat.cc, op-ex.cc,
	op-sym.cc, op-vpa.cc, ov-ex-mat.cc, ov-ex-mat.h, ov-ex.cc, ov-ex.h,
	ov-relational.h, ov-sym.h, ov-vpa.cc, ov-vpa.h, sym-bool.cc,
	sym-create.cc, sym-ops.h, symbols.cc: I changed many things.  Moved
	the operators into seperate files. Added a new "relational" type for
	comparing symbolic types.  Defined binary operators for +,-,* and /
	operators for vpa,scalar,complex,sym,matrix, complex_matrix and
	ex_matrix types. The unary operators have been temporarily removed.
	Removed many unused include files.  Moved some functions from
	symbols.cc into seperate files.  

2002-03-26 17:08  bensapp

	* Makefile: The install target was dependant on the variable
	SUBMAKE which was not defined.  I changed it to the variable
	SUBMAKEDIRS and it seems to work properly.  

2002-03-26 17:07  bensapp

	* nonfree/Makefile, extra/Makefile, main/Makefile: If NOINSTALL was
	in all the sub-directories the make install command would croak. 
	Now, it will simply tell you it is installing nothing.  

2002-03-26 00:06  pkienzle

	* main/optim/: wpolyfit.m, wpolyfitdemo.m: Weighted least squares
	polynomial fitting with error estimates on the parameters 

2002-03-26 00:04  pkienzle

	* extra/Windows/image.m, extra/ver20/file_in_loadpath.m,
	extra/ver20/isfinite.m, extra/ver20/islogical.m,
	extra/ver20/logical.m, extra/ver20/nanfunc.m,
	main/control/feedback.m, main/general/isunix.m,
	main/general/lookup.m, main/general/sortrows.m,
	main/ident/idplot.m, main/plot/clf.m, main/plot/pcolor.m,
	main/plot/surf.m, main/plot/surfc.m, main/signal/polystab.m: 
	Add/edit doc strings so that first sentence is a description of the
	function.  

2002-03-26 00:01  pkienzle

	* FIXES/tril.m: Use documentation string for the correct function! 

2002-03-25 23:59  pkienzle

	* FIXES/README: highlight the fact that the random sequence changes
	for rand/randn mention that the new invhilb is more accurate 

2002-03-25 23:50  pkienzle

	* admin/make_index: Preliminary perl script to build the function
	index.  

2002-03-25 22:16  pkienzle

	* FIXES/findstr.m, FIXES/freqz.m, extra/civil/__nlnewmark_fcn__.m,
	extra/civil/newmark.m, extra/civil/nlnewmark.m,
	main/general/bitand.cc, main/general/bitcmp.m,
	main/general/bitset.m, main/general/bitshift.m,
	main/general/cumtrapz.m, main/geometry/__voronoi__.cc,
	main/geometry/convhulln.cc, main/geometry/delaunayn.cc,
	main/geometry/griddata.m, main/image/impad.m, main/plot/gtext.cc,
	main/plot/gzoom.cc, main/signal/remez.cc, main/specfun/ellipj.cc,
	main/splines/fnder.m, main/splines/fnplt.m,
	main/splines/trisolve.cc, main/statistics/geomean.m,
	main/statistics/harmmean.m, main/symbolic/symbols.cc,
	main/symbolic/symbols.h: Fix doc strings in preparation for
	automated index building.  

2002-03-25 15:40  schloegl

	* extra/NaN/statistic.m: --- 

2002-03-25 15:33  schloegl

	* extra/NaN/statistic.m: bug fix 

2002-03-23 15:23  etienne

	* main/optim/: nelder_mead_min.m, doc/optim-mini-howto.2.html,
	doc/optim-mini-howto.2.tex: add mini-howto on unconstrained
	optimizations 

2002-03-23 15:15  etienne

	* main/: miscellaneous/read_options.m, miscellaneous/temp_name.m,
	optim/minimize.m: optimization front-end and dependencies 

2002-03-23 15:13  etienne

	* main/optim/cg_min.m: fix low-gradient termination criterion 

2002-03-23 15:11  etienne

	* main/optim/: bracket_min.m, brent_line_min.m, poly_2_ex.m,
	semi_bracket.m: dependencies for cg_min 

2002-03-23 07:14  etienne

	* main/optim/: cg_min.m, test_cg_min_1.m, test_cg_min_2.m,
	test_cg_min_3.m: add conj. grad. backend 

2002-03-19 14:47  aadler

	* main/image/Makefile: fixed Makefile 

2002-03-19 14:47  aadler

	* main/image/conv2.cc: added else clauses to stop warnings 

2002-03-19 14:37  aadler

	* main/image/: Makefile, jpgread.cc, jpgwrite.cc: jpgread.cc and
	jpgwrite.cc functions 

2002-03-19 13:14  aadler

	* main/image/: imread.m, imwrite.m: unfortunately using popen seems
	to create problems, mostly on win32, but also on linux, so we need
	to move to a tmpfile approach 

2002-03-18 17:45  bensapp

	* main/audio/Makefile: It looked like an "au" was accidently
	removed.  So, it did not compile.  

2002-03-18 10:41  pkienzle

	* FIXES/: tril.m, triu.m: Faster.  

2002-03-18 02:56  pkienzle

	* doc/compatibility.html: note that qr and sqrtm are now in
	octave-forge` 

2002-03-18 02:55  pkienzle

	* README: leaving README in CVS tree as a guide to casual browsers
	even though it is automatically generated; the same goes for
	ChangeLog 

2002-03-18 02:54  pkienzle

	* admin/get_contents: remind user to update web page and CVS 

2002-03-18 02:48  pkienzle

	* FIXES/: README, sqrtm.cc, sqrtmtest.m: better handling of
	ill-conditioned matrices 

2002-03-18 02:45  pkienzle

	* FIXES/dbleQRP.cc: missing from last qr commit 

2002-03-18 02:43  pkienzle

	* Makeconf.base, Makefile, README, configure.base, FIXES/Makefile,
	admin/template.ndev, admin/template.readme, extra/Makefile,
	extra/engine/Makefile, extra/linear-algebra/Makefile,
	extra/mex/Makefile, extra/symband/Makefile, extra/testfun/Makefile,
	extra/tk_octave/Makefile, main/Makefile, main/audio/Makefile,
	main/general/Makefile, main/geometry/Makefile, main/image/Makefile,
	main/linear-algebra/Makefile, main/optim/Makefile,
	main/plot/Makefile, main/signal/Makefile, main/specfun/Makefile,
	main/splines/Makefile, main/strings/Makefile,
	main/symbolic/Makeconf.add, main/symbolic/Makefile,
	main/symbolic/configure.add, nonfree/Makefile,
	nonfree/splines/Makefile: Makefiles more consistent; accept
	optional "install" target in tertiary makes 

2002-03-18 02:34  pkienzle

	* admin/new_developer.html: No need to monitor a generated file 

2002-03-18 01:20  pkienzle

	* FIXES/: freqz.m, freqz_plot.m: Separate out the plotting portion
	of freqz so that alternative graphics packages can plot it
	differently.  Right now freqz_plot uses raw gnuplot commands to
	align the graph margins, so it won't automatically work in plplot 

2002-03-18 01:17  pkienzle

	* FIXES/: CmplxQR.cc, CmplxQRP.cc, dbleQR.cc, qr.cc, qrtest.m: 
	Economical economy qr decomposition 

2002-03-17 16:38  alnd

	* main/io/textread.m: 
	
	Added author credit to Paul Kienzle for major rewrite.  

2002-03-17 16:34  alnd

	* admin/get_authors: 
	
	Minor tweak to regex matching "Authors:" -- allow optional
	whitespace before colon.  

2002-03-17 13:36  schloegl

	* extra/NaN/flag_implicit_dimension.m: docu improved 

2002-03-17 13:29  schloegl

	* extra/NaN/README.TXT: some cosmetics 

2002-03-17 13:23  aadler

	* main/: general/SHA1.cc, sparse/Makefile: bug with function
	prototypes 

2002-03-17 11:52  schloegl

	* extra/NaN/flag_implicit_dimension.m: warning message changed 

2002-03-17 11:47  schloegl

	* extra/NaN/: coefficient_of_variation.m,
	flag_implicit_dimension.m, geomean.m, harmmean.m, kurtosis.m,
	mad.m, mean.m, meandev.m, meansq.m, median.m, moment.m, rms.m,
	sem.m, skewness.m, statistic.m, var.m, zscore.m: implicit dimension
	implemented - this is still in an experimental state 

2002-03-17 10:38  schloegl

	* extra/NaN/: INSTALL, nantest.m: description of INSTALL changed 

2002-03-17 09:21  schloegl

	* extra/NaN/: kurtosis.m, mad.m, meandev.m, sem.m, skewness.m,
	sumskipnan.m, var.m, zscore.m: input arg check corrected 

2002-03-17 08:59  schloegl

	* extra/NaN/sumskipnan.m: flag implicit dimension removed 

2002-03-17 08:12  schloegl

	* extra/NaN/var.m: bug (only when using Matlab) fixed 

2002-03-17 00:26  aadler

	* main/general/interpft.m: added support for matrix interpolation 

2002-03-17 00:26  aadler

	* main/image/: imread.m, imwrite.m: now accept filenames with
	spaces 

2002-03-16 21:39  aadler

	* main/general/SHA1.cc: SHA1 secure hash function 

2002-03-16 21:38  aadler

	* main/image/: bwfill.cc, bwselect.m, edge.m: fill and edge
	detection operators 

2002-03-16 21:36  aadler

	* main/image/impad.m: minor mod to add unwind_protect 

2002-03-16 17:59  schloegl

	* extra/NaN/sumskipnan.m: using NANSUM with Octave if avaulable 

2002-03-16 15:11  schloegl

	* extra/NaN/: flag_implicit_dimension.m, sumskipnan.m: experimental
	implementation of implicit DIM for sumskipnan 

2002-03-16 12:15  etienne

	* main/optim/d2_min.m: Accept 1st differential that is not row
	vector 

2002-03-16 05:45  schloegl

	* extra/NaN/nantest.m: docu improved 

2002-03-16 05:09  schloegl

	* extra/NaN/changelog.txt: closing remark included 

2002-03-16 05:08  schloegl

	* extra/NaN/README.TXT: docs on features improved 

2002-03-16 05:07  schloegl

	* extra/NaN/zscore.m: help improvd 

2002-03-16 05:06  schloegl

	* extra/NaN/detrend.m: [no log message] 

2002-03-16 00:29  pkienzle

	* configure.base, extra/tk_octave/configure.add,
	main/geometry/configure.add, main/symbolic/configure.add: More
	informative failure messages when components not found 

2002-03-15 23:23  pkienzle

	* main/plot/fplot.m: Fast function plotter --- could do with
	adaptive stepping though 

2002-03-15 13:05  schloegl

	* extra/NaN/nantest.m: improved 

2002-03-15 12:28  schloegl

	* extra/NaN/README.TXT: update README 

2002-03-15 10:58  schloegl

	* extra/NaN/: INSTALL, NOINSTALL, README.TXT, changelog.txt,
	coefficient_of_variation.m, covm.m, detrend.m,
	flag_implicit_skip_nan.m, flag_implicit_unbiased_estim.m,
	geomean.m, harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m,
	meansq.m, median.m, moment.m, nantest.m, rms.m, sem.m, skewness.m,
	statistic.m, std.m, sumskipnan.m, var.m, zscore.m: Initial revision 

2002-03-15 10:58  schloegl

	* extra/NaN/: INSTALL, NOINSTALL, README.TXT, changelog.txt,
	coefficient_of_variation.m, covm.m, detrend.m,
	flag_implicit_skip_nan.m, flag_implicit_unbiased_estim.m,
	geomean.m, harmmean.m, kurtosis.m, mad.m, mean.m, meandev.m,
	meansq.m, median.m, moment.m, nantest.m, rms.m, sem.m, skewness.m,
	statistic.m, std.m, sumskipnan.m, var.m, zscore.m: intial import of
	NaN-tb into CVS 

2002-03-15 10:29  pkienzle

	* main/io/textread.m: %[ format generates strings; additional docs
	on %[ and how to use it.  

2002-03-14 16:58  pkienzle

	* main/symbolic/: Makefile, probably_prime.cc: Access CLN's
	probably_prime function (error rate 1 in 2^100 IIRC) 

2002-03-14 10:51  pkienzle

	* main/io/dlmread.m: Read space/comma/tab/etc. delimited file 

2002-03-14 10:48  pkienzle

	* main/: io/textread.m, strings/str_incr.m: ## * remove dependency
	on str_incr ## * return list of strings for %s rather than character
	matrix ## * proper handling of leading text ## * handle %* and %% 

2002-03-13 17:05  pkienzle

	* main/strings/: Makefile, regexp.cc: POSIX regular expressions 

2002-03-13 16:50  etienne

	* main/optim/: Makefile, cdiff.m, d2_min.m, leval.cc,
	nelder_mead_min.m, test_d2_min_1.m, test_d2_min_2.m,
	test_d2_min_3.m, test_nelder_mead_min_1.m: Add functions
	nelder_mead_min, d2_min and cdiff + dependencies 

2002-03-13 16:10  pkienzle

	* autogen.sh, configure.base, extra/tk_octave/configure.add,
	main/geometry/configure.add, main/symbolic/configure.add: 
	./configure status report at end of script 

2002-03-13 14:01  pkienzle

	* TODO: symbolic and geometry toolboxes added 

2002-03-13 13:55  pkienzle

	* INSTALL: add prerequisites 

2002-03-13 13:51  pkienzle

	* main/optim/nrm.m: optimize update expression 

2002-03-13 13:23  pkienzle

	* main/optim/nrm.m: save two function evaluations by inlining the
	derivatives pass all_va_args through to the function 

2002-03-13 13:20  pkienzle

	* main/signal/xcorr.m: Updated documentation 

2002-03-13 13:12  pkienzle

	* main/statistics/: nanmean.m, nansum.m: Remove unnecessary
	do_fortran_indexing 

2002-03-13 13:11  pkienzle

	* main/statistics/nanstd.m: Slightly cleaner handling of n==1 case 
	remove unnecessary do_fortran_indexing 

2002-03-13 13:08  pkienzle

	* main/statistics/: nanmax.m, nanmin.m: remove unnecessary
	do_fortran_indexing return NaN instead of +/-Inf for a column of
	NaN's 

2002-03-13 13:07  pkienzle

	* main/statistics/mad.m: use nanmean for compatibility 

2002-03-10 20:56  aadler

	* main/image/: imread.m, imwrite.m: general image read/write
	functionality using imagemagick utilities 

2002-03-10 20:47  aadler

	* extra/Windows/image.m: fix indexing so colormap isn't off by 1 

2002-03-08 16:15  aadler

	* extra/perl/: Octave.pm, t/3_defines.t: Mods to add sub_matrix,
	and OO type cleanups 

2002-03-08 14:20  pkienzle

	* main/io/dlmwrite.m: write a raw data file as columns of data with
	delimiters 

2002-03-04 13:42  bensapp

	* main/symbolic/ov-ex.h: Added new constructors so we can have a
	more general macro define how ex_matrix type interects with other
	"scalar"(any thing not a matrix) types.  

2002-03-04 13:39  bensapp

	* main/symbolic/symbols.cc: [no log message] 

2002-03-04 13:39  bensapp

	* main/symbolic/Makefile: Added some entries for the new symbolic
	matrix files.  

2002-03-04 13:38  bensapp

	* main/symbolic/: ov-ex-mat.cc, ov-ex-mat.h: New ex_matrix type.  

2002-03-04 09:13  pkienzle

	* doc/octave-forge-home.html: Updated Joao's link.  

2002-02-28 20:49  aadler

	* main/sparse/make_sparse.h: added namespace std to work with gcc3 

2002-02-27 23:57  aadler

	* main/sparse/sp_test.m: global error threshold 

2002-02-27 23:54  aadler

	* main/sparse/SuperLU/: CBLAS/dmyblas2.c, CBLAS/zmyblas2.c,
	SRC/dcolumn_dfs.c, SRC/dcomplex.h, SRC/dgssv.c, SRC/dgssvx.c,
	SRC/dgstrf.c, SRC/dgstrs.c, SRC/dlamch.c, SRC/dlangs.c,
	SRC/dmemory.c, SRC/dpanel_bmod.c, SRC/dpruneL.c, SRC/dsnode_dfs.c,
	SRC/dsp_blas2.c, SRC/dsp_defs.h, SRC/dutil.c, SRC/lsame.c,
	SRC/relax_snode.c, SRC/util.h, SRC/xerbla.c, SRC/zcolumn_bmod.c,
	SRC/zcolumn_dfs.c, SRC/zgssv.c, SRC/zgssvx.c, SRC/zgstrf.c,
	SRC/zgstrs.c, SRC/zlangs.c, SRC/zmemory.c, SRC/zpanel_bmod.c,
	SRC/zpivotgrowth.c, SRC/zpruneL.c, SRC/zreadhb.c, SRC/zsp_blas2.c,
	SRC/zsp_defs.h, SRC/zutil.c: modifications to remove warnings and
	add proper *.h headers for recent gcc versions 

2002-02-27 16:34  rlaboiss

	* nonfree/gpc/debian/: changelog, control: Debian package release
	0.1.2-2 

2002-02-19 18:42  aadler

	* INSTALL.WINDOWS: Build Install instructions for octave-forge on
	windows 

2002-02-19 18:22  aadler

	* extra/Windows/image.m: Modified version to use explorer and allow
	image scaling 

2002-02-19 17:46  aadler

	* main/sparse/SuperLU/SRC/: dcomplex.c, zgsrfs.c, zlacon.c,
	zlangs.c, zutil.c: rename z_abs to z_abs0 not to conflict with g2c 

2002-02-19 16:21  aadler

	* main/sparse/: Makefile, make_sparse.cc, make_sparse.h: 
	Modifications to _dtrsv stub to compile.  Modifications to makefile
	to define AR and RANLIB 

2002-02-16 17:16  aadler

	* main/sparse/: ChangeLog, make_sparse.cc, make_sparse.h: added
	dtrsv stub to compile statically 

2002-02-01 14:35  pkienzle

	* main/general/: Makefile, deref.cc: function for dereferencing
	cell arrays in unpatched octave 

2002-01-31 01:16  alnd

	* README: 
	
	Lastest version from admin/get_contents.  

2002-01-31 01:09  alnd

	* FIXES/toeplitz.m, FIXES/vander.m, extra/ver20/figure.m,
	extra/ver20/nanfunc.m, main/general/polyarea.m, FIXES/contour.m,
	FIXES/cross.m, FIXES/fftfilt.m, FIXES/freqz.m, FIXES/grid.m,
	FIXES/hankel.m, FIXES/hilb.m, FIXES/lin2mu.m, FIXES/mu2lin.m,
	FIXES/polyder.m: 
	
	Cosmetic changes in the comment section for 'Copyright' and/or
	'Author' lines to enable parsing by the admin/get_authors script and
	automatic generation of the AUTHORS file.  No changes to executable
	code! 

2002-01-31 01:06  alnd

	* main/: optim/leasqr.m, optim/leasqrdemo.m, path/addpath.m,
	path/fullfile.m, path/rmpath.m, plot/fill3.m, plot/meshc.m,
	plot/plot3.m, image/bwborder.m, image/bwlabel.m,
	linear-algebra/funm.m, linear-algebra/rref.m,
	linear-algebra/thfm.m, optim/dfdp.m: 
	
	Cosmetic changes in the comment section for 'Copyright' and/or
	'Author' lines to enable parsing by the admin/get_authors script and
	automatic generation of the AUTHORS file.  No changes to executable
	code! 

2002-01-31 01:01  alnd

	* main/: signal/nellip.m, signal/sftrans.m, specfun/nchoosek.m,
	specfun/primes.m, special-matrix/pascal.m, special-matrix/rosser.m,
	plot/print.m, plot/quiver.m, signal/bilinear.m, signal/butter.m,
	signal/cceps.m, signal/cheby1.m, signal/cheby2.m, signal/kaiser.m,
	signal/ncauer.m: 
	
	Cosmetic changes in the comment section for 'Copyright' and/or
	'Author' lines to enable parsing by the admin/get_authors script and
	automatic generation of the AUTHORS file.  No changes to executable
	code! 

2002-01-31 00:58  alnd

	* main/: struct/getfield.m, struct/isfield.m, struct/isstruct.m,
	struct/rmfield.m, struct/setfield.m, struct/struct.m,
	special-matrix/wilkinson.m, strings/mat2str.m, strings/strcmpi.m,
	strings/strncmp.m, strings/strncmpi.m, strings/strvcat.m: 
	
	Cosmetic changes in the comment section for 'Copyright' and/or
	'Author' lines to enable parsing by the admin/get_authors script and
	automatic generation of the AUTHORS file.  No changes to executable
	code! 

2002-01-31 00:27  alnd

	* admin/get_authors: 
	
	Allow only one person's name per Copyright or Author line; fix
	%files so that it is a hash of hashes instead of hash of arrays
	(prevents duplicate entries).  

2002-01-29 13:50  pkienzle

	* main/signal/nellipdemo.m: butterworth/chebychev/elliptic filter
	comparison 

2002-01-29 11:53  pkienzle

	* main/optim/: expdemo.m, expfit.m: fit y = \sum{ a_i exp(c_i x) } 

2002-01-29 11:50  pkienzle

	* nonfree/splines/csaps.m: reorder function header so that help
	works correctly 

2002-01-29 11:48  pkienzle

	* FIXES/invhilb.m: (for Dirk Laurie) increasae range of valid
	inputs, increased accuracy for existing range, and faster 

2002-01-28 10:51  pkienzle

	* main/specfun/factor.m: faster; return multiplicity; error
	handling 

2002-01-23 13:56  pkienzle

	* main/general/interp1.m: fixed extrapolation 

2002-01-18 20:08  aadler

	* extra/perl/: Octave.pm, t/8_operators.t: new docs and new matrix
	methods 

2002-01-16 20:28  aadler

	* extra/perl/Octave.pm: added Inline::Octave::String 

2002-01-16 15:39  pkienzle

	* FIXES/fftfilt.m: (for Roberto Hernandez) fix bug in real/integer
	detection code (for Paul Kienzle) use octave standard formatting;
	minor optimization 

2002-01-15 17:11  bensapp

	* main/symbolic/: symbols.h, symbols.cc, ov-ex.cc, ov-vpa.cc,
	ov-sym.cc: Added some exception handling.  

2002-01-15 09:36  pkienzle

	* doc/compatibility.html: add array of structures comments 

2002-01-15 08:52  pkienzle

	* doc/: index.html, octave-forge-home.html: link to
	new_developer.html 

2002-01-10 17:02  stahel

	* extra/symband/: BandToFull.m, BandToSparse.m,
	ExampleEigenValues.m, ExampleGenEigenValues.m, FullToBand.m,
	Makefile, SymBand.cc, SymBandDoc.ps, SymBandDoc.tex, gapTest.m: 
	operations for symmetric banded matrices 

2002-01-10 16:52  stahel

	* main/linear-algebra/eiggen.m: [no log message] 

2002-01-09 17:21  pkienzle

	* main/specfun/primes.m: fix for primes less than 352 

2002-01-09 17:19  pkienzle

	* main/specfun/isprime.m: factor of two optimization on hopelessly
	bad algorithm 

2002-01-08 10:04  pkienzle

	* extra/Makefile, main/Makefile, octinst.sh.in, nonfree/Makefile: 
	Allow ./configure; make; make install  directly from the CVS tree 

2002-01-07 11:23  pkienzle

	* main/miscellaneous/edit.m: fix C++ template, correctly this time
	:) 

2002-01-07 09:27  pkienzle

	* main/geometry/voronoi.m: Use unique(x,"rows") rather than the no
	longer available __unique_rows__ provide example limit default graph
	to the data set rather than the entire voronoi diagram 

2002-01-07 09:01  alnd

	* get_authors, get_contents, template.readme: 
	
	Deleting get_authors, get_contents, template.readme from top level
	dir since they were moved into admin/.  

2002-01-07 08:59  alnd

	* admin/: CONTENTS, get_authors, get_contents, template.readme: 
	
	Moving get_authors, get_contents, template.readme from top level dir
	to admin/.  Adding admin/CONTENTS.  

2002-01-04 10:56  pkienzle

	* main/miscellaneous/edit.m: add #include <octave/oct.h> to the
	oct-file template 

2002-01-04 10:53  pkienzle

	* extra/linear-algebra/ov-re-tri.cc,
	extra/linear-algebra/ov-re-tri.h, main/audio/endpoint.cc,
	main/general/bitand.cc, main/image/conv2.cc, main/optim/lp.cc,
	main/plot/grab.cc, main/plot/graphics.cc, main/plot/graphics.h,
	main/plot/gtext.cc, main/plot/gzoom.cc, main/signal/medfilt1.cc,
	main/signal/remez.cc, main/sparse/Makefile,
	main/sparse/complex_sparse_ops.cc, main/sparse/make_sparse.h,
	main/sparse/sparse_full.cc, main/sparse/sparse_ops.cc,
	main/sparse/sparse_ops.h: Changes required to compile for gcc-3.0
	in debian hppa/unstable 

2002-01-03 18:36  bensapp

	* main/plot/Makefile: Changed the .cc to .o rule so it would
	compile.  

2002-01-03 18:32  bensapp

	* main/symbolic/Makefile: Copied the way linking is done from the
	sparse Makefile.  

2002-01-03 18:20  bensapp

	* main/symbolic/: ov-sym.cc, ov-vpa.h, symbols.cc: Finished
	converting ex_to_type functions to ex_to<GiNaC::type> functions 
	required by newer versions of GiNaC.  

2002-01-02 08:18  alnd

	* admin/: new_developer.html, template.ndev: 
	
	Adding a new directory to contain administrative files not directly
	related to octave itself.  The admin directory will contain items
	such instructions for octave-forge developers, coding and
	documentation standards.  The file 'template.ndev' is a template
	used by the Perl script get_contents.  get_contents will read
	template.ndev and from it and the CONTENTS files distributed
	throughout the directory tree, create new_developer.html (and also
	the top-level README).  

2002-01-02 08:11  alnd

	* get_contents, template.readme: 
	
	Add new Perl script 'get_contents'.  It finds CONTENTS files in the 
	directory tree, extracts the text from the files, and inserts the 
	text into the top-level README and the developer's guide html file.  
	The octave documentation can be kept up to date more easily this
	way.  

2002-01-02 08:07  alnd

	* FIXES/CONTENTS, doc/CONTENTS, extra/CONTENTS: 
	
	Append / to directory names to allow get_contents script to add HTML
	fixed font markup.  

2002-01-01 21:01  alnd

	* FIXES/CONTENTS, extra/CONTENTS, extra/patches/CONTENTS,
	extra/ver20/CONTENTS, main/CONTENTS, doc/CONTENTS,
	nonfree/CONTENTS: 
	
	Added CONTENTS file to several directories.  The CONTENTS file
	should have a brief explanation on the nature of the files &/|
	subdirectories within this directory.  A Perl script will later find
	all CONTENTS files and extract the explanations and include them in
	the topmost README and other documentation (such as the Octave
	Developer's Guide .html file).  

2001-12-21 15:48  pkienzle

	* main/signal/: ncauer.m, nellip.m: Elliptic filter design 

2001-12-21 15:47  pkienzle

	* main/specfun/: Makefile, ellipj.cc: compiled version of ellipj
	(5x faster and does implicit meshgrid) 

2001-12-21 15:45  pkienzle

	* main/special-matrix/lauchli.m: ill-conditioned rectangular matrix
	for testing QR 

2001-12-21 15:43  pkienzle

	* release.sh: remind release manager to update the afunclist.html 

2001-12-21 15:41  pkienzle

	* doc/: README, index.html, octave-forge-home.html: put
	octave-forge home page under CVS and update doc guide to reflect
	this 

2001-12-21 15:40  pkienzle

	* doc/compatibility.html: add assignin comments; other minor things 

2001-12-21 11:44  pkienzle

	* main/specfun/ellipj.m: (for Leopoldo Cerbaro) handle complex
	inputs 

2001-12-21 11:42  pkienzle

	* main/: signal/levinson.m, struct/fieldnames.m: license updates 

2001-12-15 17:06  alnd

	* get_authors: 
	
	Initial import of perl script which extracts author & copyright info 
	from .m headers; writes 'AUTHORS' file.  This will eventually be
	called from one of the initializing shell scripts.  Should first
	adopt a consistent format scheme for this info and modify existing
	.m files whose formats stray too far from what this routine can
	handle.  

2001-12-15 17:01  alnd

	* main/: io/textread.m, strings/str_incr.m: 
	
	Put usage info in standard format.  

2001-12-15 17:00  alnd

	* cvs-tree: 
	
	Use location-independent shebang invokation of perl via /usr/bin/env
	(as described in 'perldoc perlrun'... and now depends on env's
	location?).  

2001-12-14 13:33  rlaboiss

	* nonfree/gpc/debian/control: Corrected versioned dependency on
	octave2.1 package.  

2001-12-14 13:33  rlaboiss

	* nonfree/gpc/Makefile.am: Symlinks point to right location.  

2001-12-14 11:43  rlaboiss

	* nonfree/gpc/debian/: changelog, control: Preparing Debian release
	0.1.2-1.  

2001-12-13 15:35  rlaboiss

	* nonfree/gpc/: ChangeLog, Makefile.am, NEWS, README, configure.in,
	gpc_plot.m, debian/changelog, debian/control, debian/cvsdir.sh: New
	release 0.1.2 (integrates last changes done by P. Kienzle).  

2001-12-12 10:37  pkienzle

	* cvs-tree: handle duplicate file names 

2001-12-12 09:33  pkienzle

	* main/plot/gget.m: Silently return "" if option does not exist 

2001-12-11 15:35  pkienzle

	* doc/Octave_Windows.htm: (for prnienhuis) remove matcompat
	references and other small changes 

2001-12-11 15:26  pkienzle

	* FIXES/lin2mu.m, FIXES/mu2lin.m, main/audio/auload.m,
	main/audio/ausave.m: Use closed interval [-1,1] rather than open
	interval [-1,1) internally 

2001-12-11 10:13  pkienzle

	* doc/compatibility.html: Matlab compatibility notes 

2001-12-07 12:00  pkienzle

	* nonfree/gpc/: README, gpc_plot.m: remove references to
	"matcompat" 

2001-12-07 11:21  pkienzle

	* main/image/bmpwrite.m: Write .bmp files 

2001-12-07 10:52  pkienzle

	* main/signal/xcorr.m: Return a vector of lags rather than a range 

2001-12-07 10:48  pkienzle

	* main/audio/: auload.m, ausave.m: Use 'binary' mode when opening
	files for reading/writing on Windows 

2001-12-05 00:40  alnd

	* main/strings/str_incr.m: 
	
	This function called by main/io/textread.m.  

2001-12-05 00:38  alnd

	* main/io/textread.m: 
	
	Added directory main/io and file main/io/textread.m.  textread.m is
	a first shot at the matlab function of the same name.  This version 
	depends on a new string function str_incr.m which will go into the 
	main/strings/ directory.  

2001-12-04 14:13  pkienzle

	* main/sparse/make_sparse.cc: sparse(i,j,s,...) now check that
	lengths of i,j,s match 

2001-12-03 13:35  pkienzle

	* main/general/ctranspose.m: by Rolf Fabian: Don't use transpose
	for complex conjugate transpose!!! 

2001-11-30 16:58  stahel

	* main/linear-algebra/eiggen.m: generalized eigenvalues 

2001-11-27 15:31  stahel

	* main/linear-algebra/: GramSchmidt.cc, Makefile: Gram Schmidt
	algorithm added 

2001-11-20 22:20  aadler

	* extra/perl/: Octave.pm, t/8_operators.t: fixed make bug, added
	method support for IOMs 

2001-11-19 21:38  aadler

	* extra/perl/: Makefile.PL, Octave.pm: fix for select octave path
	in Makefile.PL 

2001-11-18 22:13  aadler

	* extra/perl/: Octave.pm, t/4_multisections.t, t/6_nargout.t,
	t/7_nargin.t, t/8_operators.t: fixes for multifiles, nargin/nargout
	tests, operator overloading 

2001-11-18 17:57  tpikonen

	* extra/pdb/: bin/rasmol.sh, data/elements.mat: 
	
	Initial version 

2001-11-18 17:54  tpikonen

	* extra/pdb/: README, plotpdb.m, read_pdb.m, strtoz.m, write_pdb.m,
	write_pdb_quick.m: Functions to read and write Protein databank
	(pdb) files and to interface with Rasmol 

2001-11-17 22:29  aadler

	* extra/perl/Octave.pm: bug in fread fix - add \n 

2001-11-17 22:22  aadler

	* extra/perl/: Makefile.PL, Octave.pm, t/4_multisections.t: 
	multisections now ok, cleaned up singleton object, octave no longer
	freaks out on ctrl-c 

2001-11-16 21:15  aadler

	* extra/perl/: Makefile.PL, Octave.pm: changed docs, new options
	for Makefile.PL 

2001-11-15 22:10  aadler

	* main/sparse/spsum.m: sparse sum 

2001-11-15 22:09  aadler

	* main/sparse/: sp_test.m, sparse_full.cc: added spsum.m,
	is_sparse, is_real_sparse, is_complex_sparse 

2001-11-14 10:21  pkienzle

	* main/plot/print.m: handle case when output was already to a file
	before the print 

2001-11-14 10:14  pkienzle

	* autogen.sh: for debugging purposes, only remove configure.in if
	autoconf succeeds 

2001-11-14 10:12  pkienzle

	* main/miscellaneous/edit.m: Find function on your path and edit it 

2001-11-14 10:09  pkienzle

	* main/symbolic/: INSTALL, Makeconf.add, Makefile, configure.add,
	ov-ex.cc, ov-ex.h, ov-sym.cc, ov-sym.h, ov-vpa.cc, ov-vpa.h,
	splot.m, symbols.cc, symbols.h, doc/symbolic.html: Adding Ben
	Sapp's symbolic toolbox (but not GinaC, cln, or gmp on which it
	depends) 

2001-11-11 19:01  aadler

	* extra/perl/Makefile.PL: fixed bug in select octave interpreter 

2001-11-10 22:40  aadler

	* extra/perl/Makefile.PL: now you can supply perl Makefile.PL
	LIB=blah 

2001-11-10 22:36  aadler

	* extra/perl/Octave.pm: mod to work with octave-2.0 as well as 2.1 

2001-11-10 22:00  aadler

	* extra/perl/: Makefile.PL, NOINSTALL, NOINTALL, Octave.pm,
	t/1_simple.t, t/2_calling.t, t/3_defines.t, t/5_hilbert.t: added
	makefile and tests added as_scalar method 

2001-11-07 10:02  pkienzle

	* main/general/Makefile: need all: as first rule so everything will
	be built 

2001-11-05 21:58  aadler

	* extra/perl/Octave.pm: mod to work with 5.005 

2001-11-05 09:14  pkienzle

	* doc/Octave_Windows.htm: (prneinhuis: updates) 

2001-11-05 09:09  pkienzle

	* main/plot/print.m: Fix bug in fig output option 

2001-11-04 14:54  aadler

	* main/sparse/: complex_sparse_ops.cc, make_sparse.cc,
	make_sparse.h, sp_test.m, sparse_inv.cc, sparse_ops.cc,
	sparse_ops.h: fix bug with multiple entries in sparse creation.  
	Added "summation" mode for matrix creation 

2001-11-02 13:11  pkienzle

	* release.sh: automate ChangeLog generation and release file
	upload.  

2001-11-02 12:10  pkienzle

	* ChangeLog: $TAG release 

2001-11-02 10:42  pkienzle

	* extra/mex/mex.cc: fix 0-termination bug in mxGetString 

2001-10-31 16:51  pkienzle

	* main/plot/grab.cc: Replace cerr<< with error() 

2001-10-31 16:39  pkienzle

	* main/audio/aurecord.1: man page for aurecord, in case anyone
	wants to use it outside of octave 

2001-10-31 16:16  pkienzle

	* INSTALL, extra/mex/Makefile, extra/mex/mex.in: Correct install
	problems with mex 

2001-10-31 14:07  pkienzle

	* FIXES/: Makefile, README: reference fsolve 

2001-10-31 14:05  pkienzle

	* main/geometry/: Makefile, configure.add: Correctly check for
	libqhull and make sure that it builds 

2001-10-31 14:02  pkienzle

	* main/splines/trisolve.m: m-file version of trisolve.cc for those
	without oct-file capabilities 

2001-10-31 13:50  pkienzle

	* main/geometry/griddata.m: put commas in matrix constructors 

2001-10-31 13:15  pkienzle

	* main/signal/remez.cc: remove unused variable warning 

2001-10-31 10:27  pkienzle

	* README: Mention the doc/ subdirectory 

2001-10-31 10:24  pkienzle

	* doc/README: Instructions for updating the octave.sf.net home page 

2001-10-31 10:05  pkienzle

	* doc/: Octave_Windows.htm, index.html: Add Octave for Windows FAQ 

2001-10-31 09:05  pkienzle

	* main/plot/legend.m: Add delay to give gnuplot time to write the
	graph state to a file 

2001-10-30 16:37  pkienzle

	* extra/patches/octave-2.1.34-load-save.cc.patch: load-save
	struct/cell patch 

2001-10-30 16:27  pkienzle

	* FIXES/fsolve.cc: allow arguments to be passed through fsolve() to
	the user function 

2001-10-30 16:25  pkienzle

	* FIXES/test/fsolve_3.m: test function for argument pass through
	version of fsolve 

2001-10-30 15:36  pkienzle

	* main/specfun/nchoosek.m: extend valid input range; use slower but
	much cleaner algorithm 

2001-10-30 14:36  pkienzle

	* main/optim/fminbnd.m: modified for use with functions which take
	more than one parameter 

2001-10-30 13:06  pkienzle

	* main/signal/: xcorr.m, xcov.m: fix arg processing for 3 args 

2001-10-29 10:40  pkienzle

	* INSTALL, README: Better documentation of octave-matlab
	compatibility issues 

2001-10-29 10:39  pkienzle

	* FIXES/: lin2mu.m, mu2lin.m: Restore octave default behaviour even
	though it differs from matlab.  

2001-10-29 10:37  pkienzle

	* FIXES/README: Update the list to reflect the status of FIXES as
	of octave 2.1.34 

2001-10-29 10:35  pkienzle

	* FIXES/cross.m: Restore octave defaults for non-conformant
	vectors, but issue a warning so that the user will clean up their
	code and compatibility with matlab will not be an issue.  

2001-10-29 10:27  pkienzle

	* main/audio/ausave.m: Don't rely on default for lin2mu 

2001-10-23 21:26  aadler

	* extra/perl/Octave.pm: added POD documentation 

2001-10-22 14:19  pkienzle

	* Makefile: Don't remove Makeconf.in during distclean 

2001-10-22 13:19  pkienzle

	* Makefile, README, cvsdir.sh, main/plot/Makefile: forgetting to
	remove some files on cleanup 

2001-10-22 11:00  pkienzle

	* FIXES/README: check FIXES/* against bleeding-edge octave (2.1.34) 

2001-10-22 10:38  pkienzle

	* FIXES/cross.m: Return the compatible dimensionality if given a
	row and column vector 

2001-10-21 23:04  aadler

	* extra/perl/: NOINTALL, Octave.pm: Inline::Octave module 

2001-10-18 15:03  kahacjde

	* main/splines/csape.m: [no log message] 

2001-10-15 09:19  pkienzle

	* Makefile: include the FIXES/ subdirectory in the build phase 

2001-10-13 23:06  aadler

	* main/sparse/: Makefile, complex_sparse_ops.cc, make_sparse.cc,
	sparse_inv.cc, sparse_ops.cc, sparse_ops.h, spy.m: fixed memory
	leak in complex sparse solve fixed malloc bugs for zero size allocs 

2001-10-12 10:00  pkienzle

	* release.sh: More fixes.  

2001-10-12 09:48  pkienzle

	* release.sh: use octave-forge as the module to work with 

2001-10-11 22:24  aadler

	* main/sparse/: Makefile, README, complex_sparse_ops.cc,
	make_sparse.cc, make_sparse.h, sp_test.m, sparse_full.cc,
	sparse_inv.cc, sparse_ops.cc, sparse_ops.h: Mods to fix bugs add
	support for all zero sparse matrices add support fom complex sparse
	inverse 

2001-10-11 22:16  aadler

	* main/plot/: ginput.oct, grab.oct, graphics.oct, gtext.oct,
	gzoom.oct: remove oct files from source repository 

2001-10-10 15:54  pkienzle

	* COPYING, COPYING.GPL, INSTALL, Makeconf.base, Makefile, README,
	TODO, autogen.sh, configure.base, cvs-tree, install-sh,
	octinst.sh.in, release.sh, FIXES/Makefile, FIXES/MersenneTwister.h,
	FIXES/README, FIXES/contour.m, FIXES/cross.m, FIXES/deblank.m,
	FIXES/fftfilt.m, FIXES/findstr.m, FIXES/freqz.m, FIXES/grid.m,
	FIXES/hankel.m, FIXES/hilb.m, FIXES/imagesc.m, FIXES/index.m,
	FIXES/invhilb.m, FIXES/kron.m, FIXES/lin2mu.m, FIXES/mu2lin.m,
	FIXES/polyder.m, FIXES/polyderiv.m, FIXES/polygcd.m, FIXES/rand.cc,
	FIXES/rindex.m, FIXES/tf2zp.m, FIXES/toeplitz.m, FIXES/vander.m,
	FIXES/zp2tf.m, main/Makefile, main/audio/Makefile, main/audio/au.m,
	main/audio/aucapture.m, main/audio/auload.m, main/audio/auplot.m,
	main/audio/aurecord.cc, main/audio/aurecord.m, main/audio/ausave.m,
	main/audio/clip.m, main/audio/endpoint.cc, main/audio/endpoint.doc,
	main/audio/endpoint.h, main/audio/sound.m, main/audio/soundsc.m,
	main/audio/bin/.keepme, main/audio/data/sample.wav,
	main/comm/bi2de.m, main/comm/compand.m, main/comm/de2bi.m,
	main/comm/quantiz.m, main/comm/randint.m, main/comm/vec2mat.m,
	main/control/feedback.m, main/general/Makefile,
	main/general/bitand.cc, main/general/bitcmp.m,
	main/general/bitget.m, main/general/bitset.m,
	main/general/bitshift.m, main/general/blkdiag.m,
	main/general/command.cc, main/general/complex.m,
	main/general/cplxpair.m, main/general/ctranspose.m,
	main/general/cumtrapz.m, main/general/deal.m, main/general/del2.m,
	main/general/double.m, main/general/fcnchk.m,
	main/general/gradient.m, main/general/ifftshift.m,
	main/general/ind2sub.m, main/general/interp1.m,
	main/general/interp2.m, main/general/interpft.m,
	main/general/isequal.m, main/general/isunix.m,
	main/general/lasterr.m, main/general/lookup.m,
	main/general/polyarea.m, main/general/randperm.m,
	main/general/rat.m, main/general/rats.m, main/general/repmat.m,
	main/general/sortrows.m, main/general/sub2ind.m,
	main/general/transpose.m, main/general/trapz.m,
	main/general/unix.m, main/general/unwrap.m, main/geometry/AUTHORS,
	main/geometry/ChangeLog, main/geometry/Makeconf.add,
	main/geometry/Makefile, main/geometry/README, main/geometry/TODO,
	main/geometry/__voronoi__.cc, main/geometry/configure.add,
	main/geometry/convhull.m, main/geometry/convhulln.cc,
	main/geometry/delaunay.m, main/geometry/delaunay3.m,
	main/geometry/delaunayn.cc, main/geometry/griddata.m,
	main/geometry/voronoi.m, main/geometry/voronoin.m,
	main/ident/idplot.m, main/ident/idsim.m, main/ident/mktheta.m,
	main/ident/poly2th.m, main/image/Makefile, main/image/autumn.m,
	main/image/bone.m, main/image/brighten.m, main/image/bwborder.m,
	main/image/bwlabel.m, main/image/conv2.cc, main/image/cool.m,
	main/image/copper.m, main/image/cordflt2.cc, main/image/corr2.m,
	main/image/flag.m, main/image/grayslice.m, main/image/histeq.m,
	main/image/hot.m, main/image/hsv.m, main/image/hsv2rgb.m,
	main/image/im2bw.m, main/image/imadjust.m, main/image/imhist.m,
	main/image/imnoise.m, main/image/impad.m, main/image/isbw.m,
	main/image/isgray.m, main/image/isind.m, main/image/jet.m,
	main/image/mat2gray.m, main/image/mean2.m, main/image/medfilt2.m,
	main/image/ordfilt2.m, main/image/pink.m, main/image/prism.m,
	main/image/rainbow.m, main/image/rgb2gray.m, main/image/rgb2hsv.m,
	main/image/spring.m, main/image/std2.m, main/image/summer.m,
	main/image/white.m, main/image/winter.m,
	main/linear-algebra/Makefile, main/linear-algebra/funm.m,
	main/linear-algebra/rref.m, main/linear-algebra/rsf2csf.cc,
	main/linear-algebra/rsf2csf.m, main/linear-algebra/thfm.m,
	main/optim/Makefile, main/optim/__quasi_func__.m,
	main/optim/bfgs.m, main/optim/bs_gradient.m, main/optim/deriv.m,
	main/optim/dfdp.m, main/optim/dfp.m, main/optim/fmin.m,
	main/optim/fminbnd.m, main/optim/fzero.m, main/optim/leasqr.m,
	main/optim/leasqrdemo.m, main/optim/lp.cc, main/optim/lp_test.m,
	main/optim/nrm.m, main/path/addpath.m, main/path/fullfile.m,
	main/path/rmpath.m, main/plot/Makefile, main/plot/__plt3__.m,
	main/plot/clf.m, main/plot/dhbar.m, main/plot/drawnow.m,
	main/plot/fill.m, main/plot/fill3.m, main/plot/gget.m,
	main/plot/ginput.cc, main/plot/ginput.oct, main/plot/grab.cc,
	main/plot/grab.oct, main/plot/graphics.cc, main/plot/graphics.h,
	main/plot/graphics.oct, main/plot/gtext.cc, main/plot/gtext.oct,
	main/plot/gzoom.cc, main/plot/gzoom.oct, main/plot/legend.m,
	main/plot/meshc.m, main/plot/orient.m, main/plot/patch.m,
	main/plot/pcolor.m, main/plot/pie.m, main/plot/plot3.m,
	main/plot/print.m, main/plot/quiver.m, main/plot/stem.m,
	main/plot/surf.m, main/plot/surfc.m, main/plot/text.m,
	main/plot/view.m, main/set/intersect.m, main/set/ismember.m,
	main/set/setdiff.m, main/set/setxor.m, main/set/union.m,
	main/set/unique.m, main/signal/Makefile, main/signal/__power.m,
	main/signal/arburg.m, main/signal/aryule.m, main/signal/bilinear.m,
	main/signal/boxcar.m, main/signal/butter.m, main/signal/buttord.m,
	main/signal/cceps.m, main/signal/cheb1ord.m,
	main/signal/cheb2ord.m, main/signal/cheby1.m, main/signal/cheby2.m,
	main/signal/chirp.m, main/signal/cohere.m, main/signal/csd.m,
	main/signal/czt.m, main/signal/dct.m, main/signal/dct2.m,
	main/signal/dctmtx.m, main/signal/decimate.m,
	main/signal/filter2.m, main/signal/filtfilt.m, main/signal/fir1.m,
	main/signal/fir2.m, main/signal/gaussian.m, main/signal/grpdelay.m,
	main/signal/hilbert.m, main/signal/idct.m, main/signal/idct2.m,
	main/signal/impz.m, main/signal/interp.m, main/signal/kaiser.m,
	main/signal/kaiserord.m, main/signal/levinson.m,
	main/signal/medfilt1.cc, main/signal/pburg.m,
	main/signal/polystab.m, main/signal/pulstran.m,
	main/signal/pwelch.m, main/signal/pyulear.m, main/signal/rceps.m,
	main/signal/rectpuls.m, main/signal/remez.cc,
	main/signal/resample.m, main/signal/sftrans.m,
	main/signal/sgolay.m, main/signal/sgolayfilt.m,
	main/signal/specgram.m, main/signal/tfe.m, main/signal/triang.m,
	main/signal/tripuls.m, main/signal/xcorr.m, main/signal/xcorr2.m,
	main/signal/xcov.m, main/signal/zplane.m, main/sparse/ChangeLog,
	main/sparse/Makefile, main/sparse/README,
	main/sparse/complex_sparse_ops.cc, main/sparse/fem_test.m,
	main/sparse/make_sparse.cc, main/sparse/make_sparse.h,
	main/sparse/sp_test.m, main/sparse/sparse_full.cc,
	main/sparse/sparse_inv.cc, main/sparse/sparse_ops.cc,
	main/sparse/sparse_ops.h, main/sparse/superlu2.0patch.diff,
	main/sparse/SuperLU/CBLAS/dmyblas2.c,
	main/sparse/SuperLU/CBLAS/zmyblas2.c,
	main/sparse/SuperLU/SRC/Cnames.h, main/sparse/SuperLU/SRC/colamd.c,
	main/sparse/SuperLU/SRC/colamd.h,
	main/sparse/SuperLU/SRC/dcolumn_bmod.c,
	main/sparse/SuperLU/SRC/dcolumn_dfs.c,
	main/sparse/SuperLU/SRC/dcomplex.c,
	main/sparse/SuperLU/SRC/dcomplex.h,
	main/sparse/SuperLU/SRC/dcopy_to_ucol.c,
	main/sparse/SuperLU/SRC/dgscon.c, main/sparse/SuperLU/SRC/dgsequ.c,
	main/sparse/SuperLU/SRC/dgsrfs.c, main/sparse/SuperLU/SRC/dgssv.c,
	main/sparse/SuperLU/SRC/dgssvx.c, main/sparse/SuperLU/SRC/dgstrf.c,
	main/sparse/SuperLU/SRC/dgstrs.c, main/sparse/SuperLU/SRC/dlacon.c,
	main/sparse/SuperLU/SRC/dlamch.c, main/sparse/SuperLU/SRC/dlangs.c,
	main/sparse/SuperLU/SRC/dlaqgs.c,
	main/sparse/SuperLU/SRC/dmemory.c,
	main/sparse/SuperLU/SRC/dpanel_bmod.c,
	main/sparse/SuperLU/SRC/dpanel_dfs.c,
	main/sparse/SuperLU/SRC/dpivotL.c,
	main/sparse/SuperLU/SRC/dpivotgrowth.c,
	main/sparse/SuperLU/SRC/dpruneL.c,
	main/sparse/SuperLU/SRC/dreadhb.c,
	main/sparse/SuperLU/SRC/dsnode_bmod.c,
	main/sparse/SuperLU/SRC/dsnode_dfs.c,
	main/sparse/SuperLU/SRC/dsp_blas2.c,
	main/sparse/SuperLU/SRC/dsp_blas3.c,
	main/sparse/SuperLU/SRC/dsp_defs.h,
	main/sparse/SuperLU/SRC/dutil.c,
	main/sparse/SuperLU/SRC/get_perm_c.c,
	main/sparse/SuperLU/SRC/icmax1.c, main/sparse/SuperLU/SRC/izmax1.c,
	main/sparse/SuperLU/SRC/lsame.c, main/sparse/SuperLU/SRC/memory.c,
	main/sparse/SuperLU/SRC/mmd.c,
	main/sparse/SuperLU/SRC/relax_snode.c,
	main/sparse/SuperLU/SRC/sp_coletree.c,
	main/sparse/SuperLU/SRC/sp_ienv.c,
	main/sparse/SuperLU/SRC/sp_preorder.c,
	main/sparse/SuperLU/SRC/superlu_timer.c,
	main/sparse/SuperLU/SRC/supermatrix.h,
	main/sparse/SuperLU/SRC/util.c, main/sparse/SuperLU/SRC/util.h,
	main/sparse/SuperLU/SRC/xerbla.c,
	main/sparse/SuperLU/SRC/zcolumn_bmod.c,
	main/sparse/SuperLU/SRC/zcolumn_dfs.c,
	main/sparse/SuperLU/SRC/zcopy_to_ucol.c,
	main/sparse/SuperLU/SRC/zgscon.c, main/sparse/SuperLU/SRC/zgsequ.c,
	main/sparse/SuperLU/SRC/zgsrfs.c, main/sparse/SuperLU/SRC/zgssv.c,
	main/sparse/SuperLU/SRC/zgssvx.c, main/sparse/SuperLU/SRC/zgstrf.c,
	main/sparse/SuperLU/SRC/zgstrs.c, main/sparse/SuperLU/SRC/zlacon.c,
	main/sparse/SuperLU/SRC/zlangs.c, main/sparse/SuperLU/SRC/zlaqgs.c,
	main/sparse/SuperLU/SRC/zmemory.c,
	main/sparse/SuperLU/SRC/zpanel_bmod.c,
	main/sparse/SuperLU/SRC/zpanel_dfs.c,
	main/sparse/SuperLU/SRC/zpivotL.c,
	main/sparse/SuperLU/SRC/zpivotgrowth.c,
	main/sparse/SuperLU/SRC/zpruneL.c,
	main/sparse/SuperLU/SRC/zreadhb.c,
	main/sparse/SuperLU/SRC/zsnode_bmod.c,
	main/sparse/SuperLU/SRC/zsnode_dfs.c,
	main/sparse/SuperLU/SRC/zsp_blas2.c,
	main/sparse/SuperLU/SRC/zsp_blas3.c,
	main/sparse/SuperLU/SRC/zsp_defs.h,
	main/sparse/SuperLU/SRC/zutil.c, main/specfun/ellipj.m,
	main/specfun/ellipke.m, main/specfun/expint.f,
	main/specfun/factor.m, main/specfun/factorial.m,
	main/specfun/gammaln.m, main/specfun/isprime.m,
	main/specfun/legendre.m, main/specfun/mod.m,
	main/specfun/nchoosek.m, main/specfun/perms.m,
	main/specfun/primes.m, main/special-matrix/magic.m,
	main/special-matrix/pascal.m, main/special-matrix/rosser.m,
	main/special-matrix/wilkinson.m, main/splines/Makefile,
	main/splines/csape.m, main/splines/csapi.m, main/splines/dgtsv.f,
	main/splines/dptsv.f, main/splines/dpttrf.f, main/splines/dpttrs.f,
	main/splines/dptts2.f, main/splines/fnder.m, main/splines/fnplt.m,
	main/splines/mkpp.m, main/splines/pchip.m, main/splines/ppval.m,
	main/splines/spline.m, main/splines/trisolve.cc,
	main/splines/trisolve.tst, main/splines/unmkpp.m,
	main/statistics/geomean.m, main/statistics/harmmean.m,
	main/statistics/mad.m, main/statistics/nanmax.m,
	main/statistics/nanmean.m, main/statistics/nanmedian.m,
	main/statistics/nanmin.m, main/statistics/nanstd.m,
	main/statistics/nansum.m, main/statistics/prctile.m,
	main/statistics/trimmean.m, main/statistics/zscore.m,
	main/strings/mat2str.m, main/strings/strcmpi.m,
	main/strings/strmatch.m, main/strings/strncmp.m,
	main/strings/strncmpi.m, main/strings/strtok.m,
	main/strings/strvcat.m, main/struct/README,
	main/struct/fieldnames.m, main/struct/getfield.m,
	main/struct/isfield.m, main/struct/isstruct.m,
	main/struct/rmfield.m, main/struct/setfield.m,
	main/struct/struct.m, main/time/datenum.m, main/time/datestr.m,
	main/time/datevec.m, main/time/now.m, main/time/weekday.m,
	nonfree/Makefile, nonfree/gpc/AUTHORS, nonfree/gpc/ChangeLog,
	nonfree/gpc/Makefile.am, nonfree/gpc/NEWS, nonfree/gpc/NOINSTALL,
	nonfree/gpc/README, nonfree/gpc/TODO, nonfree/gpc/bootstrap.sh,
	nonfree/gpc/configure.in, nonfree/gpc/gpc_clip.cc,
	nonfree/gpc/gpc_create.cc, nonfree/gpc/gpc_get.cc,
	nonfree/gpc/gpc_is_polygon.cc, nonfree/gpc/gpc_plot.m,
	nonfree/gpc/gpc_read.cc, nonfree/gpc/gpc_tristrip.cc,
	nonfree/gpc/gpc_write.cc, nonfree/gpc/octave-gpc.cc,
	nonfree/gpc/octave-gpc.h, extra/Makefile, extra/Windows/NOINSTALL,
	extra/Windows/image.m, extra/civil/__nlnewmark_fcn__.m,
	extra/civil/newmark.m, extra/civil/nlnewmark.m,
	extra/engine/Makefile, extra/engine/NOINSTALL, extra/engine/README,
	extra/engine/engClose.c, extra/engine/engEvalString.c,
	extra/engine/engGetFull.c, extra/engine/engOpen.c,
	extra/engine/engOutputBuffer.c, extra/engine/engPutFull.c,
	extra/engine/engif.c, extra/engine/engif.h, extra/engine/engine.h,
	extra/engine/mattest.c, extra/engine/mxCalloc.c,
	extra/engine/mxFree.c, extra/fake-sparse/NOINSTALL,
	extra/fake-sparse/full.m, extra/fake-sparse/issparse.m,
	extra/fake-sparse/sparse.m, extra/fake-sparse/spdiags.m,
	extra/fake-sparse/spy.m, extra/integration/Contents.m,
	extra/integration/README, extra/integration/README.Copying,
	extra/integration/README.gaussq, extra/integration/count.m,
	extra/integration/cquadnd.m, extra/integration/crule.m,
	extra/integration/crule2d.m, extra/integration/crule2dgen.m,
	extra/integration/gquad.m, extra/integration/gquad2d.m,
	extra/integration/gquad2d6.m, extra/integration/gquad2dgen.m,
	extra/integration/gquad6.m, extra/integration/gquadnd.m,
	extra/integration/grule.m, extra/integration/grule2d.m,
	extra/integration/grule2dgen.m, extra/integration/innerfun.m,
	extra/integration/ncrule.m, extra/integration/quad2dc.m,
	extra/integration/quad2dcgen.m, extra/integration/quad2dg.m,
	extra/integration/quad2dggen.m, extra/integration/quadc.m,
	extra/integration/quadg.m, extra/integration/quadndg.m,
	extra/integration/zero_count.m, extra/integration/test/run.log,
	extra/integration/test/run2dtests.m,
	extra/integration/test/test_ncrule.m,
	extra/integration/test/test_quadg.m,
	extra/integration/test/tests2d.log,
	extra/integration/test/testsnc.log,
	extra/integration/test/testsqg.log,
	extra/integration/testfun/fxpow.m,
	extra/integration/testfun/glimh.m,
	extra/integration/testfun/glimh2.m,
	extra/integration/testfun/gliml.m, extra/integration/testfun/gxy.m,
	extra/integration/testfun/gxy1.m, extra/integration/testfun/gxy2.m,
	extra/integration/testfun/hx.m, extra/integration/testfun/lcrcl.m,
	extra/integration/testfun/lcrcu.m, extra/integration/testfun/x25.m,
	extra/integration/testfun/xcubed.m,
	extra/integration/testfun/xsquar.m, extra/linear-algebra/Makefile,
	extra/linear-algebra/README, extra/linear-algebra/chol.cc,
	extra/linear-algebra/ov-re-tri.cc,
	extra/linear-algebra/ov-re-tri.h, extra/mex/INSTALL,
	extra/mex/Makefile, extra/mex/README, extra/mex/TODO,
	extra/mex/matrix.h, extra/mex/mex.1, extra/mex/mex.cc,
	extra/mex/mex.h, extra/mex/mex.in, extra/mex/myfeval.c,
	extra/mex/myfevalf.f, extra/mex/myset.c, extra/ode/ode23.m,
	extra/ode/ode45.m, extra/ode/ode78.m, extra/ode/penddot.m,
	extra/ode/pendulum.m, extra/ode/readme.txt, extra/ode/rk2fixed.m,
	extra/ode/rk4fixed.m, extra/ode/rk8fixed.m,
	extra/patches/M-v-ops-2.1.31.patch, extra/patches/NOINSTALL,
	extra/patches/cell-support-2.1.31.patch,
	extra/patches/exist-type-2.1.19.patch,
	extra/patches/load-to-struct-2.0.19.patch,
	extra/patches/octave-mod-2.1.31.patch, extra/testfun/Makefile,
	extra/testfun/README, extra/testfun/assert.m, extra/testfun/demo.m,
	extra/testfun/example.m, extra/testfun/index.html,
	extra/testfun/pretty.cc, extra/testfun/speed.m,
	extra/testfun/test.m, extra/testfun/data/pretty,
	extra/tk_octave/Makeconf.add, extra/tk_octave/Makefile,
	extra/tk_octave/NOINSTALL, extra/tk_octave/README,
	extra/tk_octave/configure.add, extra/tk_octave/rainbow.m,
	extra/tk_octave/sample.dat, extra/tk_octave/tk_busy.m,
	extra/tk_octave/tk_busy_cancel.m, extra/tk_octave/tk_dialog.m,
	extra/tk_octave/tk_entry.m, extra/tk_octave/tk_error.m,
	extra/tk_octave/tk_init.m, extra/tk_octave/tk_input.m,
	extra/tk_octave/tk_interp.cc, extra/tk_octave/tk_matrix,
	extra/tk_octave/tk_matrix.tcl, extra/tk_octave/tk_menu.m,
	extra/tk_octave/tk_message.m, extra/tk_octave/tk_progress.m,
	extra/tk_octave/tk_progress_cancel.m, extra/tk_octave/tk_scale.m,
	extra/tk_octave/tk_yesno.m, extra/tk_octave/tk_yesnocancel.m,
	extra/ver20/NOINSTALL, extra/ver20/fieldnames.m,
	extra/ver20/figure.m, extra/ver20/file_in_loadpath.m,
	extra/ver20/is_complex.m, extra/ver20/isfinite.m,
	extra/ver20/islogical.m, extra/ver20/isreal.m,
	extra/ver20/logical.m, extra/ver20/nanfunc.m, extra/ver20/nanmax.m,
	extra/ver20/nanmean.m, extra/ver20/nanmedian.m,
	extra/ver20/nanmin.m, extra/ver20/nanstd.m, extra/ver20/nansum.m,
	extra/ver20/orient.m, nonfree/gpc/debian/changelog,
	nonfree/gpc/debian/control, nonfree/gpc/debian/copyright,
	nonfree/gpc/debian/cvsdir.sh, nonfree/gpc/debian/docs,
	nonfree/gpc/debian/gpc_test.m, nonfree/gpc/debian/rules,
	nonfree/splines/LICENSE.gcvsplf, nonfree/splines/Makefile,
	nonfree/splines/NOINSTALL, nonfree/splines/csaps.m,
	nonfree/splines/gcvspl.cc, nonfree/splines/gcvsplf.f: revised
	heirarchy 

2001-10-10 15:54  pkienzle

	* COPYING, COPYING.GPL, INSTALL, Makeconf.base, Makefile, README,
	TODO, autogen.sh, configure.base, cvs-tree, install-sh,
	octinst.sh.in, release.sh, FIXES/Makefile, FIXES/MersenneTwister.h,
	FIXES/README, FIXES/contour.m, FIXES/cross.m, FIXES/deblank.m,
	FIXES/fftfilt.m, FIXES/findstr.m, FIXES/freqz.m, FIXES/grid.m,
	FIXES/hankel.m, FIXES/hilb.m, FIXES/imagesc.m, FIXES/index.m,
	FIXES/invhilb.m, FIXES/kron.m, FIXES/lin2mu.m, FIXES/mu2lin.m,
	FIXES/polyder.m, FIXES/polyderiv.m, FIXES/polygcd.m, FIXES/rand.cc,
	FIXES/rindex.m, FIXES/tf2zp.m, FIXES/toeplitz.m, FIXES/vander.m,
	FIXES/zp2tf.m, main/Makefile, main/audio/Makefile, main/audio/au.m,
	main/audio/aucapture.m, main/audio/auload.m, main/audio/auplot.m,
	main/audio/aurecord.cc, main/audio/aurecord.m, main/audio/ausave.m,
	main/audio/clip.m, main/audio/endpoint.cc, main/audio/endpoint.doc,
	main/audio/endpoint.h, main/audio/sound.m, main/audio/soundsc.m,
	main/audio/bin/.keepme, main/audio/data/sample.wav,
	main/comm/bi2de.m, main/comm/compand.m, main/comm/de2bi.m,
	main/comm/quantiz.m, main/comm/randint.m, main/comm/vec2mat.m,
	main/control/feedback.m, main/general/Makefile,
	main/general/bitand.cc, main/general/bitcmp.m,
	main/general/bitget.m, main/general/bitset.m,
	main/general/bitshift.m, main/general/blkdiag.m,
	main/general/command.cc, main/general/complex.m,
	main/general/cplxpair.m, main/general/ctranspose.m,
	main/general/cumtrapz.m, main/general/deal.m, main/general/del2.m,
	main/general/double.m, main/general/fcnchk.m,
	main/general/gradient.m, main/general/ifftshift.m,
	main/general/ind2sub.m, main/general/interp1.m,
	main/general/interp2.m, main/general/interpft.m,
	main/general/isequal.m, main/general/isunix.m,
	main/general/lasterr.m, main/general/lookup.m,
	main/general/polyarea.m, main/general/randperm.m,
	main/general/rat.m, main/general/rats.m, main/general/repmat.m,
	main/general/sortrows.m, main/general/sub2ind.m,
	main/general/transpose.m, main/general/trapz.m,
	main/general/unix.m, main/general/unwrap.m, main/geometry/AUTHORS,
	main/geometry/ChangeLog, main/geometry/Makeconf.add,
	main/geometry/Makefile, main/geometry/README, main/geometry/TODO,
	main/geometry/__voronoi__.cc, main/geometry/configure.add,
	main/geometry/convhull.m, main/geometry/convhulln.cc,
	main/geometry/delaunay.m, main/geometry/delaunay3.m,
	main/geometry/delaunayn.cc, main/geometry/griddata.m,
	main/geometry/voronoi.m, main/geometry/voronoin.m,
	main/ident/idplot.m, main/ident/idsim.m, main/ident/mktheta.m,
	main/ident/poly2th.m, main/image/Makefile, main/image/autumn.m,
	main/image/bone.m, main/image/brighten.m, main/image/bwborder.m,
	main/image/bwlabel.m, main/image/conv2.cc, main/image/cool.m,
	main/image/copper.m, main/image/cordflt2.cc, main/image/corr2.m,
	main/image/flag.m, main/image/grayslice.m, main/image/histeq.m,
	main/image/hot.m, main/image/hsv.m, main/image/hsv2rgb.m,
	main/image/im2bw.m, main/image/imadjust.m, main/image/imhist.m,
	main/image/imnoise.m, main/image/impad.m, main/image/isbw.m,
	main/image/isgray.m, main/image/isind.m, main/image/jet.m,
	main/image/mat2gray.m, main/image/mean2.m, main/image/medfilt2.m,
	main/image/ordfilt2.m, main/image/pink.m, main/image/prism.m,
	main/image/rainbow.m, main/image/rgb2gray.m, main/image/rgb2hsv.m,
	main/image/spring.m, main/image/std2.m, main/image/summer.m,
	main/image/white.m, main/image/winter.m,
	main/linear-algebra/Makefile, main/linear-algebra/funm.m,
	main/linear-algebra/rref.m, main/linear-algebra/rsf2csf.cc,
	main/linear-algebra/rsf2csf.m, main/linear-algebra/thfm.m,
	main/optim/Makefile, main/optim/__quasi_func__.m,
	main/optim/bfgs.m, main/optim/bs_gradient.m, main/optim/deriv.m,
	main/optim/dfdp.m, main/optim/dfp.m, main/optim/fmin.m,
	main/optim/fminbnd.m, main/optim/fzero.m, main/optim/leasqr.m,
	main/optim/leasqrdemo.m, main/optim/lp.cc, main/optim/lp_test.m,
	main/optim/nrm.m, main/path/addpath.m, main/path/fullfile.m,
	main/path/rmpath.m, main/plot/Makefile, main/plot/__plt3__.m,
	main/plot/clf.m, main/plot/dhbar.m, main/plot/drawnow.m,
	main/plot/fill.m, main/plot/fill3.m, main/plot/gget.m,
	main/plot/ginput.cc, main/plot/ginput.oct, main/plot/grab.cc,
	main/plot/grab.oct, main/plot/graphics.cc, main/plot/graphics.h,
	main/plot/graphics.oct, main/plot/gtext.cc, main/plot/gtext.oct,
	main/plot/gzoom.cc, main/plot/gzoom.oct, main/plot/legend.m,
	main/plot/meshc.m, main/plot/orient.m, main/plot/patch.m,
	main/plot/pcolor.m, main/plot/pie.m, main/plot/plot3.m,
	main/plot/print.m, main/plot/quiver.m, main/plot/stem.m,
	main/plot/surf.m, main/plot/surfc.m, main/plot/text.m,
	main/plot/view.m, main/set/intersect.m, main/set/ismember.m,
	main/set/setdiff.m, main/set/setxor.m, main/set/union.m,
	main/set/unique.m, main/signal/Makefile, main/signal/__power.m,
	main/signal/arburg.m, main/signal/aryule.m, main/signal/bilinear.m,
	main/signal/boxcar.m, main/signal/butter.m, main/signal/buttord.m,
	main/signal/cceps.m, main/signal/cheb1ord.m,
	main/signal/cheb2ord.m, main/signal/cheby1.m, main/signal/cheby2.m,
	main/signal/chirp.m, main/signal/cohere.m, main/signal/csd.m,
	main/signal/czt.m, main/signal/dct.m, main/signal/dct2.m,
	main/signal/dctmtx.m, main/signal/decimate.m,
	main/signal/filter2.m, main/signal/filtfilt.m, main/signal/fir1.m,
	main/signal/fir2.m, main/signal/gaussian.m, main/signal/grpdelay.m,
	main/signal/hilbert.m, main/signal/idct.m, main/signal/idct2.m,
	main/signal/impz.m, main/signal/interp.m, main/signal/kaiser.m,
	main/signal/kaiserord.m, main/signal/levinson.m,
	main/signal/medfilt1.cc, main/signal/pburg.m,
	main/signal/polystab.m, main/signal/pulstran.m,
	main/signal/pwelch.m, main/signal/pyulear.m, main/signal/rceps.m,
	main/signal/rectpuls.m, main/signal/remez.cc,
	main/signal/resample.m, main/signal/sftrans.m,
	main/signal/sgolay.m, main/signal/sgolayfilt.m,
	main/signal/specgram.m, main/signal/tfe.m, main/signal/triang.m,
	main/signal/tripuls.m, main/signal/xcorr.m, main/signal/xcorr2.m,
	main/signal/xcov.m, main/signal/zplane.m, main/sparse/ChangeLog,
	main/sparse/Makefile, main/sparse/README,
	main/sparse/complex_sparse_ops.cc, main/sparse/fem_test.m,
	main/sparse/make_sparse.cc, main/sparse/make_sparse.h,
	main/sparse/sp_test.m, main/sparse/sparse_full.cc,
	main/sparse/sparse_inv.cc, main/sparse/sparse_ops.cc,
	main/sparse/sparse_ops.h, main/sparse/superlu2.0patch.diff,
	main/sparse/SuperLU/CBLAS/dmyblas2.c,
	main/sparse/SuperLU/CBLAS/zmyblas2.c,
	main/sparse/SuperLU/SRC/Cnames.h, main/sparse/SuperLU/SRC/colamd.c,
	main/sparse/SuperLU/SRC/colamd.h,
	main/sparse/SuperLU/SRC/dcolumn_bmod.c,
	main/sparse/SuperLU/SRC/dcolumn_dfs.c,
	main/sparse/SuperLU/SRC/dcomplex.c,
	main/sparse/SuperLU/SRC/dcomplex.h,
	main/sparse/SuperLU/SRC/dcopy_to_ucol.c,
	main/sparse/SuperLU/SRC/dgscon.c, main/sparse/SuperLU/SRC/dgsequ.c,
	main/sparse/SuperLU/SRC/dgsrfs.c, main/sparse/SuperLU/SRC/dgssv.c,
	main/sparse/SuperLU/SRC/dgssvx.c, main/sparse/SuperLU/SRC/dgstrf.c,
	main/sparse/SuperLU/SRC/dgstrs.c, main/sparse/SuperLU/SRC/dlacon.c,
	main/sparse/SuperLU/SRC/dlamch.c, main/sparse/SuperLU/SRC/dlangs.c,
	main/sparse/SuperLU/SRC/dlaqgs.c,
	main/sparse/SuperLU/SRC/dmemory.c,
	main/sparse/SuperLU/SRC/dpanel_bmod.c,
	main/sparse/SuperLU/SRC/dpanel_dfs.c,
	main/sparse/SuperLU/SRC/dpivotL.c,
	main/sparse/SuperLU/SRC/dpivotgrowth.c,
	main/sparse/SuperLU/SRC/dpruneL.c,
	main/sparse/SuperLU/SRC/dreadhb.c,
	main/sparse/SuperLU/SRC/dsnode_bmod.c,
	main/sparse/SuperLU/SRC/dsnode_dfs.c,
	main/sparse/SuperLU/SRC/dsp_blas2.c,
	main/sparse/SuperLU/SRC/dsp_blas3.c,
	main/sparse/SuperLU/SRC/dsp_defs.h,
	main/sparse/SuperLU/SRC/dutil.c,
	main/sparse/SuperLU/SRC/get_perm_c.c,
	main/sparse/SuperLU/SRC/icmax1.c, main/sparse/SuperLU/SRC/izmax1.c,
	main/sparse/SuperLU/SRC/lsame.c, main/sparse/SuperLU/SRC/memory.c,
	main/sparse/SuperLU/SRC/mmd.c,
	main/sparse/SuperLU/SRC/relax_snode.c,
	main/sparse/SuperLU/SRC/sp_coletree.c,
	main/sparse/SuperLU/SRC/sp_ienv.c,
	main/sparse/SuperLU/SRC/sp_preorder.c,
	main/sparse/SuperLU/SRC/superlu_timer.c,
	main/sparse/SuperLU/SRC/supermatrix.h,
	main/sparse/SuperLU/SRC/util.c, main/sparse/SuperLU/SRC/util.h,
	main/sparse/SuperLU/SRC/xerbla.c,
	main/sparse/SuperLU/SRC/zcolumn_bmod.c,
	main/sparse/SuperLU/SRC/zcolumn_dfs.c,
	main/sparse/SuperLU/SRC/zcopy_to_ucol.c,
	main/sparse/SuperLU/SRC/zgscon.c, main/sparse/SuperLU/SRC/zgsequ.c,
	main/sparse/SuperLU/SRC/zgsrfs.c, main/sparse/SuperLU/SRC/zgssv.c,
	main/sparse/SuperLU/SRC/zgssvx.c, main/sparse/SuperLU/SRC/zgstrf.c,
	main/sparse/SuperLU/SRC/zgstrs.c, main/sparse/SuperLU/SRC/zlacon.c,
	main/sparse/SuperLU/SRC/zlangs.c, main/sparse/SuperLU/SRC/zlaqgs.c,
	main/sparse/SuperLU/SRC/zmemory.c,
	main/sparse/SuperLU/SRC/zpanel_bmod.c,
	main/sparse/SuperLU/SRC/zpanel_dfs.c,
	main/sparse/SuperLU/SRC/zpivotL.c,
	main/sparse/SuperLU/SRC/zpivotgrowth.c,
	main/sparse/SuperLU/SRC/zpruneL.c,
	main/sparse/SuperLU/SRC/zreadhb.c,
	main/sparse/SuperLU/SRC/zsnode_bmod.c,
	main/sparse/SuperLU/SRC/zsnode_dfs.c,
	main/sparse/SuperLU/SRC/zsp_blas2.c,
	main/sparse/SuperLU/SRC/zsp_blas3.c,
	main/sparse/SuperLU/SRC/zsp_defs.h,
	main/sparse/SuperLU/SRC/zutil.c, main/specfun/ellipj.m,
	main/specfun/ellipke.m, main/specfun/expint.f,
	main/specfun/factor.m, main/specfun/factorial.m,
	main/specfun/gammaln.m, main/specfun/isprime.m,
	main/specfun/legendre.m, main/specfun/mod.m,
	main/specfun/nchoosek.m, main/specfun/perms.m,
	main/specfun/primes.m, main/special-matrix/magic.m,
	main/special-matrix/pascal.m, main/special-matrix/rosser.m,
	main/special-matrix/wilkinson.m, main/splines/Makefile,
	main/splines/csape.m, main/splines/csapi.m, main/splines/dgtsv.f,
	main/splines/dptsv.f, main/splines/dpttrf.f, main/splines/dpttrs.f,
	main/splines/dptts2.f, main/splines/fnder.m, main/splines/fnplt.m,
	main/splines/mkpp.m, main/splines/pchip.m, main/splines/ppval.m,
	main/splines/spline.m, main/splines/trisolve.cc,
	main/splines/trisolve.tst, main/splines/unmkpp.m,
	main/statistics/geomean.m, main/statistics/harmmean.m,
	main/statistics/mad.m, main/statistics/nanmax.m,
	main/statistics/nanmean.m, main/statistics/nanmedian.m,
	main/statistics/nanmin.m, main/statistics/nanstd.m,
	main/statistics/nansum.m, main/statistics/prctile.m,
	main/statistics/trimmean.m, main/statistics/zscore.m,
	main/strings/mat2str.m, main/strings/strcmpi.m,
	main/strings/strmatch.m, main/strings/strncmp.m,
	main/strings/strncmpi.m, main/strings/strtok.m,
	main/strings/strvcat.m, main/struct/README,
	main/struct/fieldnames.m, main/struct/getfield.m,
	main/struct/isfield.m, main/struct/isstruct.m,
	main/struct/rmfield.m, main/struct/setfield.m,
	main/struct/struct.m, main/time/datenum.m, main/time/datestr.m,
	main/time/datevec.m, main/time/now.m, main/time/weekday.m,
	nonfree/Makefile, nonfree/gpc/AUTHORS, nonfree/gpc/ChangeLog,
	nonfree/gpc/Makefile.am, nonfree/gpc/NEWS, nonfree/gpc/NOINSTALL,
	nonfree/gpc/README, nonfree/gpc/TODO, nonfree/gpc/bootstrap.sh,
	nonfree/gpc/configure.in, nonfree/gpc/gpc_clip.cc,
	nonfree/gpc/gpc_create.cc, nonfree/gpc/gpc_get.cc,
	nonfree/gpc/gpc_is_polygon.cc, nonfree/gpc/gpc_plot.m,
	nonfree/gpc/gpc_read.cc, nonfree/gpc/gpc_tristrip.cc,
	nonfree/gpc/gpc_write.cc, nonfree/gpc/octave-gpc.cc,
	nonfree/gpc/octave-gpc.h, extra/Makefile, extra/Windows/NOINSTALL,
	extra/Windows/image.m, extra/civil/__nlnewmark_fcn__.m,
	extra/civil/newmark.m, extra/civil/nlnewmark.m,
	extra/engine/Makefile, extra/engine/NOINSTALL, extra/engine/README,
	extra/engine/engClose.c, extra/engine/engEvalString.c,
	extra/engine/engGetFull.c, extra/engine/engOpen.c,
	extra/engine/engOutputBuffer.c, extra/engine/engPutFull.c,
	extra/engine/engif.c, extra/engine/engif.h, extra/engine/engine.h,
	extra/engine/mattest.c, extra/engine/mxCalloc.c,
	extra/engine/mxFree.c, extra/fake-sparse/NOINSTALL,
	extra/fake-sparse/full.m, extra/fake-sparse/issparse.m,
	extra/fake-sparse/sparse.m, extra/fake-sparse/spdiags.m,
	extra/fake-sparse/spy.m, extra/integration/Contents.m,
	extra/integration/README, extra/integration/README.Copying,
	extra/integration/README.gaussq, extra/integration/count.m,
	extra/integration/cquadnd.m, extra/integration/crule.m,
	extra/integration/crule2d.m, extra/integration/crule2dgen.m,
	extra/integration/gquad.m, extra/integration/gquad2d.m,
	extra/integration/gquad2d6.m, extra/integration/gquad2dgen.m,
	extra/integration/gquad6.m, extra/integration/gquadnd.m,
	extra/integration/grule.m, extra/integration/grule2d.m,
	extra/integration/grule2dgen.m, extra/integration/innerfun.m,
	extra/integration/ncrule.m, extra/integration/quad2dc.m,
	extra/integration/quad2dcgen.m, extra/integration/quad2dg.m,
	extra/integration/quad2dggen.m, extra/integration/quadc.m,
	extra/integration/quadg.m, extra/integration/quadndg.m,
	extra/integration/zero_count.m, extra/integration/test/run.log,
	extra/integration/test/run2dtests.m,
	extra/integration/test/test_ncrule.m,
	extra/integration/test/test_quadg.m,
	extra/integration/test/tests2d.log,
	extra/integration/test/testsnc.log,
	extra/integration/test/testsqg.log,
	extra/integration/testfun/fxpow.m,
	extra/integration/testfun/glimh.m,
	extra/integration/testfun/glimh2.m,
	extra/integration/testfun/gliml.m, extra/integration/testfun/gxy.m,
	extra/integration/testfun/gxy1.m, extra/integration/testfun/gxy2.m,
	extra/integration/testfun/hx.m, extra/integration/testfun/lcrcl.m,
	extra/integration/testfun/lcrcu.m, extra/integration/testfun/x25.m,
	extra/integration/testfun/xcubed.m,
	extra/integration/testfun/xsquar.m, extra/linear-algebra/Makefile,
	extra/linear-algebra/README, extra/linear-algebra/chol.cc,
	extra/linear-algebra/ov-re-tri.cc,
	extra/linear-algebra/ov-re-tri.h, extra/mex/INSTALL,
	extra/mex/Makefile, extra/mex/README, extra/mex/TODO,
	extra/mex/matrix.h, extra/mex/mex.1, extra/mex/mex.cc,
	extra/mex/mex.h, extra/mex/mex.in, extra/mex/myfeval.c,
	extra/mex/myfevalf.f, extra/mex/myset.c, extra/ode/ode23.m,
	extra/ode/ode45.m, extra/ode/ode78.m, extra/ode/penddot.m,
	extra/ode/pendulum.m, extra/ode/readme.txt, extra/ode/rk2fixed.m,
	extra/ode/rk4fixed.m, extra/ode/rk8fixed.m,
	extra/patches/M-v-ops-2.1.31.patch, extra/patches/NOINSTALL,
	extra/patches/cell-support-2.1.31.patch,
	extra/patches/exist-type-2.1.19.patch,
	extra/patches/load-to-struct-2.0.19.patch,
	extra/patches/octave-mod-2.1.31.patch, extra/testfun/Makefile,
	extra/testfun/README, extra/testfun/assert.m, extra/testfun/demo.m,
	extra/testfun/example.m, extra/testfun/index.html,
	extra/testfun/pretty.cc, extra/testfun/speed.m,
	extra/testfun/test.m, extra/testfun/data/pretty,
	extra/tk_octave/Makeconf.add, extra/tk_octave/Makefile,
	extra/tk_octave/NOINSTALL, extra/tk_octave/README,
	extra/tk_octave/configure.add, extra/tk_octave/rainbow.m,
	extra/tk_octave/sample.dat, extra/tk_octave/tk_busy.m,
	extra/tk_octave/tk_busy_cancel.m, extra/tk_octave/tk_dialog.m,
	extra/tk_octave/tk_entry.m, extra/tk_octave/tk_error.m,
	extra/tk_octave/tk_init.m, extra/tk_octave/tk_input.m,
	extra/tk_octave/tk_interp.cc, extra/tk_octave/tk_matrix,
	extra/tk_octave/tk_matrix.tcl, extra/tk_octave/tk_menu.m,
	extra/tk_octave/tk_message.m, extra/tk_octave/tk_progress.m,
	extra/tk_octave/tk_progress_cancel.m, extra/tk_octave/tk_scale.m,
	extra/tk_octave/tk_yesno.m, extra/tk_octave/tk_yesnocancel.m,
	extra/ver20/NOINSTALL, extra/ver20/fieldnames.m,
	extra/ver20/figure.m, extra/ver20/file_in_loadpath.m,
	extra/ver20/is_complex.m, extra/ver20/isfinite.m,
	extra/ver20/islogical.m, extra/ver20/isreal.m,
	extra/ver20/logical.m, extra/ver20/nanfunc.m, extra/ver20/nanmax.m,
	extra/ver20/nanmean.m, extra/ver20/nanmedian.m,
	extra/ver20/nanmin.m, extra/ver20/nanstd.m, extra/ver20/nansum.m,
	extra/ver20/orient.m, nonfree/gpc/debian/changelog,
	nonfree/gpc/debian/control, nonfree/gpc/debian/copyright,
	nonfree/gpc/debian/cvsdir.sh, nonfree/gpc/debian/docs,
	nonfree/gpc/debian/gpc_test.m, nonfree/gpc/debian/rules,
	nonfree/splines/LICENSE.gcvsplf, nonfree/splines/Makefile,
	nonfree/splines/NOINSTALL, nonfree/splines/csaps.m,
	nonfree/splines/gcvspl.cc, nonfree/splines/gcvsplf.f: Initial
	revision 

