home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume17 / mgr / part01 / README.FIRST < prev    next >
Encoding:
Text File  |  1989-01-17  |  4.1 KB  |  98 lines

  1. SOME NOTES ON THE DISTRIBUTION OF MGR AS DONE THROUGH
  2. THE USENET NEWSGROUP COMP.SOURCES.UNIX
  3.  
  4.     --Rich $alz, Thu Nov 17 20:59:01 EST 1988
  5.  
  6.     This is the largest posting to ever appear in comp.sources.unix;
  7.     I think it's worth it.  Stephen has been very patient about getting
  8.     this out.  Those who attended Dan Nachbar's talk on "spiff"
  9.     might remember a closing slide that said said "MGR is to X as
  10.     Unix is to Multix."  I'm not qualified to comment on the validity,
  11.     but I think lots of people will find the Bellcore window system
  12.     very interesting.  Thanks to the folks there for making it possible
  13.     for such great tools to get such wide distribution.
  14.  
  15.     Attached is the abstract from the (extensive!) documentation, and
  16.     the shipping manifest.  The packing is not ideal, but it's not
  17.     too bad for something done automatically.  It took me a bit of
  18.     fiddling to find and uuencode all the binary files in this
  19.     package; look for files that start with an uppercase U.  Some
  20.     files were split up into pieces because they were too big.
  21.  
  22.     ***
  23.     IN ALL CASES, look at the README and/or README2 files in
  24.     every directory; they will contain instructions on how to
  25.     recreate the originals.
  26.     ***
  27.  
  28.     IN ADDITION, several files were edited to just turn one or
  29.     two control characters into their printable representation.
  30.     You will have to edit the following files:
  31.     Found 2 control chars in menu/vi_menu
  32.         Line  2 ^F should be CTRL/F
  33.         Line  3 ^B should be CTRL/B
  34.     Found 4 control chars in demo/msg/do_more
  35.         Line  16, ^[ should be ESCAPE (4 times)
  36.     Found 1 control char in demo/sh/bury
  37.         Line  15, ^[ should be ESCAPE
  38.     Found 1 control char in demo/sh/font
  39.         Line  15, ^[ should be ESCAPE
  40.     Found 1 control char in demo/sh/shape
  41.         Line  15, ^[ should be ESCAPE
  42.     Found 1 control char in demo/sh/cursor
  43.         Line  14, ^[ should be ESCAPE
  44.     Found 1 control char in demo/sh/square
  45.         Line  14, ^[ should be ESCAPE
  46.     Found 1 control char in demo/msg/Makefile
  47.         Line  46, ^[ should be ESCAPE
  48.     Found 2 control chars in demo/sh/c_menu
  49.         Line  23, ^E should be CTRL/E
  50.         Line  24, ^[ should be ESCAPE
  51.     Found 1 control char in demo/sh/loadfont
  52.         Line  19, ^[ should be ESCAPE
  53.     Found 1 control char in demo/sh/color
  54.         Line  14, ^[ should be ESCAPE
  55.     Found 1 control char in demo/sh/showfont
  56.         Line  21, ^[ should be ESCAPE
  57.     Found 3 control chars in demo/sh/menu
  58.         Line  41, ^[ should be ESCAPE
  59.         Line  81, ^[ should be ESCAPE
  60.         Line 102, ^[ should be ESCAPE
  61.     Found 45 control chars in doc/usrman/doc.0
  62.         Line  30, ^G should be CTRL/G (3 times)
  63.         Line 134, ^G should be CTRL/G (3 times)
  64.         Line 135, ^G should be CTRL/G (3 times)
  65.         Line 136, ^G should be CTRL/G (3 times)
  66.         Line 137, ^G should be CTRL/G (3 times)
  67.         Line 138, ^G should be CTRL/G (3 times)
  68.         Line 139, ^G should be CTRL/G (3 times)
  69.         Line 140, ^G should be CTRL/G (3 times)
  70.         Line 141, ^G should be CTRL/G (3 times)
  71.         Line 142, ^G should be CTRL/G (3 times)
  72.         Line 143, ^G should be CTRL/G (3 times)
  73.         Line 144, ^G should be CTRL/G (3 times)
  74.         Line 145, ^G should be CTRL/G (3 times)
  75.         Line 146, ^G should be CTRL/G (3 times)
  76.         Line 147, ^G should be CTRL/G (3 times)
  77.  
  78.     In addition, I made the following changes ("fixes") in
  79.     the C source files, turning actual BELL's, e.g.,
  80.     into the \007 equivalent.
  81.     Found 2 control chars in demo/plot/subs.c
  82.         ** I FIXED; TURNED 2 ESCAPEs INTO \033
  83.     Found 6 control chars in demo/msg/menus.c
  84.         ** I FIXED; TURNED 6 CTRL/Es INTO \005
  85.     Found 4 control chars in demo/misc/dmgr.c
  86.         ** I FIXED; TURNED 3 CTRL/Gs INTO \007
  87.         ** I FIXED; TURNED 1 CTRL/H  INTO \010
  88.     Found 2 control chars in demo/icon/cut.c
  89.         ** I FIXED; TURNED 2 CTRL/Es INTO \005
  90.     Found 1 control char in demo/icon/iconmail.c
  91.         ** I FIXED; TURNED 1 CTRL/G  INTO \007
  92.     Found 1 control char in lib/restart.h
  93.         ** I FIXED; TURNED 2 CTRL/\  INTO \034
  94.     Found 1 control char in src/defines.h
  95.         ** I FIXED; TURNED 1 CTRL/E  INTO \005
  96.     Found 2 control chars in src/graph_subs.c
  97.         ** I FIXED; TURNED 2 CTRL/H  INTO \010 (in a comment)
  98.