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
|
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
|
Mon, 11 Feb 2013 13:17:10 -0500 |
John W. Eaton |
maint: periodic merge of stable to default
|
Sat, 09 Feb 2013 16:08:33 -0500 |
John W. Eaton |
* edit.m: Undo string escape sequences on values used in sprintf formats.
stable
|
Sat, 09 Feb 2013 16:08:33 -0500 |
John W. Eaton |
* edit.m: Undo string escape sequences on values used in sprintf formats.
|
Mon, 12 Nov 2012 17:44:03 +0100 |
Carlo de Falco |
Use texinfo syntax in default m-file template.
|
Mon, 15 Oct 2012 09:44:30 +0100 |
Richard Crozier |
add ability to edit multiple files (bug #37573)
|
Tue, 17 Jul 2012 07:08:39 -0700 |
Rik |
maint: Use Octave coding conventions for cuddling parentheses in scripts directory
|
Sun, 08 Jul 2012 11:28:50 -0700 |
Rik |
maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
|
Thu, 22 Mar 2012 11:50:51 -0400 |
Jordi Gutiérrez Hermoso |
maint: periodic merge of stable to default
|
Wed, 21 Mar 2012 17:17:05 -0400 |
Mike Miller |
doc: Fix edit command default mode description
stable
|
Tue, 20 Mar 2012 21:58:42 +0100 |
Carlo de Falco |
Fix editing file that shadows existing function
|
Wed, 15 Feb 2012 13:31:31 -0800 |
Rik |
doc: Periodic grammar check of documentation.
|
Mon, 13 Feb 2012 07:29:44 -0800 |
Rik |
Use Octave coding conventions in all m-file %!test blocks
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Tue, 16 Aug 2011 10:03:33 -0700 |
Rik |
doc: Correct various Texinfo warnings about incorrect use of macros.
|
Mon, 25 Apr 2011 09:24:33 -0700 |
Rik |
doc: miscellaneous touch-ups to documentation strings
stable
|
Sat, 29 Jan 2011 16:56:42 -0500 |
Ben Abbott |
edit.m: As most editors open their own window, change mode to "async".
|
Mon, 07 Apr 2008 13:40:38 -0400 |
John W. Eaton |
update copyright dates
release-3-0-x
|
Thu, 20 Jan 2011 17:35:29 -0500 |
John W. Eaton |
all script files: untabify and strip trailing whitespace
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Sun, 17 Oct 2010 23:43:42 -0400 |
John W. Eaton |
fix copyright notices
|
Tue, 28 Sep 2010 09:25:14 -0700 |
Rik |
Make all regexp in Octave compatible with both POSIX and PCRE.
|
Mon, 26 Jul 2010 21:25:36 -0700 |
Rik |
Grammarcheck documentation of m-files
|
Sun, 18 Jul 2010 20:35:16 -0700 |
Rik |
Grammarcheck the documentation from m-files.
|
Sun, 16 May 2010 22:26:54 -0700 |
Rik |
Print name of function in error() string messages.
|
Fri, 23 Apr 2010 11:28:50 -0700 |
Rik |
Untabify .m scripts
|
Tue, 13 Oct 2009 21:10:37 -0700 |
Rik |
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
|
Fri, 24 Apr 2009 12:29:01 -0700 |
Rik |
Eliminate most overfull errors when running texi2pdf for generating pdf documentation
|