# HG changeset patch # User Ben Abbott # Date 1291336772 18000 # Node ID d800fc6bd067c3f1e36905354cafddb4849253f3 # Parent 9a08fa5b33bd9fa083050a43c9468bfaf330ec8a ChangeLog fixes. diff -r 9a08fa5b33bd -r d800fc6bd067 scripts/ChangeLog --- a/scripts/ChangeLog Thu Dec 02 19:27:13 2010 -0500 +++ b/scripts/ChangeLog Thu Dec 02 19:39:32 2010 -0500 @@ -1,9 +1,12 @@ 2010-12-02 Ben Abbott - * image/image.m: Only flip y-axis if nextplot property equal "replace". - * plot/contour3.m: Modify demo to avoid clipping mesh. - * plot/fill.m: Allow multiple filled polygons. + * image/image.m: Only flip y-axis if nextplot property equal + "replace". Fixes bug 31745. + * plot/contour3.m: Modify demo to avoid clipping mesh. Fixes bug + 31744. + * plot/fill.m: Allow multiple filled polygons. Fixes bug 31750. * plot/subplot.m: Add suppport for "align" and "replace" options. + Partial fix for bug 31610. 2010-11-26 John W. Eaton