
A LISTING OF BUGS
=================

This appears to be a list of bugs created as a result of addressing a
particular facet of VTWM, as I "inherited" many more than this. --- djhjr

  * Behavior of transients on the virtual desktop, when the real screen is
    not at (0,0), is almost unpredictable.  Hence the
    FixTransientVirtualGeometries variable, new to 5.3, which is not
    guaranteed to work in every case. --- DSE

  * When the Zoom count is a largish number and PrettyZoom is set, some
    artifacts may be left on formerly obscured windows. Decrease the count
    value. --- djhjr

  * Not a bug, but the IconRegion variable should take a list. --- DSE

  * Not a bug, but the resource manager should have been used instead of
    all of the window lists. --- DSE

This is a list of bugs created as a result of my addressing a particular
facet of VTWM. --- djhjr

  * Icon borders will not do 3D, and I don't want to to mess with it.
    The icons themselves are 3D when IconBevelWidth is non-zero, however,
    and the IconBorderWidth variable is automatically set to 0. --- djhjr

  * The code to vertically center a door name in the window is correct.
    It just won't appear so, due to the window and font heights. Play with
    the door geometry. --- djhjr

  * Behavior of managed windows when used as transients on the virtual
    desktop, when the real screen is not at (0,0), is sometimes flawed.
    Hence the FixManagedVirtualGeometries variable, new to 5.4.4, which
    is also guaranteed to not work in every case. --- djhjr

  * The BeNiceToColormap variable does, but the rendition isn't perfect.
    My Tuit isn't round enough yet. --- djhjr

  * While the titlebar height will adjust to external button images, 
    external images for the highlight bar aren't scaled to or centered
    in the titlebar. --- djhjr

  * When 3D bevel widths reach double digits, things start going weird,
    and I don't know why. Hence an imposed limit of nine pixels. --- djhjr

  * VTWM recognizes two-color pixmaps, but incorrectly uses them as
    bitmaps. --- djhjr

This is a list of bugs encountered and not fixed while addressing a
particular facet of VTWM. There are likely many more than this. --- djhjr

  * The region resources don't like 0 or 1 for a horizontal grid space.
    A kludge is in that fixes it (I think). --- djhjr

  * There are precious few safeguards against binding functions to objects
    inappropriately, particularly where the virtual desktop is concerned.
    --- djhjr

  * Redefining a function, bound to a context, doesn't behave as one would
    expect... really strange things occur. --- djhjr

  * Not a bug, but the sample resource file .vtwmrc-marcel is quite out
    of date regarding various VTWM features. --- djhjr

