home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / archives / 2982 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  3.4 KB

  1. Path: sparky!uunet!stanford.edu!agate!agate!usenet
  2. From: converse@EXPO.LCS.MIT.EDU (Donna Converse)
  3. Newsgroups: comp.archives
  4. Subject: [comp.windows.x.announce] X11R5 public fix #14 now available
  5. Followup-To: comp.windows.x.announce
  6. Date: 28 Jul 1992 08:05:23 GMT
  7. Organization: X Consortium, MIT Laboratory for Computer Science
  8. Lines: 60
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <152v43INN19k@agate.berkeley.edu>
  12. References: <9207271837.AA11030@expo.lcs.mit.edu>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: comp.windows.x.announce
  15. X-Original-Date: 27 Jul 92 18:37:35 GMT
  16.  
  17. Archive-name: auto/comp.windows.x.announce/X11R5-public-fix-14-now-available
  18.  
  19.  
  20. Patches for a variety of problems in R5 are now available via anonymous ftp
  21. on export.lcs.mit.edu, and the xstuff mail archive server on expo.lcs.mit.edu.
  22.  
  23. Fixes are available via anonymous ftp to export.lcs.mit.edu (18.24.0.12),
  24. in the directory /pub/R5/fixes/.  The file for this fix is "fix-14".
  25. Instructions for applying the fix are included in the file.  Fixes usually
  26. propagate to other distribution sites as well, so it may pay to check at a
  27. nearer site first.
  28.  
  29. For those without ftp access, individual fixes can be obtained by mail by
  30. sending a message to xstuff@expo.lcs.mit.edu (18.24.0.11).  In the usual
  31. case, the message should have a subject line and no body, or a single-line
  32. body and no subject.  For example, make the line:
  33.     send fixes 14
  34. to get this fix.  To get a summary of fixes, make the line:
  35.     index fixes
  36. If you need help, make the line:
  37.     help
  38. Some mailers produce mail headers that are unusable for extracting return
  39. addresses.  If you use such a mailer, you won't get any response.  If you
  40. happen to know an explicit path, you can include a line like
  41.     path foo%bar.bitnet@mitvma.mit.edu
  42. or
  43.     path zot!gzork!me@uunet.uu.net
  44. in the body of your message, and the daemon will use it.
  45.  
  46.  
  47. Fix 14 corrects the following problems:
  48.  
  49. An enhancement to Xlib for the X Consortium's Xlib and X Protocol Test Suite:
  50. the test suite can now use the internal interface _XConnectDisplay to obtain
  51. raw connections to the X server, thus allowing maximum portable protocol test
  52. coverage.  In order to ensure this coverage, set XP_OPEN_DIS to XlibXtst.c
  53. when configuring the Xlib and X Protocol Test Suite.
  54.  
  55. Xlib: IO error during connect may dereference NULL
  56. Xlib: duplicate free() in XCloseDisplay from IO error handler
  57. Xlib: could use better _XConnectDisplay interface for test suite
  58. Xlib: XCloseDisplay does not free memory
  59. Xlib: endian definition is missing when compiling XConnDis.c for OSF1
  60. Xlib and Xt: LATIN2 keysyms are not handled correctly in ConvertCase
  61. Xlib and Xt: Latin-3 case converter
  62. Xt: XIM w/ keycode 0 (as defined by Xlib I18N) does not work with Xt
  63. Xt: XtCreateWidget errs when parent is an Object, not a Widget
  64. Xt: SetValues on TopLevelShell's iconic resource when popped_up is True
  65. Xt: set values on iconic resource should not affect initialState
  66. Xt: identifyWindows hack clobbers real information
  67. Xt: frees memory returned by Xlib with Xt interface
  68. Xt: unintentional reference inside Display structure
  69. Xt: geometry requests with SetValues 
  70. Xt: release of passive grab not recognized
  71. Xt: XtOpenDisplay ignores -name when appl_name parameter is present
  72. Xt: XtOpenDisplay should check that argv[0] isn't the empty string
  73. Xt: XtCloseDisplay frees NULL per-display keysyms
  74. Xext: XShmPutImage missing gc update
  75. fonts: missing copyright for Bitstream Courier Speedo fonts
  76.  
  77.