comparison src/ChangeLog @ 7056:2002804df782

[project @ 2007-10-24 00:32:44 by jwe]
author jwe
date Wed, 24 Oct 2007 00:32:44 +0000
parents 405001b6a514
children c344920f9e9d
comparison
equal deleted inserted replaced
7055:3e4dab6a136c 7056:2002804df782
1 2007-10-23 John W. Eaton <jwe@octave.org> 1 2007-10-23 John W. Eaton <jwe@octave.org>
2
3 * graphics.cc (is_handle (const graphics_handle&)): New function.
4 (gh_manager::do_free, reparent, base_properties::set_parent,
5 properties::get_title, properties::get_xlabel,
6 properties::get_ylabel, properties::get_zlabel,
7 properties::remove_child, make_graphics_object, F__go_figure__,
8 F__go_delete__, __go_axes_init__): Call OK on graphics handle
9 object instead of relying on implicit conversion operator.
10 * graphics.h.in (graphics_handle::operator double ()): Delete.
11 (graphics_handle::operator bool ()): Delete.
12 (gh_manager::do_handle_list, gh_manager::do_figure_handle_list,
13 base_properties::adopt): Call VALUE on graphics handle object
14 instead of relying on implicit conversion operator.
15
16 * ov-base.h (DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA): Call
17 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2 with "( )" as arg list
18 instead of "()".
19
20 * mxarray.h.in (mxClassID): Delete trailing comma in enum decl.
2 21
3 * symtab.h (symbol_table::symbol_table): Reduce default table size 22 * symtab.h (symbol_table::symbol_table): Reduce default table size
4 to 64. 23 to 64.
5 24
6 2007-10-22 Kim Hansen <kimhanse@gmail.com> 25 2007-10-22 Kim Hansen <kimhanse@gmail.com>