Change arguments to OTHER-SCREEN so that only first is required.
authorChris Hanson <org/chris-hanson/cph>
Fri, 1 Dec 2000 06:07:43 +0000 (06:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 1 Dec 2000 06:07:43 +0000 (06:07 +0000)
commite15649fb9883b13f55e0a98640a1632bcde0c782
treec757207b73a79a8889f4549ef06ab5e65a572f4b
parent36040607a55397904ea747333f1c23ad54a79ef4
Change arguments to OTHER-SCREEN so that only first is required.

Eliminate OTHER-SCREEN?, replacing occurrences with OTHER-SCREEN.

Change meaning of SCREEN-VISIBLE? to mean "not unmapped"; this is
almost always what was meant.

Fix bug in SELECT-WINDOW: when selecting the selected window of
another frame, must select the frame.

Fix SELECT-BUFFER-OTHER-SCREEN to select the frame as well as the
buffer if reusing an existing frame.
v7/src/edwin/curren.scm
v7/src/edwin/debug.scm
v7/src/edwin/edwin.pkg
v7/src/edwin/os2term.scm
v7/src/edwin/scrcom.scm
v7/src/edwin/screen.scm
v7/src/edwin/win32.scm
v7/src/edwin/wincom.scm