log scripts/ChangeLog @ 12622:32d5186266ab

age author description
Tue, 19 Apr 2011 20:53:53 -0400 John W. Eaton ChangeLog fixes
Mon, 18 Apr 2011 17:59:31 -0500 Jordi Gutiérrez Hermoso ChangeLog entry for changeset fb2e14a276d2
Mon, 18 Apr 2011 07:04:21 -0700 Rik maint: Periodic merge of stable branch to default branch.
Sun, 17 Apr 2011 11:57:26 -0400 Patrick Häcker mat2str.m: Limit the number of digits to one less than available for double.
Fri, 15 Apr 2011 11:38:35 +0200 Kai Habel Changelog fixes
Wed, 23 Feb 2011 08:11:40 +0100 Kai Habel make piecewise polynomial (pp) functions more compatible
Thu, 14 Apr 2011 18:52:54 -0700 Rik colstyle.m: Add new function (bug #33063) stable
Wed, 13 Apr 2011 21:36:31 -0700 Rik __makeinfo__.m: Simplify function by using regular expressions.
Wed, 13 Apr 2011 09:32:10 -0700 Rik maint: Refactor general/isXXX.m scripts to put input validation first.
Wed, 13 Apr 2011 09:22:38 -0700 Rik scripts/ChangeLog: Remove results of bad merge in ChangeLog.
Tue, 12 Apr 2011 23:22:26 -0500 Jordi Gutiérrez Hermoso Trivial merge with stable except for ChangeLogs
Tue, 12 Apr 2011 18:50:20 -0400 Ben Abbott getappdata.m: If no property name is provided, return a structure representing the appdata. stable
Tue, 12 Apr 2011 09:56:13 -0700 Marco Caliari quadgk.m: Fix problem with -Inf bound on integral (bug #33055). stable
Mon, 11 Apr 2011 21:50:49 -0400 Ben Abbott getappdata.m: If appdata propery does not exist, return an empty matrix. stable
Mon, 11 Apr 2011 10:56:34 -0400 John W. Eaton merge stable with default
Fri, 08 Apr 2011 20:15:19 -0700 Rik Deprecate studentize(), replace with zscore().
Fri, 08 Apr 2011 19:00:42 -0700 Rik mode.m, quantile.m: Return output of same class as input.
Fri, 08 Apr 2011 12:44:40 -0700 Rik Improve documentation strings in Linear Algebra chapter. stable
Wed, 06 Apr 2011 19:46:34 -0700 Rik Move pack() function to proper place in documentation.
Wed, 06 Apr 2011 19:36:49 -0700 Rik Make spectral density helper functions private.
Wed, 06 Apr 2011 11:44:21 -0700 Rik Clean up operator and function indices in documentation.
Mon, 04 Apr 2011 15:56:49 -0700 Rik Spellcheck documentation for 3.4.1 release.
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
Mon, 04 Apr 2011 13:37:13 -0700 Rik Deprecate perror, strerror functions.
Sat, 02 Apr 2011 13:37:52 -0700 Rik Add quantile, prctile functions to documentation.
Thu, 31 Mar 2011 20:57:37 -0700 Rik Add documentation for '-forge' option (bug #32464).
Thu, 31 Mar 2011 10:19:59 -0700 Marco Caliari spdiags.m: Treat empty vector (1x0 or 0x1) the same as diag().
Thu, 31 Mar 2011 10:09:34 -0700 Rik cor.m: Increase tolerance of %!tests using random data to assure passage.
Thu, 31 Mar 2011 09:57:11 -0700 Rik Add deprecated entry for cquad() pointing to quadcc().
Thu, 31 Mar 2011 09:34:26 -0700 Rik cor.m: fix operation with only single input (bug #32961)
Thu, 31 Mar 2011 07:33:11 -0700 Rik Revamp quiver autoscaling algorithm (bug #32836).
Tue, 29 Mar 2011 17:51:38 -0700 John W. Eaton Update test for 'wilkinson(1)' to reflect changes to diag().
Tue, 29 Mar 2011 07:57:51 -0600 Michael Creel ChangeLog fix, (closes: bug #32892)
Tue, 29 Mar 2011 07:36:31 -0600 Michael Creel Fix variable name clash in ols.m
Mon, 28 Mar 2011 16:38:13 -0700 Rik Improve docstrings for a number of functions.
Sat, 26 Mar 2011 06:50:12 -0700 Robert T. Short Add tests for ifftshift.m
Sat, 26 Mar 2011 06:42:35 -0700 Robert T. Short Add tests for fftshift.m.
Tue, 22 Mar 2011 13:21:44 -0700 Rik Fix errant 2010 dates in ChangeLogs.
Mon, 21 Mar 2011 14:26:09 -0700 Rik Fix bug #32873, ifftshift fails.
Sat, 19 Mar 2011 17:46:45 -0400 Ben Abbott patch.m: Add demo.
Sat, 19 Mar 2011 14:32:43 -0700 Rik Overhaul runlength.m
Sat, 19 Mar 2011 13:53:38 -0700 Rik Make helper functions for logistic_regression private.
Sat, 19 Mar 2011 13:06:50 -0700 Rik Add isocolors, isonormals, isosurface functions to documentation.
Sat, 19 Mar 2011 12:54:05 -0700 Rik dump_prefs.m: Close @deftypefn macro left open.
Sat, 19 Mar 2011 12:33:09 -0700 Rik Add dump_prefs to documentation.
Sat, 19 Mar 2011 12:12:57 -0700 Rik Add daspect, pbaspect functions to documentation.
Sat, 19 Mar 2011 11:07:52 -0400 Ben Abbott trisurf.m: Set default edgecolor as Matlab does. Add demos.
Fri, 18 Mar 2011 22:47:33 -0700 Rik Add uimenu, uigetdir, uigetfile, and uiputfile to documentation.
Fri, 18 Mar 2011 18:51:45 -0700 Rik Add function chop to documentation.
Fri, 18 Mar 2011 14:38:46 -0700 Rik Add gen_doc_cache, get_help_text, get_help_text_from_file, get_first_help_sentence to documentation.
Thu, 17 Mar 2011 23:11:47 -0700 Rik Fix bug #32818, nonconformant arguments in svds.
Thu, 17 Mar 2011 21:41:15 -0700 Rik Add fileread to documentation.
Wed, 16 Mar 2011 13:36:27 -0700 Carlo de Falco Add mgorth and gmres functions from Octave Forge
Sat, 26 Feb 2011 18:15:48 -0500 Ben Abbott Allow command forms of example and demo.
Sat, 05 Mar 2011 11:17:13 -0500 Ben Abbott colorbar.m: Allow location to be specified as a property.
Thu, 03 Mar 2011 13:05:50 -0800 Rik Improve docstrings for archive functions (gzip, bzip2, etc.)
Thu, 03 Mar 2011 11:59:05 -0800 Rik Improve file archiving functions (gzip, bzip2, zip, unpack)
Thu, 03 Mar 2011 09:46:00 -0800 Rik Deprecate is_duplicate_entry.
Thu, 03 Mar 2011 09:29:04 -0800 Rik Fix bug #32443 preventing 'pkg install' on Windows platforms.
Wed, 02 Mar 2011 20:38:27 -0800 Rik Correctly refer to "discrete uniform" distribution in documentation.
Wed, 02 Mar 2011 18:03:32 +0100 Konstantinos Poulios small optimization in subplot.m
Tue, 01 Mar 2011 11:28:31 -0800 Rik Use modern warning function rather than deprecated built-in variable to set warning state.
Mon, 28 Feb 2011 22:35:41 -0800 Rik Add new isrow, iscolumn functions.
Mon, 28 Feb 2011 21:27:08 -0800 Rik treeplot.m: Use 'o' plot style as default for nodes
Sun, 20 Feb 2011 19:13:03 +0000 Thomas Weber Document the Octave:autoload-relative-file-name warning.
Sun, 27 Feb 2011 18:21:46 -0800 Rik Fix incorrect statement in documentation for pascal.m. Bug #32523.
Sat, 26 Feb 2011 16:21:02 -0500 Ben Abbott polynomial/polyval.m: Compute offset/normalization only when needed.
Sat, 26 Feb 2011 16:07:52 -0500 Ben Abbott polynomial/polyval.m: Minor simplification in polynomial evaluation
Fri, 25 Feb 2011 20:12:05 -0800 Rik Uppercase variables in script error strings.
Fri, 25 Feb 2011 12:07:11 -0600 Jordi Gutiérrez Hermoso Add a warning description for Matlab-style short-circuiting
Thu, 24 Feb 2011 20:22:38 -0500 Ben Abbott subplot.m: Document using INDEX as a vector.
Thu, 24 Feb 2011 20:05:51 -0500 Ben Abbott Properly evaluate zeroth order polynomials.
Thu, 24 Feb 2011 02:07:37 -0500 John W. Eaton strchr.m: avoid implict string to number conversion
Tue, 22 Feb 2011 19:46:57 -0500 Ben Abbott subplot.m: Use new looseinset property introduced by changeset 12467.
Tue, 22 Feb 2011 12:45:30 -0800 Rik Use single quotes around regexp patterns.
Mon, 21 Feb 2011 17:12:25 +0100 Carlo de Falco fixed typo in PCRE style RE
Sun, 20 Feb 2011 17:53:41 -0800 Karsten Trulsen fftshift.m: Fix broken function documented in bug 32442
Sat, 19 Feb 2011 18:21:58 -0800 Rik Use PCRE regular expressions throughout Octave.
Sat, 19 Feb 2011 15:01:59 -0500 Ben Abbott Improve warnings when shell utilties needed for printing are missing.
Sat, 19 Feb 2011 15:32:41 +0100 Thorsten Meyer Fix interp1 tests according to spline update of 07e102029d2a
Thu, 17 Feb 2011 12:45:05 +0100 Kai Habel rename fltk_gui_mode to gui_mode
Wed, 16 Feb 2011 19:14:43 -0500 Ben Abbott subplot.m: Decrease spacing between subplots rows / columns.
Wed, 16 Feb 2011 22:34:11 +0100 Thorsten Meyer Fix tests in mean.m according to changeset 0f21f258aa17.
Tue, 15 Feb 2011 13:12:38 -0500 John W. Eaton ChangeLog fixes
Tue, 15 Feb 2011 13:03:21 -0500 John W. Eaton ChangeLog fixes
Tue, 15 Feb 2011 18:49:13 +0100 Konstantinos Poulios invoke/terminate printing process synchronously with rendering (#32319)
Mon, 14 Feb 2011 17:23:04 -0800 Rik Fix documentation bugs uncovered while rewriting munge-texi.
Tue, 15 Feb 2011 01:28:11 +0100 David Bateman More explicit error message when source with tests for dynamically linked functions not found (#30341)
Tue, 15 Feb 2011 00:42:05 +0100 David Bateman Fix for fltk patch markers (#31801)
Mon, 14 Feb 2011 08:06:32 -0500 Ben Abbott spline.m: Allow length(x) == 2 and unsorted x values.
Sun, 13 Feb 2011 15:11:56 +0100 Konstantinos Poulios synchronization of axes position and outerposition
Thu, 10 Feb 2011 18:48:36 -0500 Ben Abbott Modify demo scripts to allow conventient conversion to Matlab compatible syntax.
Tue, 08 Feb 2011 19:46:43 -0500 Ben Abbott __go_draw_axes__.m: Properly set fontspec for legends. release-3-4-x
Tue, 08 Feb 2011 19:46:43 -0500 Ben Abbott __go_draw_axes__.m: Properly set fontspec for legends.
Tue, 08 Feb 2011 15:53:13 -0500 John W. Eaton remove functions deprecated in 3.2
Sun, 06 Feb 2011 23:59:37 +0100 David Bateman Allow the legend location and orientation to be set without modifying the legend keys (#32374) release-3-4-x
Sun, 06 Feb 2011 23:25:31 +0100 David Bateman Fix for legends with location southeastoutside and soutwestoutside. Pad legend position release-3-4-x
Sun, 06 Feb 2011 16:45:05 -0500 Ben Abbott legend.m: Align legends to plot box, add demo. Bug 32373. release-3-4-x
Sun, 06 Feb 2011 15:32:38 -0500 Ben Abbott legend.m: "legend off" should delete the legend object. release-3-4-x
Sun, 06 Feb 2011 23:59:37 +0100 David Bateman Allow the legend location and orientation to be set without modifying the legend keys (#32374)
Sun, 06 Feb 2011 23:25:31 +0100 David Bateman Fix for legends with location southeastoutside and soutwestoutside. Pad legend position
Sun, 06 Feb 2011 16:45:05 -0500 Ben Abbott legend.m: Align legends to plot box, add demo. Bug 32373.
Sun, 06 Feb 2011 15:32:38 -0500 Ben Abbott legend.m: "legend off" should delete the legend object.
Sun, 06 Feb 2011 15:33:56 +0100 David Bateman Delete old legends and fix for legend locations that are 'southest' (followup #32343) release-3-4-x
Sun, 06 Feb 2011 09:16:03 -0500 Ben Abbott legend.m: Add demo for replacing existing legend. release-3-4-x
Sat, 05 Feb 2011 11:14:09 -0500 Ben Abbott legend.m: Add demo for inline keys created by two plot commands. release-3-4-x
Sat, 05 Feb 2011 10:19:13 -0500 David Bateman Fix for inline legends (#32022, #32343) release-3-4-x
Sun, 06 Feb 2011 15:33:56 +0100 David Bateman Delete old legends and fix for legend locations that are 'southest' (followup #32343)
Sun, 06 Feb 2011 09:16:03 -0500 Ben Abbott legend.m: Add demo for replacing existing legend.
Sun, 06 Feb 2011 05:50:49 -0500 John W. Eaton PermMatrix.cc (operator*): fix mixed row/column case release-3-4-x
Sat, 05 Feb 2011 13:05:16 -0800 Rik Periodic spellcheck of documentation. release-3-4-x
Sat, 05 Feb 2011 12:58:34 -0800 Rik Periodic grammarcheck of documentation. release-3-4-x
Sun, 06 Feb 2011 05:50:49 -0500 John W. Eaton PermMatrix.cc (operator*): fix mixed row/column case
Sat, 05 Feb 2011 13:05:16 -0800 Rik Periodic spellcheck of documentation.
Sat, 05 Feb 2011 12:58:34 -0800 Rik Periodic grammarcheck of documentation.
Sat, 05 Feb 2011 11:14:09 -0500 Ben Abbott legend.m: Add demo for inline keys created by two plot commands.
Sat, 05 Feb 2011 10:19:13 -0500 David Bateman Fix for inline legends (#32022, #32343)
Wed, 02 Feb 2011 21:31:33 -0800 Rik Use testif to only run some sparse tests when necessary libraries are installed.
Tue, 01 Feb 2011 18:58:35 -0500 Ben Abbott __gnuplot_has_feature__.m: Don't throw an error if gnuplot isn't installed.
Tue, 01 Feb 2011 04:34:28 -0500 John W. Eaton scatter.m: pass h to set, not ax