changeset 6857:5cc9caab1a31

[project @ 2007-09-02 02:12:07 by jwe]
author jwe
date Sun, 02 Sep 2007 02:12:07 +0000
parents b39ecdddd77b
children a993057eb97f
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Sat Sep 01 00:49:19 2007 +0000
+++ b/scripts/ChangeLog	Sun Sep 02 02:12:07 2007 +0000
@@ -1,3 +1,7 @@
+2007-09-01  John W. Eaton  <jwe@octave.org>
+
+	* plot/Makefile.in (SOURCES): Add ancestor.m to the list.
+
 2007-09-01  David Bateman  <dbateman@free.fr>
 
 	* polynomial/polyint.m: New function like polyinteg but with
--- a/scripts/plot/Makefile.in	Sat Sep 01 00:49:19 2007 +0000
+++ b/scripts/plot/Makefile.in	Sun Sep 02 02:12:07 2007 +0000
@@ -47,6 +47,7 @@
   __plt_get_axis_arg__.m \
   __pltopt1__.m \
   __pltopt__.m \
+  ancestor.m \
   axes.m \
   axis.m \
   bar.m \