changeset 9657:7a49ff4b2230 octave-forge

csvexplode, csv2cell, cell2csv, csvconcat: making note on the NEWS file of IO and miscellaneous packages
author carandraug
date Tue, 13 Mar 2012 02:08:43 +0000
parents 467509a52916
children 904874c14982
files main/io/NEWS main/miscellaneous/NEWS
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/NEWS	Tue Mar 13 01:53:05 2012 +0000
+++ b/main/io/NEWS	Tue Mar 13 02:08:43 2012 +0000
@@ -7,11 +7,16 @@
 ** Bug fixes:
 --- odsfinfo: fixed "wrong type argument `cell'" bug when run interactively.
 --- xlsopen, odsopen: fixed messed up screen output due to UNO usage warning.
+--- csv2cell: checks if file is empty annd return an empty cell if so.
 
 ** Adapted to internal LibreOffice-3.5-final changes.
 
 ** 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
+      csv2cell    csvexplode
+
 ===============================================================================
 io-1.0.17   Release Date: 2012-02-27   Release Manager: Philip Nienhuis
 ===============================================================================
--- a/main/miscellaneous/NEWS	Tue Mar 13 01:53:05 2012 +0000
+++ b/main/miscellaneous/NEWS	Tue Mar 13 02:08:43 2012 +0000
@@ -17,7 +17,12 @@
       clip      normr     text_waitbar
       normc     sample
 
- ** The function clip was imported from the audio package.
+ ** The following functions have been moved to the IO package:
+
+      cell2csv    csvconcat
+      csv2cell    csvexplode
+
+ ** The function `clip' was imported from the audio package.
 
  ** The functions `apply' and `map' have been deprecated. `cellfun' and
     `arrayfun' from octave core should be used instead.
@@ -30,8 +35,6 @@
 
  ** Multiple bug fixes and increased input check on many functions.
 
- ** The function `csv2cell' now returns an empty cell in the case of empty file
-
  ** Package is no longer automatically loaded.
 
  ** improvements to help text.