comparison scripts/ChangeLog @ 8867:ff89a265592b

pie.m: fix arg size comparison
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 02:44:24 -0500
parents 3149112b9412
children eea0e1b45ec0
comparison
equal deleted inserted replaced
8866:3149112b9412 8867:ff89a265592b
1 2009-02-25 John W. Eaton <jwe@octave.org> 1 2009-02-25 John W. Eaton <jwe@octave.org>
2
3 * plot/pie.m: Use numel to check sizes of X and LABELS instead of
4 using size_equal. From Andy Buckle <andybuckle@gmail.com>.
2 5
3 * help/lookfor.m: Split original path into cell array and compare 6 * help/lookfor.m: Split original path into cell array and compare
4 elements with strcmp. Suppress warnings and errors when getting 7 elements with strcmp. Suppress warnings and errors when getting
5 help text from function files. 8 help text from function files.
6 9