# HG changeset patch # User John W. Eaton # Date 1233256131 18000 # Node ID d366fdf4ffe951aaf8daae03531c8dce3fe096d9 # Parent 52956d66950611af3b8b03562b181e4a64d8b1f8 ChangeLog fixes diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,10 @@ +2009-01-29 Søren Hauberg + + * 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 * 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 - - * 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 - - * help/help.m: Allow displaying 'Contents.m' files. - 2009-01-23 Søren Hauberg * help/type.m: Make 'type X' work, when X is the name of a variable.