comparison src/ChangeLog @ 5305:539428e4606a

[project @ 2005-04-26 02:59:08 by jwe]
author jwe
date Tue, 26 Apr 2005 02:59:08 +0000
parents 9302581b820d
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5304:7b6edb02f8c9 5305:539428e4606a
1 2005-04-25 John W. Eaton <jwe@octave.org>
2
3 * oct-hist.cc (default_history_file, default_history_size): Now static.
4 * oct-hist.h: Delete decls.
5
6 * oct-hist.cc (default_history_timestamp_format,
7 default_history_timestamp_format): New functions.
8 (Vdefault_history_timestamp_format): New variable.
9 (symbols_of_oct_hist): DEFVAR it.
10 (octave_history_write_timestamp): New function.
11 * oct-hist.h (octave_history_write_timestamp): Provide decl.
12 * toplev.cc (): call octave_history_write_timestamp here.
13 * octave.cc (maximum_braindamage):
14 Bind history_timestamp_format_string here.
15
1 2005-04-22 John W. Eaton <jwe@octave.org> 16 2005-04-22 John W. Eaton <jwe@octave.org>
2 17
3 * version.h (OCTAVE_VERSION): Now 2.9.2. 18 * version.h (OCTAVE_VERSION): Now 2.9.2.
4 (OCTAVE_API_VERSION): Now api-v15. 19 (OCTAVE_API_VERSION): Now api-v15.
5 20