Short projects: Difference between revisions

297 bytes removed ,  8 March 2014
→‎Bugs: bug # 41186 has been fixed
(→‎Bugs: bug #41709 has been fixed)
(→‎Bugs: bug # 41186 has been fixed)
Line 10: Line 10:
{{warning| do not simply add a patch/file to the bug or patch tracker. Always leave a comment at the same time, even if it just a simple "I prepared a change that should fix it". If there is no comment, it's hard to notice that a patch was added since there will be no notice on the discussion about it.}}
{{warning| do not simply add a patch/file to the bug or patch tracker. Always leave a comment at the same time, even if it just a simple "I prepared a change that should fix it". If there is no comment, it's hard to notice that a patch was added since there will be no notice on the discussion about it.}}


* {{bug|41186}} image: fspecial disk is not matlab compatible
** this should be easy very easy to fix. The only complicate part is figuring out how Matlab does the calculations (since that is not documented). Needless to say, you '''cannot''' borrow from Matlab's source code!
* {{bug|41484}} change error message from validatestring to follow Octave guidelines
* {{bug|41484}} change error message from validatestring to follow Octave guidelines
** this is a very very easy fix. Things can't get easier than this. Only reason why Octave developers haven't done this themselves was to give an entry point for someone new to Octave development.
** this is a very very easy fix. Things can't get easier than this. Only reason why Octave developers haven't done this themselves was to give an entry point for someone new to Octave development.
* {{bug|41476}} listdlg() doesn't allow scrolling in the window (see {{bug|41476}})
* {{bug|41476}} listdlg() doesn't allow scrolling in the window
** There is a proposed fix in the bug report.  Just need to make the modification and verify that everything else still works.
** There is a proposed fix in the bug report.  Just need to make the modification and verify that everything else still works.