On Wed, 21 Mar 2012, Talha Yalta wrote:
 Being the "weird guy" I am :-), I found some small bugs in
a 
 few corner cases: 
Here's a first round of replies, I'll get to others before 
long:
 1)- Please refer to the attached ods file. When I open this data and
 export as csv, the y series is written with 12 significant digits
 instead of 3. 
That's OK. The data are stored to at least 12 digits in the 
ODS file, as you can see if you adjust the display format. We 
don't pay attention to the fact that they are _formatted_ to 
show only 3 digits.
 2)- After ods imports, the "dataset info" is blank. The
same window
 says "Data imported from Excel file..." (I have'nt tried other import
 types.) 
The ODS importer was missing that recording device. I've now 
added it.
 3)- Selecting "save as" and pointing to an existing gdt
file, gretl
 overwrites without warning. Overwriting csv, R, ... opens a
 confirmation window. 
OK, "Save as" now gives an overwrite warning (unless the 
chosen filename is the same as that of the currently loaded 
datafile).
 4)- I think gdt files should not be in the list for export file
types
 since saving a gdt is technically not exporting. 
I see your point, but the way things are right now gives you 
an extra degree of freedom: if you "save as" you just get a 
choice of filename, while if you "export" as gdt you get to 
select the particular series you want to export.
Allin