Short projects: Difference between revisions

8 bytes removed ,  7 March 2014
add link to bug numbers, not just a note saying that it a patch has been submitted
(add link to bug numbers, not just a note saying that it a patch has been submitted)
Line 14: Line 14:
* {{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 '''[patch submitted]'''
* {{bug|41476}} listdlg() doesn't allow scrolling in the window (see {{bug|41476}})
** 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.


== Missing functions ==
== Missing functions ==


* [https://savannah.gnu.org/bugs/?39532 #39532] hgsave/hgload functions '''[patch submitted]'''
* [https://savannah.gnu.org/bugs/?39532 #39532] hgsave/hgload functions (see {{bug|39532}})
** There is already a bug report that summarizes this (https://savannah.gnu.org/bugs/?func=detailitem&item_id=39532#options).  It would be quite easy to add these functions based on using hdl2struct and then saving the resulting struct and loading the struct and using struct2hdl to do the reverse.
** There is already a bug report that summarizes this (https://savannah.gnu.org/bugs/?func=detailitem&item_id=39532#options).  It would be quite easy to add these functions based on using hdl2struct and then saving the resulting struct and loading the struct and using struct2hdl to do the reverse.