comparison NEWS @ 18131:c7b68a11074b

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Dec 2013 00:24:02 -0500
parents 2217bc116aa9 e473c4853afc
children fcd87f68af4f
comparison
equal deleted inserted replaced
18118:ec9b35e60f95 18131:c7b68a11074b
43 <octave_map> (struct array) or <octave_scalar_map> for a single structure. 43 <octave_map> (struct array) or <octave_scalar_map> for a single structure.
44 44
45 Summary of important user-visible changes for version 4.0: 45 Summary of important user-visible changes for version 4.0:
46 --------------------------------------------------------- 46 ---------------------------------------------------------
47 47
48 ** For compatibility with Matlab, the "backtrace" warning option is now
49 enabled by default.
50
51 ** The preference
52
53 do_braindead_shortcircuit_evaluation
54
55 is now enabled by default.
56
57 ** The preference
58
59 allow_noninteger_range_as_index
60
61 is now enabled by default and the warning ID
62
63 Octave:noninteger-range-as-index
64
65 is now set to "on" by default instead of "error" by default and "on"
66 for --traditional.
67
48 ** Other new functions added in 4.0.0: 68 ** Other new functions added in 4.0.0:
49 69
50 validateattributes 70 validateattributes
51 71
52 ** Deprecated functions. 72 ** Deprecated functions.
62 82
63 The following functions have been deprecated in Octave 4.0 and will 83 The following functions have been deprecated in Octave 4.0 and will
64 be removed from Octave 4.4 (or whatever version is the second major 84 be removed from Octave 4.4 (or whatever version is the second major
65 release after 4.0): 85 release after 4.0):
66 86
67 *none* 87 allow_noninteger_range_as_index
88 do_braindead_shortcircuit_evaluation
68 89
69 --------------------------------------------------------- 90 ---------------------------------------------------------
70 91
71 See NEWS.3 for old news. 92 See NEWS.3 for old news.