# HG changeset patch # User jwe # Date 1194372188 0 # Node ID 33ed85dcfaa88ad333d1f1c2bf1f459dfbdbdcbe # Parent a53649dc07b64f988485f80b4cf6729b3c2d90de [project @ 2007-11-06 18:03:08 by jwe] diff -r a53649dc07b6 -r 33ed85dcfaa8 scripts/ChangeLog --- a/scripts/ChangeLog Tue Nov 06 17:55:18 2007 +0000 +++ b/scripts/ChangeLog Tue Nov 06 18:03:08 2007 +0000 @@ -1,3 +1,7 @@ +2007-11-05 Michael Goffioul + + * startup/inputrc: Delete key bindings starting with \340 code. + 2007-11-06 David Bateman * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm diff -r a53649dc07b6 -r 33ed85dcfaa8 scripts/plot/bar.m --- a/scripts/plot/bar.m Tue Nov 06 17:55:18 2007 +0000 +++ b/scripts/plot/bar.m Tue Nov 06 18:03:08 2007 +0000 @@ -18,11 +18,11 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} bar (@var{x}, @var{y}) -## @deftypefnx {Function File} bar (@var{y}) -## @deftypefnx {Function File} bar (@var{x}, @var{y}, @var{w}) -## @deftypefnx {Function File} bar (@var{x}, @var{y}, @var{w}, @var{style}) -## @deftypefnx {Function File} {@var{h} =} bar (...,@var{prop}, @var{val}) +## @deftypefn {Function File} {} bar (@var{x}, @var{y}) +## @deftypefnx {Function File} {} bar (@var{y}) +## @deftypefnx {Function File} {} bar (@var{x}, @var{y}, @var{w}) +## @deftypefnx {Function File} {} bar (@var{x}, @var{y}, @var{w}, @var{style}) +## @deftypefnx {Function File} {@var{h} =} bar (@dots{}, @var{prop}, @var{val}) ## Produce a bar graph from two vectors of x-y data. ## ## If only one argument is given, it is taken as a vector of y-values diff -r a53649dc07b6 -r 33ed85dcfaa8 scripts/plot/barh.m --- a/scripts/plot/barh.m Tue Nov 06 17:55:18 2007 +0000 +++ b/scripts/plot/barh.m Tue Nov 06 18:03:08 2007 +0000 @@ -17,11 +17,11 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} barh (@var{x}, @var{y}) -## @deftypefnx {Function File} barh (@var{y}) -## @deftypefnx {Function File} barh (@var{x}, @var{y}, @var{w}) -## @deftypefnx {Function File} barh (@var{x}, @var{y}, @var{w}, @var{style}) -## @deftypefnx {Function File} {@var{h} =} barh (...,@var{prop}, @var{val}) +## @deftypefn {Function File} {} barh (@var{x}, @var{y}) +## @deftypefnx {Function File} {} barh (@var{y}) +## @deftypefnx {Function File} {} barh (@var{x}, @var{y}, @var{w}) +## @deftypefnx {Function File} {} barh (@var{x}, @var{y}, @var{w}, @var{style}) +## @deftypefnx {Function File} {@var{h} =} barh (@dots{}, @var{prop}, @var{val}) ## Produce a horizontal bar graph from two vectors of x-y data. ## ## If only one argument is given, it is taken as a vector of y-values diff -r a53649dc07b6 -r 33ed85dcfaa8 scripts/startup/inputrc --- a/scripts/startup/inputrc Tue Nov 06 17:55:18 2007 +0000 +++ b/scripts/startup/inputrc Tue Nov 06 18:03:08 2007 +0000 @@ -10,7 +10,6 @@ ## sequence for the UP arrow. "\e[A": history-search-backward -"\340H": history-search-backward ## history-search-forward: ## @@ -20,4 +19,3 @@ ## sequence for the DOWN arrow. "\e[B": history-search-forward -"\340P": history-search-forward