changeset 7106:33ed85dcfaa8

[project @ 2007-11-06 18:03:08 by jwe]
author jwe
date Tue, 06 Nov 2007 18:03:08 +0000
parents a53649dc07b6
children 22397f0fb0b2
files scripts/ChangeLog scripts/plot/bar.m scripts/plot/barh.m scripts/startup/inputrc
diffstat 4 files changed, 14 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-05  Michael Goffioul  <michael.goffioul@gmail.com>
+
+	* startup/inputrc: Delete key bindings starting with \340 code.
+
 2007-11-06  David Bateman  <dbateman@free.fr>
 
 	* linear-algebra/__norm__.m: Scale frobenius norm by infinity norm
--- a/scripts/plot/bar.m
+++ b/scripts/plot/bar.m
@@ -18,11 +18,11 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- 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
--- a/scripts/plot/barh.m
+++ b/scripts/plot/barh.m
@@ -17,11 +17,11 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- 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
--- a/scripts/startup/inputrc
+++ b/scripts/startup/inputrc
@@ -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