comparison src/ChangeLog @ 6761:813172f035de

[project @ 2007-06-27 15:08:05 by jwe]
author jwe
date Wed, 27 Jun 2007 15:08:06 +0000
parents 301885c9d265
children e6b528a3a2a9
comparison
equal deleted inserted replaced
6760:301885c9d265 6761:813172f035de
1 2007-06-27 Kai Habel <kai.habel@gmx.de>
2
3 * graphics.h (color_values::color_values): Arg is now std:string
4 instead of char. Call str2rgb, not c2rgb.
5 * graphics.h, graphics.cc: (color_values::str2rgb): Rename from
6 c2rgb. Handle long color names, not just single char abbreviations.
7
1 2007-06-27 David Bateman <dbateman@free.fr> 8 2007-06-27 David Bateman <dbateman@free.fr>
2 9
3 * src/load-save.cc (Fsave): Ensure header is written for non 10 * src/load-save.cc (Fsave): Ensure header is written for non
4 existent file with "-append". 11 existent file with "-append".
5 * src/ls-hdf5.h: First steps towards having append work for hdf5. 12 * src/ls-hdf5.h: First steps towards having append work for hdf5.
35 * graphics.h (OCTAVE_GRAPHICS_PROPERTY_INTERNAL, 42 * graphics.h (OCTAVE_GRAPHICS_PROPERTY_INTERNAL,
36 OCTAVE_GRAPHICS_PROPERTY, OCTAVE_GRAPHICS_MUTABLE_PROPERTY): 43 OCTAVE_GRAPHICS_PROPERTY, OCTAVE_GRAPHICS_MUTABLE_PROPERTY):
37 New macros. Use them to declare individual properties and define 44 New macros. Use them to declare individual properties and define
38 accessor methods for each property in the property classes. 45 accessor methods for each property in the property classes.
39 46
40 2007-06-15 Kai Habel <kai.habel@gmx.de> 47 2007-06-15 Kai Habel <kai.habel@gmx.de>
41 48
42 * graphics.cc (Fget, Fset): Handle vectors of handles. 49 * graphics.cc (Fget, Fset): Handle vectors of handles.
43 50
44 2007-06-14 John W. Eaton <jwe@octave.org> 51 2007-06-14 John W. Eaton <jwe@octave.org>
45 52