comparison scripts/ChangeLog @ 7568:f3b1f26dc44e

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Thu, 06 Mar 2008 14:27:39 -0500
parents b3acdf1c41a5
children 369b16e7f04b
comparison
equal deleted inserted replaced
7567:6b07c15eb8e1 7568:f3b1f26dc44e
1 2008-03-06 John W. Eaton <jwe@octave.org> 1 2008-03-06 John W. Eaton <jwe@octave.org>
2 2
3 * plot/hist.m: Avoid temporaries. 3 * plot/hist.m: Avoid temporaries.
4 Allow matrix arguments when number of bins > 30. 4 Allow matrix arguments when number of bins > 30.
5 From Robert S. Mahurin <mahurin@fiver.phys.utk.edu>. 5 From Robert S. Mahurin <rob@utk.edu>.
6 6
7 * plot/ChangeLog: Handle axes linewidth property. 7 * plot/ChangeLog: Handle axes linewidth property.
8 8
9 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6. 9 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6.
10 10