# HG changeset patch # User Philip Nienhuis # Date 1350851039 -7200 # Node ID 1f90fc84065a9c3b2a87b2add59b61161a3795dd # Parent 48b1312bb0fe497218be21dcd53599d6527bf909 unimplemented.m: add sections for/drop functions in octave-forge diff --git a/scripts/help/unimplemented.m b/scripts/help/unimplemented.m --- a/scripts/help/unimplemented.m +++ b/scripts/help/unimplemented.m @@ -37,6 +37,10 @@ "linear-algebra package at ",... "@url{http://octave.sourceforge.net/linear-algebra/}."]; + case "funm" + txt = ["funm is not currently part of core Octave. See the ",... + "linear-algebra package at @url{http://octave.sf.net/linear-algebra/}."]; + case "linprog" txt = ["Octave does not currently provide linprog. ",... "Linear programming problems may be solved using @code{glpk}. ",... @@ -48,6 +52,23 @@ "Matlab-compatible ODE functions are provided by the odepkg package. ",... "See @url{http://octave.sourceforge.net/odepkg/}."]; + case {"javaArray", "javaMethod", "javaMethodEDT", "javaObject", "javaObjectEDT", "javaaddpath", "javaclasspath", "javarmpath"} + txt = ["Java objects and methods can be used with the java package. ",... + "See @url{http://octave.sf.net/java/}."]; + + case {"errordlg", "helpdlg", "inputdlg", "listdlg", "questdlg", "warndlg"} + txt = ["Several dialog functions are provided in the java package. ",... + "See @url{http://octave.sf.net/java/}."]; + + case {"xlsread", "xlsfinfo", "xlswrite", "wk1read", "wk1finfo", "wk1write"} + txt = ["Functions for spreadsheet style I/O (.xls .xlsx .sxc .ods .dbf .wk1 etc.) " , ... + "are provided in the io package. ",... + "See @url{http://octave.sf.net/io/}."]; + + case {"avifile", "aviinfo", "aviread"} + txt = ["Basic video file support is provided in the video package. ",... + "See @url{http://octave.sf.net/video/}."]; + otherwise if (ismember (fcn, missing_functions ())) txt = sprintf ("the '%s' function is not yet implemented in Octave", fcn); @@ -88,9 +109,6 @@ "aufinfo", "auread", "auwrite", - "avifile", - "aviinfo", - "aviread", "bar3", "bar3h", "bench", @@ -163,7 +181,6 @@ "echodemo", "ellipj", "ellipke", - "errordlg", "evalc", "exifread", "expint", @@ -198,7 +215,6 @@ "hdftool", "helpbrowser", "helpdesk", - "helpdlg", "helpwin", "hgexport", "hgload", @@ -214,7 +230,6 @@ "import", "inmem", "inputParser", - "inputdlg", "inspect", "instrfind", "instrfindall", @@ -224,15 +239,7 @@ "isjava", "isocaps", "isstudent", - "javaArray", - "javaMethod", - "javaMethodEDT", - "javaObject", - "javaObjectEDT", - "javaaddpath", "javachk", - "javaclasspath", - "javarmpath", "ldl", "libfunctions", "libfunctionsview", @@ -245,7 +252,6 @@ "linkaxes", "linkdata", "linsolve", - "listdlg", "listfonts", "loadlibrary", "lscov", @@ -314,7 +320,6 @@ "publish", "qmr", "quad2d", - "questdlg", "rbbox", "reducepatch", "reducevolume", @@ -385,7 +390,6 @@ "visdiff", "volumebounds", "waitfor", - "warndlg", "waterfall", "wavfinfo", "wavplay", @@ -396,9 +400,6 @@ "wk1read", "wk1write", "workspace", - "xlsfinfo", - "xlsread", - "xlswrite", "xmlread", "xmlwrite", "xslt",