diff NEWS @ 27710:9fd8534d3607

legend.m: Code cleanup for cset c66467f74278. * NEWS: Wrap lines at 72 characters. Use two spaces after period. * legend.m: Document using "command" without function-style syntax. Rename "pos" to "loc" in documentation for input which specifies location. Hand off to __gnuplot_legend__ immediately if gnuplot is current toolkit. Use parentheses around condition in switch statement. Add semicolons to end code lines even when they do not produce output (set (...), continue, etc.). Remove trailing whitespace. Remove '...' line continuations when they are not strictly necessary. Add commas between items in arrays '[..., ...]' for readability. Use NaN() instead of nan().
author Rik <rik@octave.org>
date Mon, 18 Nov 2019 10:15:34 -0800
parents c66467f74278
children bd40796683d8
line wrap: on
line diff
--- a/NEWS	Mon Nov 18 11:57:51 2019 -0500
+++ b/NEWS	Mon Nov 18 10:15:34 2019 -0800
@@ -30,8 +30,8 @@
 
         format long e uppercase loose
 
-  Note, that in case of multiple competing format options the rightmost
-  one is used and in case of an error the previous format remains
+  Note, in the case of multiple competing format options the rightmost
+  one is used, and, in case of an error, the previous format remains
   unchanged.
 
 - New warnings have been added about questionable uses of the colon ':'
@@ -49,10 +49,10 @@
 
 #### Graphics backend
 
-- The `"legend"` function has been entirely rewritten. This mainly fixes
-  a number of historical bugs, but also implements new properties such as
-  `"AutoUpdate"` and `"NumColumns"`. Gnuplot which is no more actively
-  maintained will keep using the old legend function. 
+- The `"legend"` function has been entirely rewritten.  This fixes a
+  number of historical bugs, but also implements new properties such as
+  `"AutoUpdate"` and `"NumColumns"`.  The gnuplot toolkit---which is no
+  longer actively maintained---still uses the old legend function.
 
 - Graphic primitives now accept a color property value of `"none"`
   which is useful when a particular primitive needs to be hidden