Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
8631:52956d669506 | 8632:d366fdf4ffe9 |
---|---|
1 2009-01-29 Søren Hauberg <hauberg@gmail.com> | |
2 | |
3 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
4 print sensible error message when function is found but not documented. | |
5 | |
6 * help/help.m: Allow displaying 'Contents.m' files. | |
7 | |
1 2009-01-29 Kai Habel <kai.habel@gmx.de> | 8 2009-01-29 Kai Habel <kai.habel@gmx.de> |
2 | 9 |
3 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and | 10 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
4 surfl.m in the list. | 11 surfl.m in the list. |
5 | 12 |
87 * path/savepath.m: Respect cmd-line and env paths. | 94 * path/savepath.m: Respect cmd-line and env paths. |
88 | 95 |
89 2009-01-24 Ben Abbott <bpabbott@mac.com> | 96 2009-01-24 Ben Abbott <bpabbott@mac.com> |
90 | 97 |
91 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. | 98 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. |
92 | |
93 2009-01-25 Søren Hauberg <hauberg@gmail.com> | |
94 | |
95 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
96 print sensible error message when function is found but not documented. | |
97 | |
98 2009-01-25 Søren Hauberg <hauberg@gmail.com> | |
99 | |
100 * help/help.m: Allow displaying 'Contents.m' files. | |
101 | 99 |
102 2009-01-23 Søren Hauberg <hauberg@gmail.com> | 100 2009-01-23 Søren Hauberg <hauberg@gmail.com> |
103 | 101 |
104 * help/type.m: Make 'type X' work, when X is the name of a variable. | 102 * help/type.m: Make 'type X' work, when X is the name of a variable. |
105 | 103 |