# HG changeset patch # User John W. Eaton # Date 1297793558 18000 # Node ID 885f524d3771170b33e0c63d1e0ac2b514be91d5 # Parent b7af26bfd8c79ae24aeb03d5163a816c426544e4 ChangeLog fixes diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -12,10 +12,12 @@ 2011-02-14 David Bateman * testfun/test.m: More explicit error message when source of a - dynamically linked function is not found. + dynamically linked function is not found. Bug #30341. + +2011-02-14 David Bateman * plot/private/__scatter__.m: Correctly set the facevertexcdata and - faces properties in the patch objects. + faces properties in the patch objects. Bug #31801. 2011-02-14 Marco Caliari @@ -27,7 +29,7 @@ 2011-02-10 Ben Abbott - * plot/legend.m, plot/plotyy.m, plot/sombrero.m, plot/shading.m, + * plot/legend.m, plot/plotyy.m, plot/sombrero.m, plot/shading.m, plot/text.m: Modify demo scripts to allow conventient conversion to Matlab compatible syntax. @@ -60,10 +62,11 @@ 2011-02-05 David Bateman - * plot/legend.m: Allow the location and orientation to be set without - modifiying the legend keys. - * plot/legend.m: Add padding to legend positions. Fix for outerposition - for southeastoutside and southwestoutside. + * plot/legend.m: Allow the location and orientation to be set + without modifiying the legend keys. + * plot/legend.m: Add padding to legend positions. Fix for + outerposition for southeastoutside and southwestoutside. + Bug #32374. 2011-02-06 Ben Abbott @@ -71,9 +74,10 @@ * plot/legend.m: "legend off" should delete the legend object. 2011-02-06 David Bateman + * plot/legend.m : Delete old legend before probing the position and outerposition. Reshape lpos correct if the legend locqtion is - "southeast". + "southeast". Bug #32343. 2011-02-06 Ben Abbott diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -20,7 +20,7 @@ * gl-render.cc (void opengl_renderer::draw_patch ( const patch::properties &)): Obtain the marker color directly from the cdata rather that the facecolor, as the facecolor might - not have been set. + not have been set. Bug #31801. 2011-02-14 Konstantinos Poulios