# HG changeset patch # User John W. Eaton # Date 1223312584 14400 # Node ID 1b2256d6e01d9fa521b476327e72b7b65d66c17d # Parent 1ebcb9872ced9eb5d5508a75a981bfeb59e36681 ChangeLog fixes diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,5 @@ -2008-10-03 Thorsten Meyer +2008-10-03 Thorsten Meyer + * interpreter/contrib.txi: correction of the mercurial example * interpreter/container.txi: minor correction of the text @@ -110,7 +111,7 @@ and dbdown functions. * interpreter/octave.texi: Upodate index for debugging functions. -2008-05-03 Rafael Laboissiere +2008-05-03 Rafael Laboissiere * interpreter/expr.txi, interpreter/tips.txi: Use ischar instead of deprecated isstr. @@ -145,7 +146,7 @@ * interpreter/io.txi: Document dlmread, dlmwrite, csvread and csvwrite. -2008-02-25 Ben Abbott +2008-02-25 Ben Abbott * interpreter/geometryimages.m, interpreter/interpimages.m, interpreter/plotimages.m, interpreter/sparseimages.m: @@ -794,7 +795,7 @@ ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule. (html-dir): Delete target. -2006-10-03 Rafael Laboissiere +2006-10-03 Rafael Laboissiere * interpreter/mkoctfile.1: Fix indentation for --mex description. diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -21,7 +21,7 @@ * Array.cc (assignN): Do not call maybe_delete_elements when for empty matrix. -2008-09-30 Jaroslav Hajek +2008-09-30 Jaroslav Hajek * oct-inttypes.h: Mostly rewrite. * oct-inttypes.cc: Modstly rewrite. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,20 +1,20 @@ 2008-10-02 John W. Eaton - * pkg/pkg.m (configure_make): Handle filenames with spaces.: - -2008-10-02 Benjamin Lindner + * pkg/pkg.m (configure_make): Handle filenames with spaces. + +2008-10-02 Benjamin Lindner * pkg.m (configure_make): Enclose building directory in quotes. -2008-10-02 Ben Abbott - - * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version.. +2008-10-02 Ben Abbott + + * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. 2008-09-30 Jaroslav Hajek * string/split.m: New tests. -2008-09-30 Ben Abbott +2008-09-30 Ben Abbott * plot/__go_draw_axes__.m: Fix interpolation of facecolors. @@ -26,7 +26,7 @@ * plot/__gnuplot_version__.m: Also include patchlevel. -2008-09-29 Ben Abbott +2008-09-29 Ben Abbott * polynomial/deconv.m: Fix row/col orientation & length of output. @@ -72,7 +72,7 @@ * plot/pcolor.m: Improve doc string. -2008-09-22 Ben Abbott +2008-09-22 Ben Abbott * plot/comet.m: New file. * plot/Makefile.in (SOURCES): Add it here. @@ -85,7 +85,7 @@ * general/quadgk.m: No function count in quadgk and so don't try and print it when given trace argument. -2008-09-18 Jaroslav Hajek +2008-09-18 Jaroslav Hajek * general/blkdiag.m: Skip assignment if rhs is empty. @@ -243,7 +243,7 @@ * plot/Makefile.in (SOURCES): Add ezplot.m to the list. * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. -2008-08-20 Jaroslav Hajek +2008-08-20 Jaroslav Hajek * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent directly. @@ -295,7 +295,7 @@ * Makefile.in: Remove all references to the above directories. * configure.in: ditto. -2008-07-28 Ben Abbott +2008-07-28 Ben Abbott * plot/hold.m: Clarify help text. @@ -872,7 +872,7 @@ * polynomial/convn.m: New tests. -2008-03-20 Ben Abbott +2008-03-20 Ben Abbott * statistics/base/statistics.m: Calculate median and quantiles in a manner consistent with method #7 used by GNU R. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,7 +4,7 @@ Array::maybe_delete_elements. * ov-base-mat.cc (octave_base_matrix::delete_elements): Dtto. -2008-10-02 Jaroslav Hajek +2008-10-02 Jaroslav Hajek * Cell.h (Cell::delete_elements): Declare new member function. * Cell.h (Cell::delete_elements): Define it. @@ -284,7 +284,7 @@ * DLD-FUNCTIONS/chol.cc: Double tolerance. -2008-08-26 Jaroslav Hajek +2008-08-26 Jaroslav Hajek * parse.y (Fassignin): Use default scope when calling varref. diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,4 +1,4 @@ -2008-09-26 Jaroslav Hajek +2008-09-26 Jaroslav Hajek * test_null_assign.m: More test for null assignments.