Mercurial > hg > octave-nkf
comparison src/ChangeLog @ 5301:9302581b820d ss-2-9-2
[project @ 2005-04-22 17:08:07 by jwe]
author | jwe |
---|---|
date | Fri, 22 Apr 2005 17:09:11 +0000 |
parents | 643a4d5b2b88 |
children | 539428e4606a |
comparison
equal
deleted
inserted
replaced
5300:643a4d5b2b88 | 5301:9302581b820d |
---|---|
1 2005-04-22 John W. Eaton <jwe@octave.org> | 1 2005-04-22 John W. Eaton <jwe@octave.org> |
2 | |
3 * version.h (OCTAVE_VERSION): Now 2.9.2. | |
4 (OCTAVE_API_VERSION): Now api-v15. | |
5 | |
6 * pager.cc (default_pager): Also append -X. | |
2 | 7 |
3 * DLD-FUNCTIONS/dispatch.cc (Fdispatch): Dispatch help on "string" | 8 * DLD-FUNCTIONS/dispatch.cc (Fdispatch): Dispatch help on "string" |
4 and "sq_string" types. | 9 and "sq_string" types. |
5 (dispatch_record): Add extra space to force new paragraph after | 10 (dispatch_record): Add extra space to force new paragraph after |
6 each dispatched function name if we are formatting with Texinfo. | 11 each dispatched function name if we are formatting with Texinfo. |
11 * ls-mat5.cc (read_mat5_binary_element): Only read sparse matrix | 16 * ls-mat5.cc (read_mat5_binary_element): Only read sparse matrix |
12 values if sizeof (int) == sizeof (octave_idx_type). | 17 values if sizeof (int) == sizeof (octave_idx_type). |
13 | 18 |
14 * DLD-FUNCTIONS/colamd.cc: These functions only work if | 19 * DLD-FUNCTIONS/colamd.cc: These functions only work if |
15 sizeof (int) == sizeof (octave_idx_type). | 20 sizeof (int) == sizeof (octave_idx_type). |
16 | |
17 * version.h (OCTAVE_VERSION): Now 2.9.2. | |
18 (OCTAVE_API_VERSION): Now api-v15. | |
19 | 21 |
20 * Makefile.in (parse.cc): Expect 14 shift/reduce conflicts. | 22 * Makefile.in (parse.cc): Expect 14 shift/reduce conflicts. |
21 | 23 |
22 * parse.y (USING TITLE WITH AXES COLON OPEN_BRACE CLEAR): | 24 * parse.y (USING TITLE WITH AXES COLON OPEN_BRACE CLEAR): |
23 Delete unused tokens. | 25 Delete unused tokens. |