changeset 6653:673686daec87

[project @ 2007-05-22 15:36:09 by jwe]
author jwe
date Tue, 22 May 2007 15:36:10 +0000
parents f92a2b56fd70
children 3390577e4e70
files ChangeLog NEWS.2 README.MSVC WWW/NEWS-2.html doc/ChangeLog doc/faq/Octave-FAQ.texi doc/interpreter/basics.txi doc/refcard/refcard.tex scripts/ChangeLog scripts/control/system/is_stabilizable.m scripts/general/bicubic.m scripts/image/ind2gray.m scripts/image/saveimage.m scripts/plot/box.m scripts/plot/grid.m scripts/signal/freqz.m src/ChangeLog src/debug.cc src/error.cc src/load-save.cc src/oct-hist.cc src/sighandlers.cc src/symtab.cc src/version.h
diffstat 24 files changed, 47 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-22  Thomas Weber  <thomas.weber.mail@gmail.com>
+
+	* NEWS.2, README.MSVC, WWW/NEWS-2.html: Fix typos.
+
 2007-05-16  David Bateman  <dbateman@free.fr>
 
 	* PROJECTS: Update.
--- a/NEWS.2
+++ b/NEWS.2
@@ -1008,7 +1008,7 @@
     the list of directories to search when executing subprograms.  Its
     initial value is taken from the environment variable
     OCTAVE_EXEC_PATH (if it exists) or PATH, but that value can be
-    overridden by the the command line argument --exec-path PATH, or
+    overridden by the command line argument --exec-path PATH, or
     by setting the value of EXEC_PATH in a startup script.  If the
     EXEC_PATH begins (ends) with a colon, the directories
     $OCTAVE_HOME/lib/octave/VERSION/exec/ARCH and $OCTAVE_HOME/bin are
--- a/README.MSVC
+++ b/README.MSVC
@@ -63,7 +63,7 @@
         Grab the newer one and simply uncompress it in the root
         directory of the MSYS installation directory.
 
-If you are building from CVS, you will need the the following
+If you are building from CVS, you will need the following
 additional tools that are not part of the MSYS packages
 
   bison  flex  gperf
--- a/WWW/NEWS-2.html
+++ b/WWW/NEWS-2.html
@@ -953,7 +953,7 @@
     the list of directories to search when executing subprograms.  Its
     initial value is taken from the environment variable
     OCTAVE_EXEC_PATH (if it exists) or PATH, but that value can be
-    overridden by the the command line argument --exec-path PATH, or
+    overridden by the command line argument --exec-path PATH, or
     by setting the value of EXEC_PATH in a startup script.  If the
     EXEC_PATH begins (ends) with a colon, the directories
     $OCTAVE_HOME/lib/octave/VERSION/exec/ARCH and $OCTAVE_HOME/bin are
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-22  Thomas Weber  <thomas.weber.mail@gmail.com>
+
+	* faq/Octave-FAQ.texi, interpreter/basics.txi,
+	refcard/refcard.tex: Fix typos.
+
 2007-05-22  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list.
--- a/doc/faq/Octave-FAQ.texi
+++ b/doc/faq/Octave-FAQ.texi
@@ -429,7 +429,7 @@
 To subscribe to the list, go to @url{www.octave.org/archive.html} and
 follow the link to the subscription page for the list.
 
-@strong{Please do not} send requests to be added or removed from the the
+@strong{Please do not} send requests to be added or removed from the
 mailing list, or other administrative trivia to the list itself.
 
 An archive of old postings to the help-octave mailing list is maintained
@@ -943,7 +943,7 @@
 @item
 Comments in octave can be marked with "#". This allows POSIX
 systems to have the first line as "#! octave -q" and mark the script
-itself executable. @sc{Matlab} doesn't have this feature due the the
+itself executable. @sc{Matlab} doesn't have this feature due to the
 absence of comments starting with "#"
 
 @item
--- a/doc/interpreter/basics.txi
+++ b/doc/interpreter/basics.txi
@@ -98,7 +98,7 @@
 Specify the name of the info file to use.  The value of @var{filename}
 specified on the command line will override any value of
 @code{OCTAVE_INFO_FILE} found in the environment, but not any commands
-in the system or user startup files that use the the @code{info_file}
+in the system or user startup files that use the @code{info_file}
 function.
 
 @item --info-program @var{program}
--- a/doc/refcard/refcard.tex
+++ b/doc/refcard/refcard.tex
@@ -426,7 +426,7 @@
 \sec Command-Line Cursor Motion;
 C-b&move back one character\cr
 C-f&move forward one character\cr
