comparison src/ChangeLog @ 6726:6b7ba4a31876

[project @ 2007-06-14 20:16:44 by jwe]
author jwe
date Thu, 14 Jun 2007 20:16:45 +0000
parents dd930ff7f754
children 3d1e0a056e6e
comparison
equal deleted inserted replaced
6725:dd930ff7f754 6726:6b7ba4a31876
1 2007-06-14 John W. Eaton <jwe@octave.org> 1 2007-06-14 John W. Eaton <jwe@octave.org>
2 2
3 * oct-procbuf.cc (procbuf::open): Open pipe in binary mode for 3 * sysdep.cc (octave_popen, octave_pclose): New functions.
4 Windows. 4 * sysdep.h: Provide decls.
5
6 * oct-procbuf.cc (procbuf::open): Use octave_popen.
7 (procbuf::close): Use octave_pclose.
8 * oct-prcstrm.cc (octave_oprocstream::octave_oprocstream,
9 octave_iprocstream::ictave_oprocstream): Likewise.
5 10
6 * graphics.h (text::text_properties::rotation): New data member. 11 * graphics.h (text::text_properties::rotation): New data member.
7 * graphics.cc (text::text_properties::text_properties, 12 * graphics.cc (text::text_properties::text_properties,
8 text::text_properties::set, text::text_properties::get, 13 text::text_properties::set, text::text_properties::get,
9 text::text_properties::factory_defaults): Handle rotation property. 14 text::text_properties::factory_defaults): Handle rotation property.