changeset 7049:e426f849fc36

[project @ 2007-10-23 08:19:48 by dbateman]
author dbateman
date Tue, 23 Oct 2007 08:19:49 +0000
parents 845ca0affec0
children bd56a0609c4f
files scripts/ChangeLog scripts/miscellaneous/Makefile.in scripts/plot/Makefile.in
diffstat 3 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-23  David Bateman  <dbateman@free.fr>
+
+	* plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m,
+	miscellaneous/what.m: New functions
+	* plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new
+	functions.
+
 2007-10-22  David Bateman  <dbateman@free.fr>
 
         * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete.
--- a/scripts/miscellaneous/Makefile.in
+++ b/scripts/miscellaneous/Makefile.in
@@ -42,7 +42,7 @@
   news.m orderfields.m pack.m paren.m parseparams.m \
   run.m semicolon.m setfield.m single.m substruct.m swapbytes.m tar.m \
   tempdir.m tempname.m texas_lotto.m unix.m unpack.m untar.m \
-  unzip.m ver.m version.m warning_ids.m xor.m zip.m
+  unzip.m ver.m version.m warning_ids.m what.m xor.m zip.m
 
 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES))
 
--- a/scripts/plot/Makefile.in
+++ b/scripts/plot/Makefile.in
@@ -34,6 +34,7 @@
 INSTALL_DATA = @INSTALL_DATA@
 
 SOURCES = \
+  __axes_limits__.m \
   __axis_label__.m \
   __bar__.m \
   __default_plot_options__.m \
@@ -114,8 +115,11 @@
   title.m \
   view.m \
   xlabel.m \
+  xlim.m \
   ylabel.m \
-  zlabel.m
+  ylim.m \
+  zlabel.m \
+  zlim.m
 
 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES))