Mercurial > hg > octave-nkf
changeset 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 | b8c1b3e9aa91 |
children | 5db7eea18d76 2fc43288a6c4 |
files | NEWS |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -309,12 +309,12 @@ the second major release after 4.0). Use the Fatan2 function with sparse inputs as a replacement. - ** The internal class <Octave_map> was deprecated in Octave 3.8 and has + ** The internal class Octave_map was deprecated in Octave 3.8 and has been removed from Octave 4.0. Replacement classes are - <octave_map> (struct array) or <octave_scalar_map> for a single structure. + octave_map (struct array) or octave_scalar_map for a single structure. ** The configure option --enable-octave-allocator has been removed. - The internal class <octave_allocator> declared in oct-alloc.h has + The internal class octave_allocator declared in oct-alloc.h has been removed. The header remains, but is deprecated. The macros to access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR, and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be