# HG changeset patch # User Jaroslav Hajek # Date 1269345786 -3600 # Node ID 0a210203481ba4bb22b4f403c7114aa429780465 # Parent 00219bdd2d177b4e69824275a21397c43a760855 update NEWS diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-23 Jaroslav Hajek + + * NEWS: Update. + 2010-03-15 John W. Eaton * configure.ac (AH_BOTTOM): Define GNULIB_NAMESPACE. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -229,6 +229,9 @@ Octave:int-convert-non-int-val, Octave:int-convert-overflow, Octave:int-math-overflow) have been removed. + ** rem and mod are now built-in functions. They also handle integer types + efficiently using integer arithmetic. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------