diff src/ChangeLog @ 10443:34e51d4e199b

implement smart warnings about missing Matlab functionality
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 24 Mar 2010 12:56:18 +0100
parents 00219bdd2d17
children 537d9fbba9c0
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 24 10:38:39 2010 +0100
+++ b/src/ChangeLog	Wed Mar 24 12:56:18 2010 +0100
@@ -1,3 +1,12 @@
+2010-03-24  Jaroslav Hajek  <highegg@gmail.com>
+
+	* variables.cc (Fmissing_function_hook): New pseudo-variable.
+	(Vmissing_function_hook): New static var.
+	(maybe_missing_function_hook): New function.
+	* variables.h: Declare it.
+	* pt-id.cc (tree_identifier::eval_undefined_error): Call it here.
+	* oct-parse.yy (feval (const std::string&, ...)): Also here.
+
 2010-03-23  Jaroslav Hajek  <highegg@gmail.com>
 
 	* data.cc (Frem, Fmod): New DEFUNs.