This file describes problems and bugs that I know of.
-----------------------------------------------------

1. Irregular behavior of Cancel in default dialogs.

If no palette is set on startup ( the "*" mappings are used ) and
the user starts up the default palette dialog, selects a palette 
and then chooses Cancel, the colors will not change back to their old
values. This is due to the fact that the function
xmubResUpdateResourceSet only takes the value of the changed resource,
extracts those mappings and applies them. In case of an empty
resource, it cannot do anything due to the risk of overwriting values
from other resource sets. This applies to the font dialog as well.

The problem could be fixed by calling xmubResUpdateAllResources
instead, but that would require the programmer to supply the
resource_sets to the dialog popup functions.

A work-around is to supply default values in the options definitions.



