changeset 12452:b7af26bfd8c7

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Tue, 15 Feb 2011 13:03:21 -0500
parents c6c3fdbfede2
children 885f524d3771
files scripts/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Feb 15 12:57:03 2011 -0500
+++ b/scripts/ChangeLog	Tue Feb 15 13:03:21 2011 -0500
@@ -1,7 +1,7 @@
 2011-02-15  Konstantinos Poulios  <logari81@gmail.com>
 
 	* plot/__fltk_print__.m: Forward pipeline to drawnow instead of
-	invoking a process here.
+	invoking a process here.  Bug #32319.
 
 2010-02-14  Rik  <octave@nomad.inbox5.com>
 
@@ -31,6 +31,10 @@
 	plot/text.m: Modify demo scripts to allow conventient conversion
 	to Matlab compatible syntax.
 
+2011-02-10  John W. Eaton  <jwe@octave.org>
+
+	* statistics/base/mean.m: Also accept logical values.
+
 2011-02-08  Ben Abbott  <bpabbott@mac.com>
 
 	* plot/__go_draw_axes__.m: Properly set fontspec for legends.
--- a/src/ChangeLog	Tue Feb 15 12:57:03 2011 -0500
+++ b/src/ChangeLog	Tue Feb 15 13:03:21 2011 -0500
@@ -1,5 +1,7 @@
 2011-02-15  Konstantinos Poulios  <logari81@googlemail.com>
 
+	Bug #32319.
+
 	* __init_fltk__.cc: Include sysdep.h.
 	(class OpenGL_fltk): Replace integer print_fid member with
 	boolean print_mode. New class member print_cmd of type string.