changeset 24402:5cc1e8b16ab1

maint: merge stable to default.
author Rik <rik@octave.org>
date Mon, 11 Dec 2017 15:07:43 -0800
parents 4fda27e1c909 (current diff) f6016eeb27ec (diff)
children b9462090773a
files libinterp/corefcn/graphics.cc scripts/help/__unimplemented__.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Mon Dec 11 14:47:25 2017 -0800
+++ b/libinterp/corefcn/graphics.cc	Mon Dec 11 15:07:43 2017 -0800
@@ -11768,7 +11768,7 @@
 @end group
 @end example
 
-@seealso{addproperty, hggroup}
+@seealso{dellistener, addproperty, hggroup}
 @end deftypefn */)
 {
   gh_manager::auto_lock guard;
@@ -11827,6 +11827,7 @@
 @end group
 @end example
 
+@seealso{addlistener}
 @end deftypefn */)
 {
   gh_manager::auto_lock guard;
--- a/scripts/help/__unimplemented__.m	Mon Dec 11 14:47:25 2017 -0800
+++ b/scripts/help/__unimplemented__.m	Mon Dec 11 15:07:43 2017 -0800
@@ -74,6 +74,9 @@
              "Matlab-compatible ODE functions are provided by the odepkg ", ...
              "package.  See @url{http://octave.sourceforge.net/odepkg/}."];
 
+    case "polarplot"
+      txt = ["polarplot is not implemented.  Consider using polar."];
+
     case "startup"
       txt = ["startup is not implemented.  ", ...
              'Octave uses the file ".octaverc" instead.'];