diff NEWS @ 20315: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
line wrap: on
line diff
--- 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 <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