-C-a&move the the start of the line\cr
+C-a&move to the start of the line\cr
 C-e&move to the end of the line\cr
 M-f&move forward a word\cr
 M-b&move backward a word\cr
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-22  Thomas Weber  <thomas.weber.mail@gmail.com>
+
+	* ChangeLog, control/system/is_stabilizable.m, general/bicubic.m,
+	image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m,
+	signal/freqz.m: Fix typos.
+
 2007-05-21  David Bateman  <dbateman@free.fr>
 
 	* pkg/pkg.m: Add rebuild target, and -local, -global option to
@@ -7226,7 +7232,7 @@
 	* image/Makefile.in: Don't build or install octtoppm.
 
 	* image/saveimage.m: Rewrite to avoid using octoppm and pbm
-	routines so that people who don't have the the pbm stuff installed
+	routines so that people who don't have the pbm stuff installed
 	can still use this function.
 
 Mon Oct  2 05:10:44 1995  John Eaton  <jwe@bevo.che.wisc.edu>
--- a/scripts/control/system/is_stabilizable.m
+++ b/scripts/control/system/is_stabilizable.m
@@ -21,7 +21,7 @@
 ## @deftypefn {Function File} {@var{retval} =} is_stabilizable (@var{sys}, @var{tol})
 ## @deftypefnx {Function File} {@var{retval} =} is_stabilizable (@var{a}, @var{b}, @var{tol}, @var{dflg})
 ## Logical check for system stabilizability (i.e., all unstable modes are controllable). 
-## Returns 1 if the system is stabilizable, 0 if the the system is not stabilizable, -1 
+## Returns 1 if the system is stabilizable, 0 if the system is not stabilizable, -1 
 ## if the system has non stabilizable modes at the imaginary axis (unit circle for 
 ## discrete-time systems.
 ##
--- a/scripts/general/bicubic.m
+++ b/scripts/general/bicubic.m
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{zi}=} bicubic (@var{x}, @var{y}, @var{z}, @var{xi}, @var{yi})
 ##
-## Return a matrix @var{zi} corresponding to the the bicubic
+## Return a matrix @var{zi} corresponding to the bicubic
 ## interpolations at @var{xi} and @var{yi} of the data supplied
 ## as @var{x}, @var{y} and @var{z}. 
 ##
--- a/scripts/image/ind2gray.m
+++ b/scripts/image/ind2gray.m
@@ -42,7 +42,7 @@
   ## Convert colormap to intensity values (the first column of the
   ## result of the call to rgb2ntsc) and then replace indices in
   ## the input matrix with indexed values in the output matrix (indexed
-  ## values are the result of indexing the the intensity values by the
+  ## values are the result of indexing the intensity values by the
   ## elements of X(:)).
 
   Y = reshape (((rgb2ntsc (map))(:,1))(X(:)), rows, cols);
--- a/scripts/image/saveimage.m
+++ b/scripts/image/saveimage.m
@@ -59,7 +59,7 @@
 ## Adapted-By: jwe
 
 ## Rewritten by jwe to avoid using octoppm and pbm routines so that
-## people who don't have the the pbm stuff installed can still use this
+## people who don't have the pbm stuff installed can still use this
 ## function.
 ##
 ## The conversion to PostScript is based on pnmtops.c, which is part of
--- a/scripts/plot/box.m
+++ b/scripts/plot/box.m
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {} grid (@var{h}, @dots{})
 ## Control the display of a border around the plot.
 ## The argument may be either @code{"on"} or @code{"off"}.  If it is
-## omitted, the the current box state is toggled.
+## omitted, the current box state is toggled.
 ## @seealso{grid}
 ## @end deftypefn
 
--- a/scripts/plot/grid.m
+++ b/scripts/plot/grid.m
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {} grid ("minor", @var{arg2})
 ## Force the display of a grid on the plot.
 ## The argument may be either @code{"on"} or @code{"off"}.  If it is
-## omitted, the the current grid state is toggled.
+## omitted, the current grid state is toggled.
 ##
 ## If @var{arg} is @code{"minor"} then the minor grid is toggled. When
 ## using a minor grid a second argument @var{arg2} is allowed, which can
--- a/scripts/signal/freqz.m
+++ b/scripts/signal/freqz.m
@@ -128,7 +128,7 @@
   elseif (strcmp (region, "whole"))
     f = Fs * (0:n-1)' / n;
     ## polyval(fliplr(P),exp(jw)) is O(p n) and fft(x) is O(n log(n)),
