changeset 12131:da9afc5c4cfb

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Sat, 22 Jan 2011 13:00:07 -0500
parents 3229572cbe23
children dc11166fcddc
files doc/ChangeLog liboctave/ChangeLog scripts/ChangeLog src/ChangeLog
diffstat 4 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Sat Jan 22 12:55:18 2011 -0500
+++ b/doc/ChangeLog	Sat Jan 22 13:00:07 2011 -0500
@@ -23,7 +23,7 @@
 
 	* interpreter/interpimages.m, interpreter/geometryimages.m,
 	interpreter/sparseimages.m, interpreter/plotimages.m:
-	Call graphics_toolkit, not backend. 
+	Call graphics_toolkit, not backend.
 
 2011-01-19  Rik  <octave@nomad.inbox5.com>
 
@@ -67,7 +67,7 @@
 
 2011-01-14  Rik  <octave@nomad.inbox5.com>
 
-	* interpreter/octave.texi, interpreter/poly.txi: Add undocumented 
+	* interpreter/octave.texi, interpreter/poly.txi: Add undocumented
 	polyaffine to documentation.
 
 2011-01-14  Rik  <octave@nomad.inbox5.com>
@@ -144,7 +144,7 @@
 
 2011-01-03  Rik  <octave@nomad.inbox5.com>
 
-	* interpreter/octave.texi: Add new menu item "Correlation and 
+	* interpreter/octave.texi: Add new menu item "Correlation and
 	Regression Analysis"
 	* interpreter/stats.txi: Update documentation chapter on
 	basic statistics.
--- a/liboctave/ChangeLog	Sat Jan 22 12:55:18 2011 -0500
+++ b/liboctave/ChangeLog	Sat Jan 22 13:00:07 2011 -0500
@@ -11,7 +11,7 @@
 	* oct-shlib.h: Ditto.
 	* sparse-base-chol.h: Ditto.
 
-2011-01-21  Pascal Dupuis <Pascal.Dupuis@worldonline.be>
+2011-01-21  Pascal Dupuis  <Pascal.Dupuis@worldonline.be>
 
 	* oct-fftw.h (class octave_fftw_planner): Disallow copying
 	(class octave_float_fftw_planner): Likewise.
@@ -169,7 +169,7 @@
 	* dMatrix.cc (get_blas_trans_arg): Likewise.
 	* fCMatrix.cc (get_blas_trans_arg): Likewise.
 	* fMatrix.cc (get_blas_trans_arg): Likewise.
-	Suggested by Pascal Dupuis  <Pascal.Dupuis@worldonline.be>.
+	Suggested by Pascal Dupuis <Pascal.Dupuis@worldonline.be>.
 
 2011-01-13  John W. Eaton  <jwe@octave.org>
 
--- a/scripts/ChangeLog	Sat Jan 22 12:55:18 2011 -0500
+++ b/scripts/ChangeLog	Sat Jan 22 13:00:07 2011 -0500
@@ -41,9 +41,9 @@
 
 2011-01-20  Rik  <octave@nomad.inbox5.com>
 
-	* scripts/linear-algebra/condest.m, 
+	* scripts/linear-algebra/condest.m,
 	scripts/linear-algebra/onenormest.m, scripts/linear-algebra/qzhess.m,
-	scripts/polynomial/polyfit.m, scripts/special-matrix/pascal.m: Use 
+	scripts/polynomial/polyfit.m, scripts/special-matrix/pascal.m: Use
 	non-breaking spaces between certain adjectives and their linked nouns
 	in docstrings
 
@@ -413,7 +413,7 @@
 2011-01-14  Rik  <octave@nomad.inbox5.com>
 
 	* specfun/nthroot.m: Add Seealso references to docstring.
-	
+
 2011-01-14  Rik  <octave@nomad.inbox5.com>
 
 	* miscellaneous/module.mk: Remove texas_lotto.m from build system.
--- a/src/ChangeLog	Sat Jan 22 12:55:18 2011 -0500
+++ b/src/ChangeLog	Sat Jan 22 13:00:07 2011 -0500
@@ -6,7 +6,7 @@
 2011-01-22  Jaroslav Hajek  <highegg@gmail.com>
 
 	* ov-class.cc (octave_class::subsasgn): Find appropriate unique base
-	before trying any indexed assignment.
+	before trying any indexed assignment.  Bug #32182.
 
 2011-01-22  Konstantinos Poulios  <logari81@googlemail.com>
 
@@ -31,12 +31,12 @@
 	* ov-base.h: Ditto.
 	* pt-mat.cc: Ditto.
 
-2011-01-22  Pascal Dupuis <Pascal.Dupuis@worldonline.be>
+2011-01-22  Pascal Dupuis  <Pascal.Dupuis@worldonline.be>
 
 	* ov-mex-fcn.h, txt-eng-ft.cc, mex.cc:
 	Initialize all data members in initialization list.
 
-2011-01-22  Pascal Dupuis <Pascal.Dupuis@worldonline.be>
+2011-01-22  Pascal Dupuis  <Pascal.Dupuis@worldonline.be>
 
 	* DLD-FUNCTIONS/__init_fltk__.cc (fltk_uimenu): Disallow copying.
 	(class plot_window): Likewise.