comparison NEWS @ 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 f47f9493cb37
children d320728d5d06
comparison
equal deleted inserted replaced
28079:999351c323ce 28080:73f9fdc29baa
12 12
13 13
14 ### Alphabetical list of new functions added in Octave 7 14 ### Alphabetical list of new functions added in Octave 7
15 15
16 * `XXX` 16 * `XXX`
17
18 17
19 ### Deprecated functions and properties 18 ### Deprecated functions and properties
20 19
21 The following functions and properties have been deprecated in Octave 7 20 The following functions and properties have been deprecated in Octave 7
22 and will be removed from Octave 9 (or whatever version is the second 21 and will be removed from Octave 9 (or whatever version is the second
39 The following functions and properties were deprecated in Octave 5 38 The following functions and properties were deprecated in Octave 5
40 and have been removed from Octave 7. 39 and have been removed from Octave 7.
41 40
42 - Functions 41 - Functions
43 42
44 Function | Replacement 43 Function | Replacement
45 ---------------------|------------------ 44 -------------------------|------------------
46 | 45 `output_max_field_width` | `output_precision`
46 `is_keyword` | `iskeyword`
47 47
48 - Properties 48 - Properties
49 49
50 Object | Property | Value 50 Object | Property | Value
51 ---------------------|---------------------------|----------------------- 51 -----------------|---------------|------------
52 | | 52 `text` | `fontangle` | `"oblique"`
53 `uibuttongroup` | `fontangle` | `"oblique"`
54 `uicontrol` | `fontangle` | `"oblique"`
55 `uipanel` | `fontangle` | `"oblique"`
56 `uitable` | `fontangle` | `"oblique"`
53 57
54 ### Old release news 58 ### Old release news
55 59
56 - [Octave 6.x](etc/NEWS.6) 60 - [Octave 6.x](etc/NEWS.6)
57 - [Octave 5.x](etc/NEWS.5) 61 - [Octave 5.x](etc/NEWS.5)