log scripts/miscellaneous/edit.m @ 19628:fe689210525c gui-release

age author description
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
Sat, 23 Nov 2013 23:01:13 +0000 Carnë Draug Remove editor option from edit() and use only EDITOR() (bug #40600)
Fri, 08 Nov 2013 07:40:36 -0800 Torsten Prompt for non-existent new file when using edit.m from GUI (bug #40450)
Wed, 06 Nov 2013 15:56:12 -0800 Rik edit.m: Use more meaningful variable names in default function body.
Wed, 06 Nov 2013 15:21:49 -0800 Rik edit.m: Change default GPL license to refer to "this program" rather than "Octave".
Thu, 24 Oct 2013 13:49:01 -0700 Rik doc: Final grammarcheck of docstrings for 3.8 release.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 23 Oct 2013 21:03:00 +0200 Torsten * edit.m: update documentation, new files are created in current directory
Mon, 07 Oct 2013 17:10:23 -0700 Rik edit.m: Remove debugging code from previous cset.
Mon, 07 Oct 2013 17:06:56 -0700 Rik edit.m: Work correctly for file names with '~'.
Sun, 08 Sep 2013 21:08:37 -0700 Rik edit.m: Use '~' to discard unused return value from system().
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Wed, 21 Aug 2013 19:53:42 -0700 Rik Use semicolon after "return" statement in core m-files.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 12 Aug 2013 17:36:54 +0200 Stefan Mahr Use ... instead of \ for line continuation marker.
Sun, 04 Aug 2013 15:11:34 -0700 Rik maint: Use common indentation for switch statement.
Sun, 04 Aug 2013 13:22:53 -0700 Rik doc: Periodic spellcheck of documentation.
Sat, 27 Jul 2013 10:49:21 -0700 Rik doc: Use XREF as anchor prefix in documentation for clearer results in Info viewer.
Wed, 17 Jul 2013 20:11:36 -0700 Rik edit.m: Redo default templates. Improve docstring. Use Octave coding conventions.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Wed, 03 Apr 2013 23:16:37 -0400 John W. Eaton use octave-link instead of hook for edit function
Sat, 30 Mar 2013 10:57:15 -0400 John W. Eaton allow command-line edit function to use GUI editor