From: <car...@us...> - 2012-03-13 03:05:42
|
Revision: 9847 http://octave.svn.sourceforge.net/octave/?rev=9847&view=rev Author: carandraug Date: 2012-03-13 03:05:35 +0000 (Tue, 13 Mar 2012) Log Message: ----------- xmlread: updating NEWS file of miscellaneous and IO to mention move of the function Modified Paths: -------------- trunk/octave-forge/main/io/NEWS trunk/octave-forge/main/miscellaneous/NEWS Modified: trunk/octave-forge/main/io/NEWS =================================================================== --- trunk/octave-forge/main/io/NEWS 2012-03-13 03:01:20 UTC (rev 9846) +++ trunk/octave-forge/main/io/NEWS 2012-03-13 03:05:35 UTC (rev 9847) @@ -14,7 +14,7 @@ ** Tried OpenXLS-6.0.7.jar. Reads OK, still unusable for writing .xls files. ** The following functions have been imported from the miscellaneous package: - cell2csv csvconcat + cell2csv csvconcat xmlread csv2cell csvexplode xmlwrite =============================================================================== Modified: trunk/octave-forge/main/miscellaneous/NEWS =================================================================== --- trunk/octave-forge/main/miscellaneous/NEWS 2012-03-13 03:01:20 UTC (rev 9846) +++ trunk/octave-forge/main/miscellaneous/NEWS 2012-03-13 03:05:35 UTC (rev 9847) @@ -19,7 +19,7 @@ ** The following functions have been moved to the IO package: - cell2csv csvconcat + cell2csv csvconcat xmlread csv2cell csvexplode xmlwrite ** The function `clip' was imported from the audio package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |