home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-A.06 / NETKIT-A / NetKit-A-0.06 / ytalk-3.0.1 / README < prev    next >
Encoding:
Text File  |  1993-09-27  |  2.7 KB  |  70 lines

  1. YTalk Make Procedure:
  2.  
  3.     To restore the Makefile to its original state, run:
  4.  
  5.     make start
  6.  
  7.     If wish to support the X11 interface, edit the configuration at
  8.     the top of the 'Imakefile' file then run:
  9.  
  10.     xmkmf 
  11.     make
  12.     
  13.     If you do not have "xmkmf" on your system, then you cannot support
  14.     X11 through ytalk at this time.  Ask your system administrator to
  15.     install "xmkmf" (it stands for "X Make Makefile").
  16.  
  17.     If you do not have X11 installed on your system, or you do not
  18.     wish to support the X11 interface, then edit the configuration at
  19.     the top of the 'Makefile' file then run:
  20.  
  21.     make
  22.  
  23. The resulting executable program will be named "ytalk".
  24.  
  25. If you ever go back and change some configuration parameters at the
  26. top of Imakefile or Makefile, you should run 'make clean' before running
  27. 'xmkmf' and/or 'make' again.  This will ensure that everything recompiles.
  28.  
  29. A manpage will automatically be built.  It will be named "ytalk.cat".
  30. You can read the manual page by running:
  31.  
  32.     more ytalk.cat
  33.  
  34. If you make changes to this source code or if you have any ideas for
  35. neat new features, _PLEASE_ mail me and let me know about it.  Chances
  36. are I'll incorporate your ideas/changes into the next version and put a
  37. great big "thank you" note to you in the documentation and source
  38. code.  If you do change something or add features, and you intend to
  39. give a copy to a friend, please make sure _your_ name appears somewhere
  40. in the documentation so that _I_ don't get reams of mail or bug reports
  41. about features I didn't know existed... :-)
  42.  
  43. If you have questions or suggestions, I'd be happy to hear from you
  44. at this email address:
  45.  
  46.     ytalk@austin.eds.com
  47.  
  48. ---- PATCH LEVEL 01
  49.  
  50.   1. Forcibly reset the scrolling region after a shell exits.
  51.   2. Handle a local X resize while in a shell.
  52.   3. Repair the password entry lookup stuff.
  53.   4. Character-wrap to next line if word-wrap is disabled.
  54.   5. Solaris 2.* support, patch by Magnus Hammerin.
  55.   6. Aside messages in X, patch by Jonas Yngvesson.
  56.   7. Fix X support, patch by Carl Edman.
  57.   8. Option -x to disable X from the command line, thanks to John Vanderpool.
  58.   9. Ctrl-L or ctrl-R to redraw screen, thanks to Shih-Chen Huang.
  59.  10. Fix bizarre WINCH bug in exec.c.
  60.  11. Handle 64-bit machines, thanks to Andrew Myers.
  61.  12. Implement raw/cooked curses -- fixes 8-bit/parity problems with some
  62.      terminals and allows ytalk to be suspended.  Thanks to Duncan Sinclair.
  63.  13. System ytalkrc file, thanks to Evan McLean.
  64.  14. Place user's full name in title bar, thanks to Evan McLean.
  65.  15. Better imake support, thanks to Carl Edman.
  66.  16. Installation features for make.
  67.  17. Fix X resource database calls, patch by Andreas Stolcke.
  68.  18. Fix cross-platform problems, thanks to Larry Schwimmer.
  69.  
  70.