changeset 28897:6ac35698c99a

NEWS: Wrap text at 72 columns for potential plaintext display. * NEWS: Wrap text at 72 columns for potential plaintext display.
author Rik <rik@octave.org>
date Mon, 12 Oct 2020 08:39:05 -0700
parents 90fea9cc9caa
children caf577e7ef43
files NEWS
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Oct 11 21:59:35 2020 -0700
+++ b/NEWS	Mon Oct 12 08:39:05 2020 -0700
@@ -79,10 +79,10 @@
 - As part of GSoC 2020, Abdallah K. Elshamy implemented the
 `jsondecode` and `jsonencode` functions to read and write JSON data.
 
-- By default, the history file is now located at $DATA/octave/history, where
-$DATA is a platform dependent location for (roaming) user data files (e.g.
-${XDG_DATA_HOME} or, if that is not set, ~/.local/share on Unix-like operating
-systems or %APPDATA% on Windows).
+- By default, the history file is now located at $DATA/octave/history,
+where $DATA is a platform dependent location for (roaming) user data
+files (e.g.  ${XDG_DATA_HOME} or, if that is not set, ~/.local/share on
+Unix-like operating systems or %APPDATA% on Windows).
 
 - In debug mode, symbol values are now shown in tooltips when hovering
 variables in the editor panel.
@@ -104,7 +104,8 @@
     * `"interactions"` (not yet implemented)
     * `"layout"` (not yet implemented)
     * `"legend"` (not yet implemented)
-    * `"nextseriesindex"` (read-only, used by `scatter` graphics objects)
+    * `"nextseriesindex"` (read-only, used by `scatter`
+      graphics objects)
     * `"positionconstraint"` (replacement for `"activepositionproperty"`
       which is now a hidden property.  No plans for removal.)
     * `"toolbar"` (not yet implemented)