diff src/ChangeLog @ 5879:4f1112bfafce

[project @ 2006-07-05 23:50:44 by jwe]
author jwe
date Wed, 05 Jul 2006 23:51:24 +0000
parents 27771d9cd4f4
children 84ca47e311b3
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jul 02 18:45:11 2006 +0000
+++ b/src/ChangeLog	Wed Jul 05 23:51:24 2006 +0000
@@ -1,3 +1,14 @@
+2006-07-05  John W. Eaton  <jwe@octave.org>
+
+	* mex.cc (mexGetVariable): Rename from mexGetArray, swap arguments.
+	(mexGetVariablePtr): Rename from mexGetArrayPtr, swap arguments.
+	(mexErrMsgIdAndTxt, mexWarnMsgIdAndTxt): New functions.
+	* mexproto.h: Provide decls.
+	Include decls for as yet unsupported functions.
+	* mex.h: Add enum for class ids.
+	(mexGetArray): Define using mexGetVariable.
+	(mexGetArrayPtr): Define using mexGetVariablePtr.
+
 2006-07-02  John W. Eaton  <jwe@octave.org>
 
 	* ov-str-mat.cc (CHAR_MATRIX_CONV): Omit "warn-" from label.