changeset 6301:2bab2360f07f

[project @ 2007-02-11 19:46:53 by jwe]
author jwe
date Sun, 11 Feb 2007 19:46:53 +0000
parents a528366b5a96
children a5cd8b77e892
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Sat Feb 10 20:02:00 2007 +0000
+++ b/scripts/ChangeLog	Sun Feb 11 19:46:53 2007 +0000
@@ -1,3 +1,8 @@
+2007-02-11  John W. Eaton  <jwe@octave.org>
+
+	* plot/__uiobject_close_all.m: New file.
+	* plot/Makefile.in (SOURCES_M): Add it to the list.
+
 2007-02-10  John W. Eaton  <jwe@octave.org>
 
 	* plot/drawnow.m: Arrange for plot streams to be close on exit.
--- a/scripts/plot/Makefile.in	Sat Feb 10 20:02:00 2007 +0000
+++ b/scripts/plot/Makefile.in	Sun Feb 11 19:46:53 2007 +0000
@@ -45,6 +45,7 @@
   __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 \