# HG changeset patch # User John W. Eaton # Date 1287622993 14400 # Node ID 7abc783e202cc653abf52d214a7be7ffa942f997 # Parent 134d357e1c035edf8cd3ef34aa677a6229c5f9dc ChangeLog fixes diff -r 134d357e1c03 -r 7abc783e202c scripts/ChangeLog --- a/scripts/ChangeLog Wed Oct 20 20:51:33 2010 -0400 +++ b/scripts/ChangeLog Wed Oct 20 21:03:13 2010 -0400 @@ -18,19 +18,20 @@ strings/untabify.m in the list. * strings/untabify.m: Escape { and } characters in docstring. -2010-10-19 Ben Abbott +2010-10-19 Ben Abbott * strings/strjust.m: Add "untabify" and "strrep" to @seealso{} in the doc-string. 2010-10-18 Thorsten Meyer - * general/gradient.m, linear-algebra/normest.m, plot/__gnuplot_print__.m, - plot/__print_parse_opts__.m, plot/daspect.m, - plot/gnuplot_drawnow.m, plot/pbaspect.m, plot/print.m, - signal/periodogram.m: Style fix, replace end by endfor. - -2010-10-18 Marco Caliari + * general/gradient.m, linear-algebra/normest.m, + plot/__gnuplot_print__.m, plot/__print_parse_opts__.m, + plot/daspect.m, plot/gnuplot_drawnow.m, plot/pbaspect.m, + plot/print.m, signal/periodogram.m: + Style fix, replace end by endfor. + +2010-10-18 Marco Caliari * polynomial/polyval.m: Use Horner's method. @@ -42,12 +43,12 @@ * image/module.mk (image_FCN_FILES): Remove image/image_viewer.m from the list. -2010-10-18 Gunnar Farneback +2010-10-18 Gunnar Farneback * general/interp2.m: Fix input checks for cubic interpolation (bug #31352, part 1). -2010-10-18 Ben Abbott +2010-10-18 Ben Abbott * plot/print.m: Add examples to the docstring. @@ -80,16 +81,16 @@ Use Octave copyright notice instead of generic "This program is free software" notice. -2010-10-18 Ben Abbott +2010-10-18 Ben Abbott * strings/untabify.m: New function to untabify text. -2010-10-17 Ben Abbott +2010-10-17 Ben Abbott * plot/mesh.m, plot/surf.m: Include the 4th input (color) in the docstring. -2010-10-16 Ben Abbott +2010-10-16 Ben Abbott * plot/private/__errplot__.m, plot/errorbar.m: Allow line and marker types to be set. @@ -106,12 +107,12 @@ * set/unique.m: Remove check for issparse existence since it is now a built-in function. -2010-10-14 Ben Abbott +2010-10-14 Ben Abbott * strings/strjust.m: Clarify that justification applies to spaces and null characters. -2010-10-09 Ben Abbott +2010-10-09 Ben Abbott * plot/__go_draw_axes__.m: Enable linetypes for gnuplot. @@ -129,7 +130,7 @@ * plot/__fltk_ginput__.m: Use || instead of | in IF condition. -2010-10-08 Ben Abbott +2010-10-08 Ben Abbott * image/image.m, plot/__go_draw_axes__.m: Do not store flipped image property values when x/ydata descends. diff -r 134d357e1c03 -r 7abc783e202c src/ChangeLog --- a/src/ChangeLog Wed Oct 20 20:51:33 2010 -0400 +++ b/src/ChangeLog Wed Oct 20 21:03:13 2010 -0400 @@ -28,7 +28,7 @@ * Makefile.am (DIST_SRC): Add sparse.cc to the list. * DLD-FUNCTIONS/module-files: Remove sparse.cc from the list of files. -2010-10-09 Ben Abbott +2010-10-09 Ben Abbott * gl-render.cc: Treat images with scalar unique(x/ydata) like Matlab. @@ -53,7 +53,7 @@ * pt-exp.h (tree_expression::mark_braindead_shortcircuit): New virtual function. -2010-10-08 Ben Abbott +2010-10-08 Ben Abbott * graphics.h.in: Properly set image pixel size when unique(x/ydata) is scalar.