changeset 11133:c5640104bce1

update contributors list in manual
author John W. Eaton <jwe@octave.org>
date Thu, 21 Oct 2010 17:22:50 -0400
parents 6ed521ed2d6a
children 7c045d801702
files doc/ChangeLog doc/interpreter/contributors.in src/ChangeLog
diffstat 3 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Oct 21 21:15:44 2010 +0200
+++ b/doc/ChangeLog	Thu Oct 21 17:22:50 2010 -0400
@@ -1,3 +1,7 @@
+2010-10-21  John W. Eaton  <jwe@octave.org>
+
+	* interpreter/contributors.in: Add Gunnar Farnebäck to the list.
+
 2010-10-18  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/image.txi (Displaying Images):
--- a/doc/interpreter/contributors.in	Thu Oct 21 21:15:44 2010 +0200
+++ b/doc/interpreter/contributors.in	Thu Oct 21 17:22:50 2010 -0400
@@ -45,6 +45,7 @@
 Stephen Eglen
 Peter Ekberg
 Rolf Fabian
+Gunnar Farnebäck
 Stephen Fegan
 Ramon Garcia Fernandez
 Torsten Finke
--- a/src/ChangeLog	Thu Oct 21 21:15:44 2010 +0200
+++ b/src/ChangeLog	Thu Oct 21 17:22:50 2010 -0400
@@ -1,3 +1,9 @@
+2010-10-21  Gunnar Farnebäck  <gunnar@lysator.liu.se>
+
+	* mex.cc (mxArray_number::as_octave_value): Convert single
+	matlab array to single octave array instead of to double octave
+	array.
+
 2010-10-21  John W. Eaton  <jwe@octave.org>
 
 	* gripes.h: Include lo-array-gripes.h.
@@ -17,12 +23,6 @@
 	* toplev.cc (Fsystem): Allow optional RETURN_OUTPUT and TYPE
 	arguments to be specified independently.  Update doc string.
 
-2010-10-21  Gunnar Farneback  <gunnar@lysator.liu.se>
-
-	* mex.cc (mxArray_number::as_octave_value): Convert single
-	matlab array to single octave array instead of to double octave
-	array.
-
 2010-10-18  John W. Eaton  <jwe@octave.org>
 
 	* load-path.cc (load_path::do_find_first_of,