Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8632:d366fdf4ffe9
ChangeLog fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 29 Jan 2009 14:08:51 -0500 |
parents | 52956d669506 |
children | 0c5541c39a42 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,10 @@ +2009-01-29 Søren Hauberg <hauberg@gmail.com> + + * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: + print sensible error message when function is found but not documented. + + * help/help.m: Allow displaying 'Contents.m' files. + 2009-01-29 Kai Habel <kai.habel@gmx.de> * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and @@ -90,15 +97,6 @@ * sparse/svds.m: svds.m: skip tests if ARPACK is missing. -2009-01-25 Søren Hauberg <hauberg@gmail.com> - - * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: - print sensible error message when function is found but not documented. - -2009-01-25 Søren Hauberg <hauberg@gmail.com> - - * help/help.m: Allow displaying 'Contents.m' files. - 2009-01-23 Søren Hauberg <hauberg@gmail.com> * help/type.m: Make 'type X' work, when X is the name of a variable.