changeset 9661:15c4c28383ef octave-forge

xmlread: updating NEWS file of miscellaneous and IO to mention move of the function
author carandraug
date Tue, 13 Mar 2012 03:05:35 +0000
parents f6d36e0c7416
children 7e364201a793
files main/io/NEWS main/miscellaneous/NEWS
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/NEWS	Tue Mar 13 03:01:20 2012 +0000
+++ b/main/io/NEWS	Tue Mar 13 03:05:35 2012 +0000
@@ -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
 
 ===============================================================================
--- a/main/miscellaneous/NEWS	Tue Mar 13 03:01:20 2012 +0000
+++ b/main/miscellaneous/NEWS	Tue Mar 13 03:05:35 2012 +0000
@@ -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.