comparison src/ChangeLog @ 5850:426b94346d70

[project @ 2006-06-09 15:44:35 by jwe]
author jwe
date Fri, 09 Jun 2006 15:46:10 +0000
parents 415ae81d331b
children 169b5538840b
comparison
equal deleted inserted replaced
5849:e89f8bae317b 5850:426b94346d70
1 2006-06-09 John W. Eaton <jwe@octave.org>
2
3 * version.h (OCTAVE_VERSION): Now 2.9.6.
4 (OCTAVE_API_VERSION): Now api-v19.
5 (OCTAVE_RELEASE_DATE): Now 2006-06-09.
6
7 * ov-cell.cc (cell::save_hdf5): Use leading zeros to keep elements
8 correctly sorted in the HDF file.
9 From Stephen Fegan <sfegan@astro.ucla.edu>.
10
1 2006-06-08 John W. Eaton <jwe@octave.org> 11 2006-06-08 John W. Eaton <jwe@octave.org>
2 12
3 * ov-usr-fcn.cc (function::do_multi_index_op): Append contents of 13 * ov-usr-fcn.cc (function::do_multi_index_op): Append contents of
4 varargout to ret_list before calling convert_to_const_vector. 14 varargout to ret_list before calling convert_to_const_vector.
5 15