log

age author description
Fri, 09 Feb 2018 13:13:39 -0500 John W. Eaton move GUI main_window and related classes inside octave namespace
Thu, 08 Feb 2018 17:15:13 -0500 Markus Mützel Add "-blas" and "-lapack" options to "version" (bug #45659).
Fri, 09 Feb 2018 19:57:39 +0100 Torsten style fixes for file editor
Fri, 09 Feb 2018 19:57:36 +0100 Torsten move shortcuts for tab closing into a separate global settings-section
Fri, 09 Feb 2018 10:35:52 -0800 Rik Fix XXXerr plot demos which rely on wblpdf (bug #53072).
Thu, 08 Feb 2018 16:20:41 -0500 John W. Eaton avoid reinterpret_cast on function pointer in previous change
Thu, 08 Feb 2018 19:56:18 +0100 Markus Mützel winqueryreg: Close registry key after use (bug #50463).
Thu, 08 Feb 2018 11:27:39 -0500 John W. Eaton style fixes for varaible editor
Thu, 08 Feb 2018 12:19:04 +0100 Torsten * varaible-editor.h: make tabs closable and movable again
Thu, 08 Feb 2018 04:06:03 -0500 John W. Eaton use weak_ptr for symbol_scope_rep and symbol_record_rep pointers (bug #53092)
Thu, 08 Feb 2018 01:08:36 -0500 John W. Eaton mark objects as nested or subfunctions when parsing
Wed, 07 Feb 2018 17:22:45 -0500 John W. Eaton * variable-edidtor.cc: Fix trivial error in previous change.
Wed, 07 Feb 2018 17:16:55 -0500 John W. Eaton style fixes for variable editor
Wed, 07 Feb 2018 20:15:31 +0100 Markus Mützel winqueryreg: Use WinAPI functions available in Windows XP (bug #50463).
Wed, 07 Feb 2018 12:06:18 -0500 John W. Eaton don't store label in variable editor model
Wed, 07 Feb 2018 11:34:13 +0100 Kai T. Ohlhus Silence build warnings about unused parameters.
Wed, 07 Feb 2018 09:56:39 +0100 Kai T. Ohlhus maint: merge stable to default.
Wed, 07 Feb 2018 09:23:43 +0100 Ronny Standtke octave.desktop.in: No repetition of Name in Comment field and start I10n (bug #53078). stable
Tue, 06 Feb 2018 06:20:08 -0500 John W. Eaton refactor variable editor model internal representation (bug #53054)
Mon, 05 Feb 2018 14:44:39 -0600 Daniel J Sebald Use proper stylesheet syntax to avoid tooltip black background (bug #44554).
Tue, 06 Feb 2018 22:09:22 +0100 Torsten enter/return in workspace view also opens the variable for editing
Tue, 06 Feb 2018 20:01:30 +0100 Torsten add contextmenu to the tab bar of the variable editor (part bug #53002)
Tue, 06 Feb 2018 20:01:25 +0100 Torsten replace main window in variable editor by normal widget with layout
Tue, 06 Feb 2018 10:38:29 -0800 Rik contributors.in: Add new contributor to list.
Tue, 06 Feb 2018 10:24:08 -0800 Rik maint: Remove trailing whitespace from files.
Tue, 23 Jan 2018 17:05:13 -0500 Joe Winegarden More descriptive error message for assignment to empty structure (bug #36003).
Mon, 05 Feb 2018 16:29:49 +0100 Pantxo Diribarne Make some markers linejoin/linecap round for better looking printout (bug #53023)
Mon, 05 Feb 2018 22:14:34 +0100 Pantxo Diribarne Fix print "-S" option parsing (bug #45285)
Wed, 31 Jan 2018 23:22:51 +0100 Pantxo Diribarne Allow printing without updating qt visible or invisible figures (bug #52940).
Sun, 04 Feb 2018 23:58:29 +0100 Pantxo Diribarne Workaround the presence two background axes in printout (bug #52975).
Mon, 05 Feb 2018 15:27:55 +0100 Pantxo Diribarne isprop.m: return false for abbreviated property names
Sun, 04 Feb 2018 18:44:18 +0100 Markus Mützel ov-java.cc: Use new functions in initialization of JVM.
Sat, 03 Feb 2018 22:17:09 +0100 Markus Mützel Avoid warnings when compiling for win32 (bug #53049)
Sat, 03 Feb 2018 19:56:55 +0100 Markus Mützel Avoid warning about comparison between signed and unsigned integers (bug #52935)
Sat, 03 Feb 2018 13:46:16 -0500 John W. Eaton track display and data rows/columns separately in variable editor (bug #53033)
Sat, 03 Feb 2018 10:24:07 -0500 John W. Eaton fix handling of 1xN and Nx1 structs in variable editor (bug #53054)
Sat, 03 Feb 2018 09:51:34 +0100 Torsten move derived tab bar from editor and doc viewer into separate file
Fri, 02 Feb 2018 14:16:30 -0800 Rik configure.ac: Only check for psapi library when compiling for Windows.
Fri, 02 Feb 2018 22:31:29 +0100 Markus Mützel Fix unloading dynamic libraries (bug #50463).
Fri, 02 Feb 2018 14:59:32 -0500 John W. Eaton variable editor: don't set data for elements that require sub editor
Fri, 02 Feb 2018 14:47:18 -0500 John W. Eaton remove accidental change in variable editor model
Fri, 02 Feb 2018 14:44:40 -0500 John W. Eaton remove some unused variable editor model code
Fri, 02 Feb 2018 10:37:20 -0500 John W. Eaton fix regression in formatted output introduced in d4dd741b2794
Tue, 30 Jan 2018 23:58:48 +0100 Pantxo Diribarne Rethrow gl2ps_print exceptions from GUI to interpreter thread (bug #50198)
Thu, 01 Feb 2018 21:06:57 -0800 Rik Rewrite certain Java BIST tests to pass with Java 9 (bug #52627).
Thu, 01 Feb 2018 09:34:58 -0500 John W. Eaton don't cache text data in variable editor model (bug #53005)
Thu, 01 Feb 2018 06:37:34 -0500 John W. Eaton set initial size of variable editor columns based on data
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Wed, 31 Jan 2018 22:21:51 -0600 John W. Eaton move float_format container to setparate file
Thu, 01 Feb 2018 12:50:17 -0800 Rik file-editor-tab.cc: Fix compilation warning about unused variable.
Thu, 01 Feb 2018 10:54:18 -0800 Rik Use Octave coding conventions in cset a829062fdea4.
Wed, 24 Jan 2018 20:33:14 +0100 Markus Mützel Add function "winqueryreg" (bug #52935).
Thu, 01 Feb 2018 17:49:32 +0100 Markus Mützel oct-shlib: move common property to base class.
Wed, 31 Jan 2018 17:24:05 -0800 Rik Clear environment variables affecting tmpdir before running BIST tests (bug #52627)
Wed, 31 Jan 2018 17:15:47 -0800 Mike Miller fftw: report error if FFTW library fails to return wisdom (bug #52244)
Wed, 31 Jan 2018 16:18:24 -0500 John W. Eaton handle structure arrays in the variable editor
Wed, 31 Jan 2018 12:41:36 -0800 Mike Miller mkdir: restore tilde expansion of directory argument (bug #53031)
Wed, 31 Jan 2018 01:14:18 -0500 John W. Eaton variable editor: display values for types that can't be edited
Tue, 30 Jan 2018 22:50:09 -0500 John W. Eaton allow empty strings to be edited (bug #51848)
Wed, 31 Jan 2018 01:38:53 +0100 Markus Mützel Fix errors in changeset f0de21a6a426 (bug #50463).
Tue, 30 Jan 2018 17:18:01 -0500 John W. Eaton allow single character strings to be edited (bug #51848)
Tue, 30 Jan 2018 13:23:07 -0500 John W. Eaton don't convert type of logial scalars on assignment (bug #53007)
Sun, 07 Jan 2018 21:48:04 +0100 Markus Mützel Use new LAPACK functions in gsvd if available (bug #50463).
Mon, 29 Jan 2018 16:22:30 -0500 John W. Eaton directly edit scalar numeric & logical values in cell arrays (bug #52988)
Mon, 29 Jan 2018 15:19:09 -0500 John W. Eaton don't resize variable editor columns on every update (bug #52988)
Mon, 29 Jan 2018 13:33:09 -0500 John W. Eaton add tool tip for variable editor plot data button (bug #53001)
Mon, 29 Jan 2018 13:10:10 -0500 John W. Eaton respect autofit setting in variable edtior update (bug #52988)
Mon, 29 Jan 2018 08:51:47 -0500 John W. Eaton respect sorting in variable editor (bug #51843)
Sun, 28 Jan 2018 10:05:45 +0100 Torsten check current codec if it is valid before trying to use it (bug #52985)
Sat, 27 Jan 2018 13:51:31 -0500 John W. Eaton allow diagonal and permutation matrices to be display in variable editor
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
Fri, 26 Jan 2018 19:50:04 -0800 Rik variable-editor-model.cc: Fix missing parenthesis preventing compilation.
Fri, 26 Jan 2018 19:39:46 -0500 John W. Eaton more variable editor improvements; allow more variable types to be edited
Fri, 26 Jan 2018 00:11:11 -0500 John W. Eaton improve efficiency of variable editor
Thu, 25 Jan 2018 23:59:57 -0500 John W. Eaton pass variable value to variable editor in addition to variable name
Tue, 23 Jan 2018 14:36:00 -0500 John W. Eaton refactor variable editor element access
Thu, 25 Jan 2018 23:44:54 -0500 John W. Eaton more style fixes for variable editor
Tue, 23 Jan 2018 19:22:44 -0600 Daniel J Sebald Supply the OpenGL viewport setting for gl2ps_print context (bug #52940).
Tue, 23 Jan 2018 18:05:24 -0800 Rik Make "PickableParts" property for figures the fixed value of "visible".
Mon, 22 Jan 2018 16:46:59 +0100 Pantxo Diribarne Make selection and "HitTest" compatible with Matlab (bug #52795).
Tue, 23 Jan 2018 10:45:23 +0100 Sahil Yadav Correctly display boolean properties default values (bug #52768)
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Sun, 21 Jan 2018 10:39:19 -0500 John W. Eaton improve behavior of variable editor
Mon, 22 Jan 2018 01:31:53 -0500 John W. Eaton rename some signals and slots for consistency and clarity
Mon, 22 Jan 2018 01:25:06 -0500 John W. Eaton don't use "const bool&" unnecessarily
Mon, 22 Jan 2018 01:03:56 -0500 John W. Eaton identify functions that are intended to execute in interpreter thread
Mon, 22 Jan 2018 00:45:11 -0500 John W. Eaton handle run file and execute command in terminal in the same way
Sun, 21 Jan 2018 17:33:20 -0500 John W. Eaton update chdir handling in GUI
Sat, 20 Jan 2018 16:00:01 -0500 John W. Eaton when editing sub-variables, generate complete subscript, not format string
Sun, 21 Jan 2018 21:26:21 +0100 Pantxo Diribarne Document and fix "busyaction" an "interruptible" properties (bug #52804).
Sat, 20 Jan 2018 09:29:07 +0100 Torsten always enable paste action in windows (bug #52361)
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent
Fri, 19 Jan 2018 15:09:42 -0800 Mike Miller configure: test that makeinfo supports the @sortas command
Fri, 19 Jan 2018 13:25:24 -0800 Rik Accept compound unrecognized arguments to mkoctfile (bug #52928).
Fri, 19 Jan 2018 06:05:18 -0500 John W. Eaton more style fixes for variable editor
Fri, 19 Jan 2018 10:17:36 -0800 Rik Deprecate toascii function
Fri, 19 Jan 2018 08:09:21 -0800 Rik maint: merge stable to default.
Wed, 17 Jan 2018 17:49:41 -0800 Rik doc: Use @var{} around variables in operator functions such as and, or, uplus. stable
Thu, 18 Jan 2018 13:13:53 +0000 Carnë Draug ismember: use both real and imaginary parts instead of magnitude (bug #52437)
Wed, 17 Jan 2018 21:12:47 +0100 Markus Mützel utils.cc (octave_sleep): Use wrapper for gnulib function (bug #52876).
Wed, 17 Jan 2018 11:25:42 -0800 Rik maint: merge stable to default.
Tue, 16 Jan 2018 11:46:27 -0800 Rik Don't create partially invalid graphic objects (bug #52904). stable
Wed, 17 Jan 2018 17:55:46 +0000 Carnë Draug rgb2gray: fix conversion of nd images
Wed, 17 Jan 2018 09:30:14 -0800 Rik rgb2gray.m: Tweaks for Matlab compatibility.
Tue, 16 Jan 2018 21:23:51 -0800 Rik ngb2ntsc.m, ntsc2rgb.m: Remove functions moved to image package.
Tue, 16 Jan 2018 21:14:22 -0800 Rik rgb2gray: New function to convert RGB images to grayscale images.
Tue, 16 Jan 2018 17:21:47 -0800 Rik maint: merge stable to default.
Tue, 16 Jan 2018 17:21:21 -0800 Rik print.m: Fix typo in docstring. stable
Mon, 15 Jan 2018 16:29:41 -0800 Rik maint: merge stable to default.
Mon, 15 Jan 2018 10:31:30 -0800 Colin Macdonald Test for incorrect regexprep on ARM platforms (bug #52810). stable
Mon, 15 Jan 2018 08:08:32 -0800 Rik Fix incorrect regexprep on ARM platforms (bug #52810). stable
Mon, 15 Jan 2018 16:38:16 -0500 John W. Eaton allow octave_sleep to be interruptible (bug #52876)
Mon, 15 Jan 2018 08:08:32 -0800 Rik Fix incorrect regexprep on ARM platforms (bug #52810).
Mon, 15 Jan 2018 08:07:38 -0800 Rik doc: Update documentation for givens() and planerot().
Mon, 15 Jan 2018 12:35:55 +0100 Kai T. Ohlhus doc: Remove deprecated function desktop from manual.
Sun, 14 Jan 2018 17:39:48 -0800 Rik desktop.m: Deprecate function.
Sun, 14 Jan 2018 17:17:58 -0800 Rik maint: merge stable to default.
Sun, 14 Jan 2018 17:17:14 -0800 Rik maint: Get rid of second stable head. stable
Sun, 14 Jan 2018 17:14:54 -0800 Rik maint: merge stable to default.
Sun, 14 Jan 2018 17:13:32 -0800 Rik doc: Remove backslashes before double quotes in m-file docstrings (bug #52870). stable
Sun, 14 Jan 2018 17:04:07 -0800 Rik doc: Tweaks to use single quotes instead of double quotes (bug #52870). stable
Sun, 14 Jan 2018 16:57:20 -0800 Rik doc: Redo documentation of Bessel functions.
Sun, 14 Jan 2018 18:51:21 +0100 Torsten fix highlighting/replacing all occurrences after double-click (bug #52859)
Sat, 13 Jan 2018 10:27:11 -0800 Sebastian Schöps Fix Java >1.8 on macOS (Bug #9439)
Fri, 12 Jan 2018 10:20:31 -0800 Rik lscov.m: Accept V vector input in row or column orientation (bug #52874).
Fri, 12 Jan 2018 08:08:46 -0800 Rik test.m: Remove requirement to avoid nested functions in %!test blocks.
Thu, 11 Jan 2018 17:26:53 -0800 Rik __add_default_menu__.m: Don't close the wrong figure if File->Close used in FLTK.
Thu, 11 Jan 2018 16:47:13 -0800 Rik contour3.m: Pull axes configuration commands inside unwind_protect block.
Wed, 10 Jan 2018 17:50:13 -0500 Stevie Schraudner tolower/toupper functions return complex numbers unchanged (bug #52380).
Thu, 11 Jan 2018 20:30:08 +0100 Torsten functionality of ui dialogs not affected by inserted accelerators (#bug 52853)
Tue, 12 Dec 2017 17:30:50 -0500 John W. Eaton style fixes for variable editor
Wed, 10 Jan 2018 16:09:53 -0800 Rik mad.m: New function to calculate mean or median absolute deviation.
Wed, 10 Jan 2018 15:41:47 -0500 John W. Eaton stay in debug mode on Control-C interrupts (bug #52750)
Wed, 10 Jan 2018 15:31:23 +0100 Kai T. Ohlhus maint: merge stable to default.
Wed, 10 Jan 2018 15:30:00 +0100 Kai T. Ohlhus doc: Correct fieldname of returned struct in ver (bug #52845). stable
Wed, 10 Jan 2018 08:40:38 -0500 John W. Eaton avoid unused variable warnings if compiling without HDF5 (bug #52850)
Tue, 09 Jan 2018 21:59:41 -0800 Rik bounds.m: Fix failing BIST tests.
Tue, 09 Jan 2018 21:52:35 -0800 Rik maint: merge stable to default.
Tue, 09 Jan 2018 21:52:11 -0800 Rik doc: Cleanup @code example in Appendix on test functions (bug #52852). stable
Tue, 09 Jan 2018 21:11:04 -0800 Rik maint: merge stable to default.
Tue, 09 Jan 2018 21:10:38 -0800 Rik doc: Fixes for signal, image, audio, and OOP chapters (bug #52844). stable
Tue, 09 Jan 2018 20:42:25 -0800 Rik bounds.m: New function to find smallest and largest element of dataset.
Tue, 09 Jan 2018 17:40:10 -0500 John W. Eaton * sighandlers.h: Update deprecated symbol names.
Tue, 09 Jan 2018 15:32:09 -0500 John W. Eaton fix memory leak with subfunctions and nested functions
Tue, 09 Jan 2018 08:56:31 -0500 John W. Eaton * ov-java.cc (octave_java::register_type): Eliminate unused variable warning.
Tue, 09 Jan 2018 19:12:04 +0100 Torsten make floating dock widgets resizable in KDE Oxygen (bug #52797)
Tue, 09 Jan 2018 10:09:24 -0800 Rik annotation.m: Remove unused variable from update_arrow().
Tue, 09 Jan 2018 09:32:57 -0800 Rik edit.m: Don't error out if "Cancel" button is used in save dialog (bug #52841).
Mon, 08 Jan 2018 22:13:35 -0500 John W. Eaton don't install config.h (bug #52837)
Mon, 08 Jan 2018 20:01:13 -0500 John W. Eaton don't trap the user in the readline loop (bug #52757)
Mon, 08 Jan 2018 16:45:26 -0500 John W. Eaton accept type_info obj as arg to binary_op, unary_op, and cat_op functions
Mon, 08 Jan 2018 15:51:52 -0500 John W. Eaton reorganize binding to ans in evaluator for clarity
Mon, 08 Jan 2018 13:25:10 -0500 John W. Eaton eliminate unnecessary value stack in evaluator
Mon, 08 Jan 2018 16:13:27 -0800 Rik Open GUI external editor at beginning of file (bug #52811).
Mon, 08 Jan 2018 12:25:44 -0800 Rik maint: Merge stable to default.
Mon, 08 Jan 2018 12:24:33 -0800 Rik doc: Fix issues in geometry, polynomial, and interpolation chapters (bug #52835). stable
Mon, 08 Jan 2018 20:41:12 +0100 Torsten provide a sufficiently large default size for the settings dialog (bug #52802)
Mon, 08 Jan 2018 14:20:22 -0500 John W. Eaton restore f77_exception_encountered, but deprecate and always define as 0
Mon, 08 Jan 2018 11:31:22 -0800 Rik doc: Fix TeX documentation for qp and clarify size of inputs (bug #52829). stable
Mon, 08 Jan 2018 10:43:17 -0800 Rik Add '+' to development branch API version number to avoid segfaults with .oct files (bug #52815).
Mon, 08 Jan 2018 10:25:24 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Sun, 07 Jan 2018 21:40:34 -0800 Rik maint: Merge stable to default.
Sun, 07 Jan 2018 21:40:02 -0800 Rik doc: Correct errors in Diagonal matrix chapter of manual (bug #52814). stable
Sun, 07 Jan 2018 21:20:02 -0800 Rik NEWS: Announce prioritization of Qt toolkit over FLTK toolkit for further development.
Sun, 07 Jan 2018 21:11:39 -0800 Rik doc: Add @ref from graphic object creation functions to list of graphic properties (bug #52816).
Sun, 07 Jan 2018 20:19:51 -0800 Rik doc: Fix appearance of '.' and "'" in Operator Index (bug #52813).
Sun, 07 Jan 2018 20:02:31 -0800 Rik doc: Create new Graphic Properties Index (bug #52812).
Sat, 06 Jan 2018 17:07:37 -0600 Daniel J Sebald Clean up lookup() code and documentation with no functional changes (bug #52785).
Sun, 07 Jan 2018 17:13:23 -0800 Rik maint: Remove statistics functions which have been shifted to Octave Forge package.
Sun, 07 Jan 2018 09:57:32 -0800 Rik maint: merge stable to default.
Sun, 07 Jan 2018 08:26:41 -0800 Rik doc: Replace @math{1e^{XXX}} sequences with raw 1eXXX (bug #52827). stable
Sun, 07 Jan 2018 07:47:11 -0800 Rik doc: Use '...' rather than deprecated '\' for line continuation (bug #52828). stable
Sun, 07 Jan 2018 07:20:03 -0800 Rik Fix reversal of START,END in linspace BIST test in cset 22a2bc91cc7f.
Thu, 28 Sep 2017 17:35:59 -0700 Piotr Held Don't install meta.event and meta.dynproperty in the symbol table.
Thu, 28 Sep 2017 17:32:48 -0700 Piotr Held Don't unregister 'meta' package in meta_release (Bug #52111)
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 14:57:23 -0500 John W. Eaton refactor cdef_manager
Sat, 06 Jan 2018 12:23:14 -0500 John W. Eaton allow experimenting with thread_local storage
Sat, 06 Jan 2018 13:48:58 -0800 Rik Add GPL license header to more Octave source files.
Sat, 06 Jan 2018 13:45:54 -0800 Rik Fix typos and add tolerance to linspace BIST tests in 22a2bc91cc7f.
Sat, 06 Jan 2018 11:43:16 -0800 Rik Add more BIST tests for linspace.
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 05 Jan 2018 18:48:05 -0800 Rik test: Relax tolerance on acos BIST tests to support Macs (bug #52627).
Fri, 05 Jan 2018 16:35:55 -0800 Rik Mark certain hyperbolic BIST tests as Mac-only failures (bug #52627).
Fri, 05 Jan 2018 16:17:36 -0800 Rik build: Add dependency on macros.texi for documentation.
Fri, 05 Jan 2018 15:50:20 -0800 Rik build: clean doxyhtml/ with "maintainer-clean" target.
Fri, 05 Jan 2018 14:57:03 -0800 Rik test: Use new constant for acos(2) in BIST tests of acos.
Fri, 05 Jan 2018 12:06:59 -0800 Rik build: Don't delete module.mk for doxyhtml-maintainer-clean rule.
Fri, 05 Jan 2018 10:34:27 -0800 Rik Fix unused variable warning in xpow.cc.
Thu, 04 Jan 2018 21:30:21 -0800 Rik doc: Another tweak to lookup() documentation (bug #52785).
Fri, 05 Jan 2018 00:21:08 -0500 John W. Eaton tweaks to signal handlers
Thu, 04 Jan 2018 15:38:46 +0100 Pantxo Diribarne Honor "interruptible" for property listeners (bug #52804).
Wed, 03 Jan 2018 21:21:41 +0100 Pantxo Diribarne Implement "pickableparts" property (bug #52795).
Thu, 04 Jan 2018 14:25:11 -0800 Rik Update Texinfo for GPL license with latest version 3.0 from FSF (bug #52806).
Thu, 04 Jan 2018 12:05:47 -0800 Rik chop.m: Deprecate function.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
Thu, 04 Jan 2018 10:09:23 -0500 John W. Eaton move part of symbol_record::find to header file to allow inlining
Thu, 04 Jan 2018 11:23:43 -0800 Rik maint: merge stable to default.
Thu, 04 Jan 2018 11:23:12 -0800 Rik doc: Remove unimplemented option "extra" from cumsum documentation. stable
Thu, 04 Jan 2018 11:09:12 -0800 Rik doc: Use '@:' to create non-sentence ending period for "etc.)".
Wed, 03 Jan 2018 11:16:47 +0530 Sahil Yadav primes.m: Correctly return output of same class as input (bug #52787).
Thu, 04 Jan 2018 10:07:31 -0800 Rik maint: Correct some typos in code comments in color-picker.cc.
Thu, 04 Jan 2018 09:52:07 -0800 Rik doc: Improve documentation for genpath().
Thu, 04 Jan 2018 09:40:23 -0800 Rik maint: merge stable to default.
Wed, 27 Dec 2017 23:38:25 -0600 Daniel J Sebald Make documentation Sec 26.1 more consistent and Sec 25.4 clearer (bug #52685) stable
Tue, 02 Jan 2018 15:29:10 -0600 Daniel J Sebald Add a help entry and documentation for @ character (bug #52771).
Wed, 03 Jan 2018 22:30:54 -0800 Rik doc: Add documentation for '\' string continuation marker (bug #52774).
Wed, 03 Jan 2018 22:21:03 -0800 Rik help.m: Don't return directory for help on '...' (bug #52774).
Tue, 02 Jan 2018 04:14:36 -0600 Daniel J Sebald Correct a host of small formatting issues with Texinfo manual (bug #52774)
Mon, 01 Jan 2018 15:58:36 -0600 Daniel J Sebald doc: Make code-example apostrophe in the manual cut-and-paste friendly (bug #52775).
Wed, 03 Jan 2018 22:00:03 -0800 Rik maint: merge stable to default.
Wed, 03 Jan 2018 21:49:38 -0800 Rik doc: Documentation fixes for linspace, logspace, lookup (bug #52785). stable
Wed, 03 Jan 2018 21:09:41 -0800 Rik atan2d.m: Correct documentation to match atan docstring (bug #52786). stable
Wed, 03 Jan 2018 17:43:07 -0800 Rik colorbar.m: Correctly handle changes to colormap of figure or axes.
Thu, 04 Jan 2018 00:42:32 +0100 Pantxo Diribarne Make sure axes "colormap" property listeners are executed (bug #52799).
Wed, 03 Jan 2018 13:49:27 -0800 Rik Use American spelling of "color" in GUI preferences dialogs.
Wed, 03 Jan 2018 10:52:08 -0800 Rik axes.m: Fix stacking of axes when legends, colorbars, annotations are present (bug #44410).
Wed, 03 Jan 2018 08:10:48 -0800 Rik legend.m: Clean up implementation.
Tue, 02 Jan 2018 15:39:25 -0800 Rik colorbar.m: Overhaul function
Thu, 21 Dec 2017 20:25:53 +0100 Markus Mützel Correctly handle reading of characters >127 in scanf family (bug #52681). stable
Fri, 29 Dec 2017 22:25:01 +0100 Torsten store last comment string which was manually selected (bug #52695)
Fri, 29 Dec 2017 08:41:54 -0800 Rik maint: merge stable to default.
Fri, 29 Dec 2017 08:41:20 -0800 Rik doc: Small tweaks to fplot and surfnorm docstrings (bug #52761). stable
Thu, 28 Dec 2017 21:02:10 -0800 Rik Update list of unimplemented functions.
Thu, 28 Dec 2017 16:14:37 -0800 Rik maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Thu, 28 Dec 2017 15:56:09 -0800 Rik maint: move xor.m from miscellaneous to general directory.
Thu, 28 Dec 2017 15:25:48 -0800 Rik linsolve.m: Clarify documentation about TRANSA input.
Thu, 28 Dec 2017 15:02:19 -0800 Rik maint: move ols, gls, lscov from statistics to linear-algebra directory.
Thu, 28 Dec 2017 14:49:22 -0800 Rik maint: move *appdata.m functions from miscellaneous to gui directory.
Thu, 28 Dec 2017 14:44:38 -0800 Rik maint: move debug.m from miscellaneous to help directory.
Thu, 28 Dec 2017 14:29:54 -0800 Rik doc: Note that return code 8 (class) is not implemented for exist().
Thu, 28 Dec 2017 21:13:49 +0100 Torsten Allow commenting with manually selected comment strings (bug #52695):
Thu, 28 Dec 2017 10:17:01 -0500 John W. Eaton use same wording and order for individual test results and summary
Wed, 27 Dec 2017 22:04:38 -0800 Rik Fix shrinking plots when colorbar or legend in "outside" location (bug #52732).
Wed, 27 Dec 2017 17:13:10 -0800 Sahil Yadav Don't disable 'R'otate button on FLTK toolbar for 2-D plots (bug #52720).
Wed, 27 Dec 2017 16:28:46 -0800 Rik runtests.m: Update printing of output.
Wed, 27 Dec 2017 15:51:48 -0800 Rik isaxes.m, isgraphics.m, isfigure.m: Clean up related isXXX graphics functions.
Wed, 27 Dec 2017 15:22:28 -0800 Rik Use new function isgraphics to simplify m-files.
Wed, 27 Dec 2017 12:41:45 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Wed, 27 Dec 2017 15:40:14 -0500 John W. Eaton * oct-stream.cc: Fix whitespace in some macro definitions.