comparison scripts/ChangeLog @ 12390:7428d177f00a release-3-4-x

Fix for inline legends (#32022, #32343)
author David Bateman <dbateman@free.fr>
date Sat, 05 Feb 2011 10:19:13 -0500
parents 59efc7da9f7b
children b268c9a79d09
comparison
equal deleted inserted replaced
12386:c1ea9b90a272 12390:7428d177f00a
8 8
9 2010-02-05 Rik <octave@nomad.inbox5.com> 9 2010-02-05 Rik <octave@nomad.inbox5.com>
10 10
11 * help/help.m, linear-algebra/onenormest.m, plot/graphics_toolkit.m, 11 * help/help.m, linear-algebra/onenormest.m, plot/graphics_toolkit.m,
12 plot/pie3.m, plot/view.m, signal/periodogram.m: Grammarcheck docstrings. 12 plot/pie3.m, plot/view.m, signal/periodogram.m: Grammarcheck docstrings.
13
14 2011-02-05 David Bateman <dbateman@free.fr>
15
16 Bug #32022 and #32343.
17
18 * plot/legend.m (updatelegend): Don't flip plots when resetting the
19 legend. Use unwind_protect to ensure that the resursive flag is reset
20 in case of an error.
21 (getlegenddata): Remove this function and replace its use with the
22 function __getlegenddata__.
23 * plot/privata/__getlegenddata__.m: New function
24 * plot/module.mk (plot_PRIVATE_FCN_FILES): Add it here.
25 * plot/private/__plt__.m: Set initial values of hlgnd and tlgnd
26 if a legend exists already.
13 27
14 2010-02-02 Rik <octave@nomad.inbox5.com> 28 2010-02-02 Rik <octave@nomad.inbox5.com>
15 29
16 * sparse/svds.m: Use testif to only run some sparse tests when 30 * sparse/svds.m: Use testif to only run some sparse tests when
17 necessary libraries are installed. 31 necessary libraries are installed.