comparison scripts/ChangeLog @ 10666:7a43499f074a

legend.m: Improve documentation string
author Rik <octave@nomad.inbox5.com>
date Wed, 26 May 2010 20:23:16 -0700
parents faff5367cc05
children cab3b148d4e4
comparison
equal deleted inserted replaced
10665:0f310fce905d 10666:7a43499f074a
1 2010-05-26 Jaroslav Hajek <highegg@gmail.com> 1 2010-05-26 Jaroslav Hajek <highegg@gmail.com>
2 2
3 * specfun/isprime.m: Fix and further optimize. 3 * specfun/isprime.m: Fix and further optimize.
4 4
5 2010-05-26 Rik <octave@nomad.inbox5.com> 5 2010-05-26 Rik <octave@nomad.inbox5.com>
6
7 * plot/legend.m: Improve documentation string.
8
9 2010-05-26 Rik <octave@nomad.inbox5.com>
10
6 * sparse/svds.m: Check struct input arguments. Overhaul documentation. 11 * sparse/svds.m: Check struct input arguments. Overhaul documentation.
7 12
8 2010-05-26 Ben Abbott <bpabbott@mac.com> 13 2010-05-26 Ben Abbott <bpabbott@mac.com>
9 14
10 * plot/legend.m: Key labels for specified objects. 15 * plot/legend.m: Key labels for specified objects.
11 * plot/ancestor.m: Support vectors of handles. 16 * plot/ancestor.m: Support vectors of handles.
12 17
13 2010-05-26 Rik <octave@nomad.inbox5.com> 18 2010-05-26 Rik <octave@nomad.inbox5.com>
19
14 * sparse/svds.m: Initialize ARPACK starting vector in svds test code. 20 * sparse/svds.m: Initialize ARPACK starting vector in svds test code.
15 Bug #29721. 21 Bug #29721.
16 22
17 2010-05-25 Ben Abbott <bpabbott@mac.com> 23 2010-05-25 Ben Abbott <bpabbott@mac.com>
18 24