# HG changeset patch # User Konstantinos Poulios # Date 1297271960 -3600 # Node ID aa2cc2533306ba41cae106ee71ca9abcca5f74ec # Parent 3ca18cf5141303b8b96ae80ff7d88eda30e09305 fix whitespace in ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 * 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 * 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 @@ -1437,7 +1437,7 @@ 2010-11-02 David Bateman * 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 @@ -1522,26 +1522,26 @@ 2010-10-28 Konstantinos Poulios - * 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