[comp.windows.x] X11 patch #36

vanhouten@EGLIN-VAX.ARPA ("WARREN M. VAN HOUTEN") (12/30/87)

E G L I N   A F B
                   I N T E R O F F I C E   M E M O R A N D U M

                                        Date:      29-Dec-1987 10:55am CDT
                                        From:      WARREN M. VAN HOUTEN 
                                                   VANHOUTEN 
                                        Dept:      Software Engineering
                                        Tel No:    882-3736

TO:  _MAILER!                             ( _DDN[XPERT@ATHENA.MIT.EDU] )


Subject: X11 patch #36

I'm applying the patches in order to X11.  Patch #36 patches XEvToWire.c 
version 11.11.  I have version 11.10.  What are the differences between 
version 11.10 and 11.11?

------

mdb@amadeus.UUCP (Mark D. Baushke) (01/04/88)

Warren,

I also found the same problem and asked Robert Scheifler about it. The
following was his response at that time.

Note: I believe that he has fixed the version of patch #36 available
via ftp and xstuff, but I am not certain.

-- Mark
------------------------- forwarded mail -------------------------
Return-Path: <sun!ZERMATT.LCS.MIT.EDU!RWS>
Date: Wed, 28 Oct 87 19:35 EST
From: Robert Scheifler <sun!ZERMATT.LCS.MIT.EDU!RWS>
Subject: Re: addendum to X11 fix #36, lib/X/XEvToWire.c, Key/Button smashes
To: sun!silvlis!amadeus!xmaint, xpert@ATHENA.MIT.EDU
In-Reply-To: <8710290005.AA17429@amadeus.silvlis.com>

    Date: Wed, 28 Oct 87 16:05:32 PST
    From: Mark Baushke <silvlis!amadeus!xmaint@Sun.COM>

    This patch (#36) attempts to change the rcs version from 11.12 to 11.13.
    However, the last patch which delt with lib/X/XEvToWire.c (X11 fix #22) 
    only provided up to version 11.11.

A nit was cleaned up there, that wasn't worth reporting at the time.
For the record:

*** /tmp/,RCSt1007051	Wed Oct 28 19:34:05 1987
--- /tmp/,RCSt2007051	Wed Oct 28 19:34:08 1987
***************
*** 2,8 ****
  /* Copyright    Massachusetts Institute of Technology    1985, 1986, 1987 */
  
  #ifndef lint
! static char rcsid[] = "$Header: XEvToWire.c,v 11.11 87/10/14 18:00:42 rws Exp $";
  #endif
  
  /*
--- 2,8 ----
  /* Copyright    Massachusetts Institute of Technology    1985, 1986, 1987 */
  
  #ifndef lint
! static char rcsid[] = "$Header: XEvToWire.c,v 11.12 87/10/20 16:32:23 newman Exp $";
  #endif
  
  /*
***************
*** 12,18 ****
  #define NEED_EVENTS
  #define NEED_REPLIES
  
- #include <stdio.h>
  #include "Xlibint.h"
  
  /*
--- 12,17 ----