# HG changeset patch # User Jaroslav Hajek # Date 1281679094 -7200 # Node ID 9993f13547136dbeb91feb0a348eef275a3c2891 # Parent 36a7163a548495c140bc66fbaa33b86c3a51cf9c update news diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-13 Jaroslav Hajek + + * NEWS: Update. + 2010-08-09 Rik * examples/Makefile.am: Don't echo 'echo' command when building diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -221,7 +221,10 @@ functions are now built-in functions, providing better performance. ** Matlab-style ignoring input and output function arguments using - tilde (~) is now supported. For more details, consult the manual. + tilde (~) is now supported. Ignored output arguments may be detected + from a function using the built-in function `isargout'. + For more details, consult the manual. + ** The list datatype, deprecated since the introduction of cells, has been removed. diff --git a/src/ov-lazy-idx.h b/src/ov-lazy-idx.h --- a/src/ov-lazy-idx.h +++ b/src/ov-lazy-idx.h @@ -241,6 +241,8 @@ idx_vector index; mutable octave_value value; + static octave_base_value *numeric_conversion_function (const octave_base_value&); + DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA };