changeset 28080:73f9fdc29baa

NEWS: Update with list of function and properties removed from version 7. * NEWS: Update with list of function and properties removed from version 7.
author Rik <rik@octave.org>
date Mon, 17 Feb 2020 14:42:08 -0800
parents 999351c323ce
children a7906f5468e9
files NEWS
diffstat 1 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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