comparison scripts/ChangeLog @ 10675:e5b1353695ef

__contour__.m: Correctly size X and Y when only Z specified (bug #30002).
author Rik <octave@nomad.inbox5.com>
date Tue, 01 Jun 2010 09:19:12 -0700
parents 1cd7c39a96ee
children f414049847d5
comparison
equal deleted inserted replaced
10674:e3064439d6b4 10675:e5b1353695ef
1 2010-06-01 Rik <octave@nomad.inbox5.com>
2 * plot/private/__contour__.m: Correctly size X and Y when only Z
3 specified (bug #30002).
4
1 2010-05-31 Rik <octave@nomad.inbox5.com> 5 2010-05-31 Rik <octave@nomad.inbox5.com>
2 * specfun/legendre.m: Orient row vector correctly (bug #29997). 6 * specfun/legendre.m: Orient row vector correctly (bug #29997).
3 Add input validation for negative values and %tests to check 7 Add input validation for negative values and %tests to check
4 validation routines. 8 validation routines.
5 9