log scripts/help/get_first_help_sentence.m @ 27919:1891570abac8

age author description
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, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 30 Aug 2018 11:14:43 -0700 Rik get_first_help_sentence.m: Use a better regexp for sentence-end detection.
Mon, 27 Aug 2018 14:43:12 -0700 Rik get_first_help_sentence.m: Add ellipsis "..." to end of help text if it was truncated.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
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, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
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.
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Thu, 02 Jan 2014 11:54:51 +0100 Philip Nienhuis get_first_help_sentence.m: avoid out-of-bound error (bug #41053) stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 07 Oct 2013 15:16:36 -0700 Rik get_first_help_sentence.m: Fix code for m-files with multiple @deftypefn pairs like gallery (bug #40197).
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Wed, 14 Aug 2013 00:13:40 -0400 Mike Miller maint: Update source file encodings to UTF-8 and fix character errors
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
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Wed, 13 Jun 2012 12:08:25 -0700 Rik get_first_help_sentence.m: Use a period followed by any regexp space character as a possible sentence boundary.
Mon, 11 Jun 2012 19:46:16 +0100 Carnë Draug get_first_help_sentence: do not capture the first newline when end of sentence is a double newline
Mon, 11 Jun 2012 18:25:14 +0100 Carnë Draug get_first_help_sentence: use period followed by non-word character to indentify end of sentence
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
Wed, 05 Oct 2011 13:10:10 -0700 Rik Use common code idiom for checking whether a double value is an integer.
Fri, 18 Mar 2011 14:38:46 -0700 Rik Add gen_doc_cache, get_help_text, get_help_text_from_file, get_first_help_sentence to documentation.
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
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Mon, 16 Feb 2009 17:01:17 -0500 John W. Eaton __makeinfo__.m: rename from makeinfo.m
Sun, 25 Jan 2009 19:55:42 +0100 Soren Hauberg Display sensible error message when the help text of an undocumented function is requested
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system