New treatment of X events.
authorMark Friedman <edu/mit/csail/zurich/markf>
Mon, 16 Jul 1990 22:07:38 +0000 (22:07 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Mon, 16 Jul 1990 22:07:38 +0000 (22:07 +0000)
There is now a global X event queue which can be accessed by scheme
primitives.

Added select() in ux.h

v7/src/microcode/version.h
v8/src/microcode/version.h

index 3b1f006208110adeb558b6e23e7023f39073c2e4..132a4007b695af4b00f7cbaf8200c4190453677a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.37 1990/07/15 22:52:05 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.38 1990/07/16 22:07:38 markf Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     37
+#define SUBVERSION     38
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 1ccbb6823ee48b608a24ecf99b4974c509f8e5f5..185cc67603908c1d508b6a86adf3a4f767024706 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.37 1990/07/15 22:52:05 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.38 1990/07/16 22:07:38 markf Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     37
+#define SUBVERSION     38
 #endif
 
 #ifndef UCODE_TABLES_FILENAME