log scripts/miscellaneous/getappdata.m @ 19627:446c46af4b42 stable

age author description
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Sat, 18 Oct 2014 18:10:52 -0700 Rik Overhaul appdata family of functions (getappdata, isappdata, rmappdata, setappdata).
Wed, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.
Tue, 29 Oct 2013 12:31:57 -0700 Rik maint: Fix various problems with GPL copyright statements.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Wed, 10 Apr 2013 22:43:30 -0700 Rik doc: Tweak docstrings of functions changed for Texinfo 5.0 compatibility.
Fri, 22 Mar 2013 17:07:00 -0400 Amod Mulay doc: Make documentation compatible with Texinfo 5.0 (bug #38392)
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.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 28 Sep 2011 21:46:39 -0400 John W. Eaton getappdata: return empty matrix for nonexistent property names
Tue, 20 Sep 2011 15:33:10 -0400 John W. Eaton maint: use specific endif, endfor tokens instead of simple end stable
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Tue, 12 Apr 2011 18:50:20 -0400 Ben Abbott getappdata.m: If no property name is provided, return a structure representing the appdata. stable
Mon, 11 Apr 2011 21:50:49 -0400 Ben Abbott getappdata.m: If appdata propery does not exist, return an empty matrix. stable
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:51:13 -0500 John W. Eaton style fixes for warning and error messages in script files
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
Wed, 03 Nov 2010 15:10:47 +0800 Ben Abbott Add new appdata functions.