comparison scripts/ChangeLog @ 6962:9ac23c7f1c37

[project @ 2007-10-05 20:52:19 by jwe]
author jwe
date Fri, 05 Oct 2007 20:52:19 +0000
parents 4aef2ca14cf9
children 642f481d2d50
comparison
equal deleted inserted replaced
6961:b559b4bcf51f 6962:9ac23c7f1c37
1 2007-10-05 John W. Eaton <jwe@octave.org>
2
3 * plot/__next_line_color__.m: Get color_rotation from axes
4 colororder property.
5
1 2007-10-03 John W. Eaton <jwe@octave.org> 6 2007-10-03 John W. Eaton <jwe@octave.org>
2 7
3 * miscellaneous/dir.m: Handle symbolic links in compatible way. 8 * miscellaneous/dir.m: Handle symbolic links in compatible way.
4 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". 9 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d".
5 10