changeset 27822:78c171fe48fc

Remove deprecated graphic property "interpreter" from line, patch, surface objects. * NEWS: Announce removale of "interpreter" propertyf from line, patch, surface objects. Alphabetize list of graphic properties being removed by object type. * graphics.in.h: Delete radio_property interpreter from line, patch, surface objects.
author Rik <rik@octave.org>
date Fri, 13 Dec 2019 18:10:20 -0800
parents 44f1efe45d03
children 83dd2bc500f0
files NEWS libinterp/corefcn/graphics.in.h
diffstat 2 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Dec 13 17:55:18 2019 -0800
+++ b/NEWS	Fri Dec 13 18:10:20 2019 -0800
@@ -197,6 +197,8 @@
 
   Object               | Property                  | Value
   ---------------------|---------------------------|-----------------------
+  `annotation`         | `edgecolor ("rectangle")` |
+  `axes`               | `drawmode`                |
   `figure`             | `doublebuffer`            |
                        | `mincolormap`             |
                        | `wvisual`                 |
@@ -204,12 +206,13 @@
                        | `xdisplay`                |
                        | `xvisual`                 |
                        | `xvisualmode`             |
-  `axes`               | `drawmode`                |
-  `annotation`         | `edgecolor ("rectangle")` |
+  `line`               | `interpreter`             |
+  `patch`              | `interpreter`             |
+  `surface`            | `interpreter`             |
   `text`               | `fontweight`              | `"demi"` and `"light"`
+  `uibuttongroup`      | `fontweight`              | `"demi"` and `"light"`
   `uicontrol`          | `fontweight`              | `"demi"` and `"light"`
   `uipanel`            | `fontweight`              | `"demi"` and `"light"`
-  `uibuttongroup`      | `fontweight`              | `"demi"` and `"light"`
   `uitable`            | `fontweight`              | `"demi"` and `"light"`
 
 
--- a/libinterp/corefcn/graphics.in.h	Fri Dec 13 17:55:18 2019 -0800
+++ b/libinterp/corefcn/graphics.in.h	Fri Dec 13 18:10:20 2019 -0800
@@ -4249,8 +4249,6 @@
     BEGIN_PROPERTIES (line)
       color_property color , color_property (color_values (0, 0, 0), radio_values ("none"))
       string_property displayname , ""
-      // FIXME: DEPRECATED: Remove interpreter property in version 6.
-      radio_property interpreter hd , "{tex}|none|latex"
       radio_property linejoin , "{round}|miter|chamfer"
       radio_property linestyle , "{-}|--|:|-.|none"
       double_property linewidth , 0.5
@@ -4841,8 +4839,6 @@
       array_property faces u , default_patch_faces ()
       array_property facevertexalphadata , Matrix ()
       array_property facevertexcdata u , Matrix ()
-      // FIXME: DEPRECATED: Remove interpreter property in version 6.
-      radio_property interpreter hd , "{tex}|none|latex"
       radio_property linestyle , "{-}|--|:|-.|none"
       double_property linewidth , 0.5
       radio_property marker , "{none}|+|o|*|.|x|s|square|d|diamond|^|v|>|<|p|pentagram|h|hexagram"
@@ -5103,8 +5099,6 @@
       radio_property facelighting u , "none|{flat}|gouraud|phong"
       array_property facenormals m , Matrix ()
       radio_property facenormalsmode u , "{auto}|manual"
-      // FIXME: DEPRECATED: Remove interpreter property in version 6.
-      radio_property interpreter hd , "{tex}|none|latex"
       radio_property linestyle , "{-}|--|:|-.|none"
       double_property linewidth , 0.5
       radio_property marker , "{none}|+|o|*|.|x|s|square|d|diamond|^|v|>|<|p|pentagram|h|hexagram"