# HG changeset patch # User jwe # Date 1200428822 0 # Node ID 47c9192547911f4862220943f5f06932763f1db1 # Parent 1ea9ee4910980d9789840a72f4ca4538c6ddf07b [project @ 2008-01-15 20:27:01 by jwe] diff -r 1ea9ee491098 -r 47c919254791 src/ChangeLog --- a/src/ChangeLog Tue Jan 15 19:37:06 2008 +0000 +++ b/src/ChangeLog Tue Jan 15 20:27:02 2008 +0000 @@ -1,9 +1,7 @@ 2008-01-15 John W. Eaton - * 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. + * graphics.h.in (class line::properties, class text::properties): + Rename erase_mode property to erasemode. 2008-01-15 Michael Goffioul diff -r 1ea9ee491098 -r 47c919254791 src/graphics.h.in --- a/src/graphics.h.in Tue Jan 15 19:37:06 2008 +0000 +++ b/src/graphics.h.in Tue Jan 15 20:27:02 2008 +0000 @@ -2029,7 +2029,7 @@ // properties declarations. // properties which are not in matlab: - // ldata, udata, xldata, xudata, keylabel + // ldata, udata, xldata, xudata, keylabel, interpreter BEGIN_PROPERTIES(line) data_property xdata l , default_data () @@ -2047,6 +2047,7 @@ color_property markerfacecolor , "auto|{none}" double_property markersize , 6 string_property keylabel , "" + radio_property interpreter , "{tex}|none|latex" string_property displayname , "" radio_property erasemode , "{normal}|none|xor|background" END_PROPERTIES @@ -2340,6 +2341,7 @@ color_property markerfacecolor , "auto|{none}" double_property markersize , 6 string_property keylabel , "" + radio_property interpreter , "{tex}|none|latex" END_PROPERTIES protected: @@ -2436,6 +2438,7 @@ color_property markerfacecolor , "auto|{none}" double_property markersize , 6 string_property keylabel , "" + radio_property interpreter , "{tex}|none|latex" END_PROPERTIES protected: