# HG changeset patch # User Rik # Date 1300825304 25200 # Node ID 015bfdc880927c17e344b84288ea1ff4f1ed7f7d # Parent 7d9dbe4c803bf74e240e2f2ca03f48d2436d7734 Fix errant 2010 dates in ChangeLogs. diff -r 7d9dbe4c803b -r 015bfdc88092 ChangeLog --- a/ChangeLog Mon Mar 21 14:26:09 2011 -0700 +++ b/ChangeLog Tue Mar 22 13:21:44 2011 -0700 @@ -66,7 +66,7 @@ * README.MacOS: Fix FFTW CCFLAGS. -2010-02-08 Rik +2011-02-08 Rik * NEWS: Use indentation of 2 spaces rather than 3 in code examples. @@ -88,21 +88,21 @@ * PROJECTS, README.devel: Use maintainers@octave.org instead of octave-maintainers@octave.org. -2010-02-05 Rik +2011-02-05 Rik * PROJECTS: Point to maintained list on Octave Wiki. -2010-02-05 Rik +2011-02-05 Rik * mkoctfile.in, octave-config.in: Update usage strings. -2010-02-04 Rik +2011-02-04 Rik * configure.ac: Add new doc/icons/Makefile to list of Makefiles to build * examples/Makefile.am: Move building of .desktop files and distribution of icons to doc/icons directory. -2010-01-30 Rik +2011-01-30 Rik * NEWS: Deprecate glpkmex function. @@ -115,7 +115,7 @@ * configure.ac: Remove code to print warning for missing ARPACK. * README.MacOS: Remove arpack from list of prerequisite software. -2010-01-29 Rik +2011-01-29 Rik * NEWS: Deprecate saveimage function. @@ -163,7 +163,7 @@ * acinclude.m4 (OPENGL_LIBS): Don't add -L/usr/X11R6/LIB to LDFLAGS in test. Bug #32160. -2010-01-25 Rik +2011-01-25 Rik * Makefile.am: Directly run makefile rules in doc/interpreter directory for AUTHORS, BUGS, INSTALL.OCTAVE files. @@ -178,7 +178,7 @@ * Makefile.am (EXTRA_DIST): Remove ROADMAP from the list. -2010-01-24 Rik +2011-01-24 Rik * AUTHORS: Remove. File now auto-generated from contributors.texi. * Makefile.am: Add rule for AUTHORS file. @@ -187,20 +187,20 @@ * NEWS: Note change in audio/mu2lin. -2010-01-22 Tatsuro MATSUOKA +2011-01-22 Tatsuro MATSUOKA * README.MinGW: Small corrections to documentation. -2010-01-22 Rik +2011-01-22 Rik * README.devel: Update for 3.4 release. -2010-01-22 Rik +2011-01-22 Rik * HACKING: Revise and incorporate all of file ROADMAP. * ROADMAP: Deleted. -2010-01-22 Rik +2011-01-22 Rik * README.Windows: Reference README.MinGW * README.MinGW: Replace placeholder with actual instructions @@ -212,7 +212,7 @@ (OCTAVE_RELEASE_DATE): Now 2011-01-22. (OCTAVE_COPYRIGHT): Update year. -2010-01-20 Rik +2011-01-20 Rik * README.Cygwin, README.MacOS, README.Windows, README.ftp: Update documentation files for 3.4 release. @@ -227,7 +227,7 @@ * configure.ac, NEWS: Update for backend -> graphics_toolkit change. -2010-01-17 Rik +2011-01-17 Rik * NEWS: Add quadcc to list of new functions added. @@ -245,7 +245,7 @@ * NEWS: Add krylovb to deprecated function list. -2010-01-14 Rik +2011-01-14 Rik * NEWS: Add replot to deprecated function list. @@ -293,15 +293,15 @@ * mk-opts.pl: Generate initialization lists and in-line code for copying. -2010-01-11 Rik +2011-01-11 Rik * ROADMAP: Update guide to Octave directory structure. -2010-01-11 Rik +2011-01-11 Rik * README.mirrors: Update ftp links. -2010-01-06 Rik +2011-01-06 Rik * README: Update links and disk space requirements. @@ -315,15 +315,15 @@ * mkoctfile.in, mkoctfile.cc.in: Substitute and use LAPACK_LIBS. Bug #32009. -2010-01-04 Rik +2011-01-04 Rik * README.MacOS: Update CFLAGS recommendation to use -O2. -2010-01-04 Rik +2011-01-04 Rik * README.gnuplot: Update recommendation to version 4.4. -2010-01-04 Marco Atzeri +2011-01-04 Marco Atzeri * README.Cygmin: Update build instructions before 3.4 release. diff -r 7d9dbe4c803b -r 015bfdc88092 doc/ChangeLog --- a/doc/ChangeLog Mon Mar 21 14:26:09 2011 -0700 +++ b/doc/ChangeLog Tue Mar 22 13:21:44 2011 -0700 @@ -1,70 +1,70 @@ -2010-03-19 Rik +2011-03-19 Rik * interpreter/container.txi: Add cellindexmat function to documentation. -2010-03-19 Rik +2011-03-19 Rik * interpreter/oop.txi: Add optimize_subsasgn_calls function to documentation. -2010-03-19 Rik +2011-03-19 Rik * interpreter/stats.txi: Add runlength function to documentation. -2010-03-19 Rik +2011-03-19 Rik * interpreter/plot.txi: Add isocolors, isonormals, isosurface functions to documentation. -2010-03-19 Rik +2011-03-19 Rik * interpreter/basics.txi: Add dump_prefs to documentation. -2010-03-19 Rik +2011-03-19 Rik * interpreter/octave.texi, interpreter/plot.txi: Add daspect, pbaspect functions to documentation. -2010-03-19 Rik +2011-03-19 Rik * interpreter/octave.texi, interpreter/plot.txi: Add getappdata, setappdata, isappdata, rmappdata functions to documentation. -2010-03-18 Rik +2011-03-18 Rik * interpreter/matrix.txi: Add nth_element function to documentation. -2010-03-18 Rik +2011-03-18 Rik * interpreter/doccheck/aspell-octave.en.pws, interpreter/io.txi, interpreter/octave.texi, interpreter/plot.txi: Add uimenu, uigetdir, uigetfile, and uiputfile to documentation. -2010-03-18 Rik +2011-03-18 Rik * interpreter/nonlin.txi, interpreter/octave.texi: Add fminbnd, fminunc functions to documentation. -2010-03-18 Rik +2011-03-18 Rik * interpreter/arith.txi, interpreter/linalg.txi: Add function chop to documentation. Re-order Utility Functions and move function dot from linear algebra section to be with other utility functions. -2010-03-18 Rik +2011-03-18 Rik * interpreter/basics.txi: Add gen_doc_cache, get_help_text, get_help_text_from_file, get_first_help_sentence to documentation. -2010-03-17 Rik +2011-03-17 Rik * interpreter/io.txi: Add fileread to documentation. -2010-03-17 Rik +2011-03-17 Rik * interpreter/system.txi: Add gethostname to documentation -2010-03-17 Rik +2011-03-17 Rik * interpreter/doccheck/mk_undocumented_list: Add fmod, octave_tmp_file_name to list of exceptions which are already @@ -75,16 +75,16 @@ * interpreter/system.txi: Remove nprocs and nprocs_conf functions from documentation and replace with nproc. -2010-03-16 Rik +2011-03-16 Rik * interpreter/system.txi: Add nproc and nproc_conf functions to documentation. -2010-03-03 Rik +2011-03-03 Rik * interpreter/matrix.txi: Deprecate is_duplicate_entry. -2010-03-02 Rik +2011-03-02 Rik * interpreter/stats.txi: Correctly refer to discrete uniform distribution in documentation. @@ -111,7 +111,7 @@ Mention 3D patches in the OpenGL backend. Clarify Matlab-style short-circuiting. Specify that Octave also onCleanup. -2010-02-28 Rik +2011-02-28 Rik * interpreter/numbers.txi: Add isrow, iscolumn functions to manual. @@ -122,11 +122,11 @@ proofreading like removing trailing spaces and some minor spellchecking. -2010-02-19 Rik +2011-02-19 Rik * interpreter/install.txi: Remove reference to POSIX regex library. -2010-02-14 Rik +2011-02-14 Rik * interpreter/arith.txi, interpreter/io.txi, interpreter/oop.txi: Remove functions which have no DOCSTRING entries. @@ -140,30 +140,30 @@ * interpreter/contributors.in: Add Fotios Kasolis to the list. -2010-02-05 Rik +2011-02-05 Rik * interpreter/doccheck/mk_undocumented_list: Add dbnext, alias for dbstep, to functions not requiring a docstring. -2010-02-05 Rik +2011-02-05 Rik * interpreter/doccheck/aspell-octave.en.pws: Add new spelling exceptions to Octave private dictionary. -2010-02-05 Rik +2011-02-05 Rik * interpreter/octave.texi: Update copyright on manual to 2011. -2010-02-05 Rik +2011-02-05 Rik * interpreter/mkoctfile.1, interpreter/octave-config.1, interpreter/octave.1: Overhaul man pages for release 3.4. -2010-02-04 Rik +2011-02-04 Rik * icons/octave-logo.ico: Add logo format left out of last changeset. -2010-02-04 Rik +2011-02-04 Rik * icons/: New directory for icons and .desktop files. * icons/octave-logo.png, icons/octave-logo.svg: Add new Octave O logo diff -r 7d9dbe4c803b -r 015bfdc88092 liboctave/ChangeLog --- a/liboctave/ChangeLog Mon Mar 21 14:26:09 2011 -0700 +++ b/liboctave/ChangeLog Tue Mar 22 13:21:44 2011 -0700 @@ -20,7 +20,7 @@ * PermMatrix.cc (operator*): Fix mixed row/column permutation case. Bug #32346. -2010-02-04 Rik +2011-02-04 Rik * Makefile.am: Undo accidental checkin diff -r 7d9dbe4c803b -r 015bfdc88092 scripts/ChangeLog --- a/scripts/ChangeLog Mon Mar 21 14:26:09 2011 -0700 +++ b/scripts/ChangeLog Tue Mar 22 13:21:44 2011 -0700 @@ -1,15 +1,15 @@ -2010-03-21 Rik +2011-03-21 Rik * signal/ifftshift.m: Fix bug #32873, ifftshift fails. -2010-03-19 Rik +2011-03-19 Rik * general/module.mk, statistics/base/module.mk: Move runlength.m to statistics/base directory. * statistics/base/runlength.m: Add input validation and tests. Improve docstring. -2010-03-19 Rik +2011-03-19 Rik * statistics/models/logistic_regression.m: Do not split function declaration with line continuation. @@ -18,20 +18,20 @@ helper functions private. * statistics/models/module.mk: Make helper functions private. -2010-03-19 Rik +2011-03-19 Rik * plot/isocolors.m, plot/isonormals.m, plot/isosurface.m: Improve docstrings. -2010-03-19 Rik +2011-03-19 Rik * miscellaneous/dump_prefs.m: Close @deftypefn macro left open. -2010-03-19 Rik +2011-03-19 Rik * miscellaneous/dump_prefs.m: Improve docstring. -2010-03-19 Rik +2011-03-19 Rik * plot/daspect.m, plot/pbaspect.m: Use newline between @deftypefnx macros to get correct appearance. @@ -41,27 +41,27 @@ * plot/patch.m: Add demo. * geometry/trisurf.m: Set default edgecolor as Matlab does. Add demos. -2010-03-18 Rik +2011-03-18 Rik * plot/uigetdir.m, plot/uigetfile.m, plot/uimenu.m, plot/uiputfile.m: Improve docstrings. Check for error conditions (missing FLTK, wrong number of arguments) at top of code. -2010-03-18 Rik +2011-03-18 Rik * general/curl.m, general/divergence.m, linear-algebra/cross.m: Update seealso cross references. -2010-03-18 Rik +2011-03-18 Rik * help/get_first_help_sentence.m: Improve docstring. Add tests. -2010-03-17 Rik +2011-03-17 Rik * scripts/sparse/svds.m: Fix bug #32818, nonconformant arguments in svds. -2010-03-17 Rik +2011-03-17 Rik * io/fileread.m: Add seealso reference to sscanf. @@ -69,7 +69,7 @@ * plot/colorbar.m: Allow location to be specified as a property. -2010-03-03 Rik +2011-03-03 Rik * miscellaneous/bunzip2.m, miscellaneous/bzip2.m, miscellaneous/gunzip.m, miscellaneous/gzip.m, miscellaneous/unpack.m, @@ -78,7 +78,7 @@ * miscellaneous/tar.m, miscellaneous/zip.m: Check for invalid arguments at the top, rather than bottom, of code. -2010-03-03 Rik +2011-03-03 Rik * miscellaneous/gzip.m: Use same functional form as bzip, zip, etc. * miscellaneous/private/__xzip__.m: Allow use of character arrays of @@ -88,16 +88,16 @@ Fix bug where unzip returned the archive name in addition to the list of files unzipped. -2010-03-03 Rik +2011-03-03 Rik * deprecated/module.mk, general/module.mk: Deprecate is_duplicate_entry. -2010-03-03 Rik +2011-03-03 Rik * miscellaneous/movefile.m: Fix copy&paste bug affecting Windows platform. (bug #32443) -2010-03-02 Rik +2011-03-02 Rik * statistics/distributions/unidcdf.m, statistics/distributions/unidinv.m, statistics/distributions/unidpdf.m, @@ -109,21 +109,21 @@ * plot/subplot.m: Remove redundant calls. For gnuplot set "activepositionproperty" to "position" always. -2010-03-01 Rik +2011-03-01 Rik * general/isscalar.m, general/isvector.m: Use modern warning function rather than deprecated built-in variable to set warning state. -2010-02-28 Rik +2011-02-28 Rik * general/iscolumn.m, general/isrow.m: Add 2 new utility functions to check for row or column vector. -2010-02-28 Rik +2011-02-28 Rik * sparse/treeplot.m: Use 'o' plot style as default for nodes -2010-02-27 Rik +2011-02-27 Rik * special-matrix/pascal.m: Fix incorrect statement in documentation for pascal.m. Bug #32523. @@ -141,7 +141,7 @@ * polynomial/polyval.m: Minor simplification in polynomial evaluation. -2010-02-22 Rik +2011-02-22 Rik * general/bitcmp.m, general/bitget.m, general/bitset.m, miscellaneous/license.m, special-matrix/pascal.m, @@ -172,16 +172,16 @@ 12467. Decrease spacing between subplots rows / columns. Clean up and add comments. -2010-02-22 Rik +2011-02-22 Rik * io/strread.m, plot/whitebg.m, strings/regexptranslate.m, testfun/runtests.m: Use single quotes around regexp patterns. -2010-02-20 Karsten Trulsen +2011-02-20 Karsten Trulsen * signal/fftshift.m: Fix broken function. Bug 32442. -2010-02-21 Carlo de Falco +2011-02-21 Carlo de Falco * pkg/get_forge_pkg.m: Fix typo in new PCRE style regular expression. @@ -190,7 +190,7 @@ * miscellaneous/warning_ids.m: Document Octave::autoload-relative-file-name warning. -2010-02-19 Rik +2011-02-19 Rik * io/dlmwrite.m, pkg/get_forge_pkg.m, plot/__gnuplot_ginput__.m, plot/__go_draw_axes__.m, testfun/runtests.m: Use PCRE regular @@ -225,7 +225,7 @@ * plot/__fltk_print__.m: Forward pipeline to drawnow instead of invoking a process here. Bug #32319. -2010-02-14 Rik +2011-02-14 Rik * plot/semilogxerr.m, plot/semilogyerr.m, special-matrix/pascal.m, special-matrix/rosser.m, special-matrix/wilkinson.m: Add missing @@ -314,11 +314,11 @@ * general/circshift.m: New tests. -2010-02-05 Rik +2011-02-05 Rik * miscellaneous/version.m, path/matlabroot.m: Correct spelling. -2010-02-05 Rik +2011-02-05 Rik * help/help.m, linear-algebra/onenormest.m, plot/graphics_toolkit.m, plot/pie3.m, plot/view.m, signal/periodogram.m: Grammarcheck docstrings. @@ -341,7 +341,7 @@ * plot/private/__plt__.m: Set initial values of hlgnd and tlgnd if a legend exists already. -2010-02-02 Rik +2011-02-02 Rik * sparse/svds.m: Use testif to only run some sparse tests when necessary libraries are installed. @@ -364,12 +364,12 @@ * plot/__fltk_ginput__.m: Remove line that should have been removed in previous change. -2010-01-31 Rik +2011-01-31 Rik * plot/private/__gnuplot_has_terminal__.m: Simplify regular expression to eliminate word-boundary assertion. -2010-01-30 Rik +2011-01-30 Rik * deprecated/module.mk, optimization/module.mk: Deprecate glpkmex function. @@ -386,24 +386,24 @@ Change all uses. (ginput_keypressfcn): Save keypress info. -2010-01-29 Rik +2011-01-29 Rik * plot/gnuplot_binary.in: Improve docstring -2010-01-29 Rik +2011-01-29 Rik * general/accumarray.m: Add seealso reference to accumdim. -2010-01-29 Rik +2011-01-29 Rik * set/powerset.m: Improve docstring. -2010-01-29 Rik +2011-01-29 Rik * miscellaneous/copyfile.m, miscellaneous/movefile.m, miscellaneous/tempname.m: Improve docstrings -2010-01-29 Rik +2011-01-29 Rik * deprecated/module.mk, image/module.mk: Deprecate saveimage.m. @@ -785,7 +785,7 @@ * statistics/distributions/betapdf.m: Untabify. -2010-01-20 Petr Mikulik +2011-01-20 Petr Mikulik * plot/uigetdir.m: Use correct variable name for argument check. Remove unneeded white spaces. diff -r 7d9dbe4c803b -r 015bfdc88092 src/ChangeLog --- a/src/ChangeLog Mon Mar 21 14:26:09 2011 -0700 +++ b/src/ChangeLog Tue Mar 22 13:21:44 2011 -0700 @@ -1,8 +1,8 @@ -2010-03-18 Rik +2011-03-18 Rik * dot.cc: Improve seealso cross references in docstring. -2010-03-18 Rik +2011-03-18 Rik * help.cc (get_help_text, get_help_text_from_file): Improve docstrings. @@ -11,7 +11,7 @@ * ov-float.cc (octave_float_scalar::do_index_op): Widen to float matrix, not double. -2010-03-17 Rik +2011-03-17 Rik * syscalls.cc (gethostname): Redo documentation string. @@ -28,7 +28,7 @@ * DLD-FUNCTIONS/module-files: Add nprocs.cc. Expose nprocs and nprocs_conf from gnulib. -2010-03-15 Marco Caliari +2011-03-15 Marco Caliari * graphics.cc: Simplify calculation of number of tick labels. Fixes bug #32692. @@ -122,7 +122,7 @@ * DLD-FUNCTIONS/regexp.cc: Assume we have PCRE. -2010-02-19 Rik +2011-02-19 Rik * src/DLD-FUNCTIONS/regexp.cc: Use PCRE regular expressions everywhere now that Octave requires library for building. Remove testif PCRE @@ -323,7 +323,7 @@ converted to mxArray object, then simply create a clone of the mxArray_octave_value container. -2010-02-02 Rik +2011-02-02 Rik * DLD-FUNCTIONS/eigs.cc, DLD-FUNCTIONS/qr.cc: Use testif to only run some sparse tests when necessary libraries are installed. diff -r 7d9dbe4c803b -r 015bfdc88092 test/ChangeLog --- a/test/ChangeLog Mon Mar 21 14:26:09 2011 -0700 +++ b/test/ChangeLog Tue Mar 22 13:21:44 2011 -0700 @@ -1,21 +1,21 @@ -2010-03-18 Rik +2011-03-18 Rik * test_parser.m: Add operatore precedence tests. -2010-03-01 Rik +2011-03-01 Rik * test/test_index-wfi-t.m: Use modern warning function rather than deprecated built-in variable to set warning state. -2010-02-22 Rik +2011-02-22 Rik * fntests.m: Use single quotes around regexp patterns. -2010-02-19 Rik +2011-02-19 Rik * fntests.m: Use PCRE regular expressions to simplify script. -2010-02-02 Rik +2011-02-02 Rik * build_sparse_tests.sh: Use testif to only run some sparse tests when necessary libraries are installed.