log

age author description
Sat, 04 Apr 2020 07:29:49 +0200 Markus Meisinger Add "streamribbon" function (patch #9916).
Thu, 02 Apr 2020 12:22:56 +0200 Markus Meisinger streamtube.m, ostreamtube.m: Minor code cleaning (patch #9916).
Thu, 02 Apr 2020 12:17:51 +0200 Markus Meisinger ostreamtube.m: Plot 1st tube segment (bug #58096).
Fri, 29 May 2020 15:43:10 -0700 Rik patch.m: Don't force zlim to manual mode (bug #58228).
Tue, 26 May 2020 06:59:45 +0200 Torsten Lilge fix focus issues in editor due to qt bug with focus proxy chains (bug #57635) stable
Fri, 29 May 2020 15:55:03 -0400 John W. Eaton * computer.m: Return Matlab-compatible output if --traditional.
Fri, 29 May 2020 15:08:48 -0400 John W. Eaton make --traditional option easily accessible to the interpreter
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047)
Fri, 29 May 2020 10:56:22 -0400 John W. Eaton move classdef docstring comments inside classdef definitions
Fri, 29 May 2020 08:50:29 -0400 John W. Eaton * mk-doc.pl: Find classdef docstrings inside classdef code block.
Thu, 28 May 2020 13:48:37 -0400 John W. Eaton capture comments for classdef classes, properties, events, and enumerations
Fri, 29 May 2020 11:00:41 -0400 John W. Eaton new comment_elt predicates
Thu, 28 May 2020 12:00:24 -0400 John W. Eaton refactor some classdef parsing rules
Sun, 24 May 2020 10:29:26 +0200 Markus Mützel memory.m: Add documentation (patch #9924).
Sat, 02 May 2020 20:18:10 +0200 Lars Kindermann Add "memory" function (patch #9924).
Wed, 22 Apr 2020 16:04:48 +0200 Markus Mützel Add function to query memory information on Windows (patch #9924).
Tue, 26 May 2020 23:12:04 -0400 John W. Eaton initialize m_complex in all mxArray_number constructors
Tue, 26 May 2020 13:31:34 -0700 Rik NEWS: Announce improvements in importdata() function.
Mon, 25 May 2020 15:03:47 -0700 Rik Emit an error if m-file size is >512 MB to prevent segfault in interpreter (bug #58345).
Mon, 25 May 2020 14:57:30 -0700 Rik maint: merge stable to default.
Mon, 25 May 2020 14:53:54 -0700 Rik legend.m: Revert regression and support legend handle as first argument (bug #58436) stable
Mon, 25 May 2020 22:28:38 +0200 Torsten Lilge simplify code for replacing all highlighted occurrences in the editor
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Thu, 21 May 2020 17:37:40 +0200 Markus Mützel Implement wrapper for waitpid using win32 API functions (bug #49211).
Sun, 24 May 2020 12:01:23 +0200 Torsten Lilge * contributors.in: added Markus Meisinger
Fri, 22 May 2020 22:54:55 +0200 Torsten Lilge update cursor position if within trailing spaces removed while saving
Thu, 21 May 2020 21:02:29 +0200 Markus Meisinger fix jumping vertical scrollbar when file is saved in editor (bug #58418)
Sun, 24 May 2020 10:41:11 +0200 Markus Mützel configure.ac: Move check for gl2ps to after Qt and OpenGL detection.
Sat, 23 May 2020 18:53:35 -0700 Rik importdata.m: Changes to algorithm to remove some blank entries from textdata.
Sat, 23 May 2020 14:13:11 -0700 Rik importdata.m: Properly process HEADER_ROWS input (bug #58294).