log

age author description
Sun, 26 Jan 2020 14:17:00 +0100 Markus Mützel Only use ambient light for edge lighting on patches (bug #57553).
Sun, 26 Jan 2020 10:29:18 +0100 Torsten Lilge fix losing foxus when redocking a previously tabbed widget
Sat, 25 Jan 2020 16:56:27 -0500 John W. Eaton update out_of_range error messages
Sat, 25 Jan 2020 12:43:31 -0500 John W. Eaton use std::to_string instead of ostringstream buffer
Sat, 25 Jan 2020 10:06:23 -0500 John W. Eaton eliminate unused variable
Fri, 24 Jan 2020 17:27:48 -0800 Rik Update .hgignore for new gnulib/ directory
Fri, 24 Jan 2020 15:12:47 -0500 John W. Eaton also derive exit_exception and interrupt_exception from std::exception
Fri, 24 Jan 2020 08:51:54 -0500 John W. Eaton maint: merge stable to default.
Thu, 23 Jan 2020 17:56:39 -0500 John W. Eaton eliminate gnulib subrepo (bug #57044) stable
Thu, 23 Jan 2020 16:22:27 -0500 John W. Eaton derive execution_exception from std::exception
Thu, 23 Jan 2020 16:19:33 -0500 John W. Eaton eliminate useless conversion of std::string.c_str back to std::string
Fri, 24 Jan 2020 16:10:25 +0900 Kai T. Ohlhus maint: merge stable to default.
Fri, 24 Jan 2020 16:04:41 +0900 Kai T. Ohlhus Major version and date update for Octave 5.2.0 (bug #57657). stable
Thu, 23 Jan 2020 19:07:50 +0000 Carnë Draug libinterp/corefcn/ls-mat4.cc: remove never used octave::unwind_protect object
Wed, 22 Jan 2020 19:50:50 -0800 Rik Fix size of markers in printouts to match screen (bug #57552).
Wed, 22 Jan 2020 22:45:01 +0100 Valentin Ortega Spanish translation of octave project description (bug #57490)
Wed, 22 Jan 2020 16:25:32 +0100 Markus Mützel isocaps.m: Remove setting normals in demo (bug #57553).
Wed, 22 Jan 2020 11:43:13 -0800 Rik Backed out changeset 0dad96574d12 causing problems with Texinfo.
Wed, 22 Jan 2020 07:34:10 +0100 Philip Nienhuis Dutch translation of octave project description (bug #57490)
Tue, 21 Jan 2020 20:14:13 -0600 John W. Eaton maint: merge stable to default.
Tue, 21 Jan 2020 14:48:49 -0800 Rik edit.m: Fix regression introduced in a4268efb7334.
Tue, 21 Jan 2020 14:35:03 -0800 Rik maint: Remove remaining "Author:" instances from code base.
Tue, 21 Jan 2020 14:04:31 -0800 Rik maint: Remove special cases of old version control keywords in code base.
Tue, 21 Jan 2020 13:33:02 -0800 Mike Miller fix more spelling errors (bug #57613) stable
Tue, 21 Jan 2020 13:20:01 -0800 Rik maint: Remove all "Modified:" lines in code base.
Tue, 21 Jan 2020 13:15:15 -0800 Rik maint: Remove simple "Adapted-By:" lines from code base.
Tue, 21 Jan 2020 13:06:02 -0800 Rik maint: Remove "Created:" lines from code base.
Tue, 21 Jan 2020 14:57:31 -0600 John W. Eaton fix spelling of tessellate on default branch (bug #57613)
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Tue, 21 Jan 2020 21:45:49 +0100 Torsten Lilge * file-editor-tab.cc (load_file): removed obsolete FIXME comment