log scripts/help/help.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, 01 Oct 2014 07:51:43 -0700 Rik doc: Improvements to help() and info() docstrings.
Thu, 05 Dec 2013 15:00:45 -0500 Jordi GutiƩrrez Hermoso maint: Dummy merge with gui-release, ignoring all recent backout merges
Thu, 05 Dec 2013 11:36:10 -0800 Rik maint: backout cset ff05d5b70411 on gui-release branch. gui-release
Wed, 04 Dec 2013 08:23:42 -0800 Rik Rename function dir_in_path to dir_in_loadpath.
Tue, 03 Dec 2013 15:59:56 -0800 Rik Deprecate find_dir_in_path in favor of dir_in_path.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 14 Aug 2013 00:13:40 -0400 Mike Miller maint: Update source file encodings to UTF-8 and fix character errors
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Thu, 06 Jun 2013 10:06:12 +0800 Ben Abbott Substitute ostrsplit() for strsplit().
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 24 Aug 2012 14:46:55 -0400 John W. Eaton also return help text as a string when nargin = 0 (bug #37183)
Mon, 23 Jul 2012 12:18:07 +0400 Sergey Dudoladov help.m: Added option '.' (dot); 'help .' lists all operators
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Wed, 18 Jan 2012 21:15:42 -0800 Rik Replace to-be-deprecated findstr occurrences with strfind.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 27 Oct 2011 15:57:23 -0700 Rik help.m: Add functional tests
Sat, 05 Feb 2011 12:58:34 -0800 Rik Periodic grammarcheck of documentation.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Wed, 19 Jan 2011 05:38:40 -0500 John W. Eaton doc fixes
Wed, 19 Jan 2011 05:05:07 -0500 John W. Eaton implement --list option for help function
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Tue, 09 Nov 2010 14:52:28 -0500 John W. Eaton help: print message if function not found
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
Thu, 13 May 2010 17:36:41 -0400 John W. Eaton help.m: avoid unnecessary use of varargout
Wed, 12 May 2010 17:49:28 -0400 Ben Abbott help.m: Allow docstring to be returned as output, and correct docstring.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Wed, 24 Mar 2010 13:16:25 +0100 Jaroslav Hajek warn about missing matlab funcs in help
Wed, 11 Nov 2009 15:11:14 -0500 John W. Eaton improved support for Contents.m files
Tue, 13 Oct 2009 21:10:37 -0700 Rik Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Fri, 17 Apr 2009 15:16:33 -0700 Rik Update help text for sections 2.2 and 2.3 of basics.txi
Mon, 16 Feb 2009 17:01:17 -0500 John W. Eaton __makeinfo__.m: rename from makeinfo.m
Mon, 16 Feb 2009 00:38:25 -0500 John W. Eaton help.m: shorten default help text
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Sun, 25 Jan 2009 19:55:42 +0100 Soren Hauberg Display sensible error message when the help text of an undocumented function is requested
Sun, 25 Jan 2009 17:25:15 +0100 Soren Hauberg Allow displaying 'Contents.m' files.
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system