changeset 10798:8b135864b86b

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Mon, 19 Jul 2010 03:01:33 -0400
parents d479134f59de
children 177f1ad7c7c1
files ChangeLog doc/ChangeLog scripts/ChangeLog src/ChangeLog
diffstat 4 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -134,7 +134,7 @@
 	restore FFLAGS.  Temporarily add F77_INTEGER_8_FLAG to FFLAGS.
 	* common.mk (F77_INTEGER_8_FLAG): New variable.
 	(do_subst_config_vals): Substitute it.
-	* configeure.ac: Don't add -fdefault-integer-8 to FFLAGS. 
+	* configeure.ac: Don't add -fdefault-integer-8 to FFLAGS.
 	Substitute F77_INTEGER_8_FLAG.  Improve --enable-64 warning.
 
 2010-02-15  Jaroslav Hajek  <highegg@gmail.com>
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -17,19 +17,19 @@
 	* interpreter/doccheck/aspell.conf: GNU Aspell configuration file for
 	Octave documentation.
 	* interpreter/doccheck/aspell-octave.en.pws: Private Aspell dictionary.
-	* interpreter/doccheck/add_to_aspell_dict: Script to add new 
+	* interpreter/doccheck/add_to_aspell_dict: Script to add new
 	Octave-specific words to private Aspell dictionary.
 	* interpreter/octave.texi: New @nospell macro which forces Aspell to
 	  ignore the word marked by the macro.
-	* interpreter/mk_doc_cache.m: Skip new @nospell macro when 
+	* interpreter/mk_doc_cache.m: Skip new @nospell macro when
 	  building doc_cache.
-	* interpreter/arith.txi, interpreter/audio.txi, 
-	  interpreter/bugs.txi, interpreter/contrib.txi, 
+	* interpreter/arith.txi, interpreter/audio.txi,
+	  interpreter/bugs.txi, interpreter/contrib.txi,
 	  interpreter/debug.txi, interpreter/diagperm.txi,
 	  interpreter/dynamic.txi, interpreter/geometry.txi,
-	  interpreter/matrix.txi, interpreter/numbers.txi, 
+	  interpreter/matrix.txi, interpreter/numbers.txi,
 	  interpreter/oop.txi, interpreter/package.txi,
-	  interpreter/sparse.txi, interpreter/tips.txi: 
+	  interpreter/sparse.txi, interpreter/tips.txi:
 	  Spellcheck documentation.
 
 2010-07-01  Rik <octave@nomad.inbox5.com>
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -142,7 +142,7 @@
 
 2010-07-17  Rik <octave@nomad.inbox5.com>
 
-	* audio/lin2mu.m, general/common_size.m, general/interp1.m, 
+	* audio/lin2mu.m, general/common_size.m, general/interp1.m,
 	general/interp2.m, general/interpn.m, general/quadl.m,
 	geometry/dsearchn.m, geometry/voronoi.m, geometry/voronoin.m,
 	image/hsv2rgb.m, image/imread.m, image/rgb2hsv.m,
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,13 +9,13 @@
 	(view2status): new function
 	* src/graphics.cc: Remove limitations for zooming and translation.
 	(axes::properties::rotate_view): new function
-	
+
 2010-07-17  Rik <octave@nomad.inbox5.com>
 
 	* DLD-FUNCTIONS/balance.cc, DLD-FUNCTIONS/ccolamd.cc,
 	  DLD-FUNCTIONS/cellfun.cc, DLD-FUNCTIONS/dasrt.cc,
 	  DLD-FUNCTIONS/dmperm.cc, DLD-FUNCTIONS/eigs.cc, DLD-FUNCTIONS/qz.cc,
-	  DLD-FUNCTIONS/rand.cc, DLD-FUNCTIONS/sparse.cc, 
+	  DLD-FUNCTIONS/rand.cc, DLD-FUNCTIONS/sparse.cc,
 	  DLD-FUNCTIONS/sqrtm.cc, DLD-FUNCTIONS/symrcm.cc, dirfns.cc,
 	  file-io.cc, syscalls.cc: Spellcheck documentation
 
@@ -134,13 +134,13 @@
 	overload.
 	(do_single_type_concat<octave_map>): New template specialization.
 	(tree_matrix::rvalue1): Specialize for cell and struct classes.
-	* oct-map.cc (octave_map::do_cat (..., const octave_map *, ...)): 
+	* oct-map.cc (octave_map::do_cat (..., const octave_map *, ...)):
 	Assign result dimensions.
 
 2010-07-02  Jaroslav Hajek  <highegg@gmail.com>
 
 	* oct-map.cc (octave_map::cat (..., const octave_scalar_map *)):
-	Handle special dims (-1, -2). 
+	Handle special dims (-1, -2).
 	* data.cc (do_single_type_concat_map): Don't handle them here.
 
 2010-07-01  Jaroslav Hajek  <highegg@gmail.com>
@@ -229,7 +229,7 @@
 	(octave_base_value::map_value): Return octave_map.
 	(octave_base_value::scalar_map_value): New method.
 	* ov-base.cc (octave_base_value::old_map_value,
-	octave_base_value::map_value, octave_base_value::scalar_map_value): 
+	octave_base_value::map_value, octave_base_value::scalar_map_value):
 	Add default implementations.
 	* ov-class.h (octave_class::old_map_value): New override.
 	* ov-class.cc: Use old_map_value for efficiency.