I'm done testing
auto-raise.scm
easyraise.scm
stacking.scm
This completes the stacking group from my original taxonomy. Fixed a bug in
restack-window-above/below by changing behavior of windows-overlap? to consider
a window self-overlapping. Renamed a couple of functions to more sane names.
ChangeLog follows:
Sun Feb 17 06:05:59 2002 Scott Lenser <sl...@cs...>
* wininfo.scm: Changed windows-overlap? to consider a window as
overlapping itself. This changes the effect of
window-overlaps-window? and list-overlapping-windows.
* stacking.scm: Changed name of lower-window-below to
restack-window-below and raise-window-above to restack-window-above.
Added compatability defines for the old names with a deprecated
comment. The change in the behavior of windows-overlap? fixes the
restack-window-below/above routines so that they actually work.
|