comparison src/ChangeLog @ 7215:dd88d61d443f

[project @ 2007-11-29 16:44:45 by jwe]
author jwe
date Thu, 29 Nov 2007 16:46:40 +0000
parents 86d0b16f2bb2
children dd8b3bbeeaf9
comparison
equal deleted inserted replaced
7214:86d0b16f2bb2 7215:dd88d61d443f
1 2007-11-29 John W. Eaton <jwe@octave.org>
2
3 * pr-output.cc (octave_print_internal_template (std::ostream&,
4 const octave_int<T>&, bool)): Rename from octave_print_internal.
5 (PRINT_INT_SCALAR_INTERNAL): New macro. Use it to define
6 non-template functions for printing scalar octave_int values.
7 (octave_print_internal_template (std::ostream&, const intNDArray<T>&,
8 bool, int)): Rename from octave_print_internal.
9 (PRINT_INT_ARRAY_INTERNAL): New macro. Use it to define
10 non-template functions for printing scalar octave_int values.
11 * pr-output.h: Declare non-template functions for printing
12 octave_int scalar and array values.
13 Delete declarations of template funtions for printing octave_int
14 scalar and array values.
15
1 2007-11-28 John W. Eaton <jwe@octave.org> 16 2007-11-28 John W. Eaton <jwe@octave.org>
2 17
3 * graphics.cc (base_properties::update_axis_limits, 18 * graphics.cc (base_properties::update_axis_limits,
4 axes::update_axis_limits): New functions. 19 axes::update_axis_limits): New functions.
5 * graphics.h.in (class data_property): New class. 20 * graphics.h.in (class data_property): New class.