comparison src/ChangeLog @ 6171:4508e9d73ea1

[project @ 2006-11-15 20:03:18 by jwe]
author jwe
date Wed, 15 Nov 2006 20:03:18 +0000
parents 7ee64ed645a0
children d3c599afc455
comparison
equal deleted inserted replaced
6170:033b9fd8012a 6171:4508e9d73ea1
1 2006-11-15 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/__gnuplot_raw__.l (write_data, write_inline_data):
4 New functions.
5 (save_in_tmp_file): Use write_data.
6 (gnuplot::send_inline_data, gnuplot_do_send_inline_data):
7 New functions.
8 (F__gnuplot_send_inline_data__, F__gnuplot_save_data__):
9 New functions.
10
11 * ls-oct-ascii.cc (save_ascii_data_for_plotting):
12 Call save_ascii_data with precision = 4.
13 (save_three_d): Temporarily set precision to 4 for output stream.
14
1 2006-11-15 Michael Goffioul <michael.goffioul@swing.be> 15 2006-11-15 Michael Goffioul <michael.goffioul@swing.be>
2 16
3 * Cell.h (Cell): Tag class with OCTINTERP_API. 17 * Cell.h (Cell): Tag class with OCTINTERP_API.
4 18
5 2006-11-13 John W. Eaton <jwe@octave.org> 19 2006-11-13 John W. Eaton <jwe@octave.org>