comparison src/ChangeLog @ 7112:f90a8188c9c2

[project @ 2007-11-07 00:24:11 by dbateman]
author dbateman
date Wed, 07 Nov 2007 00:24:12 +0000
parents 60a1165732f9
children 373c39904877
comparison
equal deleted inserted replaced
7111:9c73ef1819c7 7112:f90a8188c9c2
7 surface::properties::set, surface::properties::get, 7 surface::properties::set, surface::properties::get,
8 surface::properties::factory_defaults): Handle new properities. 8 surface::properties::factory_defaults): Handle new properities.
9 9
10 2007-11-06 David Bateman <dbateman@free.fr> 10 2007-11-06 David Bateman <dbateman@free.fr>
11 11
12 * data.cc (DATA_REDUCTION): Handle the 'native' and 'double'
13 arguments of the Fsum function.
12 * OPERATORS/op-bm-bm.cc (matrix_to_bool_matrix, 14 * OPERATORS/op-bm-bm.cc (matrix_to_bool_matrix,
13 scalar_to_bool_matrix): New type conversion functions. 15 scalar_to_bool_matrix): New type conversion functions.
14 (install_bm_bm_ops): Install new type conversions functions. 16 (install_bm_bm_ops): Install new type conversions functions.
15 17
16 2007-11-06 Michael Goffioul <michael.goffioul@gmail.com> 18 2007-11-06 Michael Goffioul <michael.goffioul@gmail.com>