diff etc/NEWS.9.md @ 31443:c17155495497

maint: Remove m-files deprecated in Octave 7. * NEWS.9.md: Update NEWS with functions removed from Octave 9. * __pltopt__.m: Remove support for using numbers to select line color. * disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m: Delete functions. * scripts/deprecated/module.mk: Removed deleted functions from build system.
author Rik <rik@octave.org>
date Tue, 15 Nov 2022 15:22:23 -0800
parents 2bc8a40b5b75
children a96f68a48e9e
line wrap: on
line diff
--- a/etc/NEWS.9.md	Tue Nov 15 18:11:07 2022 -0500
+++ b/etc/NEWS.9.md	Tue Nov 15 15:22:23 2022 -0800
@@ -35,10 +35,14 @@
 
 - Functions
 
-  Function               | Replacement
-  -----------------------|------------------
+  Function                     | Replacement
+  -----------------------------|------------------
+  `disable_diagonal_matrix`    | `optimize_diagonal_matrix`
+  `disable_permutation_matrix` | `optimize_permutation_matrix`
+  `disable_range`              | `optimize_range`
 
-
+  For plot functions, the use of numbers to select line colors in
+  shorthand formats was an undocumented feature was removed from Octave 9.
 
 ### Old release news