comparison scripts/ChangeLog @ 12339:eda5eabd5d0b

Fix for inline legends (#32022, #32343)
author David Bateman <dbateman@free.fr>
date Sat, 05 Feb 2011 10:19:13 -0500
parents 5f203b5bbf98
children d63007ac067a
comparison
equal deleted inserted replaced
12338:591f75ffa968 12339:eda5eabd5d0b
1 2011-02-05 David Bateman <dbateman@free.fr>
2
3 Bug #32022 and #32343.
4
5 * plot/legend.m (updatelegend): Don't flip plots when resetting the
6 legend. Use unwind_protect to ensure that the resursive flag is reset
7 in case of an error.
8 (getlegenddata): Remove this function and replace its use with the
9 function __getlegenddata__.
10 * plot/privata/__getlegenddata__.m: New function
11 * plot/module.mk (plot_PRIVATE_FCN_FILES): Add it here.
12 * plot/private/__plt__.m: Set initial values of hlgnd and tlgnd
13 if a legend exists already.
14
1 2010-02-02 Rik <octave@nomad.inbox5.com> 15 2010-02-02 Rik <octave@nomad.inbox5.com>
2 16
3 * sparse/svds.m: Use testif to only run some sparse tests when 17 * sparse/svds.m: Use testif to only run some sparse tests when
4 necessary libraries are installed. 18 necessary libraries are installed.
5 19