home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / cliphistory / cliphistory.readme < prev    next >
Text File  |  1994-11-08  |  2KB  |  59 lines

  1. Short:    Adds a history to the clipboard, v2.2
  2. Author:   cmh@augs.se (Magnus Holmgren)
  3. Uploader: roger@daneel.augs.se (Roger Andersson)
  4. Type:     util/cdity
  5.  
  6.   This is a program that I thought about writing for a long time (a
  7. year or so! :) before I actually implemented it. I first got the idea
  8. when I had used the history feature of PowerSnap (by Nico François) a
  9. little while. I soon realised that it was a very convenient feature.
  10.  
  11.   The problem is that other programs uses the clipboard as well. The
  12. history PowerSnap maintains only applies to the text that PowerSnap
  13. writes to the clipboard, not the ones e.g. my editor writes. And I
  14. thought that it would indeed be useful to have them in a history too.
  15.  
  16.  
  17.   Features:
  18.  
  19.   o  Easy install, thanks to the standard Commodore Installer
  20.  
  21.   o  Runs as a commodity
  22.  
  23.   o  Highly configurable
  24.  
  25.   o  ARexx port with 40 commands
  26.  
  27.   o  Multiple copies can be run at the same time, each watching
  28.      a different clipboard unit.
  29.  
  30.   o  Pure and therefor residentable.
  31.  
  32.   o  Localized (Dansk, Deutsch, Français and Svenska included)
  33.  
  34.   o  Uses ASL or ReqTools requesters
  35.  
  36.   o  Various filter options, limiting the memory used by the
  37.      history
  38.  
  39.  
  40.   Differences from version 2.1:
  41.  
  42.   o  When copying a non-text clip from the clipboard to a file,
  43.      then ClipHistory would read innocent memory, and generate an
  44.      incorrect (and often a very large) file.
  45.  
  46.   o  More tweeking of the ARexx code. Made it somewhat smaller, and
  47.      changed some other code to be more tolerant (e.g., stem base
  48.      names no longer require a '.' char at the end. If not present,
  49.      it will be added).
  50.  
  51.   o  Made a few minor fixes to the example ARexx-script.
  52.  
  53.   o  Added scaled menu glyphs (OS 3.0+ only), based on source
  54.      code from term.
  55.  
  56.   o  Date in About requester localized. :)
  57.  
  58.   o  The ReqTools file requester didn't open in the right drawer.
  59.