log

age author description
Thu, 17 May 2018 11:55:18 -0700 Rik maint: merge stable to default.
Thu, 17 May 2018 11:54:54 -0700 Rik Stop segfault in debug mode with readline complete (bug #53925). stable
Thu, 17 May 2018 09:22:31 -0700 Rik Use correct abbreviation UTC for Coordinated Universal Time (bug #53918). stable
Wed, 16 May 2018 22:03:10 -0700 Rik maint: merge stable to default.
Wed, 16 May 2018 22:02:10 -0700 Rik Remove code to install default colors for qt toolkit from window theme (bug #53805). stable
Wed, 16 May 2018 21:14:09 +0200 Torsten fix missing title bar highlighting when (un)docking a widget
Tue, 15 May 2018 18:09:04 -0400 John W. Eaton use reference to tree_evaluator instead of pointer
Tue, 15 May 2018 17:05:47 -0400 John W. Eaton move convert_to_const_vector from tree_argument_list to tree_evaluator
Tue, 15 May 2018 15:34:09 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 14:53:41 -0400 John W. Eaton back out changes attempting to automatically call handle class destructor stable
Tue, 15 May 2018 11:47:21 -0700 Rik maint: merge stable to default.
Tue, 15 May 2018 11:46:25 -0700 Rik residue.m: Use a pre-conditioner on final matrix division for numerical stability (bug #53869) stable
Tue, 15 May 2018 01:28:40 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 01:08:38 -0400 John W. Eaton track multiple file types (oct|m|mex) for private functions (bug #53856) stable
Mon, 14 May 2018 20:41:59 -0400 John W. Eaton also preserve temporaries in indexing expressions (bug #53844) stable
Mon, 14 May 2018 16:54:38 -0400 John W. Eaton also update load-path info if private subdir time stamp changes (bug #53856) stable
Mon, 14 May 2018 03:47:19 +0200 larskindermann always activate a newly docked widget (bug #53890)
Mon, 14 May 2018 14:47:19 -0400 John W. Eaton defer deletion of temporaries in argument lists (bug #53844) stable
Sun, 13 May 2018 10:07:54 +0200 Torsten make shortcuts for searching within the documentation configurable
Thu, 10 May 2018 21:05:55 +0200 Markus Mützel Always return previous mfile_encoding setting (bug #53842).
Sat, 12 May 2018 19:07:58 +0200 Torsten prevent notifications on externally changed editor files (bug 53539)
Fri, 11 May 2018 16:46:27 -0400 John W. Eaton improve test for handle class destructor stable
Fri, 11 May 2018 16:22:03 -0400 John W. Eaton call delete method correctly for handle class objects (bug #53844) stable
Fri, 11 May 2018 11:27:01 -0400 John W. Eaton avoid warning from gcc 8 (bug #53872)
Thu, 10 May 2018 19:08:10 -0400 John W. Eaton maint: Merge stable to default.
Thu, 10 May 2018 16:16:25 -0400 John W. Eaton use size_t for f77 char arg length params with GCC 8 (bug #53872) stable
Wed, 09 May 2018 20:29:36 +0200 Markus Mützel Convert strings for Qt from UTF-8 instead of from system code page (bug #53870).
Sun, 06 May 2018 21:03:51 +0200 Markus Mützel Convert strings to UTF-32 for FreeType (bug #53646).
Sat, 05 May 2018 20:13:18 +0200 Markus Mützel Add support for arbitrary character encodings in m-files (bug #53842).
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Fri, 04 May 2018 16:18:30 -0400 John W. Eaton move common function and script data to octave_user_code class
Sun, 06 May 2018 17:33:02 -0700 Rik Build graphic property texi files when source is changed (bug #53805).
Sun, 06 May 2018 21:03:19 +0200 Torsten keep editor hidden at next startup when it was hidden (bug #53830)
Sun, 06 May 2018 20:59:05 +0200 Torsten fix visibility of dock widgets at startup
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Fri, 04 May 2018 13:09:10 -0700 Rik maint: merge stable to default.
Fri, 04 May 2018 13:08:39 -0700 Rik doc: Rewrite section on indexing for clarity (bug #53675). stable
Mon, 30 Apr 2018 15:17:58 -0500 Daniel J Sebald Make figure/waitbar window title behavior consistent among toolkits (bug #53793)
Thu, 03 May 2018 21:13:58 -0700 Rik maint: merge stable to default.
Thu, 03 May 2018 16:47:30 +0200 Marco Caliari Fix lrwork dimension in svd for complex cases (bug #53823). stable
Thu, 03 May 2018 21:04:01 -0700 Rik md5sum.m: Fix error in sample code (bug #53829). stable
Thu, 03 May 2018 16:04:53 -0400 John W. Eaton eliminate some global references to interpreter internals
Thu, 03 May 2018 02:26:29 -0400 John W. Eaton access bp_table through interpreter where possible
Thu, 03 May 2018 01:51:04 -0400 John W. Eaton avoid global access of load path in interpreter class
Thu, 03 May 2018 01:40:27 -0400 John W. Eaton use std::function object for load-path add/remove hook functions
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 14:33:52 -0700 Rik RELEASE.PROCESS: Add updating CITATION file to checklist.
Wed, 02 May 2018 18:38:56 +0200 Pantxo Diribarne lines.m: Don't open empty figure or axes if none already exist (bug #53648) stable
Wed, 02 May 2018 10:55:57 -0400 John W. Eaton maint: Merge stable to default.
Wed, 02 May 2018 08:57:12 +0200 Kai T. Ohlhus doc: Update version number 4.4.0 in CITATION. stable
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Mon, 30 Apr 2018 13:42:48 -0700 Rik Update RELEASE.PROCESS checklist.
Mon, 30 Apr 2018 12:02:03 -0700 Mike Miller add version 4.4.0 to AppStream metadata stable
Mon, 30 Apr 2018 13:41:41 -0400 John W. Eaton maint: Merge stable to default.
Mon, 30 Apr 2018 13:03:56 -0400 John W. Eaton Added tag release-4-4-0 for changeset cf84db75ab57 stable
Mon, 30 Apr 2018 13:03:36 -0400 John W. Eaton Version 4.4.0 released. stable release-4-4-0
Mon, 30 Apr 2018 06:56:18 -0700 Rik maint: merge stable to default.