[PATCH 1/2] Clean up ChangeLogs.

--- ChangeLog | 11 ++++++----- milena/ChangeLog | 35 +++++++++++++++++++---------------- milena/sandbox/ChangeLog | 6 +++--- 3 files changed, 28 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index d23c5b5..73c6fb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,8 +55,8 @@ 2009-07-09 Guillaume Lazzara <lazzara@lrde.epita.fr> - * mln/geom/rotate.hh: Avoid an ICE with gcc 4.0.1 on MacOs - X (leopard 10.5). + * mln/geom/rotate.hh: Avoid an ICE with gcc 4.0.1 on Mac OS + X (Leopard 10.5). 2009-07-09 Guillaume Lazzara <lazzara@lrde.epita.fr> @@ -67,8 +67,8 @@ Improve lrde-upload.sh script. * lrde-upload.sh: - - Prune old tarballs. - - Append the current date to the tarball name. + - Prune old tarballs. + - Append the current date to the tarball name. 2009-07-08 Guillaume Lazzara <lazzara@lrde.epita.fr> @@ -229,7 +229,8 @@ 2009-06-12 Roland Levillain <roland@lrde.epita.fr> - Extend Autoconf macro OLN_WITH_LIB to handle the library's dependencies. + Extend Autoconf macro OLN_WITH_LIB to handle the library's + dependencies. * m4/oln-with-lib.m4 (OLN_WITH_LIB): Add a sixth (optional) argument to pass other libraries that the search library depends diff --git a/milena/ChangeLog b/milena/ChangeLog index 0752279..d7ff297 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1075,7 +1075,7 @@ Small fixes. * mln/core/image/imorph/labeled_image.hh: add bboxes() and subdomain() - members. + members. * mln/morpho/tree/compute_attribute_image.hh: re-indent. @@ -1515,8 +1515,8 @@ * doc/Makefile.am: improve rules dependencies. * doc/examples/Makefile.am: - - Compare split files to references. - - Add a rule 'data-regen'. Reference data is now generated on demand + - Compare split files to references. + - Add a rule 'data-regen'. Reference data is now generated on demand only. * doc/examples/split/accu-right-instanciation-1.cc, @@ -7264,7 +7264,7 @@ * tests/accu/Makefile.am, * tests/accu/stat/Makefile.am: - Update makefiles respecting stat accus directory. + Update makefiles respecting stat accus directory. * apps/statues/mesh-complex-max-curv.cc, * apps/statues/mesh-max-curv.cc, @@ -7343,7 +7343,7 @@ * mln/morpho/dilation.hh, * mln/morpho/erosion.hh: Idem + replace mln_morpho_select_accu(..., accu_name) by - mln_morpho_select_accu(..., stat::accu_name). + mln_morpho_select_accu(..., stat::accu_name). 2009-06-05 Edwin Carlinet <carlinet@lrde.epita.fr> @@ -7370,9 +7370,9 @@ More fixes for documentation build system. * doc/Makefile.am: - - Fix invalid replacement in doxyfile. - - Fix invalid rule names. - - Fix invalid dist files. + - Fix invalid replacement in doxyfile. + - Fix invalid rule names. + - Fix invalid dist files. * tests/tools/pretty_check.sh: return the make check return value. @@ -9776,12 +9776,12 @@ Simplifying function concepts. * mln/core/concept/function.hh: Remove all concepts except - Function, Function_v2v, Function_v2b, Function_vv2v, and - Function_vv2b. + Function, Function_v2v, Function_v2b, Function_vv2v, and + Function_vv2b. * mln/data/transform.spe.hh: De-activate some implementation - routines and their related some dispatch routines. - (todo): New. + routines and their related some dispatch routines. + (todo): New. * mln/topo/is_simple_cell.hh, * mln/topo/skeleton/breadth_first_thinning.hh, @@ -18010,7 +18010,8 @@ Fix issues with GCC 2.95. - * mln/value/internal/limits.hh: add support for std::numeric_limits with gcc 2.95. + * mln/value/internal/limits.hh: add support for + std::numeric_limits with gcc 2.95. * headers.mk: add limits.hh. @@ -18025,7 +18026,8 @@ * mln/util/tree.hh: use <iostream> instead of <ostream>. * mln/core/dpoint.hh, - * mln/core/point.hh: Help the compiler resolving 'G::dim' in method return type. + * mln/core/point.hh: Help the compiler resolving 'G::dim' in + method return type. * mln/value/float01.hh: use '&&' operator instead of 'and'. @@ -25023,7 +25025,8 @@ Fix return type of i2v::array::operator(). - * mln/fun/i2v/array.hh (operator() const): Return a reference instead of a copy. + * mln/fun/i2v/array.hh (operator() const): Return a reference + instead of a copy. 2008-10-27 Guillaume Lazzara <z@lrde.epita.fr> @@ -25031,7 +25034,7 @@ * mln/core/site_set/box.hh: - Add a new version of enlarge() which can be applied on a single - dimension passed as parameter. + dimension passed as parameter. - Add center() which returns an approximated central site of a box. 2008-10-27 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog index 17350fe..45577b8 100644 --- a/milena/sandbox/ChangeLog +++ b/milena/sandbox/ChangeLog @@ -56,10 +56,10 @@ Util to trace attribute evolution along the branch. * edwin/exec/mask_colorize.cc: Color labeling from a mask - image. + image. * edwin/exec/max_delta_colormean_obj.cc: Retrieve components - that maximes the distance between the mean color of components. + that maximizes the distance between the mean color of components. * edwin/mln/morpho/tree/propagate.hh: Minor fixes. @@ -797,7 +797,7 @@ * edwin/mln/morpho/tree/components.hh, * edwin/mln/morpho/tree/filter.hh, * laurent/playing_with_attributes.cc: Propagate suppression of - intermediate function concepts. + intermediate function concepts. 2009-06-01 Fabien Freling <fabien.freling@lrde.epita.fr> -- 1.6.1.2
participants (1)
-
Roland Levillain