comparison src/ChangeLog @ 6734:dd451e0a476c

[project @ 2007-06-15 18:40:56 by jwe]
author jwe
date Fri, 15 Jun 2007 18:40:56 +0000
parents 4ba39e63b005
children ebf96cc00ee9
comparison
equal deleted inserted replaced
6733:d6e615183a80 6734:dd451e0a476c
1 2007-06-15 Shai Ayal <shaiay@users.sourceforge.net>
2
3 * graphics.h (OCTAVE_GRAPHICS_PROPERTY_INTERNAL,
4 OCTAVE_GRAPHICS_PROPERTY, OCTAVE_GRAPHICS_MUTABLE_PROPERTY):
5 New macros. Use them to declare individual properties and define
6 accessor methods for each property in the property classes.
7
1 2007-06-15 Kai Habel <kai.habel@gmx.de> 8 2007-06-15 Kai Habel <kai.habel@gmx.de>
2 9
3 * graphics.cc (Fget, Fset): Handle vectors of handles. 10 * graphics.cc (Fget, Fset): Handle vectors of handles.
4 11
5 2007-06-14 John W. Eaton <jwe@octave.org> 12 2007-06-14 John W. Eaton <jwe@octave.org>