Projects for the Bazaar
If there is a Contact for a particular project, then that person is working on it, though possibly quite slowly, so don't hesitate to offer to help out if you're interested. If there is no Contact, then nobody is working on the project, so you can claim it by joining the mailing list and starting a design discussion.
If you make a significant contribution to Glove, either by submitting code or by working closely with us to track down a subtle bug, then you are automatically entitled to a free copy of the next release.
Plotting Parametric Functions
Plotting functions that are specified by x(t) and y(t) would allow graphs like spirals and other polar curves. One would have to fix a range for t since this is independent of the graph's scale, but the step size could be adaptive so the curve is uniformly smooth.
Plotting 3D Functions
Plotting functions of two variables would be really useful!