comparison scripts/ChangeLog @ 7372:c51426c80045

[project @ 2008-01-14 19:50:10 by jwe]
author jwe
date Mon, 14 Jan 2008 19:50:10 +0000
parents fe9a44d753d6
children 4fbfce35012a
comparison
equal deleted inserted replaced
7371:fe9a44d753d6 7372:c51426c80045
1 2008-01-14 John W. Eaton <jwe@octave.org> 1 2008-01-14 John W. Eaton <jwe@octave.org>
2
3 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi
4 instead of calling tolower on first arg. Default font name is
5 Helvetica, not helvetica. Don't downcase user-specified font name.
6 (__maybe_munge_text__): Fix typo.
2 7
3 * optimization/sqp.m: Fix function definitions in test code. 8 * optimization/sqp.m: Fix function definitions in test code.
4 9
5 2008-01-12 John W. Eaton <jwe@octave.org> 10 2008-01-12 John W. Eaton <jwe@octave.org>
6 11