home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / text_ed / mutt / me2b_pl7.txt
Text File  |  1994-08-27  |  2KB  |  58 lines

  1. *** Please read this before proceeding. ***
  2.  
  3. This is the atari GEM implementation of the Mutt editor, complete with
  4. source code.
  5.  
  6. This software is being distributed under the terms of the GNU General
  7. Public License.  It is being distributed "as is", without warranties of
  8. any kind.  Comments, suggestions and bug reports are welcome.
  9.  
  10. If you want to build your own binaries, use the GNU C compiler version
  11. 2.4.2 or greater.  To compile with older gccs, line 931 in gem.c must be
  12. changed from
  13.  
  14.              char *pch;
  15. to
  16.         volatile char *pch;
  17.  
  18. For more information about the editor and how to compile it, consult the
  19. file readme and the makefile in mu_edit2.
  20.  
  21. The file mu_edit2/me2/doc/gem.doc contains documentation for the GEM
  22. interface.  Also, take a look at gem_bugs.doc in the same folder.
  23.  
  24. The file mu_edit2/me2/doc/atarigem.doc describes user-visible changes to
  25. the Mutt editor that are specific to the atari GEM version.
  26.  
  27. Credits:
  28.  
  29. The Mutt editor was written by Craig Durland
  30.                     craig@cv.hp.com
  31. The atari port was done by Jwahar Bammi
  32.                     bammi@cadence.com
  33. The atari GEM interface was written by Michael Brandt
  34.                     mike@pc-labor.uni-Bremen.de
  35. Documentation of the GEM interface, the atari (GEM version) changes
  36. and this readme by Christoph Koerner
  37.                     christof@pc-labor.uni-Bremen.de
  38.  
  39. Note:
  40.  
  41. Bug reports that concern the Mutt editor should go to Craig Durland.
  42.  
  43. Bug reports that involve the atari GEM interface or any of the changes
  44. described in atarigem.doc, also comments, flames, questions, etc.,
  45. should go to me, _not_ to Mike since he's not at the university all too
  46. frequently anymore (the poor chap has left and entered the Real World -
  47. his e-mail address is still valid, though).
  48.  
  49. And now...
  50. Have fun with the Mutt editor,
  51.  
  52.                 Christoph
  53.  
  54.  
  55.  
  56. Christoph Koerner
  57. christof@pc-labor.uni-Bremen.de
  58.