comparison NEWS @ 20490:077e73619ba8 stable

Allow NEWS to be displayed properly in QTextBrowser (bug #45396) * NEWS: Avoid <TAG> in document so that they won't be discarded by QTextBrowser when the NEWS file is displayed in the GUI.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Jun 2015 14:37:55 -0400
parents bef9086a6725
children 5db7eea18d76 caa5de39147e
comparison
equal deleted inserted replaced
20483:b8c1b3e9aa91 20490:077e73619ba8
307 ** The internal function atan2 of the sparse matrix class has been deprecated 307 ** The internal function atan2 of the sparse matrix class has been deprecated
308 in Octave 4.0 and will be removed from Octave 4.4 (or whatever version is 308 in Octave 4.0 and will be removed from Octave 4.4 (or whatever version is
309 the second major release after 4.0). Use the Fatan2 function with sparse 309 the second major release after 4.0). Use the Fatan2 function with sparse
310 inputs as a replacement. 310 inputs as a replacement.
311 311
312 ** The internal class <Octave_map> was deprecated in Octave 3.8 and has 312 ** The internal class Octave_map was deprecated in Octave 3.8 and has
313 been removed from Octave 4.0. Replacement classes are 313 been removed from Octave 4.0. Replacement classes are
314 <octave_map> (struct array) or <octave_scalar_map> for a single structure. 314 octave_map (struct array) or octave_scalar_map for a single structure.
315 315
316 ** The configure option --enable-octave-allocator has been removed. 316 ** The configure option --enable-octave-allocator has been removed.
317 The internal class <octave_allocator> declared in oct-alloc.h has 317 The internal class octave_allocator declared in oct-alloc.h has
318 been removed. The header remains, but is deprecated. The macros to 318 been removed. The header remains, but is deprecated. The macros to
319 access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR, 319 access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR,
320 and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be 320 and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be
321 empty. 321 empty.
322 322