log scripts/help/help.m @ 15227:fbecbce45898

age author description
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