changeset 12431:aa2cc2533306 release-3-4-x

fix whitespace in ChangeLog
author Konstantinos Poulios <logari81@gmail.com>
date Wed, 09 Feb 2011 18:19:20 +0100
parents 3ca18cf51413
children 455f2db40a8f
files src/ChangeLog
diffstat 1 files changed, 30 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 09 18:05:43 2011 +0100
+++ b/src/ChangeLog	Wed Feb 09 18:19:20 2011 +0100
@@ -22,7 +22,7 @@
 
 	* graphics.h.in (class axes::properties): Tag positionmode,
 	rotationmode, horizontalalignmentmode, verticalalignmentmode
-	with "u" qualifier.	New hidden property autopos_tag.
+	with "u" qualifier. New hidden property autopos_tag.
 	(axes::properties::request_autopos,
 	axes::properties::update_positionmode,
 	axes::properties::update_rotationmode,
@@ -881,7 +881,7 @@
 2011-01-09  David Bateman  <dbateman@free.fr>
 
 	* ls-mat5.cc (save_mat5_array_length (const float*, octave_idx_type,
-        bool)): Take in to account the short tags for single data elements.
+	bool)): Take in to account the short tags for single data elements.
 	(int save_mat5_element_length (const octave_value&, const std::string&,
 	bool, bool)): Declare sparse matrices const to avoid a copy on read.
 	* ls-utils.cc (save_type get_save_type (float, float)): New function.
@@ -1042,7 +1042,7 @@
 2010-12-28  David Bateman  <dbateman@free.fr>
 
 	* ls-mat5.cc (save_mat5_array_length (const float*, octave_idx_type,
-        bool)): Take in to account the 4 bytes of padding for an odd number
+	bool)): Take in to account the 4 bytes of padding for an odd number
 	of elements in single precision arrays.
 
 2010-12-27  Rik  <octave@nomad.inbox5.com>
@@ -1437,7 +1437,7 @@
 2010-11-02  David Bateman  <dbateman@free.fr>
 
 	* ls-hdf5.cc (bool hdf5_get_scalar_attr (hid_t, hid_t,
-        const char *, void *), herr_t hdf5_add_scalar_attr
+	const char *, void *), herr_t hdf5_add_scalar_attr
 	(hid_t, hid_t, const char *, void *)): New functions.
 	(herr_t hdf5_add_scalar_attr (hid_t, const char *)): Remove static
 	definition to make this function visible externally.
@@ -1448,7 +1448,7 @@
 	hdf5_add_scalar_attr (hid_t, hid_t, const char *, void *)): Function
 	declarations.
 	* ov-range.cc (bool octave_range::save_hdf5 (hid_t, const char *,
-        bool)): Save the number of elements in the range as an HDF5 attribute.
+	bool)): Save the number of elements in the range as an HDF5 attribute.
 	(bool octave_range::load_hdf5 (hid_t, const char *)): If an HDF5
 	attribute containing the number of elements exists use it to ensure
 	the correct number of elements in the range.
@@ -1467,19 +1467,19 @@
 	(void base_properties::set_children (const octave_value&)): Delete.
 	(void base_properties::delete_children (void)): Delete.
 	(base_properties::update_axis_limits (const std::string&,
-        const graphics_handle&) const): New method.
+	const graphics_handle&) const): New method.
 	(void base_graphics_object::update_axis_limits (const std::string&,
-        const graphics_handle&)): New Method.
+	const graphics_handle&)): New Method.
 	(Matrix base_properties::get_children_internal (bool) const): Delete.
 	(Matrix base_properties::get_children (void) const): Delete.
 	(Matrix base_properties::get_hidden_children (void) const): Delete.
 	(void axes::update_axis_limits (const std::string&,
-        const graphics_handle&): New Method.
+	const graphics_handle&): New Method.
 	(void hggroup::properties::update_limits (void) const): New method.
 	(void hggroup::properties::update_limits (const graphics_handle&)
 	const): New method.
 	(void hggroup::update_axis_limits (const std::string&,
-        const graphics_handle&)): New method.
+	const graphics_handle&)): New method.
 	* graphics.h.in (class children_property): New class.
 	(class base_properties): Use it.
 	(base_graphics_object::update_axis_limits(const std::string&,
@@ -1494,7 +1494,7 @@
 	(void hggroup::properties::update_limits (const graphics_handle&)
 	const): New method.
 	(void hggroup::update_axis_limits (const std::string&,
-        const graphics_handle&)): New method.
+	const graphics_handle&)): New method.
 
 2010-10-31  Michael Goffioul  <michael.goffioul@gmail.com>
 
@@ -1522,26 +1522,26 @@
 
 2010-10-28  Konstantinos Poulios  <logari81@googlemail.com>
 
-        * graphics.cc (normalized_aspectratios, max_axes_scale):
-        New file-scope static function
-        (updating_aspectratios): New file-scope variable.
-        (axes::properties::update_aspectratios, axes::update_axis_limits):
-        Return immediately if updating_aspecratios is true.
-        (axes::properties::update_aspectratios):
-        If dataaspectratiomode is set to manual this function will try to
-        respect it even after changes in xlim, ylim, zlim.
-        If both dataaspectratiomode and plotboxaspectratiomode is set to
-        manual this function will try to recalulate xlim, ylim, zlim
-        depending on the status of xlimmode, ylimmode, zlimmode. If
-        altering xlim, ylim, zlim is not possible, plotboxaspectratio will
-        be overriden.
-        * graphics.h.in (class axes::properties): Tag dataaspectratio,
-        dataaspectratiomode, plotboxaspectratio, and
-        plotboxaspectratiomode with "u" qualifier.
-        (axes::update_dataaspectratio,
-        axes::update_dataaspectratiomode,
-        axes::update_plotboxaspectratio,
-        axes::update_plotboxaspectratiomode): New functions.
+	* graphics.cc (normalized_aspectratios, max_axes_scale):
+	New file-scope static function
+	(updating_aspectratios): New file-scope variable.
+	(axes::properties::update_aspectratios, axes::update_axis_limits):
+	Return immediately if updating_aspecratios is true.
+	(axes::properties::update_aspectratios):
+	If dataaspectratiomode is set to manual this function will try to
+	respect it even after changes in xlim, ylim, zlim.
+	If both dataaspectratiomode and plotboxaspectratiomode is set to
+	manual this function will try to recalulate xlim, ylim, zlim
+	depending on the status of xlimmode, ylimmode, zlimmode. If
+	altering xlim, ylim, zlim is not possible, plotboxaspectratio will
+	be overriden.
+	* graphics.h.in (class axes::properties): Tag dataaspectratio,
+	dataaspectratiomode, plotboxaspectratio, and
+	plotboxaspectratiomode with "u" qualifier.
+	(axes::update_dataaspectratio,
+	axes::update_dataaspectratiomode,
+	axes::update_plotboxaspectratio,
+	axes::update_plotboxaspectratiomode): New functions.
 
 2010-10-25  John W. Eaton  <jwe@octave.org>