changeset 6408:af77d211ca65

[project @ 2007-03-14 20:31:17 by jwe]
author jwe
date Wed, 14 Mar 2007 20:31:17 +0000
parents 93670e9cda7a
children 3483cce84528
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 6 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Mar 14 20:27:30 2007 +0000
+++ b/scripts/ChangeLog	Wed Mar 14 20:31:17 2007 +0000
@@ -60,12 +60,14 @@
 	plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m:
 	plot/get.in, plot/include-globals.awk, plot/ishandle.m,
 	plot/set.in: Delete.
+	* plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists.
 
 	* plot/__go_close_all__.m: Rename from __uiobject_close_all.m.
 	Pass "hidden" as second arg to close.
 	* plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m.
 	* plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m.
-
+	* plot/Makefile.in (SOURCES_M): Rename in list.
+	
 	* image/__img__.m: Use __go_image__ to create image graphics
 	handle.
 
--- a/scripts/plot/Makefile.in	Wed Mar 14 20:27:30 2007 +0000
+++ b/scripts/plot/Makefile.in	Wed Mar 14 20:31:17 2007 +0000
@@ -26,6 +26,9 @@
   __default_plot_options__.m \
   __errcomm__.m \
   __errplot__.m \
+  __go_close_all__.m \
+  __go_draw_axes__.m \
+  __go_draw_figure__.m \
   __gnuplot_version__.m \
   __next_line_color__.m \
   __plr1__.m \
@@ -41,21 +44,6 @@
   __plt_get_axis_arg__.m \
   __pltopt1__.m \
   __pltopt__.m \
-  __uiobject_adopt__.m \
-  __uiobject_axes_ctor__.m \
-  __uiobject_axes_dtor__.m \
-  __uiobject_axes_setr__.m \
-  __uiobject_close_all__.m \
-  __uiobject_delete__.m \
-  __uiobject_draw_axes__.m \
-  __uiobject_draw_figure__.m \
-  __uiobject_figure_ctor__.m \
-  __uiobject_globals__.m \
-  __uiobject_image_ctor__.m \
-  __uiobject_line_ctor__.m \
-  __uiobject_root_figure_ctor__.m \
-  __uiobject_surface_ctor__.m \
-  __uiobject_text_ctor__.m \
   axes.m \
   axis.m \
   bar.m \