changeset 31509:04b63de65973

NEWS.8.md: Fix typo, formatting NEWS.8.md: Fix typo (Matlab --> Octave in one location), move GUI change to GUI section, bold text for user action.
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 22 Nov 2022 16:43:53 -0500
parents 6544a361e5ca
children ed37c2b974ae
files etc/NEWS.8.md
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Tue Nov 22 16:34:02 2022 -0500
+++ b/etc/NEWS.8.md	Tue Nov 22 16:43:53 2022 -0500
@@ -40,13 +40,12 @@
   if both are installed.  Configure with `--without-pcre2` if you prefer Octave
   to use PCRE in this case.
 
+### Graphical User Interface
+
 - The GUI has a dark style and several new icons in toolbars for better
   visibility and higher contrast.  The GUI also has a new terminal widget,
   and comes with more fonts for the documentation browser.
 
-### Graphical User Interface
-
-
 ### Graphics backend
 
 - When printing, the option `-svgconvert` is now the default.  If you want to
@@ -118,9 +117,9 @@
   implementing Matlab-style strings.  This is required for other
   Matlab-compatibility activities as well.
 
-  What this means for user code: If you want to treat "foo" as a character
+  *What this means for user code*: If you want to treat "foo" as a character
   vector as opposed to a string object, *and* if you intend to use a future
-  version of Matlab with string classes, then rewrite "foo" as 'foo'.  If you
+  version of Octave with string classes, then rewrite "foo" as 'foo'.  If you
   need to retain the character vector behavior for "foo", you can continue to
   use Octave 8 with long-term support.