-    ## where p is the order of the the polynomial P.  For small p it
+    ## where p is the order of the polynomial P.  For small p it
     ## would be faster to use polyval but in practice the overhead for
     ## polyval is much higher and the little bit of time saved isn't
     ## worth the extra code.
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-22  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.12.
+
+2007-05-22  Thomas Weber  <thomas.weber.mail@gmail.com>
+
+	* debug.cc, error.cc, load-save.cc, oct-hist.cc, sighandlers.cc,
+	symtab.cc: Fix typos.
+
 2007-05-22  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.11+.
--- a/src/debug.cc
+++ b/src/debug.cc
@@ -189,7 +189,7 @@
 String representing the function name.  When already in debug\n\
 mode this should be left out and only the line should be given.\n\
 @item line\n\
-Line where you would like to remove the the breakpoint. Multiple\n\
+Line where you would like to remove the breakpoint. Multiple\n\
 lines might be given as seperate arguments or as a vector.\n\
 @end table\n\
 No checking is done to make sure that the line you requested is really\n\
--- a/src/error.cc
+++ b/src/error.cc
@@ -1040,7 +1040,7 @@
 @deftypefnx {Built-in Function} {} warning (\"off\", @var{id})\n\
 @deftypefnx {Built-in Function} {} warning (\"error\", @var{id})\n\
 @deftypefnx {Built-in Function} {} warning (\"query\", @var{id})\n\
-Set or query the the state of a particular warning using the identifier\n\
+Set or query the state of a particular warning using the identifier\n\
 @var{id}.  If the identifier is omitted, a value of @samp{\"all\"} is\n\
 assumed.  If you set the state of a warning to @samp{\"error\"}, the\n\
 warning named by @var{id} is handled as if it were an error instead.\n\
--- a/src/load-save.cc
+++ b/src/load-save.cc
@@ -1760,7 +1760,7 @@
 @deftypefn {Built-in Function} {@var{val} =} crash_dumps_octave_core ()\n\
 @deftypefnx {Built-in Function} {@var{old_val} =} crash_dumps_octave_core (@var{new_val})\n\
 Query or set the internal variable that controls whether Octave tries\n\
-to save all current variables the the file \"octave-core\" if it\n\
+to save all current variables to the file \"octave-core\" if it\n\
 crashes or receives a hangup, terminate or similar signal.\n\
 @seealso{octave_core_file_limit, octave_core_file_name, octave_core_file_options}\n\
 @end deftypefn")
--- a/src/oct-hist.cc
+++ b/src/oct-hist.cc
@@ -719,7 +719,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {@var{val} =} history_timestamp_format_string ()\n\
 @deftypefnx {Built-in Function} {@var{old_val} =} history_timestamp_format_string (@var{new_val})\n\
-Query or set the internal variable that specifies the the format string\n\
+Query or set the internal variable that specifies the format string\n\
 for the comment line that is written to the history file when Octave\n\
 exits.  The format string is passed to @code{strftime}.  The default\n\
 value is\n\
--- a/src/sighandlers.cc
+++ b/src/sighandlers.cc
@@ -1007,7 +1007,7 @@
 @deftypefn {Built-in Function} {@var{val} =} sighup_dumps_octave_core ()\n\
 @deftypefnx {Built-in Function} {@var{old_val} =} sighup_dumps_octave_core (@var{new_val})\n\
 Query or set the internal variable that controls whether Octave tries\n\
-to save all current variables the the file \"octave-core\" if it receives\n\
+to save all current variables to the file \"octave-core\" if it receives\n\
 a hangup signal.\n\
 @end deftypefn")
 {
@@ -1019,7 +1019,7 @@
 @deftypefn {Built-in Function} {@var{val} =} sigterm_dumps_octave_core ()\n\
 @deftypefnx {Built-in Function} {@var{old_val} =} sigterm_dumps_octave_core (@var{new_val})\n\
 Query or set the internal variable that controls whether Octave tries\n\
-to save all current variables the the file \"octave-core\" if it receives\n\
+to save all current variables to the file \"octave-core\" if it receives\n\
 a terminate signal.\n\
 @end deftypefn")
 {
--- a/src/symtab.cc
+++ b/src/symtab.cc
@@ -450,7 +450,7 @@
   return first_param_space;
 }
 
-// Calculate how much space needs to be reserved for the the
+// Calculate how much space needs to be reserved for the
 // dimensions string.  For example,
 //
 //   mat is a 12x3 matrix
--- a/src/version.h
+++ b/src/version.h
@@ -25,7 +25,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.11+"
+#define OCTAVE_VERSION "2.9.12"
 
 #define OCTAVE_API_VERSION "api-v24"