log

age author description
Fri, 12 Jul 2019 19:55:03 -0700 Rik Accept only integers for single input form of rand (bug #56609).
Fri, 12 Jul 2019 17:20:07 -0700 Rik ismember.m: Add parentheses to make indexing expression easier to read.
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
Fri, 12 Jul 2019 15:34:28 -0700 Rik webread.m: Allow a single URL argument as input (bug #56623).
Fri, 12 Jul 2019 15:26:36 -0700 Rik validsetargs.m: Validate "rows" flag when "legacy" flag also present.
Fri, 12 Jul 2019 12:36:50 -0700 Rik griddatan.m: Allow a single query point as input (bug #45542, bug #56515).
Fri, 12 Jul 2019 13:14:50 -0500 John W. Eaton replace some explicit callback functions with lambda expressions
Fri, 12 Jul 2019 12:14:43 -0400 John W. Eaton maint: Merge stable to default.
Fri, 12 Jul 2019 09:11:58 -0700 Rik dir.m: Gracefully handle race conditions when file is deleted (bug #56618).
Fri, 12 Jul 2019 10:41:47 -0400 John W. Eaton make "dbquit all" work and fix dbquit compatibility (bug #56616)
Thu, 11 Jul 2019 20:16:58 -0700 Juho Iipponen griddatan.m: Fix 4-D interpolation (bug #45542, bug #56515).
Thu, 11 Jul 2019 19:55:53 -0700 Rik setxor.m: Accept a "legacy" flag for Matlab compatibility.
Thu, 11 Jul 2019 15:29:38 -0700 Rik setdiff.m: Accept a "legacy" flag for Matlab compatibility.
Thu, 11 Jul 2019 15:05:30 -0700 Rik unique.m: Set default to "first" when multiple options present.
Thu, 11 Jul 2019 13:31:23 -0700 Rik doc: Update description of "legacy" option for set functions.
Thu, 11 Jul 2019 14:21:37 -0400 John W. Eaton eliminate unused tree_evaluator::reset function
Thu, 11 Jul 2019 14:16:08 -0400 John W. Eaton re-enter debugger when doing dbstep (bug #56150)
Wed, 10 Jul 2019 20:06:04 -0700 Rik union.m: Accept a "legacy" flag for Matlab compatibility.
Wed, 10 Jul 2019 20:02:44 -0700 Rik doc: Remove stray semicolons from pie, pie3 calling forms. stable
Wed, 10 Jul 2019 19:51:37 -0700 Rik validsetargs.m: Fix typo introduced in cset 255f2681d224.
Wed, 10 Jul 2019 17:32:52 -0700 Rik intersect.m: Accept a "legacy" flag for Matlab compatibility.
Wed, 10 Jul 2019 17:25:39 -0700 Rik unique.m: Fix special case of "legacy" and "rows" flag both present.
Wed, 10 Jul 2019 14:08:48 -0700 Rik text.m: Allow axes handle as first argument (bug #56513).
Wed, 10 Jul 2019 13:48:01 -0700 Rik Implement "legacy" flag for intersect function (bug #56592).
Tue, 09 Jul 2019 17:50:56 -0700 Rik ginput.m: Make "Enter" key on numeric keypad stop input (bug #56599).
Tue, 09 Jul 2019 19:41:27 +0200 Pantxo Diribarne Allow figure "keypressfcn" to work with uipanel on the way (bug #56598)
Thu, 04 Jul 2019 21:14:09 +0200 Torsten Lilge fix auto-close feature in editor when using tabs for indentation (bug #56533)
Thu, 04 Jul 2019 10:27:57 -0400 John W. Eaton ensure debuger_stack is popped when exiting a debug level (bug #56150)
Mon, 01 Jul 2019 18:05:46 -0400 John W. Eaton delete unused workspace model setData function and rename_variable signal
Mon, 01 Jul 2019 18:00:04 -0400 John W. Eaton connect workspace view rename variable signal to main window slot
Fri, 28 Jun 2019 17:03:28 -0400 John W. Eaton delete translator objects in base_qobject destructor
Fri, 28 Jun 2019 14:42:44 -0400 John W. Eaton more refactoring of GUI classes that manage the interpreter
Thu, 27 Jun 2019 13:27:22 -0400 John W. Eaton eliminate unnecessary inclusion of qt-application.h
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Wed, 26 Jun 2019 12:09:37 -0400 John W. Eaton allow building with Qt4 to work again
Tue, 02 Apr 2019 12:00:29 +0000 John W. Eaton eliminate direct access to call stack through interpreter class
Tue, 02 Apr 2019 11:54:57 +0000 John W. Eaton eliminate global direct access to call stack
Tue, 02 Apr 2019 11:59:28 +0000 John W. Eaton eliminate direct access to call stack in interpreter::mlock
Tue, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Mon, 01 Apr 2019 21:33:22 +0000 John W. Eaton eliminate some direct access to call stack in legacy class and function objects
Mon, 01 Apr 2019 20:53:00 +0000 John W. Eaton eliminate some direct access to call stack in gui and octave_base_value
Mon, 01 Apr 2019 20:38:44 +0000 John W. Eaton eliminate some direct access to call stack in classdef and inline objects
Mon, 01 Apr 2019 20:28:53 +0000 John W. Eaton eliminate direct access to call stack in ov-usr-fcn.cc
Mon, 01 Apr 2019 20:25:34 +0000 John W. Eaton eliminate direct access to call stack in mex functions
Mon, 01 Apr 2019 18:28:44 +0000 John W. Eaton eliminate direct access to call stack in debug functions
Mon, 01 Apr 2019 18:21:27 +0000 John W. Eaton eliminate direct access to call stack in variables functions
Mon, 01 Apr 2019 18:00:15 +0000 John W. Eaton eliminate direct access to call stack in load-save functions
Mon, 01 Apr 2019 17:47:24 +0000 John W. Eaton eliminate direct access to call stack in help functions
Mon, 01 Apr 2019 17:39:42 +0000 John W. Eaton eliminate direct access to call stack in defun functions
Mon, 01 Apr 2019 17:32:02 +0000 John W. Eaton eliminate direct access to call_stack in input functions
Mon, 01 Apr 2019 16:58:05 +0000 John W. Eaton eliminate direct access to call_stack in error functions
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects
Fri, 21 Jun 2019 14:41:04 -0500 John W. Eaton rename octave_interpreter object in GUI
Fri, 21 Jun 2019 15:06:55 -0500 John W. Eaton eliminate unused variables in gui_application class
Fri, 21 Jun 2019 14:17:02 -0500 John W. Eaton define octave_qt_gui_app and octave_qt_cli_app separately
Fri, 21 Jun 2019 10:10:54 -0500 John W. Eaton move news reader widget to separate file
Wed, 19 Jun 2019 21:32:22 -0500 John W. Eaton fix access to top_level info flag when creating workspace view context menu
Wed, 19 Jun 2019 12:12:15 -0500 John W. Eaton allow lambda expressions to be passed to octave_link::post_event
Mon, 17 Jun 2019 11:12:52 -0500 Michael C. Grant cd: only change to home directory if nargin and nargout are zero (bug #41275)
Sat, 15 Jun 2019 11:04:52 -0500 John W. Eaton use dummy stack frame when creating meta class (bug #55766 and #55768)
Fri, 14 Jun 2019 15:34:44 -0500 John W. Eaton don't print hidden or protected/private classdef properties (bug #55766)
Fri, 14 Jun 2019 15:32:50 -0500 John W. Eaton declare classdef property get methods const
Fri, 14 Jun 2019 12:52:27 -0500 John W. Eaton properties function: omit hidden properties (bug #55766)
Fri, 14 Jun 2019 11:14:01 -0500 John W. Eaton maint: Merge stable to default.
Fri, 14 Jun 2019 10:32:06 -0500 John W. Eaton * bp-table.cc: Fix test. stable
Thu, 13 Jun 2019 17:40:36 -0500 John W. Eaton revamp float_format object
Thu, 13 Jun 2019 13:49:53 -0500 John W. Eaton __ode15__.cc style fixes
Thu, 13 Jun 2019 09:23:11 -0500 John W. Eaton guess screen dpi if screen size is reported to be zero
Wed, 12 Jun 2019 16:55:22 -0500 John W. Eaton delete unused file functor.h
Wed, 12 Jun 2019 10:04:34 -0700 Rik maint: merge stable to default.
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157) stable
Wed, 12 Jun 2019 11:03:06 -0500 John W. Eaton minor style fixes
Wed, 12 Jun 2019 10:51:58 -0500 John W. Eaton missing edit for previous change
Wed, 12 Jun 2019 10:12:31 -0500 John W. Eaton backout changeset 196dfb42f3e9
Wed, 12 Jun 2019 09:43:41 -0500 John W. Eaton style fixes for url-transfer classes
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157)
Tue, 11 Jun 2019 12:53:55 -0500 John W. Eaton style fixes
Tue, 11 Jun 2019 12:50:34 -0500 John W. Eaton eliminate unnecessary call to ios::init
Mon, 10 Jun 2019 20:45:25 +0200 Pantxo Diribarne Use framebuffer object for printing invisible Qt figures (bug #55268)
Mon, 10 Jun 2019 20:43:10 +0200 Pantxo Diribarne maint: merge stable to default
Wed, 23 Jan 2019 10:20:07 +0100 Pantxo Diribarne Use framebuffer object for printing invisible Qt figures on mac (bug #55268) stable
Mon, 10 Jun 2019 12:59:54 -0500 John W. Eaton * file-io.cc: Declare local constant "who" names "static const".
Mon, 10 Jun 2019 12:44:39 -0500 John W. Eaton style fixes and member variable updates for oct-stdstrm.h
Sat, 08 Jun 2019 21:17:03 -0700 Rik Only accept 1xN character vectors as string input to eval (bug #49696).
Sat, 08 Jun 2019 18:12:32 -0700 Rik hist.m: Return class for second output which matches Matlab (bug #56465).
Sat, 08 Jun 2019 16:34:27 -0700 Michael Leitner hist.m: Improve performance with large numbers of bins (bug #55909).
Fri, 07 Jun 2019 16:53:09 -0400 John W. Eaton store reference to lexer in reader instead of pointer
Tue, 04 Jun 2019 13:15:25 +0000 John W. Eaton additional refactoring of error handling functions
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Fri, 07 Jun 2019 13:29:41 -0400 John W. Eaton allow terminal_size function to set screen size
Fri, 07 Jun 2019 13:28:09 -0400 John W. Eaton allow terminal rows and columns to be set when not using readline
Fri, 07 Jun 2019 15:52:51 +0200 Pantxo Diribarne Restore hability to switch from qt to gnuplot toolkit (bug #56452)
Thu, 06 Jun 2019 14:16:40 -0700 Rik maint: merge stable to default.
Thu, 06 Jun 2019 20:42:41 +0200 Pantxo Diribarne Escape backslash characters in EPS output (bug #56448) stable
Thu, 06 Jun 2019 09:09:55 -0700 Rik doc: Redo documentation for rats() function. stable
Wed, 05 Jun 2019 20:43:55 -0700 Rik weboptions.m: Overhaul function.
Wed, 05 Jun 2019 11:36:37 -0700 Rik webread.m: Overhaul input validation.
Wed, 05 Jun 2019 09:29:51 -0700 Rik webwrite.m: Overhaul input validation.
Wed, 05 Jun 2019 13:04:24 +0000 John W. Eaton maint: Merge stable to default.
Tue, 04 Jun 2019 20:04:21 +0000 John W. Eaton fix calculation of value offsets for variables added to script scopes
Wed, 05 Jun 2019 12:27:41 +0200 Guillaume Flandin web.m: More Matlab compatibility.
Tue, 04 Jun 2019 15:27:42 -0700 Rik web.m: Tweaks to new function.
Tue, 04 Jun 2019 22:33:49 +0200 Kai T. Ohlhus * cdef-class.cc: Repair debug code.
Tue, 04 Jun 2019 22:22:26 +0200 Kai T. Ohlhus maint: Announce new functions and no longer treat them as unimplemented.
Tue, 04 Jun 2019 22:17:42 +0200 Kai T. Ohlhus Implement new function "web" to open the system web browser.
Tue, 04 Jun 2019 22:07:45 +0200 Kai T. Ohlhus F__open_with_system_app__: Consistent return value for all platforms.
Tue, 04 Jun 2019 00:26:12 +0200 Pantxo Diribarne Use replacement characters to display non UTF-8 strings in figures (bug #55974) stable
Tue, 04 Jun 2019 09:44:58 -0700 Guillaume Flandin Implement new function "newline" for Matlab compatibility (bug #56419).
Tue, 04 Jun 2019 09:23:09 -0700 Rik doc: Silence two TexInfo warnings.
Tue, 04 Jun 2019 08:10:11 -0700 Rik Emit an error for invalid fieldnames of 0x0 struct array (bug #34967).
Mon, 03 Jun 2019 19:03:15 -0700 Daniel Davis Skip HDF5 elements which are unrecognized, but continue reading file (bug #32756).
Mon, 03 Jun 2019 09:04:41 -0700 Rik Return correct error messages on octave-streams when scanf fails (bug #56396)
Sat, 01 Jun 2019 21:01:45 -0700 Rik Call error() function from base_stream in the correct manner.
Sat, 01 Jun 2019 19:57:45 +0200 Pantxo Diribarne Document the figure "selectiontype" property
Sat, 01 Jun 2019 19:31:00 +0200 Torsten Lilge * m4/acinlcude.m4: remove test for QSciScintilla::findFirstInSelection
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405)
Sat, 01 Jun 2019 08:56:51 -0700 Rik Fix stream positioning when using scanf with widths (bug #56200).
Thu, 30 May 2019 11:23:16 +0000 John W. Eaton maint: Merge stable to default.
Thu, 30 May 2019 10:23:44 +0000 John W. Eaton don't include error.h in ov-base.h
Wed, 29 May 2019 22:45:42 +0000 John W. Eaton mark global error_state variable as deprecated
Wed, 29 May 2019 19:49:53 +0000 John W. Eaton delete declaration of global warning_state variable
Thu, 30 May 2019 11:35:51 +0200 Torsten Lilge undo a complete replace all action in the editor (bug #56405) stable
Wed, 29 May 2019 03:28:05 +0000 John W. Eaton allow Windows build to work again
Tue, 28 May 2019 16:43:48 +0200 Pantxo Diribarne Implement figure "windowscrollwheelfcn" property for Qt toolkit (bug #56028).
Tue, 28 May 2019 19:18:50 +0000 John W. Eaton maint: Merge stable to default.
Tue, 28 May 2019 18:53:25 +0000 John W. Eaton update bug status for tests
Tue, 28 May 2019 18:51:54 +0000 John W. Eaton make new tests for inv of singular sparse matrices conditional on HAVE_UMFPACK
Sat, 25 May 2019 18:08:59 +0000 John W. Eaton use interpreter_try instead of accessing error settings directly
Tue, 28 May 2019 06:44:55 +0200 Torsten Lilge add workaround for missing editor tab close buttons on macos (bug #56158)
Mon, 27 May 2019 15:47:21 -0700 Rik inputrc: Add warning about modification (bug #56079). stable
Mon, 27 May 2019 10:06:24 -0700 Pantxo Diribarne Enable "Quit" menu item on Mac application menu (bug #56155)
Mon, 27 May 2019 09:39:09 -0700 Rik Don't add extra closing endXXX keywords in GUI Editor (bug #56160).
Mon, 27 May 2019 09:32:38 -0700 Rik Work around Qt rename bug in File Browser window (bug #56298).
Sat, 25 May 2019 18:36:59 -0700 Rik Deprecate 'runtests' function (bug #56325).
Sat, 25 May 2019 18:05:12 -0700 Rik NEWS: Add note about implementation of pointerXXX graphic properties.
Sat, 25 May 2019 10:03:35 +0200 Pantxo Diribarne Overhaul gtext for compatibility (bug #56386)
Sat, 25 May 2019 14:30:01 +0200 Torsten Lilge * documentation.cc (global_search): just return if query string is empty (bug #56388) stable
Sat, 25 May 2019 14:05:14 +0200 A.R. Burgers * nl_NL.ts: Dutch translation of updated strings in documentation widget stable
Fri, 24 May 2019 20:59:06 +0000 John W. Eaton move out_of_date_check to fcn-info.cc and declare static
Fri, 24 May 2019 18:12:34 +0000 John W. Eaton eliminate obsolete global variable
Fri, 24 May 2019 17:55:48 +0000 John W. Eaton eliminate remaining uses of BEGIN_INTERRUPT_WITH_EXCEPTIONS macro
Thu, 23 May 2019 21:21:59 +0200 Pantxo Diribarne Restore hability to compile with Qt < 5.6 (bug #56376)
Thu, 23 May 2019 13:56:23 -0700 Rik Consolidate separate calls to set() in to one call for interpreter efficiency.
Thu, 23 May 2019 12:48:18 -0700 Rik maint: merge stable to default.
Thu, 23 May 2019 19:34:37 +0200 Torsten Lilge updated ts-files with strings of search widget in doc browser (bug #55772) stable
Wed, 22 May 2019 22:34:38 +0200 Pantxo Diribarne Use crosshair pointer during ginput and gtext execution.
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Tue, 21 May 2019 17:39:13 +0000 John W. Eaton improve error message when indexing undefined object with "end" (bug #33637)
Sun, 19 May 2019 11:15:10 +0200 Pantxo Diribarne Implement "pointer" and related figure properties for Qt toolkit (bug #56347)
Tue, 21 May 2019 10:00:52 +0200 Kai T. Ohlhus * libinterp/operators/op-class.cc: Overhaul file and document code.
Mon, 20 May 2019 09:46:30 +0200 Kai T. Ohlhus maint: Merge stable to default.
Mon, 20 May 2019 09:40:56 +0200 Kai T. Ohlhus maint: Make old style class tests Matlab compatible. stable
Mon, 20 May 2019 09:30:43 +0200 Kai T. Ohlhus Default (c)transpose for old style class arrays (bug #56323). stable
Thu, 16 May 2019 23:08:54 +0200 Pantxo Diribarne Fix Fpause timing accuracy when graphics events are processed (bug #56336)
Tue, 14 May 2019 17:00:52 +0200 marco caliari Inverse of a sparse/diagonal singular matrix should be a sparse/diagonal matrix of Infs.
Sat, 18 May 2019 13:18:00 +0200 Torsten Lilge wrap while searching in doc browser
Sat, 18 May 2019 12:17:57 +0200 Torsten Lilge wrap during search-while-typing in doc browser (bug #56216)
Thu, 16 May 2019 22:54:41 +0200 Torsten Lilge make editor toolbar, tabs and statusbar more comapct (bug #53902)
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Fri, 10 May 2019 14:32:21 -0700 Rik doc: Specify "position" property for text objects is a three-element vector(bug #56303). stable
Fri, 10 May 2019 22:15:37 +0200 Torsten Lilge fix size of the welcome wizard (bug #56265)
Wed, 10 Apr 2019 21:45:54 -0700 Mike Miller interpret "SPDX-License-Identifier" comments as copyright headers (bug #56121)
Thu, 09 May 2019 10:47:17 -0700 Rik gallery.m: Fix typo in docstring for poisson (bug #56267). stable
Wed, 08 May 2019 18:45:34 -0700 Rik Reverse fix from cset 4283c4c2fcb6 that is no longer required (bug #52365).
Wed, 08 May 2019 18:28:05 -0700 Rik Always reserve memory for 1-element in sparse mxArray matrices (bug #56232).
Wed, 08 May 2019 15:27:35 -0700 Rik maint: merge stable to default.
Wed, 08 May 2019 15:18:32 -0700 Rik Always reserve at least 1 element of storage for sparse matrices (bug #56232). stable
Tue, 07 May 2019 09:19:58 -0700 Rik msgbox.m: Overhaul input processing.
Mon, 06 May 2019 20:25:15 -0700 A.R. Burgers NEWS: Add note about changes to msgbox function. stable
Mon, 06 May 2019 12:59:49 -0500 John W. Eaton update funcdemo example
Mon, 06 May 2019 12:34:26 -0500 John W. Eaton display correct source line for parse errors in scripts (bug #56266)
Fri, 03 May 2019 14:04:29 -0700 Rik msgbox.m: Allow OPT argument in second position (bug #56260).
Wed, 01 May 2019 12:33:55 +0200 Torsten Lilge fix enabled copy action in editor without selected text
Tue, 30 Apr 2019 21:58:59 +0200 Torsten Lilge fix order of cut, copy paste actions in editor menu and toolbar (bug #56230)
Tue, 30 Apr 2019 15:31:53 +0000 John W. Eaton maint: Merge stable to default.
Tue, 30 Apr 2019 15:29:59 +0000 John W. Eaton fix printing of object arrays broken by changeset 2c4ad1958cab
Mon, 29 Apr 2019 12:56:41 -0500 John W. Eaton who: don't print summary line if variable list is empty (bug #56228)
Thu, 25 Apr 2019 08:51:25 -0700 Rik error_ids.m: Alphabetize list of error IDs.
Thu, 25 Apr 2019 08:48:19 -0700 Rik Place Octave's warning and error IDs in to the "Octave" namespace (bug #56213).
Wed, 24 Apr 2019 21:21:06 -0700 Rik Warn gently if ghostscript binary is missing (bug #56201).
Wed, 24 Apr 2019 08:28:59 -0700 Guillaume Flandin Map.m: Silence unnecessary warning about "Octave:empty-index" (bug #56203).
Wed, 24 Apr 2019 08:10:33 -0700 Rik doc: Fix typo in cset ffdfeb835aef.
Tue, 23 Apr 2019 21:25:01 -0700 Rik doc: state that Octave can only load HDF5 files created by itself (bug #56148). stable
Tue, 23 Apr 2019 15:57:08 -0700 Rik maint: merge stable to default.
Tue, 23 Apr 2019 15:56:43 -0700 Rik Don't segfault at exit after reading malformed HDF5 file (bug #56149). stable
Tue, 23 Apr 2019 14:08:58 -0700 Rik warning_ids.m: Add docstring for new "Octave:empty-index" ID (bug #56167).
Tue, 23 Apr 2019 18:46:12 +0000 John W. Eaton warn about indexing values with () (bug #56167)
Tue, 23 Apr 2019 10:47:02 +0000 John W. Eaton error for x{} for cell array objects (bug #56167)
Mon, 22 Apr 2019 21:53:52 -0700 Rik Clean up error messages in print subsystem.
Mon, 22 Apr 2019 21:08:08 -0700 Rik Emit an error if localtime or gmtime is called with a non-scalar argument (bug #56190).
Mon, 22 Apr 2019 17:33:51 -0700 Rik print.m: Fix error when using -tight but Ghostscript is not available (bug #56193).
Fri, 19 Apr 2019 12:38:13 +0000 John W. Eaton allow inherited method calls during classdef construction (bug #52614)
Fri, 19 Apr 2019 13:30:51 +0200 Torsten Lilge add a preference for the tab positions in the editor (bug #56158)
Thu, 18 Apr 2019 21:24:16 +0200 Torsten Lilge always use scroll buttons in case of too many tabs (bug #56158)
Thu, 18 Apr 2019 21:14:39 +0200 Torsten Lilge use tab icon for indicating a modified editor file (bug #56158)
Wed, 17 Apr 2019 20:35:52 +0000 John W. Eaton eliminate mysterious newline output (bug #44934)
Wed, 17 Apr 2019 17:07:36 +0000 John W. Eaton maint: Merge stable to default.
Wed, 17 Apr 2019 14:54:25 +0000 John W. Eaton use correct line in classdef file name mismatch error message (bug #55812)
Wed, 17 Apr 2019 15:57:07 +0000 John W. Eaton improve error reporting for parse errors when reading from files
Mon, 15 Apr 2019 14:03:58 +0900 Sahil Yadav New implementation of RESTful web services as part of GSoC 2018 (patch #9795).
Mon, 25 Mar 2019 20:21:51 +0100 Torsten Lilge prevent editor from closing files that are not affected by rmdir (bug #55823) stable
Fri, 12 Apr 2019 13:15:34 -0700 Rik maint: merge stable to default.
Fri, 12 Apr 2019 13:11:50 -0700 Mike Miller Fix pause() with no arguments called on Windows (bug #55943) stable
Fri, 12 Apr 2019 00:04:20 +0000 John W. Eaton * test/nest/module.mk (nest_TEST_FILES): Update file list.
Thu, 11 Apr 2019 10:43:33 -0700 Rik Improve input validation for quiver, quiver3 (bug #56120).
Thu, 11 Apr 2019 08:52:06 -0700 Rik maint: merge stable to default.
Thu, 11 Apr 2019 08:48:43 -0700 Rik build: Silence unused parameter warning created in cset 43f6f02dd91c (bug #56097). stable
Thu, 11 Apr 2019 08:37:13 -0700 Rik Add BIST tests for unlink() (bug #56097). stable
Wed, 10 Apr 2019 23:53:01 +0200 Torsten Lilge fix missing unlock of mutex when gui editor is not present (bug #56097) stable
Wed, 10 Apr 2019 23:53:01 +0200 Torsten Lilge fix missing unlock of mutex when gui editor is not present (bug #56097)
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 08 Apr 2019 09:22:39 -0700 Rik maint: merge stable to default.
Mon, 08 Apr 2019 08:24:08 -0700 Rik Use "+ " for PS4 in GUI to match CLI (bug #56075).
Mon, 08 Apr 2019 08:22:15 -0700 Rik doc: Fix names of options in issorted (bug #56087). stable
Sun, 07 Apr 2019 20:16:27 +0200 Torsten Lilge automatic selection of foreground color in worspace view (bug #53995)
Sat, 06 Apr 2019 18:39:32 -0700 Mike Miller make nproc default to "overridable" to agree with nproc shell utility
Sat, 06 Apr 2019 18:46:30 -0700 Mike Miller maint: merge stable to default
Thu, 04 Apr 2019 11:29:13 -0700 Mike Miller refactor minimum eigenvalue index search in qp (bug #56037) stable
Thu, 04 Apr 2019 05:17:55 +0000 John W. Eaton maint: Merge stable to default.
Wed, 03 Apr 2019 15:23:25 -0700 Rik Validate RANGE input to dlmread does not contain NaN (bug #56047).
Tue, 02 Apr 2019 19:53:37 -0700 Mike Miller qp: fix obscure corner case when calculating qp caused by a typo (bug #56037) stable
Wed, 03 Apr 2019 17:49:33 +0000 John W. Eaton avoid argument type mismatches in calls to xerrwd
Wed, 03 Apr 2019 17:00:52 +0000 John W. Eaton * oct-lvalue.h: Delete stray comment.
Wed, 03 Apr 2019 16:58:44 +0000 John W. Eaton explicitly delete octave_lvalue copy assignment operator
Wed, 03 Apr 2019 16:03:16 +0000 John W. Eaton use default ctors, dtors, and assignment ops in Matrix, intNDArray, and Cell
Wed, 03 Apr 2019 13:24:03 +0000 John W. Eaton maint: Merge stable to default.
Wed, 03 Apr 2019 13:21:48 +0000 John W. Eaton use std::streampos instead of std::ios::streampos (patch #9782) stable
Mon, 01 Apr 2019 13:57:10 +0000 John W. Eaton move feval functions to interpreter class
Mon, 01 Apr 2019 13:11:14 +0000 John W. Eaton move core of eval function to evaluator
Mon, 01 Apr 2019 12:51:58 +0000 John W. Eaton move core of evalin function to evaluator
Mon, 01 Apr 2019 12:11:33 +0000 John W. Eaton move parse_fcn_file to interpreter; source_file to evaluator
Mon, 01 Apr 2019 11:15:06 +0000 John W. Eaton move file-scope static autoload map variable and functions to evaluator
Sun, 31 Mar 2019 20:50:10 +0000 John W. Eaton move core of mfilename function to evaluator
Sun, 31 Mar 2019 19:35:39 +0000 John W. Eaton move core of assignin function to evaluator
Tue, 02 Apr 2019 14:49:58 -0700 Mike Miller configure: test all SUNKLU functions after core SUNDIALS features (bug #55937)
Tue, 02 Apr 2019 15:02:19 -0700 Mike Miller maint: merge stable to default
Tue, 02 Apr 2019 13:56:16 -0700 Mike Miller fix pause and kbhit with glibc 2.28 end-of-file state behavior (bug #55029) stable
Mon, 01 Apr 2019 14:48:26 -0700 Rik maint: merge stable to default.
Mon, 01 Apr 2019 14:48:03 -0700 Rik Fix return of left-handed vectors when inputs are complex (bug #56026) stable
Sat, 30 Mar 2019 16:39:17 +0100 Torsten Lilge remove additionally added breakpoint when stepping into a file (bug #44728)
Fri, 29 Mar 2019 21:01:43 -0700 Rik Fix scaling of fonts when printing with -Sxsz,ysz option (bug #55907).
Fri, 29 Mar 2019 15:56:34 -0400 Andrew Janke Fix build failure on macOS due to missing namespace qualification.
Fri, 29 Mar 2019 20:47:01 +0000 John W. Eaton move do_who inside call_stack, make accessible from evaluator
Fri, 29 Mar 2019 20:44:26 +0000 John W. Eaton move toward limiting direct access of call stack
Fri, 11 Jan 2019 21:24:26 -0500 Andrew Janke detect JVM at run time on macOS (bug #54219)
Fri, 11 Jan 2019 21:24:26 -0500 Andrew Janke new class for executing commands and getting result
Fri, 29 Mar 2019 18:34:33 +0000 John W. Eaton move toward limiting direct access of call stack
Fri, 29 Mar 2019 17:06:55 +0000 John W. Eaton eliminate some unnecessary include statements
Fri, 29 Mar 2019 09:34:32 -0700 Rik .hgignore: Ignore "CMakeLists.txt" for CLion support (bug #55901).
Fri, 29 Mar 2019 08:23:16 -0700 Rik Simplify error messages when break or continue statements fail to parse (bug #55995).
Fri, 29 Mar 2019 02:42:37 +0000 John W. Eaton use call_stack::restore_frame instead of pop where needed
Thu, 28 Mar 2019 03:42:53 +0000 John W. Eaton fix build with Sundials 3.1 (bug #55937)
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 27 Mar 2019 23:26:27 +0000 John W. Eaton maint: Merge stable to default.
Wed, 27 Mar 2019 23:24:40 +0000 John W. Eaton maint: Strip trailing whitespace from source files. stable
Wed, 27 Mar 2019 14:41:01 -0700 Mike Miller configure: avoid excessive SUNDIALS warning messages when already disabled
Wed, 27 Mar 2019 13:48:50 -0700 Mike Miller configure: disable building with SUNDIALS when the API is too old (bug #55937)
Wed, 27 Mar 2019 12:31:27 -0700 Rik maint: merge stable to default.
Wed, 27 Mar 2019 12:25:05 -0700 Rik waitbar.m: Fix hang when using "createcancelbtn" property (bug #55963). stable
Wed, 27 Mar 2019 11:56:14 -0700 Rik maint: merge stable to default.
Wed, 27 Mar 2019 11:55:50 -0700 Rik shading.m: Fix unexpected error when multiple hggroups present (bug #55993). stable
Wed, 27 Mar 2019 11:15:37 -0700 Rik dec2base.m: Correctly handle zero matrix input (bug #56005). stable
Tue, 26 Mar 2019 22:14:09 +0000 John W. Eaton maint: Merge stable to default.
Tue, 26 Mar 2019 04:12:23 +0000 John W. Eaton eliminate duplicate graphics callback object stack (bug #55908) stable
Tue, 26 Mar 2019 20:06:57 +0000 John W. Eaton maint: Merge stable to default.
Sat, 16 Mar 2019 22:21:26 +0100 Markus Mützel Improve performance when closing figures (bug #55908). stable
Tue, 26 Mar 2019 15:48:31 +0000 John W. Eaton error if continue is used outside of a for loop (bug #55995)
Tue, 26 Mar 2019 14:06:44 +0000 John W. Eaton avoid using pointer to function after it is deleted (bug #55981)
Mon, 25 Mar 2019 22:20:27 -0700 Rik maint: merge stable to default.
Mon, 25 Mar 2019 22:06:23 -0700 Rik Reduce time to process "pkg -forge list" by 30X (bug #39479). stable
Tue, 26 Mar 2019 04:12:23 +0000 John W. Eaton eliminate duplicate graphics callback object stack (bug #55908)
Mon, 25 Mar 2019 20:31:15 -0700 Rik Silence warning on Mac platforms about deprecated OpenGL API (bug #55991).
Tue, 26 Mar 2019 02:42:38 +0000 John W. Eaton make breakpoints in classdef methods work (bug #45404, bug #46451)
Mon, 25 Mar 2019 13:59:41 -0700 Rik methods.m: Add input validation and BIST tests for option argument (bug #55858).
Sun, 24 Mar 2019 15:19:56 -0400 Andrew Janke mex.m: Raise an error on failure when return value is not captured (bug #55990).
Mon, 25 Mar 2019 20:21:51 +0100 Torsten Lilge prevent editor from closing files that are not affected by rmdir (bug #55823)
Mon, 25 Mar 2019 19:20:09 +0000 John W. Eaton update bug status in tests
Mon, 25 Mar 2019 18:28:24 +0000 John W. Eaton backout changeset 98f1a964ff33
Mon, 25 Mar 2019 12:13:06 -0700 Rik mkoctfile.m: Emit an error when called in command form and compilation fails.
Mon, 25 Mar 2019 11:44:34 -0700 A.R. Burgers Fix typo in subsasgn error message (bug #55994).
Mon, 25 Mar 2019 16:24:45 +0000 John W. Eaton override dispatch class for function handles (bug #45351)
Mon, 25 Mar 2019 16:21:11 +0000 John W. Eaton allow dispatch class to be stored in octave_fcn_handle (bug #45351)
Mon, 25 Mar 2019 16:13:01 +0000 John W. Eaton allow dispatch class to be stored in stack frame (bug #45351)
Mon, 25 Mar 2019 10:56:14 +0000 John W. Eaton maint: Merge stable to default.
Sun, 24 Mar 2019 21:50:07 -0700 Rik doc: Small fixes to mat2cell and polyeig docstrings (bug #55985). stable
Sat, 23 Mar 2019 14:20:27 -0500 John W. Eaton allow @obj.meth to work (bug #51709)
Fri, 22 Mar 2019 15:58:46 -0700 Rik str2num.m: Don't halt in m-file if debug_on_error is true and error occurs (bug #55939).
Thu, 21 Mar 2019 19:06:09 +0000 John W. Eaton new tests for functions in package directories (bug #51709, bug #55975)
Fri, 22 Mar 2019 08:05:04 +0100 Torsten Lilge * resource-manager.cc (ctor): test XDG_CONFIG_HOME before importing old gui settings
Thu, 21 Mar 2019 13:33:16 +0000 John W. Eaton make function handles work for classdef static methods (bug #51709)
Wed, 20 Mar 2019 18:00:27 -0700 Mike Miller methods.m: always return String methods when passed a String (bug #48758)
Wed, 20 Mar 2019 13:29:14 -0700 Mike Miller methods.m: fix Java constructor post-processing with no package (bug #55858)
Sun, 17 Mar 2019 09:53:39 +0100 Torsten Lilge use standard location on each platform for gui preferences file (bug #55855)
Wed, 20 Mar 2019 18:57:23 +0000 John W. Eaton dbstop: accept "at CLASS in METHOD" syntax (partial fix for bug #45404)
Wed, 20 Mar 2019 11:24:07 -0700 Mike Miller methods.m: adapt method list post-processing to Java constructors (bug #55858)
Wed, 20 Mar 2019 17:34:36 +0000 John W. Eaton include Java constructors in methods output (bug #55858)
Wed, 20 Mar 2019 16:47:03 +0000 John W. Eaton maint: Merge stable to default.
Wed, 20 Mar 2019 16:20:10 +0000 John W. Eaton methods: return classdef constructors in list (bug #55858)
Wed, 20 Mar 2019 08:13:57 -0700 Rik doc: Improve example code for using -pdflatexstandalone (bug #55945). stable
Wed, 20 Mar 2019 03:54:24 +0000 John W. Eaton * classdef.tst: Update numbers for unfixed bugs with new reports.
Wed, 20 Mar 2019 03:21:05 +0000 John W. Eaton * configure.ac: Include SUNDIALS_SUNLINSOL_KLU flags in SUNDIALS_X flags. (bug #55956)
Wed, 20 Mar 2019 02:27:30 +0000 John W. Eaton update bug status in tests
Wed, 20 Mar 2019 02:25:33 +0000 John W. Eaton * update-bug-status.sh: Delete newline chars in wget output
Tue, 19 Mar 2019 11:56:38 -0700 Mike Miller maint: merge stable to default
Tue, 19 Mar 2019 10:05:15 -0700 Mike Miller configure: prevent overlinking when SUNDIALS is disabled (bug #55956) stable
Tue, 19 Mar 2019 17:10:39 +0000 John W. Eaton * mk-doc-cache.pk: Also translate @seealso here. (bug #55952)
Tue, 19 Mar 2019 16:51:37 +0000 John W. Eaton * __makeinfo__.m: Also translate @seealso here (bug #55952)
Sat, 16 Mar 2019 14:13:40 -0400 John W. Eaton * symscope.h (symbol_scope_rep::dup): Delete useless statement. (bug #55935)
Tue, 19 Mar 2019 14:46:52 +0000 John W. Eaton avoid conflict with @seealso macro in Texinfo 6.6 (bug #55952)
Mon, 18 Mar 2019 21:05:20 +0000 John W. Eaton search for klu.h in more places (bug #55950)
Mon, 18 Mar 2019 19:48:13 +0000 John W. Eaton fix sunlinsol_klu.h detection with sundials 4.x (bug #55950)
Mon, 18 Mar 2019 10:43:45 -0700 Rik Capitalize "Octave" in warning IDs.
Mon, 18 Mar 2019 10:33:38 -0700 Rik Don't issue warning about unsupported latex when printing with -dpdflatexstandalone (bug #55946).
Fri, 15 Mar 2019 22:34:55 +0100 Pantxo Diribarne Remove some formats from the list of supported formats (bug #55906)
Mon, 18 Mar 2019 12:58:09 +0100 Pantxo Diribarne maint: merge stable to default
Fri, 15 Mar 2019 23:41:48 +0100 Pantxo Diribarne Feed fig2dev with PDF files converted from svg (bug #55906) stable
Sun, 17 Mar 2019 19:13:30 +0800 Eddy Xiao Skip coplanar test for faces with NaN vertex (bug #55895).
Sat, 16 Mar 2019 22:21:26 +0100 Markus Mützel Improve performance when closing figures (bug #55908).
Sat, 16 Mar 2019 09:56:00 -0700 Mike Miller legendre.m: fix typo in recurrence formula in internal comment (bug #55934)
Wed, 13 Mar 2019 06:24:13 +0100 Torsten Lilge prevent unnamed editor tab from being closed by rmdir (bug #55888) stable
Fri, 15 Mar 2019 22:54:19 +0100 Torsten Lilge use user cache location for keyword lists for auto completion (bug #55855)
Fri, 15 Mar 2019 21:09:19 +0000 John W. Eaton don't call inherited delete methods (bug #53956)
Fri, 15 Mar 2019 18:45:20 +0000 John W. Eaton include -Woverloaded-virtual in GXX_EXTRA_FLAGS (bug #55741)
Fri, 15 Mar 2019 17:26:12 +0000 John W. Eaton ensure classdef dtor doesn't wipe out expression value (bug #53844, bug #55758)
Fri, 15 Mar 2019 10:37:21 -0700 Mike Miller build: avoid test syntax error in sundials configuration (bug #55926)
Fri, 15 Mar 2019 07:16:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 06:56:26 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 06:49:01 +0000 John W. Eaton avoid an overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 06:38:07 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 06:36:56 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 05:52:35 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 05:45:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Thu, 14 Mar 2019 17:52:30 -0700 Mike Miller edit.m: unset HOME directory by default (bug #41278)
Thu, 14 Mar 2019 16:36:41 -0700 Mike Miller edit.m: allow HOME to be empty, only use if set and exists (bug #41278)
Wed, 13 Mar 2019 01:13:53 -0400 Andrew Janke Reformat ExtendedDefaultTranslator*.h for consistency (bug #55902)
Thu, 14 Mar 2019 16:48:56 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Thu, 14 Mar 2019 15:26:38 +0000 John W. Eaton avoid possible cellfun and indexing errors in clf (bug #55921)
Thu, 14 Mar 2019 08:00:59 +0000 John W. Eaton use OCTAVE_CHECK_LIB to check for sundials_sunlinsolklu library
Thu, 14 Mar 2019 07:05:22 +0000 John W. Eaton don't disable all of sundials if including sunlinsol_klu.h fails (bug #55911)
Thu, 14 Mar 2019 06:25:42 +0000 John W. Eaton * ode15i.m: Comment out failing test
Thu, 14 Mar 2019 05:42:35 +0000 John W. Eaton use octave_value instead of pointer to octave_function in __ode15__
Thu, 14 Mar 2019 06:09:29 +0000 John W. Eaton feval: silently return empty value list if function object is undefined
Wed, 13 Mar 2019 16:52:30 -0700 Mike Miller __ode15__.cc: mark internal function as tested for BIST purposes
Wed, 13 Mar 2019 16:31:58 -0700 Rik Improve new figure creation time by 50%.
Wed, 13 Mar 2019 21:57:11 +0000 John W. Eaton improve configure checks for sundials (bug #55911)
Tue, 12 Mar 2019 09:21:54 +0100 Pantxo Diribarne Fix regression with toolbar and status bar visibility (bug #55795)
Wed, 13 Mar 2019 11:38:31 -0400 Andrew Janke settings-dialog.ui: make dropdown widths expanding for long strings (bug #55899)
Wed, 13 Mar 2019 19:14:22 +0000 John W. Eaton fix sundials configure warnings (bug #55911)
Wed, 13 Mar 2019 18:54:11 +0000 John W. Eaton identify "x .foo@bar" or "x @foo" as command syntax (bug #55891)
Wed, 13 Mar 2019 08:03:10 +0100 Carlo de Falco Remove calls to deprecated sundials functions.
Wed, 13 Mar 2019 05:54:28 +0000 John W. Eaton allow building with sundials library that uses 32-bit sunindextype (bug #52475)
Wed, 13 Mar 2019 06:24:13 +0100 Torsten Lilge prevent unnamed editor tab from being closed by rmdir (bug #55888)
Wed, 13 Mar 2019 03:44:11 +0100 Carlo de Falco Directly include klu.h in __ode15__.cc (bug #52475).
Fri, 15 Feb 2019 12:35:15 +0100 Carlo de Falco Update detection of sundials in the build system (bug #52475).
Fri, 15 Feb 2019 12:24:28 +0100 Bill Greene Update DAE/IDE solvers to work with SUNDIALS 3 (bug #52475).
Tue, 12 Mar 2019 11:12:02 -0700 Rik Clarify error message about a lazily evaluated function handle failing.
Tue, 12 Mar 2019 19:05:21 +0100 Markus Mützel doc: Add new contributor to list in manual.
Tue, 12 Mar 2019 07:49:11 +0000 John W. Eaton maint: Merge stable to default.
Tue, 12 Mar 2019 07:47:03 +0000 John W. Eaton Backed out changeset 4b256f00650c stable
Tue, 12 Mar 2019 05:12:35 +0000 John W. Eaton maint: Merge stable to default.
Tue, 12 Mar 2019 05:11:37 +0000 John W. Eaton use QtCore and Qt5Gui modules instead of Qt5OpenGL(bug #55735) stable
Tue, 12 Mar 2019 03:27:47 +0800 Eddy Xiao Speed up patch() with faces by improving coplanar point set search (bug #55751).
Mon, 11 Mar 2019 20:49:30 +0000 John W. Eaton allow building without QGuiApplication to work again
Mon, 11 Mar 2019 20:45:44 +0000 John W. Eaton maint: Merge stable to default.
Sat, 09 Mar 2019 10:25:11 +0000 John W. Eaton fix const-ness of feval arguments
Mon, 11 Mar 2019 20:32:52 +0000 John W. Eaton avoid unused parameter warning stable
Mon, 11 Mar 2019 20:17:43 +0000 John W. Eaton make building with Qt4 QGLWidget work again (bug #55735) stable
Mon, 11 Mar 2019 20:48:07 +0100 Markus Mützel Improve error checking for iconv_open. stable
Mon, 11 Mar 2019 11:49:24 -0700 Rik maint: merge stable to default.
Mon, 11 Mar 2019 11:48:47 -0700 Rik doc: Refer to "root object" rather than "root figure object". stable
Mon, 11 Mar 2019 11:15:24 -0700 Rik doc: Place cross-reference from list of graphics object properties back to object (bug #46076). stable
Sun, 10 Mar 2019 17:02:27 -0700 Rik Fix failing BIST tests introduced in 992f55ef87f5 (bug #55879.
Sun, 10 Mar 2019 19:51:26 +0100 Torsten Lilge save & run action in editor now also continues in debug mode (bug #44730)
Sun, 10 Mar 2019 18:25:25 +0100 Markus Mützel Calculate distance of axis limits on log scale for logarithmic axes (bug #55876).
Sun, 10 Mar 2019 16:40:35 +0100 Torsten Lilge debug step starts script if not already running in debug mode (bug #44728)
Sun, 10 Mar 2019 14:07:25 +0100 Markus Mützel Fix build rule for Qt ui header.
Sun, 10 Mar 2019 09:58:58 +0100 Torsten Lilge display history list in fixed-width font (bug #55872)
Sat, 09 Mar 2019 21:17:21 -0800 Rik Fix typo in error_with_id and "Octave:class:NoDefaultDefined".
Thu, 07 Mar 2019 22:53:33 +0100 Pantxo Diribarne Use an uitoolbar and ui*tools to build the default figure toolbar (bug #55795)
Thu, 07 Mar 2019 15:11:17 -0800 Mike Miller edit.m: wrap license header text and delete trailing spaces in new files
Sat, 09 Mar 2019 20:30:24 +0100 Markus Mützel Avoid bogus error message when checking encoding identifier (bug #55452).
Sat, 09 Mar 2019 17:24:28 +0100 Torsten improve system locale detection for loading gui translations (bug #41072)
Fri, 08 Mar 2019 22:06:32 +0100 Markus Mützel Fix fopen test failing on Windows.
Fri, 08 Mar 2019 06:24:34 +0000 John W. Eaton use get_function_handle instead of extract_function
Fri, 08 Mar 2019 02:49:52 +0000 John W. Eaton new functions for getting a functicon from an octave_value object
Fri, 15 Feb 2019 13:25:11 +0100 Pantxo Diribarne Warn when image can't be rendered due to OpenGL library limitation (bug #54680)
Thu, 07 Mar 2019 16:31:51 +0100 Pantxo Diribarne Disalow zoom/pan/rotate on legend and colorbar axes (bug #55848)
Thu, 07 Mar 2019 10:52:18 -0800 Rik Add fixed test BIST for nested functions (bug #39257).
Wed, 06 Mar 2019 12:41:14 -0800 Mike Miller doc: document the newline character in warning messages (bug #49158) stable
Tue, 05 Mar 2019 13:51:16 +0100 Pantxo Diribarne Implement axes and text "fontsmoothing" property (bug #55833).
Wed, 06 Mar 2019 15:36:18 +0100 Marco Caliari poly.m: fix the fix for input of complex conjugate pairs (bug #53897). stable
Wed, 06 Mar 2019 09:51:21 -0800 Rik pkg.m: Fix regression installing pkgs from URL (bug #55843).
Wed, 06 Mar 2019 08:23:54 +0100 Torsten editor follows XDG_CONFIG_HOME for autocompletion files (bug ##55822)
Wed, 06 Mar 2019 07:05:49 +0000 John W. Eaton use m_ for member variables in function handle and inline function classes
Tue, 05 Mar 2019 17:53:30 -0800 Mike Miller mkoctfile: use the TMPDIR environment variable if set (bug #55814) stable
Tue, 05 Mar 2019 17:31:03 -0800 Rik maint: merge stable to default.
Tue, 05 Mar 2019 17:29:38 -0800 Rik line.m: Fix creation of unwanted axes (bug #55840) stable
Mon, 04 Mar 2019 11:42:18 -0800 Colin Macdonald doc: pkg versions can be more general than "x.y.z" (bug #55798) stable
Tue, 05 Mar 2019 14:20:10 -0500 Andrew Janke Add 1024x1024 Octave logo icon (bug #55836) stable
Tue, 05 Mar 2019 22:54:52 +0000 John W. Eaton maint: Merge stable to default.
Tue, 05 Mar 2019 22:30:09 +0000 John W. Eaton lazily evaluate fcn handles; fix overload resolution (bug #29447, bug #31821, bug #48802)
Tue, 05 Mar 2019 07:32:38 +0000 John W. Eaton set default scope in symbol_table find functions instead of fcn_info
Tue, 05 Mar 2019 05:01:18 +0000 John W. Eaton allow function search in arbitrary scope
Tue, 05 Mar 2019 23:26:05 +0100 Markus Mützel Fix error in previous commit.
Tue, 05 Mar 2019 22:24:00 +0100 Markus Mützel Fix "exist" for drive letters and UNC shares on Windows (bug #55824).
Tue, 05 Mar 2019 22:04:24 +0100 Torsten changeset: 26838:c9e81f30d78d
Tue, 05 Mar 2019 21:06:51 +0100 Torsten fix creating keyword files for editor autocompletion (bug #55835) stable
Tue, 05 Mar 2019 10:02:42 +0100 Kai T. Ohlhus doc: Use Markdown syntax for NEWS file and add sections.
Tue, 05 Mar 2019 09:33:22 +0100 Kai T. Ohlhus Merge with stable
Tue, 05 Mar 2019 09:31:20 +0100 Kai T. Ohlhus doc: Use Markdown syntax for NEWS file and add sections. stable
Mon, 04 Mar 2019 23:06:37 +0100 Torsten gui honors XDG_CONFIG_HOME at startup (bug #55822)
Mon, 04 Mar 2019 19:24:00 +0100 Markus Mützel Backed out changeset: 79efd0653155
Sun, 03 Mar 2019 17:22:32 -0800 Rik maint: merge stable to default.
Sun, 03 Mar 2019 17:20:32 -0800 Rik quiver3.m: Fix texinfo typo in docstring from cset f7b10bd40045. stable
Sun, 03 Mar 2019 17:15:40 -0800 Rik maint: merge stable to default.
Sun, 03 Mar 2019 17:15:22 -0800 Rik legend.m: Update legend when target axes colormap changes (bug #54757).
Sun, 03 Mar 2019 15:08:19 -0800 Rik Accept 4-input form for quiver3 (bug #55570). stable
Sun, 03 Mar 2019 23:05:23 +0100 Torsten gui: allow entering shorcuts with shift modifier and numbers (bug #50555)
Sun, 03 Mar 2019 13:38:31 -0800 Rik NEWS: Announce support for handles to nested functions.
Sun, 03 Mar 2019 13:24:09 -0800 Rik edit.m: Change default for option "editinplace" to true (bug #41278).
Sun, 03 Mar 2019 19:47:10 +0000 John W. Eaton maint: Merge stable to default.
Sun, 03 Mar 2019 19:20:50 +0000 John W. Eaton fix handling of SIGTSTP (bug #51903)
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
Sun, 03 Mar 2019 07:08:52 +0000 John W. Eaton provide virtual dup methods for stack frames
Sat, 02 Mar 2019 16:34:33 +0000 John W. Eaton enable copy constructors for stack_frame objects
Sun, 03 Mar 2019 19:48:55 +0100 Markus Mützel make_absolute_filename: Support file URI scheme (bug #36677).
Sun, 03 Mar 2019 19:17:27 +0100 Pantxo Diribarne Allow changing the position of a maximized/fullscreen Qt figure.
Sun, 03 Mar 2019 18:19:12 +0100 Pantxo Diribarne Also update uitbale position when figure is (un)maximized (bug #53709)
Sun, 03 Mar 2019 17:15:37 +0100 Markus Mützel make_absolute_filename: Don't strip drive letter from path (bug #36677).
Sun, 03 Mar 2019 12:56:12 +0100 Torsten fix dock widget position when being dragged out of the main window (bug #55704) stable
Sat, 02 Mar 2019 23:21:13 -0800 Rik imshow.m: Read indexed images correctly when only file name given (bug #49137).
Thu, 28 Feb 2019 23:06:25 +0100 Pantxo Diribarne Properly redraw uixx objects after Qt figure is (un)maximized (bug #53709)
Sat, 02 Mar 2019 11:08:53 -0800 Rik legend.m: Allow "location" specifier in any input position (bug #55800).
Sat, 02 Mar 2019 10:56:18 -0800 Rik legend.m: Remove obsolete specification of "location" by single numeric arg.
Fri, 01 Mar 2019 23:31:42 +0000 John W. Eaton fix declarations of stack frame copy ctors and assignment operators
Thu, 28 Feb 2019 20:40:09 -0800 Mike Miller pkg.m: restore installing packages from zip archives (bug #55788) stable
Wed, 27 Feb 2019 11:49:36 -0800 Mike Miller detrend.m: support complex arrays, overhaul input validation (bug #53211)
Wed, 27 Feb 2019 10:00:31 -0800 Rik maint: merge stable to default.
Fri, 01 Feb 2019 22:16:15 -0800 Rik axis.m: Fix issues with "equal" argument (bug #55619, bug #55614, bug #55574, bug #55514, bug #54848, bug #53724, bug #53504, bug #53336, bug #51938, bug #50356). stable
Sat, 19 Jan 2019 16:26:33 +0100 Markus Mützel octave.doap: Copy localized (short) description over from appdata (bug #55279). stable
Thu, 10 Jan 2019 17:01:09 +0100 Alexander Wilms org.octave.Octave.appdata.xml: Add German and French description (bug #55279). stable
Wed, 27 Feb 2019 09:46:23 -0800 Mike Miller maint: reintroduce OCTAVE_API_VERSION development suffix
Tue, 26 Feb 2019 15:46:59 +0100 Kai T. Ohlhus maint: Merge stable to default.
Tue, 26 Feb 2019 15:46:09 +0100 Kai T. Ohlhus doc: Update year in octave.texi. stable
Mon, 25 Feb 2019 15:20:59 -0800 Rik Add '+' to OCTAVE_API_VERSION to make dev branch oct files incompatible with stable.
Mon, 25 Feb 2019 17:22:31 +0100 Sebastien Villemot ordeig.m: Do not fail on 1x1 matrices (bug #55779); stable
Mon, 25 Feb 2019 22:22:36 +0000 John W. Eaton maint: Merge stable to default.
Mon, 25 Feb 2019 22:18:01 +0000 John W. Eaton maint: Merge stable to default.
Mon, 25 Feb 2019 22:05:52 +0000 John W. Eaton fix error introduced in changeset 287eba9ed14b
Mon, 25 Feb 2019 23:08:27 +0100 Kai T. Ohlhus doc: Set release date in NEWS. stable
Mon, 25 Feb 2019 21:51:07 +0000 John W. Eaton * test/bug-45351/module.mk: Fix cut & paste error in previous change.
Mon, 25 Feb 2019 20:27:38 +0000 John W. Eaton allow handles to methods created inside method or ctor to work (bug #45351)
Mon, 25 Feb 2019 20:20:22 +0000 John W. Eaton new functions for checking whether constructor or method is executing
Mon, 25 Feb 2019 20:10:06 +0000 John W. Eaton refactor predicates for classdef methods/constructors
Mon, 25 Feb 2019 22:16:06 +0100 Torsten * languages/*.ts: updated language files (bug #55772) stable
Mon, 25 Feb 2019 14:32:35 +0000 John W. Eaton maint: Merge stable to default.
Mon, 25 Feb 2019 14:30:46 +0000 John W. Eaton maint: Bump version for post 5.1.0 release bug fixing phase. stable
Mon, 25 Feb 2019 14:27:41 +0000 John W. Eaton maint: Merge away extra head on stable. stable
Mon, 25 Feb 2019 04:57:46 +0000 John W. Eaton Added tag release-5-1-0 for changeset d05d6eebde10 stable
Sat, 23 Feb 2019 17:33:37 +0000 John W. Eaton Version 5.1.0 released stable release-5-1-0
Sun, 24 Feb 2019 22:02:04 -0800 Rik Mark strings for translation in variable editor (bug #55772). stable
Sun, 24 Feb 2019 21:22:49 +0100 Torsten * welcome-wizard.cc (setup_community_news): fix incorrect head tag stable
Sun, 24 Feb 2019 19:28:17 +0100 Torsten * lt_LT.ts: updated Lithuanian translation by Dainius stable
Sat, 23 Feb 2019 13:43:48 -0800 Rik Minor formatting changes to cset 845aba35fca7.
Sat, 23 Feb 2019 17:27:17 +0000 John W. Eaton maint: Merge stable to default.
Fri, 08 Feb 2019 02:39:56 +0100 Michael Leitner Improve performance of isosurface (bug #55642).
Fri, 22 Feb 2019 22:00:06 +0000 John W. Eaton insert package info in symbol table as loadpath finds +package dirs
Fri, 22 Feb 2019 20:21:36 +0100 Markus Mützel __scatter__.m: Add comment to explain order of properties (bug #55751). stable
Fri, 22 Feb 2019 10:53:54 -0800 Rik ismethod.m: Add ';' to BIST test in cset 52f42a818717.
Fri, 22 Feb 2019 10:51:14 -0800 Rik Return help text for properties() function (bug #55764).
Fri, 22 Feb 2019 19:26:35 +0100 Markus Mützel ismethod.m: Make test conditional on HAVE_JAVA.
Fri, 22 Feb 2019 16:44:50 +0000 John W. Eaton maint: Merge stable to default.
Fri, 22 Feb 2019 16:39:52 +0000 John W. Eaton * ov-classdef.h: Style fixes.
Fri, 22 Feb 2019 16:02:09 +0000 John W. Eaton move classdef classes inside octave namespace
Fri, 22 Feb 2019 15:40:15 +0000 John W. Eaton style fixes for classdef classes
Fri, 22 Feb 2019 15:28:42 +0000 John W. Eaton split method, package, and property classes from cdef-class file
Fri, 22 Feb 2019 14:51:29 +0000 John W. Eaton * cdef-object.h, cdef-object.cc: Style fixes.
Fri, 22 Feb 2019 11:12:02 +0100 Pantxo Diribarne Simply show the doc browser when the search query is empty (bug #55756). stable