# HG changeset patch # User Kai T. Ohlhus # Date 1559679746 -7200 # Node ID f8e4e04722ee0472478babefbb66b95a285adb36 # Parent 3de14d9a2303ea83527d9fa11878bed8bf5565ef maint: Announce new functions and no longer treat them as unimplemented. * NEWS: Announce new functions `weboptions`, `webread`, `webwrite`. * scripts/help/__unimplemented__.m: Remove entries `newline`, `weboptions`, `webread`, `webwrite`. diff -r 3de14d9a2303 -r f8e4e04722ee NEWS --- a/NEWS Tue Jun 04 22:17:42 2019 +0200 +++ b/NEWS Tue Jun 04 22:22:26 2019 +0200 @@ -67,6 +67,9 @@ - `newline` - `verLessThan` - `web` +- `weboptions` +- `webread` +- `webwrite` ### Deprecated functions and properties diff -r 3de14d9a2303 -r f8e4e04722ee scripts/help/__unimplemented__.m --- a/scripts/help/__unimplemented__.m Tue Jun 04 22:17:42 2019 +0200 +++ b/scripts/help/__unimplemented__.m Tue Jun 04 22:22:26 2019 +0200 @@ -1047,7 +1047,6 @@ "nearestNeighbor", "neighbors", "netcdf", - "newline", "noanimate", "notebook", "notify", @@ -1336,10 +1335,7 @@ "volume", "volumebounds", "voronoiDiagram", - "weboptions", - "webread", "websave", - "webwrite", "week", "whatsnew", "width",