log NEWS @ 26620:82865ccb62c2 stable rc-5-0-90

age author description
Thu, 24 Jan 2019 19:20:57 +0000 John W. Eaton * NEWS: Refer to version "5", not "5.0". stable
Thu, 24 Jan 2019 19:18:51 +0000 John W. Eaton maint: Strip trailing whitespace from source files. stable
Mon, 21 Jan 2019 17:52:20 -0500 Andrew Janke Add verLessThan function (bug #55525)
Mon, 14 Jan 2019 12:54:32 +0000 Guillaume Flandin New function lightangle (bug #55446).
Sat, 05 Jan 2019 10:53:17 -0800 Rik NEWS: Remove bits of NEWS.5 that slipped in.
Sat, 05 Jan 2019 10:34:14 -0800 Mike Miller * NEWS: Delete block of NEWS.5 erroneously merged in cset db5c5e6c2371
Sat, 05 Jan 2019 06:36:52 -0800 Rik maint: merge default to default to fix issues after lack of repo connectivity.
Sat, 05 Jan 2019 06:33:32 -0800 Rik maint: merge stable to default.
Fri, 04 Jan 2019 00:06:57 -0800 Mike Miller maint: merge stable to default
Thu, 03 Jan 2019 21:43:42 -0800 Rik Use LDFLAGS for mkoctfile linker flags (bug #48678). stable
Tue, 01 Jan 2019 22:24:53 -0800 Rik maint: merge stable to default.
Tue, 01 Jan 2019 08:49:40 -0800 Rik legend.m: Deprecate numeric arguments for position. stable
Sun, 30 Dec 2018 20:02:38 -0800 Rik maint: merge stable to default.
Sun, 30 Dec 2018 13:18:05 -0800 Rik NEWS: Announce minimum required Qt version is 4.8 (bug #53889). stable
Fri, 28 Dec 2018 11:28:16 -0800 Rik maint: merge stable to default.
Mon, 24 Dec 2018 18:09:58 +0100 Kai T. Ohlhus Properly deprecate output_max_field_width from cset 4d945f2e5914. stable
Thu, 20 Dec 2018 22:33:11 -0800 Rik maint: Remove deprecated graphics properties.
Thu, 20 Dec 2018 21:21:37 -0800 Rik NEWS: Update for release 6.0.
Tue, 18 Dec 2018 22:04:23 -0800 Michael Leitner randi.m: Implement rejection algorithm for unbiased results (bug #54619).
Tue, 18 Dec 2018 16:29:39 -0800 Rik Add movXXX moving statistical functions bug #48774).
Sun, 16 Dec 2018 00:13:55 -0800 Juan Pablo Carbajal Update documentation for movXXX functions (bug #48774).
Thu, 13 Dec 2018 17:04:01 -0800 Rik isdefinite.m: Return only true or false, not -1, 0, +1 (bug #51270).
Wed, 12 Dec 2018 21:45:14 -0800 Rik NEWS: Announce support for HiDPI/Retina screens.
Sun, 28 May 2017 13:42:02 +0200 Pantxo Diribarne movie.m: New function (patch #9363)
Tue, 11 Dec 2018 13:14:09 -0800 Rik makeValidName.m, makeUniqueStrings.m: Clean up functions to use Octave conventions.
Tue, 11 Dec 2018 15:19:00 +0100 Guillaume Flandin New functions makeUniqueStrings and makeValidName (bug #52596).
Sat, 05 Oct 2013 02:21:10 +0200 Rüdiger Sonderfeld Add "dumb" terminal to produce ASCII art with gnuplot (patch #8203).
Sun, 09 Dec 2018 07:40:35 -0800 Rik Change "Margin" default of text object to 3.
Thu, 06 Dec 2018 23:16:16 -0500 John W. Eaton eliminate brace and variable expansion in PATH search code
Wed, 05 Dec 2018 15:29:59 -0800 Rik Use -tight option by default when printing EPS files (bug #53535).
Wed, 05 Dec 2018 10:31:25 -0800 Rik clearvars.m: Implement new function.
Mon, 19 Aug 2013 08:51:38 +0200 Julien Bect Don't remove globals when 'clear' called without arguments (bug #39790).
Sun, 25 Nov 2018 21:15:51 -0800 Rik fminunc.m: Change algorithm defaults to match Matlab.
Thu, 22 Nov 2018 13:11:40 -0800 Rik NEWS: Announce change to intmin, intmax, flintmax to accept a variable as input.
Thu, 22 Nov 2018 13:02:34 -0800 Rik Deprecate "fontangle" property value "oblique" in version 7.
Thu, 22 Nov 2018 12:41:06 -0800 Rik Remove "erasemode" graphics property deprecated in 4.2.
Thu, 22 Nov 2018 08:12:03 -0800 Rik Clean up implementation of uitable in 36e0e5b428e7.
Wed, 21 Nov 2018 14:54:22 -0500 John W. Eaton str2func: eliminate optional second "global" argument
Tue, 20 Dec 2016 03:25:17 +0000 Andrew Thornton Implement uitable (patch #9084)
Tue, 20 Nov 2018 14:39:17 -0800 Jun Wang Add -fillpage and -bestfit print options (bug #52838).
Thu, 15 Nov 2018 11:35:54 -0800 Dave Goel ranks.m: Overhaul function for performance (25X) and addition of tie-breaking (bug #36372).
Sun, 11 Nov 2018 14:31:10 -0800 Rik Deprecate C++ function is_keyword in favor of iskeyword for readability.
Sun, 04 Nov 2018 06:47:04 -0800 Rik NEWS: Update file.
Sat, 03 Nov 2018 15:42:44 +0100 Markus Mützel Add function to manually trigger calculation of [Vertex|Face]Normals (bug #54922).
Fri, 02 Nov 2018 11:14:32 -0700 Rik Deprecate C++ is_figure in favor of isfigure for readability.
Fri, 02 Nov 2018 10:03:10 -0700 Rik Deprecate C++ is_hghandle in favor of ishghandle for readability.
Thu, 01 Mar 2018 23:41:52 +0100 Pantxo Diribarne print.m: Implement "-opengl", "-painters" and "-RGBImage" options (bug #52866)
Mon, 29 Oct 2018 21:56:08 -0700 Rik NEWS: Add new functions to list. Wrap lines to 72 characters.
Thu, 04 Oct 2018 22:25:20 +0200 Kai T. Ohlhus Determine an object's shape by "size" (bug #51308, bug #44498, bug #43925).
Sat, 08 Sep 2018 20:36:30 +0200 Markus Mützel Use "facenormals" for flat lighting on surfaces (bug #54024).
Wed, 29 Aug 2018 09:52:43 -0700 Rik maint: merge stable to default.
Wed, 29 Aug 2018 09:52:08 -0700 Rik Use "Octave Forge" spelling in all files. stable
Mon, 13 Aug 2018 14:42:45 -0700 Rik isfile.m: New function for Matlab compatibility (bug #54508).
Mon, 13 Aug 2018 12:17:58 -0700 Rik isdir.m: Make m-file a legacy function (bug #54489)
Mon, 13 Aug 2018 11:41:17 -0700 Guillaume Flandin isfolder.m: New function for Matlab compatibility (bug #54456).
Thu, 09 Aug 2018 16:33:09 -0700 Rik textread.m: Make m-file a legacy function.
Thu, 09 Aug 2018 15:51:53 -0700 Rik strread.m: Make m-file a legacy function.
Thu, 09 Aug 2018 13:26:23 -0700 Rik findstr.m: Make m-file a legacy function.
Thu, 09 Aug 2018 11:28:11 -0700 Rik flipdim.m: Make m-file a legacy function.
Thu, 09 Aug 2018 10:38:54 -0700 Rik strmatch.m: Make m-file a legacy function.