Mercurial > hg > octave-lyh
changeset 11284:b9bc32327c4d
ChangeLog fix, set default directory to pwd for ui file functions
author | Kai Habel <kai.habel@gmx.de> |
---|---|
date | Sun, 21 Nov 2010 18:36:27 +0100 |
parents | 58f175d39a7a |
children | 107e7476a5da |
files | scripts/ChangeLog scripts/plot/uigetfile.m scripts/plot/uiputfile.m |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,8 +1,14 @@ +2010-11-21 Kai Habel <kai.habel@gmx.de> + + * (plot/uigetfile.m, plot/uiputfile.m): Set default directory to pwd + 2010-11-21 Kai Habel <kai.habel@gmx.de> * (plot/uigetdir.m, plot/uigetfile.m, plot/uiputfile.m, plot/private/__fltk_file_filter__.m): New files. - * plot/module.mk: Add new files + * plot/module.mk: Add new files. + * miscellaneous/unimplemented.m: Remove uigetdir.m, uigetfile.m, + and uiputfile.m from list of unimplemented functions. 2010-11-20 Rik <octave@nomad.inbox5.com>