home *** CD-ROM | disk | FTP | other *** search
/ MACD 7 / MACD7.iso / internet / amarquee / qamitrack1.92.readme < prev   
Encoding:
Text File  |  1998-03-22  |  3.3 KB  |  81 lines

  1. Short:    Online Amiga tracker, needs AMarquee.library
  2. Author:   jfriesne@ucsd.edu (Jeremy Friesner)
  3. Uploader: jfriesne@ucsd.edu (Jeremy Friesner)
  4. Version:  1.92
  5. Type:     comm/net
  6. Replaces: comm/net/QAmiTrack1.91.lha
  7. Requires: Workbench 2.04+, TCP Stack, amarquee.library v46+
  8.  
  9. ----------------------------------------------------------------
  10.  
  11.                          QAmiTrack 1.92
  12.  
  13.                        (Released 2/20/98)
  14.  
  15. ----------------------------------------------------------------
  16.  
  17.  
  18. QAmiTrack is a program that lets you advertise your Amiga's
  19. presence on the 'net, and see who else is on line.  QAmiTrack 
  20. features an ARexx interface and allows you to automatically 
  21. connect to other clients using a user-customizable cycle-gadget 
  22. full of programs.
  23.  
  24. NOTE:  QAmiTrack requires amarquee.library to be installed
  25.        in your LIBS: directory.  Amarquee.library is available
  26.        in the AMarquee distribution archive, in the file
  27.        /comm/net/AMarquee1.46.lha on Aminet.
  28.  
  29.  
  30. New for version 1.92:
  31.  
  32. 1.92 : (Public Release 2/20/98)
  33.  - Added detectlogon.rexx to the standard distribution.
  34.    detectlogon.rexx is a way to have QAmiTrack notify
  35.    you when certain people come on line.  See the beginning
  36.    of detectlogon.rexx for details.
  37.  - Launched programs now inherit QAmiTrack's stack size,
  38.    rather than always having 4096 bytes of stack.
  39.  - Added "Beep on Log Entry" item to the Options menu,
  40.    to the startup arguments, and to the ARexx get/set commands.
  41.  * Fixed a bug in the Connect program launching code that
  42.    was causing occasional system crashes.  (I had forgot
  43.    to include a TAG_END in my SystemTags() call, so it was
  44.    reading random arguments off the stack!)
  45.  
  46. New for version 1.91:
  47.  
  48. 1.91 : (Public Release 1/22/98)
  49.  - QAmiTrack now displays its window coordinates in the
  50.    title bar after a resize operation.
  51.  - Added a "Reset Comment" item to the Options menu.
  52.    Now when you are done chatting, it is easy to restore
  53.    your comment line to its original value.
  54.  
  55. New for version 1.90:
  56.                      
  57. 1.90 : (Public Release 1/15/98)
  58.  - Added ARexx-script callbacks to all logging events. (i.e., you
  59.    can have your ARexx script run when an event occurs)
  60.  - Added the STARTSCRIPT/K, ENDSCRIPT/K, DEFAULTSCRIPT/K, CONNECTSCRIPT/K,
  61.    LOGONSCRIPT/K, LOGOFFSCRIPT/K, UPDATESCRIPT/K, CONNECTSCRIPT/K,
  62.    and DISCONNECTSCRIPT/K startup arguments.
  63.  - Added support for logging AMarquee System Messages. (and thus 
  64.    requires amarquee.library v46)
  65.  - Added the Scrolling Log View to QAmiTrack.
  66.  - Added the "Log View" submenu and "Clear Log View" menu item
  67.    to the Options menu.
  68.  - Added the LOGVIEWLEVEL/K and LOGVIEWLENGTH/K/N startup arguments.
  69.  - Removed the keyboard shortcuts for the Server, Port, and Comment
  70.    string gadgets.  Now all keystrokes into the QAmiTrack window
  71.    cause the Comment gadget to clear itself and start receiving input.
  72.  - Added callback.rexx to the distribution.
  73.  - Added AREXX gets and sets for the log view level, log view length,
  74.    and all the callback ARexx script names.
  75.  * Fixed some memory leaks in the ARexx-handling code.
  76.  * Comment changes that don't actually change the comment are no longer
  77.    logged.
  78.  * Removed QAmiTrack's speech output capabilities, since they were
  79.    buggy and little used.  Equivalent functionality can be implemented
  80.    via the ARexx callbacks, if desired.
  81.