# HG changeset patch # User John W. Eaton # Date 1279522893 14400 # Node ID 8b135864b86b56abfa6b8e19e1d131939c72b09e # Parent d479134f59deb8e69cd1ac0a95ff5d243b995754 ChangeLog fixes diff -r d479134f59de -r 8b135864b86b ChangeLog --- a/ChangeLog Mon Jul 19 02:59:03 2010 -0400 +++ b/ChangeLog Mon Jul 19 03:01:33 2010 -0400 @@ -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 diff -r d479134f59de -r 8b135864b86b doc/ChangeLog --- a/doc/ChangeLog Mon Jul 19 02:59:03 2010 -0400 +++ b/doc/ChangeLog Mon Jul 19 03:01:33 2010 -0400 @@ -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 diff -r d479134f59de -r 8b135864b86b scripts/ChangeLog --- a/scripts/ChangeLog Mon Jul 19 02:59:03 2010 -0400 +++ b/scripts/ChangeLog Mon Jul 19 03:01:33 2010 -0400 @@ -142,7 +142,7 @@ 2010-07-17 Rik - * 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, diff -r d479134f59de -r 8b135864b86b src/ChangeLog --- a/src/ChangeLog Mon Jul 19 02:59:03 2010 -0400 +++ b/src/ChangeLog Mon Jul 19 03:01:33 2010 -0400 @@ -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 * 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): 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 * 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 @@ -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.