# HG changeset patch # User Rik # Date 1581979328 28800 # Node ID 73f9fdc29baa98bf6c35ed94cda9a6608856766a # Parent 999351c323ce97dc701e46b3421b68ad7f429aab NEWS: Update with list of function and properties removed from version 7. * NEWS: Update with list of function and properties removed from version 7. diff -r 999351c323ce -r 73f9fdc29baa NEWS --- a/NEWS Mon Feb 17 15:59:19 2020 -0500 +++ b/NEWS Mon Feb 17 14:42:08 2020 -0800 @@ -15,7 +15,6 @@ * `XXX` - ### Deprecated functions and properties The following functions and properties have been deprecated in Octave 7 @@ -41,15 +40,20 @@ - Functions - Function | Replacement - ---------------------|------------------ - | + Function | Replacement + -------------------------|------------------ + `output_max_field_width` | `output_precision` + `is_keyword` | `iskeyword` - Properties - Object | Property | Value - ---------------------|---------------------------|----------------------- - | | + Object | Property | Value + -----------------|---------------|------------ + `text` | `fontangle` | `"oblique"` + `uibuttongroup` | `fontangle` | `"oblique"` + `uicontrol` | `fontangle` | `"oblique"` + `uipanel` | `fontangle` | `"oblique"` + `uitable` | `fontangle` | `"oblique"` ### Old release news