From: Guillermo J. Rozas Date: Wed, 1 Sep 1993 18:49:05 +0000 (+0000) Subject: - Fix various redisplay/resize bugs, and add notification of resize for Edwin. X-Git-Tag: 20090517-FFI~7927 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=238edd88364e971bf86cdae839206a3aa0aabdae;p=mit-scheme.git - Fix various redisplay/resize bugs, and add notification of resize for Edwin. - Add select capabilities to NT version. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 41668ed78..31379c2ee 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.140 1993/08/28 22:46:44 gjr Exp $ +$Id: version.h,v 11.141 1993/09/01 18:49:05 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 140 +#define SUBVERSION 141 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 41668ed78..31379c2ee 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.140 1993/08/28 22:46:44 gjr Exp $ +$Id: version.h,v 11.141 1993/09/01 18:49:05 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 140 +#define SUBVERSION 141 #endif