# HG changeset patch # User jwe # Date 1171223213 0 # Node ID 2bab2360f07f0f9d1249159e0b55772a4563361a # Parent a528366b5a9691579390a1cadf18df4788c53eb8 [project @ 2007-02-11 19:46:53 by jwe] diff -r a528366b5a96 -r 2bab2360f07f scripts/ChangeLog --- 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 + + * plot/__uiobject_close_all.m: New file. + * plot/Makefile.in (SOURCES_M): Add it to the list. + 2007-02-10 John W. Eaton * plot/drawnow.m: Arrange for plot streams to be close on exit. diff -r a528366b5a96 -r 2bab2360f07f scripts/plot/Makefile.in --- 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 \