log scripts/miscellaneous/edit.m @ 31247:3dae836c598c

age author description
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 26 Aug 2021 11:07:56 +0200 Markus Mützel edit: Search file in load path more efficiently (bug #61080).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 19 Oct 2020 09:33:28 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros for better Info display.
Tue, 13 Oct 2020 13:47:55 -0700 Rik maint: Use Octave convention that error() messages don't end with a period.
Sat, 10 Oct 2020 17:55:56 -0700 Rik maint: Use coding style with parentheses after function name to distinguish from a variable.
Tue, 21 Jan 2020 14:48:49 -0800 Rik edit.m: Fix regression introduced in a4268efb7334.
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 16 Oct 2019 13:49:19 -0700 Rik Add warning when non-scalar argument presented to ':' range operator.
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
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)
Thu, 07 Mar 2019 15:11:17 -0800 Mike Miller edit.m: wrap license header text and delete trailing spaces in new files
Sun, 03 Mar 2019 13:24:09 -0800 Rik edit.m: Change default for option "editinplace" to true (bug #41278).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 19 Dec 2018 16:01:32 -0800 Rik maint: Remove useless ';' from end of for, if, while, etc. statements.
Tue, 14 Aug 2018 11:17:26 -0700 Mike Miller prefer 'isfolder' over 'exist (..., "dir")' in Octave functions
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 19 Mar 2018 14:36:58 -0700 Rik maint: Don't use brackets around a single output variable in a function declaration. stable
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).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 31 Oct 2017 13:02:01 +0100 Pantxo Diribarne edit.m: use the bare name for header and function prototype (bug #52316)
Tue, 05 Sep 2017 11:36:08 -0700 Rik maint: Use same format for Copyright statement throught code base.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Mon, 28 Mar 2016 08:58:10 -0700 Rik doc: Remove unecessary whitespace and end of docstrings.
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Fri, 11 Mar 2016 08:37:20 -0800 Rik doc: Add missing ')' in some docstrings.
Thu, 25 Feb 2016 10:37:59 -0800 Rik Fix check-missing-semicolon QA target (bug #47277).
Mon, 22 Feb 2016 08:52:36 -0800 Rik edit.m: Improve docstring.
Sun, 03 Jan 2016 14:22:08 -0800 Rik maint: Follow Octave coding conventions in m-files.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Mon, 21 Sep 2015 17:56:03 +0200 Mike Miller edit.m: Update C++ oct-file template to use texinfo docstring
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 02 Apr 2015 10:35:35 -0700 Rik Fix edit() not opening an editor when cmdline arg --no-gui given (bug #44695).
Thu, 02 Apr 2015 13:19:30 -0400 John W. Eaton use get_home_directory instead of getenv ("HOME") (bug #44694)
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 22 Oct 2014 11:37:00 -0700 Rik Use cd rather than chdir in core Octave code.
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Sun, 01 Jun 2014 17:33:53 -0700 Rik edit.m: Remove keyboard() statement left from debugging cset 0728f7b6b1a2.
Tue, 27 May 2014 13:53:39 -0700 Rik edit.m: Don't append default '.m' extension if an extension already exists.
Thu, 20 Mar 2014 13:57:56 +0100 Stefan Miereis edit.m: add file extension .m to newly created files (bug #41522).
Tue, 03 Dec 2013 12:30:50 -0800 Rik edit.m: Respond correctly to either file separator (bug #40726).
Mon, 25 Nov 2013 21:19:13 -0800 Rik edit.m: Use two spaces to mark sentence break in error() message. stable