home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / 2848 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  3.6 KB

  1. Xref: sparky comp.lang.lisp:2848 comp.windows.x.motif:7393
  2. Newsgroups: comp.lang.lisp,comp.windows.x.motif
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!gmd.de!n32!berlage
  4. From: berlage@n32.gmd.de (Thomas Berlage)
  5. Subject: GINA release 2.2 available
  6. Message-ID: <berlage.721474585@n32>
  7. Keywords: announcement, GINA, Motif
  8. Sender: news@gmd.de (USENET News)
  9. Nntp-Posting-Host: n32
  10. Organization: GMD, Sankt Augustin, Germany
  11. Date: Wed, 11 Nov 1992 09:36:25 GMT
  12. Lines: 89
  13.  
  14. GINA RELEASE 2.2
  15. ================
  16.  
  17. The Release 2.2 of GINA is now available from GMD.
  18.  
  19. GINA (Generic Interactive Application) is an application framework based on
  20. Common Lisp and OSF/Motif to simplify the construction of graphical
  21. interactive applications. It consists of:
  22.  
  23.  o  CLM, a language binding for OSF/Motif in Common Lisp.
  24.  
  25.  o  the GINA application framework, a class library implemented in CLOS
  26.     (the Common Lisp Object System).
  27.  
  28.  o  the GINA interface builder, an interactive tool implemented with GINA
  29.     to design Motif windows.
  30.  
  31. To run GINA, you need OSF/Motif 1.1 or higher and a Common Lisp implementation
  32. with CLX, CLOS or PCL and processes (directly supported are Franz Allegro,
  33. Lucid, CMU CL and Symbolics Genera).
  34.  
  35. GINA is publicly available under similar terms as the X Window System.
  36. The GINA 2.2 distribution consists of three files:
  37.  
  38.     CLM+GINA.README     describes the contents of the release
  39.     CLM2.2.tar.Z        compressed tar file of CLM version 2.2
  40.     GINA2.2.tar.Z       compressed tar file of GINA and the interface
  41.                         builder, including documentation
  42.  
  43. These files reside on
  44.     ftp.gmd.de (129.26.8.90)              in /gmd/gina
  45.                                           (see the file README for a list of
  46.                                           additional contents of this directory)
  47.     export.lcs.mit.edu                    in /contrib
  48.  
  49. There is a mailing list for gina users where problems can be discussed
  50. and new developments are announced. Send mail to 
  51.     gina-users-request@gmdzi.gmd.de
  52. if you want to be added to the list. If you want to contribute to the
  53. discussion, send mail to gina-users@gmdzi.gmd.de.
  54.  
  55. If you have any questions concerning GINA, you can contact
  56.  
  57.     Michael Spenke, Project GINA      (spenke@gmd.de)
  58.     GMD (German National Research Center for Computer Science)
  59.     P.O. Box 1316
  60.     5205 Sankt Augustin 1
  61.     Germany
  62.  
  63.  
  64. Overview of Changes since GINA 2.1:
  65. ===================================
  66.  
  67. GINA 2.2 is the next publicly available GINA version after GINA 2.1 
  68. of January 1992.
  69.  
  70. o  The documentation remains unchanged.
  71.  
  72. o  CLM now works with CMU CL (16e and up) and Ibuki Lisp.
  73.  
  74. o  GINA now works with CMU CL, although background processes are not available.
  75.  
  76. o  Tetris now has the usual pieces, not simply rectangles.
  77.  
  78. o  New demo application: diagram-editor.
  79.  
  80. o  The inspector was replaced with a new one. There is only one window with
  81.    a list of objects to select from.
  82.  
  83. o  The browser includes a new facility to generate code for subclassing and 
  84.    overriding methods of GINA.
  85.  
  86. o  The menu entry "Reply History" is now available as the "Play" button in
  87.    the history scroller.
  88.  
  89. o  The CLX functions copy-plane and copy-area are now available as GINA
  90.    functions to support future hooks.
  91.  
  92. There are some experimental extensions in GINA that are probably not stable
  93. enough to be used generally (so there is no documentation for them yet). These
  94. features include:
  95.  
  96. o  A first version of the TAP mechanism (see paper available by FTP).
  97.  
  98. o  Postscript printing (optional "postscript.lisp").
  99.  
  100. o  The GINA interaction recorder (see paper available by FTP).
  101.    Optional "interaction-rec.lisp".
  102.  
  103.