changeset 9759:f64120d9dba9 octave-forge

Update to v. 1.0.18
author prnienhuis
date Sun, 18 Mar 2012 14:22:27 +0000
parents 36f46016981a
children 801e6ee8521b
files main/io/DESCRIPTION main/io/INDEX main/io/NEWS
diffstat 3 files changed, 19 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/DESCRIPTION	Sun Mar 18 13:31:18 2012 +0000
+++ b/main/io/DESCRIPTION	Sun Mar 18 14:22:27 2012 +0000
@@ -1,6 +1,6 @@
 Name: io
-Version: 1.0.17
-Date: 2012-02-27
+Version: 1.0.18
+Date: 2012-03-18
 Author: Various Authors
 Maintainer: Philip Nienhuis <prnienhuis@users.sf.net>
 Title: Input/Output
--- a/main/io/INDEX	Sun Mar 18 13:31:18 2012 +0000
+++ b/main/io/INDEX	Sun Mar 18 14:22:27 2012 +0000
@@ -5,6 +5,13 @@
 Miscellaneous conversion functions
   object2json
   pch2mat
+CSV file functions
+  csv2cell
+  csvconcat
+  csvexplode
+XML I/O
+  xmlread
+  xmlwrite
 Spreadsheet I/O user functions for MS-Excel
   oct2xls
   xls2oct
--- a/main/io/NEWS	Sun Mar 18 13:31:18 2012 +0000
+++ b/main/io/NEWS	Sun Mar 18 14:22:27 2012 +0000
@@ -1,22 +1,25 @@
 Summary of important user-visible changes for releases of the io package
 
 ===============================================================================
-io-1.0.18   Release Date: TBA   Release Manager: Philip Nienhuis
+io-1.0.18   Release Date: 2012-03-18   Release Manager: Philip Nienhuis
 ===============================================================================
 
+** The following functions have been imported from the miscellaneous package:
+      cell2csv    csvconcat     xmlread
+      csv2cell    csvexplode    xmlwrite
+   Their error messages and help messages have been cleaned up a bit.
+
 ** 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.
+--- csv2cell: checks if file is empty and if so, return an empty cell.
 
-** Adapted to internal LibreOffice-3.5-final changes.
+** Adapted to internal LibreOffice-3.5-final changes. 
+   Some bugs (flashing LO screens) still have to be fixed upstream - see here:
+   https://bugs.freedesktop.org/show_bug.cgi?id=42470
 
 ** 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     xmlread
-      csv2cell    csvexplode    xmlwrite
-
 ===============================================================================
 io-1.0.17   Release Date: 2012-02-27   Release Manager: Philip Nienhuis
 ===============================================================================