diff scripts/help/warning_ids.m @ 28477:7ea82a190029

Add new warning ID "Octave:unimplemented-matlab-functionality". * NEWS: Announce change in Matlab compatibility section. * warning_ids.m: Document new warning ID "Octave:unimplemented-matlab-functionality". * uicontrol.m: Validate "style" attribute and if it is "frame", throw a warning about this feature not being implemented.
author Rik <rik@octave.org>
date Mon, 15 Jun 2020 08:36:58 -0700
parents 50ced8ab6387
children 888e79a46a85
line wrap: on
line diff
--- a/scripts/help/warning_ids.m	Mon Jun 15 12:03:03 2020 +0900
+++ b/scripts/help/warning_ids.m	Mon Jun 15 08:36:58 2020 -0700
@@ -376,6 +376,14 @@
 ## the warning message is printed just once per Octave session.
 ## By default, the @code{Octave:glyph-render} warning is enabled.
 ##
+## @item Octave:unimplemented-matlab-functionality
+## If the @code{Octave:unimplemented-matlab-functionality} warning is enabled,
+## a warning is printed when a @sc{matlab} code construct is used which the
+## Octave interpreter parses as valid, but for which Octave does not yet
+## implement the functionality.
+## By default, the @code{Octave:unimplemented-matlab-functionality} warning is
+## enabled.
+##
 ## @item Octave:variable-switch-label
 ## If the @code{Octave:variable-switch-label} warning is enabled, Octave
 ## will print a warning if a switch label is not a constant or constant