Mercurial > hg > octave-lyh
changeset 8451:6306ce1406f1
Changelog fix
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 09 Jan 2009 14:38:18 +0100 |
parents | 6c4e2fc14beb |
children | d6a349c7bd39 |
files | scripts/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2009-01-09 Kai Habel <kai.habel@gmx.de> + + * plot/surfl.m: New function + * plot/diffuse.m: dito + * plot/specular.m: dito + 2009-01-05 John W. Eaton <jwe@octave.org> * mkdoc: Set defaults for FIND and PERL. Check usage. @@ -25,12 +31,6 @@ * goemetry/voronoi.m: Speed up and handle dense grids. -2009-01-08 Kai Habel <kai.habel@gmx.de> - - * plot/surfl.m: New function - * plot/diffuse.m: dito - * plot/specular.m: dito - 2008-12-28 Jaroslav Hajek <highegg@gmail.com> * miscellaneous/delete.m: Allow filename globs. Display warnings if
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-01-09 Kai Habel <kai.habel@gmx.de> + + * graphics.cc: Calculate normals for surface boundaries, use + more neighboring points to calculate interior normals + 2009-01-09 John W. Eaton <jwe@octave.org> * input.cc (get_user_input (void)): Don't increment input_line_number. @@ -36,11 +41,6 @@ DLD-FUNCTIONS/regexp.cc (Fregexpi), DLD-FUNCTIONS/regexp.cc (Fregexprep): Add references. -2009-01-08 Kai Habel <kai.habel@gmx.de> - - * graphics.cc: Calculate normals for surface boundaries, use - more neighboring points to calculate interior normals - 2008-12-27 Jaroslav Hajek <highegg@gmail.com> * oct-obj.h, oct-obj.cc (octave_value_list::valid_scalar_indices): Remove.