# HG changeset patch # User dbateman # Date 1193127589 0 # Node ID e426f849fc3646d8364c4a05d7f68e311ec2d600 # Parent 845ca0affec071b341e1d509c96f8fd84f6a3bd4 [project @ 2007-10-23 08:19:48 by dbateman] diff -r 845ca0affec0 -r e426f849fc36 scripts/ChangeLog --- a/scripts/ChangeLog Mon Oct 22 16:55:41 2007 +0000 +++ b/scripts/ChangeLog Tue Oct 23 08:19:49 2007 +0000 @@ -1,3 +1,10 @@ +2007-10-23 David Bateman + + * 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 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. diff -r 845ca0affec0 -r e426f849fc36 scripts/miscellaneous/Makefile.in --- a/scripts/miscellaneous/Makefile.in Mon Oct 22 16:55:41 2007 +0000 +++ b/scripts/miscellaneous/Makefile.in Tue Oct 23 08:19:49 2007 +0000 @@ -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)) diff -r 845ca0affec0 -r e426f849fc36 scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in Mon Oct 22 16:55:41 2007 +0000 +++ b/scripts/plot/Makefile.in Tue Oct 23 08:19:49 2007 +0000 @@ -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))