# HG changeset patch # User John W. Eaton # Date 1435171075 14400 # Node ID 077e73619ba8ab2189450402ac5d7616b0f3c4f1 # Parent b8c1b3e9aa91d4070848a4212971b063e3334e9e Allow NEWS to be displayed properly in QTextBrowser (bug #45396) * NEWS: Avoid in document so that they won't be discarded by QTextBrowser when the NEWS file is displayed in the GUI. diff -r b8c1b3e9aa91 -r 077e73619ba8 NEWS --- a/NEWS Tue Jun 23 09:59:54 2015 -0700 +++ b/NEWS Wed Jun 24 14:37:55 2015 -0400 @@ -309,12 +309,12 @@ the second major release after 4.0). Use the Fatan2 function with sparse inputs as a replacement. - ** The internal class 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 - (struct array) or 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 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