changeset 7380:2ba95a933d3e

[project @ 2008-01-15 19:04:27 by jwe]
author jwe
date Tue, 15 Jan 2008 19:04:27 +0000
parents a78c7bccda91
children 90b931a40617
files src/ChangeLog src/graphics.h.in
diffstat 2 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jan 15 18:42:30 2008 +0000
+++ b/src/ChangeLog	Tue Jan 15 19:04:27 2008 +0000
@@ -1,3 +1,10 @@
+2008-01-15  John W. Eaton  <jwe@octave.org>
+
+	* graphics.h.in (class line::properties, class patch::properties,
+	class surface::properties): Delete interpreter property.
+	(class line::properties, class text::properties): Rename
+	erase_mode property to erasemode.
+
 2008-01-15  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* genprops.awk: Handle 'h' modifier for hidden properties.
--- a/src/graphics.h.in	Tue Jan 15 18:42:30 2008 +0000
+++ b/src/graphics.h.in	Tue Jan 15 19:04:27 2008 +0000
@@ -2029,7 +2029,7 @@
     // properties declarations.
 
     // properties which are not in matlab:
-    // ldata, udata, xldata, xudata, keylabel, interpreter
+    // ldata, udata, xldata, xudata, keylabel
 
     BEGIN_PROPERTIES(line)
       data_property xdata l , default_data ()
@@ -2047,9 +2047,8 @@
       color_property markerfacecolor , "auto|{none}"
       double_property markersize , 6
       string_property keylabel , ""
-      radio_property interpreter , "{tex}|none|latex"
       string_property displayname , ""
-      radio_property erase_mode , "{normal}|none|xor|background"
+      radio_property erasemode , "{normal}|none|xor|background"
     END_PROPERTIES
   };
 
@@ -2139,7 +2138,7 @@
       color_property backgroundcolor , "{none}"
       string_property displayname , ""
       color_property edgecolor , "{none}"
-      radio_property erase_mode , "{normal}|none|xor|background"
+      radio_property erasemode , "{normal}|none|xor|background"
       bool_property editing , "off"
       radio_property fontunits , "inches|centimeters|normalized|{points}|pixel"
       radio_property linestyle , "{-}|--|:|-.|none"
@@ -2341,7 +2340,6 @@
       color_property markerfacecolor , "auto|{none}"
       double_property markersize , 6
       string_property keylabel , ""
-      radio_property interpreter , "{tex}|none|latex"
     END_PROPERTIES
 
   protected:
@@ -2438,7 +2436,6 @@
       color_property markerfacecolor , "auto|{none}"
       double_property markersize , 6
       string_property keylabel , ""
-      radio_property interpreter , "{tex}|none|latex"
     END_PROPERTIES
 
   protected: