Added support for reading Gnumeric spreadsheet files.
[pspp-builds.git] / src / language / data-io / ChangeLog
index ec8873acbe7789d5fc19bdb7800e20cfe13c24c4..7982916a82747cb27cd07cec7d040c7b7c00f670 100644 (file)
@@ -1,9 +1,18 @@
+2007-11-03 John Darrington <john@darrington.wattle.id.au>
+
+       * get.c: Add GET DATA command variant.
+
+       * get-data.c get-data.h (new files): Added support for
+        GET DATA /TYPE='gnm'  command.
+
 2007-09-23  Ben Pfaff  <blp@gnu.org>
 
        Bug #21111.  Reviewed by John Darrington.
 
        * data-list.c (data_list_trns_proc): Properly set retval when END
        subcommand is in use.
+       (cmd_data_list): Don't allow END subcommand to be used with DATA
+       LIST FREE or LIST.
 
 2007-09-12  Ben Pfaff  <blp@gnu.org>