home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / 16336 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.1 KB  |  66 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: Hornig@RIVERSIDE.SCRC.Symbolics.COM (Charles Hornig)
  4. Subject: CLX 5.02
  5. Message-ID: <9209081501.AA07353@expo.lcs.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: The Internet
  8. Date: Tue, 8 Sep 1992 15:01:17 GMT
  9. Lines: 55
  10.  
  11. Version 5.02 of CLX (the X library binding for Common Lisp) is now
  12. available on export.lcs.mit.edu in /contrib/CLX.R5.02.tar.Z.  The
  13. differences between this version and the version distribiuted with R5
  14. are described below.  Please report any problems with this version of
  15. CLX to bug-clx@expo.lcs.mit.edu.
  16.  
  17. - - - - - - - - - -
  18.  
  19. Changes in CLX 5.02:
  20.  
  21. Replace LCL:ENVIRONMENT-VALUE with LCL:ENVIRONMENT-VARIABLE.
  22.  
  23. Fix a declaration in the DEFINE-ERROR macro.
  24.  
  25. Quote type argument to TYPE-CHECK consistently.
  26.  
  27.  
  28. Changes in CLX 5.01:
  29.  
  30. Support for MIT-MAGIC-COOKIE-1 authorization has been added.
  31.  
  32. All VALUES declarations have been changed to CLX-VALUES declarations.
  33. VALUES is a CL type name and cannot be used as a declaration name.
  34.  
  35. All ARRAY-REGISTER declarations have been removed as Genera no longer
  36. needs them.
  37.  
  38. Many type declarations have been corrected or tightened up now that some
  39. Lisps look at them.
  40.  
  41. Print functions have been defined for bitmap and pixmap formats.
  42.  
  43. The DISPLAY-PLIST slot will be initialized to NIL.
  44.  
  45. When debugging, don't optimize SPEED in the buffer macros.
  46.  
  47. Make the CARD8<->CHAR and the window manager code work for sparse
  48. character sets (where some codes do not have corresponding characters).
  49.  
  50. The default gcontext extension set and copy functions will take the
  51. correct number of arguments.
  52.  
  53. PUT-IMAGE will now work for 24-bit images.
  54.  
  55. The buffer accessors for MEMBER8, etc., will use the standard mechanisms
  56. for reporting type errors.
  57.  
  58. Typographical errors in SET-WM-PROPERTIES, SET-STANDARD-COLORMAP, and
  59. POINTER-CONTROL have been fixed.
  60.  
  61. Symbolics systems will do lazy macroexpansion in the buffer macros.
  62.  
  63. A variety of changes for Symbolics Minima systems have been made.
  64.  
  65. Some system-dependent code has been added for CMU Common Lisp.
  66.