diff scripts/ChangeLog @ 9451:350148cc0774

legend.m: fix legend order
author John W. Eaton <jwe@octave.org>
date Thu, 23 Jul 2009 10:24:31 -0400
parents cb4a4119a21a
children 8a082b66c1e0
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-23  John W. Eaton  <jwe@octave.org>
+
+	* plot/legend.m: Process arguments in order, child objects in
+	reverse.  Remove special case for single label.  New demos.
+
 2009-07-23  Thorsten Meyer  <thorsten.meyier@gmx.de>
 
 	* testfun/assert.m: Fix string comparison bug.