# HG changeset patch # User John W. Eaton # Date 1222364691 14400 # Node ID a8fb37ae61b8474f85517824ded57756897112fe # Parent 213dd524f96b0c03582032353ea064b0238e85a5 ChangeLog fixes diff -r 213dd524f96b -r a8fb37ae61b8 doc/ChangeLog --- a/doc/ChangeLog Thu Sep 25 13:43:42 2008 -0400 +++ b/doc/ChangeLog Thu Sep 25 13:44:51 2008 -0400 @@ -3,7 +3,7 @@ * interpreter/image.txi: Update for imread and imwrite instead of loadimge and saveimage. -2008-09-24 Soren Hauberg +2008-09-24 Søren Hauberg * interpreter/image.txi: Document imfinfo. diff -r 213dd524f96b -r a8fb37ae61b8 scripts/ChangeLog --- a/scripts/ChangeLog Thu Sep 25 13:43:42 2008 -0400 +++ b/scripts/ChangeLog Thu Sep 25 13:44:51 2008 -0400 @@ -6,7 +6,7 @@ * plot/fplot.m: Call axis after calling plot. -2008-09-24 Soren Hauberg +2008-09-24 Søren Hauberg * image/imfinfo.m: New function. * image/Makefile.in (SOURCES): Add it to the list. @@ -472,7 +472,7 @@ Change caller. Improve sizing and position of colorbox for subplots. * plot/colorbar.m: New demos. -2008-04-16 Soren Hauberg +2008-04-16 Søren Hauberg * plot/__gnuplot_version__.m: Display error if gnuplot is not found. @@ -762,7 +762,7 @@ * miscellaneous/info.m: New function. * miscellaneous/Makefile.in (SOURCES): Add it to the list. -2008-03-27 Soren Hauberg +2008-03-27 Søren Hauberg * plot/xlim.m, plot/ylim.m, plot/zlim.m, strings/strtrim.m: Doc fixes. @@ -820,7 +820,7 @@ * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. -2008-03-26 Soren Hauberg +2008-03-26 Søren Hauberg * polynomial/convn.m: New tests. @@ -832,7 +832,7 @@ statistics/base/prctile.m: New functions. * statistics/base/Makefile.in (SOURCES): Add them to the list. -2008-03-25 Soren Hauberg +2008-03-25 Søren Hauberg * polynomial/convn.m: New function. * polynomial/Makefile.in (SOURCES): Add it to the list. @@ -1349,7 +1349,7 @@ * plot/axis.m: Correctly handle "tight" and "image" options. -2008-01-14 Soren Hauberg +2008-01-14 Søren Hauberg * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, image/rgb2ntsc.m: Also accept images as input. @@ -1410,7 +1410,7 @@ * general/sub2ind.m, general/ind2sub.m: Doc fix. -2008-01-04 Soren Hauberg +2008-01-04 Søren Hauberg * set/create_set.m, set/union.m: Accept "rows" argument. @@ -1438,7 +1438,7 @@ Version 3.0.0 released. -2007-12-21 Soren Hauberg +2007-12-21 Søren Hauberg * image/imshow.m: Accept empty value for display_range. @@ -1446,7 +1446,7 @@ * pkg/pkg.m: Add .lib as architecture-dependent suffix. -2007-12-19 Soren Hauberg +2007-12-19 Søren Hauberg * image/imshow.m: Store uint8 images as doubles. Handle default display ranges correctly. @@ -5401,7 +5401,7 @@ * tar.m, untar.m, unzip.m: Adapt to Octave coding style. * tar.m, untar.m: Only tar; don't compress or uncompress. -2006-05-10 Soren Hauberg +2006-05-10 Søren Hauberg * tar.m, untar.m, unzip.m: New files. @@ -5618,7 +5618,7 @@ 2006-03-15 John W. Eaton * miscellaneous/doc.m: New file. - From Soren Hauberg . + From Søren Hauberg . 2006-03-15 Keith Goodman @@ -6406,7 +6406,7 @@ * optimization/glpk.m, optimization/glpkparams.m, optimization/glpktest1, optimization/glpktest2: New files. -2005-03-16 Soren Hauberg +2005-03-16 Søren Hauberg * strings/split.m: Quick return for empty second arg. Improve warning for multi-line strings. diff -r 213dd524f96b -r a8fb37ae61b8 src/ChangeLog --- a/src/ChangeLog Thu Sep 25 13:43:42 2008 -0400 +++ b/src/ChangeLog Thu Sep 25 13:44:51 2008 -0400 @@ -11,7 +11,7 @@ * symtab.cc (symbol_table::do_find): Don't set evaluated_args and args_evaluated here, prior to call to symbol_table::fcn_info::find. -2008-09-24 Soren Hauberg +2008-09-24 Søren Hauberg * DLD-FUNCTIONS/__magick_read__.cc (magick_to_octave_value): New template function with specializations for various @@ -455,7 +455,7 @@ Fix typo in warning identifier. (make_unimplemented_options): Use CamelCase names here. -2008-08-06 Soren Hauberg +2008-08-06 Søren Hauberg * error.cc (Ferror): Update format of error messages in exmple. * parse.y: (Feval): Likewise. @@ -3047,7 +3047,7 @@ * DLD-FUNCTIONS/__convn__.cc (convn): Use traits class and typedefs to allow all types to be deduced from argument types. -2008-03-27 Soren Hauberg +2008-03-27 Søren Hauberg * DLD-FUNCTIONS/__convn__.cc (Fconvn): Allow convolving real data with complex data. @@ -3097,7 +3097,7 @@ DLD-FUNCTIONS/qr.cc, DLD-FUNCTIONS/symrcm.cc, file-io.cc): Texinfo fixes. -2008-03-26 Soren Hauberg +2008-03-26 Søren Hauberg * DLD-FUNCTIONS/__convn__.cc (Fconvn): Call complex_array_value to extract N-d array. @@ -3107,7 +3107,7 @@ * ov-base-sparse.cc (octave_base_sparse::print_raw): Also display percentage of elements that are nonzero. -2008-03-25 Soren Hauberg +2008-03-25 Søren Hauberg * DLD-FUNCTIONS/__convn__.cc: New file. * Makefile.in: Add __convn__.cc