In Release 7.0, Athena has switched to a new version of X, X11R4.  The new
version of X interprets the .Xresources file slightly differently than in the
past, and this may cause some unexpected results.

For example, in the past you could specify the geometry of the window of an
application by something like:

	xmh*Geometry: 520x620

and it would only affect the size of the main window, and not the menus and
other parts of xmh that a "geometry" could be specified for.  Under the new
release, however, "*" is interpreted differently; the "*" acts like a
wildcards, and will set any of the Geometry resources on any sub-object of an
xmh, such as a menu.  To limit the setting of the geometry to just the
displayed window, you should say

	xmh.Geometry: 520x620

This will only set that one specific resource.
