home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / os2isc8a.zip / README.OS2 < prev   
Text File  |  1996-11-13  |  27KB  |  479 lines

  1. --> Maintenance Release (8a) <--
  2.  
  3.   There already was an interim release 8, which had no change in 
  4. release numbering.  The code for this version has been lost, and I 
  5. have regressed to the full release 8 code base.
  6.  
  7.    This release requires the EMX 0.9C runtime code.  Please update your
  8. code if you receive "WARNING: This requires EMX 0.9c" when trying to 
  9. start the ISCA program, or make absolutely sure you have 0.9c if you get
  10. strange and bizarre errors.
  11.  
  12. * 11/13/96: Scrollback/backscroll (PgUp) removed.
  13.    Far too many bugs to make this one easily maintainable.
  14.    Ctrl-E debug key sequence removed, as it interferes
  15.    with room moderating. For some reason, this version seems
  16.    to run faster.
  17.  
  18. --> Eigth release <--
  19.  
  20. * 1/11/96: Client config->Local options now contains a way to set the size
  21.            of the backscroll buffer.  It's set in number of lines that it 
  22.            will contain (maximum).  Set it low to save ram, high if you don't
  23.            mind chewing up your ram.  Default is 10,000 which is sufficient
  24.            enough to last all of my sessions.  You can't set it lower than one
  25.            screen length (25).  The problem with having a lot of "null" lines
  26.            has been mostly fixed.  Let me know what problems you encounter
  27.            particularly involving the backscroll.
  28. * 1/11/96: Several, Several bugs fixed in the scrollback.  I think we're ready
  29.            for another release.  Color Scheming is still quite hosed.  Use at
  30.            own discretion. :-)
  31. * 12/26/95: New compilation options drop the OS/2 executable size to only 65k
  32. * 12/6/95: Old option "Send PING on empty X?" (removed last release) has been 
  33.            re-added, except it's now called "Send ABORT on empty X?" .. if 
  34.            you send a null X message, it will automatically abort instead of 
  35.            PING.  Don't know why you'd want it, but there it is.
  36. * 12/6/95: Backscroll buffer size is currently hardcoded at 10,000 "lines".  
  37.            There are currently many places where a "line" is a null character, 
  38.            which is why you might notice the counter move when you move 
  39.            around, but the number of lines show won't necessarily be the 
  40.            correct set.  Same thing happens on lines that go over 80 
  41.            characters.  *sigh*
  42. * 12/6/95: Pressing Page Up will start the backscroll viewer.  Page Up, Home, 
  43.            End, Page Down, Up and Down arrows are the keys that work here.  
  44.            Press ESCape to get out of the backscroll viewer.  There are 
  45.            currently lots of bugs here - beware.
  46. * 12/6/95: Ctrl-E shows some debug information.  Nothing you really need to 
  47.            know, but stuff that occasionally helps me figure out just what the 
  48.            Hell is going on in the Client's head.
  49. * 12/6/95: Made a major internal change to how Ctrl-N and Ctrl-R report/reply
  50.            the "last" person to X you: now, it really _is_ the last person
  51.            to send you an X message.  Previously, it was the last _new_
  52.            person on the last 20 list.  Minor design flaw, now fixed.
  53.            (this means, Ctrl-R is reliable now :-) )
  54. * 12/6/95: pressing an "extended" key will report it's key scan code.. 
  55. * 12/6/95: The beginning of the addition of the backscroll buffer has made
  56.            prompt restoration after a Ctrl-F usage a lot easier to 
  57.            make more accurate. :)
  58.  
  59. [] Seventh Release, December 1st, 1995.
  60. [] Eric Blade (eblade@ccm.tdsnet.com)
  61. [] (for those who don't know, I am PanaSonic on ISCA.  Feel free to contact
  62. []  me)
  63.  
  64.     This is a minor release.  Basically, a maintenance release.  I've been
  65. poking around and cleaning up some stray pieces of code here and there.  I 
  66. haven't noticed any significant speed or size changes, but I'll assume that
  67. "every little bit helps". :-)  One new feature, one major bug fix.  Yes, I 
  68. _know_ that the color scheming does not quite work properly.  I will probably
  69. be getting to that this weekend.  We'll see what comes up.
  70.  
  71. * Ctrl-R now replies to the last person to send you an X message.
  72. * Removed "site" entry from .bbsrc (never was used) and the "send PING on 
  73.   empty X message" option (now invalidated by changes in the BBS code)
  74. * I think I fixed the problem with SYS1808.  If you had it, you know that this
  75.   is a good thing.  If you never had it, it's meaningless to you. :-)
  76.  
  77. ! Sixth Release, October 31st, 1995.
  78. ! Eric Blade (eblade@ccm.tdsnet.com - this address is STAYING.)
  79. ! Please report bugs to the above address, or in ISCA Mail>.
  80. !
  81. ! HAPPY HALLOWEEN!
  82. !
  83.  
  84. * I'm going to release this one, as it is.  The color scheming will bug you
  85.   out if you scheme either (a) Magenta or (b) Cyan to some other colors.  
  86.   Color scheming options are in Client config->Color scheme.  Bug reports in 
  87.   color scheming will be ignored.  The reason I'm releasing this is that all 
  88.   the other new features seem to be stable, and people are bugging me for it! 
  89.   :-)
  90. * Line buffering for the prompt updating after Ctrl-F exit is a little
  91.   bit more selective now, it will in most cases, only buffer the last
  92.   line received from the bbs.
  93. * Fixed a bug I accidently introduced during this release's testing that 
  94.   caused beeps to not happen
  95. * Client no longer crashes if you have done the following during your session:
  96.   (a) Added one or more friends, then
  97.   (b) Deleted the last one on the list.
  98. * Now reprints what appears to be a semi random amount of characters that
  99.   you received before entering CTRL-F to enter the friends list.  I don't
  100.   think there's any better way to do this, though, until I get a complete
  101.   buffering system done.  At least you get some sort of a prompt back when
  102.   done mucking with your friends list. :)
  103. * Finally fixed the release, adding a much easier (code-wise) way for me
  104.   to continue getting it right.  (that's release _number_)
  105. * Finally fixed the bug (actually, kludged it, but it works now, so who cares?)
  106.   that caused passwords to not get *****'d out when entered manually.
  107. * Color scheming seems to work for the entire text of messages now.
  108.   It no longer schemes only the first page of the message.
  109. * Preliminary color scheming code - you can set colors to be interpreted
  110.   and used for the BBS's default colors: Normal (Green), Highlight (Yellow),
  111.   Highlight 2 (Magenta), and Highlight 3 (Cyan).  You can set these to
  112.   any of the existing 8 colors except for Black.  There are still some bugs
  113.   in the scheming process, though.
  114. * If compiled under Linux, editor defaults to "vi" and shell defaults to
  115.   "/bin/sh" instead of os/2's "epm" and "start /f"
  116. * "Client config" option now appears at the front of the main BBS 
  117.   configuration menu (the 'C' command).  (this is the easiest place to put it)
  118. * changed the format of this file, as you can probably tell. :-)
  119. * Removed parsing of the Change Config list, as it wasn't really doing a whole
  120.   lot, and it was taking up a whole buncha CPU time to do little.
  121. ______________________________________________________________________________
  122. |------=*> FIFTH RELEASE - 16Sep95 - Eric Blade - eblade@netcom.com <*=------|
  123. |----=*>                    magician@servint.com                     <*=-----|
  124. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  125.  
  126.  * Sep 04, 1995:  *  Fixed all the dates in this file to be 1995 instead
  127.                      of 1994.
  128.                   *  TAB name completion should be slightly faster now.
  129.                   *  Now saves BBSRC when exiting friends editing.
  130.                   *  Fixed bug that kept it from keeping track of
  131.                      multi-word names in last X buffer.
  132.                   *  TAB name completion will now work with if you haven't
  133.                      entered any characters on the line - it will use either
  134.                      the first name on your last X list or your friends list.
  135.  
  136.  * Aug 30, 1995:  *  Fixed color problem in edit menu
  137.                   *  Fixed absolutely serious bugs in Macro configuration,
  138.                      which was only minorly noticeable to people in ANSI mode.
  139.                      (the macro config wouldn't be in ANSI)  People who weren't
  140.                      in ANSI mode found that when they went into Macro config,
  141.                      their client config menu was totally trashed. :)
  142.                   *  Seriously considering giving this client a name besides
  143.                      "the OS/2 client" now that I have managed to make it run
  144.                      under Linux.  Any ideas?  BTW, we still need an ICON for
  145.                      the OS/2 executeable. :)
  146.                   *  Noticed that oddly enough, the Friends List does pause
  147.                      at the end of a screenful under Linux, but not OS/2.
  148.                   *  Fixed capturing under Linux to not capture carriage
  149.                      returns. (Linux EOL = Linefeed, OS/2's is apparently
  150.                      LF + CR)
  151.                   *  Fixed a lot of the "roll my own" functions that
  152.                      Serendipity wrote to be disabled under both Linux and
  153.                      OS/2, since the libraries contain them by default.
  154.  
  155.  * Aug 28, 1995:  *  Added "send PING on empty X message" to client config->
  156.                      other options.  When enabled, sending a blank X message to
  157.                      a user is effectively the same as sending a PING message.
  158.                      For those who don't know what this is, the BBS will then
  159.                      tell you if that user is BUSY or not.
  160.  
  161.  * Aug 19, 1995:  *  Fixed bug that would crash client if you tried to delete
  162.                      the first person on your friends list.
  163.  
  164.  * Aug 17, 1995:  *  Fixed bug where if you hit ctrl-f before ever using the
  165.                      client config functions, it would always be nobold.  It
  166.                      should now properly identify your bold setting.
  167.  
  168. *> Fourth Release - Friday August 4th, 1995 - Eric Blade - eblade@netcom.com
  169. *> Do not use any of my other mailing addresses, nearly all of them are gone
  170. *> now.
  171. *> WARNINGS: (1) You should (must?) be using the latest fix for the EMX
  172. *>           runtime modules to run this executeable.  The current is
  173. *>           available as: ftp://hobbes.nmsu.edu/os2/unix/emx09a/emxfix06.zip
  174. *>           (2) BACKUP YOUR .BBSRC AND .BBSFRIENDS!  .BBSFRIENDS HAS BEEN
  175. *>           TOTALLY CHANGED!!! (see below for details)  USING OLD FORMAT
  176. *>           BBSFRIENDS FILES WILL HAVE UNPREDICTABLE RESULTS!
  177.  
  178.   --> Current Best Installation Instructions:
  179.    Make a directory to hold the client, preferably on an HPFS partition.
  180.    put SET HOME=x:\dir\you\put\the\client\in into your config.sys
  181.    (ie, SET HOME=d:\isca)
  182.    Reboot.
  183.    Enjoy.
  184.  
  185.   --> If you have no HPFS partition:
  186.    Do the above, but add to the config.sys, the following lines:
  187.    SET HOME=x:\dir\you\put\the\client\in
  188.    SET BBSTMP=x:\dir\you\put\the\client\in\BBS.TMP
  189.    SET BBSRC=x:\dir\...\BBS.RC
  190.    SET BBSFRIENDS=x:\dir\...\FRIENDS.BBS
  191.  
  192.  * Aug 04, 1995: * It looks as if all the friends list options in the
  193.                    client configuration menu are working properly.
  194.  
  195.                  * All things having to do with the friends list are now
  196.                    working properly - including tab completion.
  197.  
  198.                  * Removed a huge number of variables that are no longer used
  199.                    due to the friends list rewrite.  This should make things
  200.                    slightly smaller (i hope) and zippier. :-)
  201.  
  202.  * Aug 03, 1995: * Began a complete rewrite of the friends code.  WARNING:
  203.                    If you use SET BBSFRIENDS=file to set your BBS friends
  204.                    file, BAD THINGS WILL HAPPEN IF YOU ATTEMPT TO USE
  205.                    AN OLD FORMAT .BBSFRIENDS!  If you simply use the HOME
  206.                    variable, nothing bad will happen, since the new bbs
  207.                    friends info is held in %HOME%/.newfriends. (filename
  208.                    change)  NOTE: A conversion program for the old
  209.                    .bbsfriends may or may not be available by the time you
  210.                    read this.  Repeat: DO NOT USE AN OLD FORMAT
  211.                    .BBSFRIENDS!
  212.  
  213.  * Aug 02, 1995: * Found the uses of the "emxbind -s" command.  Executeable
  214.                       size is now much smaller. :-)
  215.  
  216.                  * More general speed increases, particularly in the client
  217.                    config functions.
  218.  
  219.                  * CTRL-F at any point in time should take you to editing
  220.                    your friends list.  Unfortunatly, I can't come up with
  221.                    a way to get the BBS to reprint your current prompt
  222.                    when you are done.  Oh well.
  223.  
  224.                  * Removed usage in other spots of the client, of the old
  225.                    variables that were set by the config options i removed.
  226.                    (temporary bold/nonbold status, etc)
  227.  
  228.                  * Fixed a bug i accidently put in that caused all of the
  229.                    command line options to act as the "config" option.
  230.  
  231.                  * Rewrote a large portion of the ANSI handling, giving an
  232.                    apparent slight speed increase, small (300 byte) exe
  233.                    size decrease, and a huge (5k) source code size decrease
  234.  
  235.  * July 30, 1995: * Removed several functions that were not serving any
  236.                     purpose whatsoever, in OS/2.  Also compiled with 486
  237.                     optimizations.
  238.  
  239.  * July 14, 1995: * More changes to the configuration menu code.  Should be
  240.                       even faster, now that it only determines your BOLD ansi
  241.                       setting ONCE, rather than every time it changes color.
  242.                   * Now recreates the ANSI menu every time the BOLD setting
  243.                     is changed.  Not that I expect this to change often, but
  244.                     it WAS a bug.  (not that any of you saw it, since i
  245.                     realised it before i released again :-) )
  246.  
  247.  * July 13, 1995: * Client now keeps track of the last 20 people to send you
  248.                       an X message, and will also do tab name-completion with
  249.                       that listing.  (This is currently buggy - it won't
  250.                       correctly keep track of names with spaces in them)
  251.  
  252.  * July 12, 1995: * Rewrote a large portion of the configuration menu routine.
  253.                     Client configuration should be nice and zippy, since it no
  254.                     longer recreates the entire config menu every time you
  255.                     enter the client config.
  256.                   * Rewrote the message printed at startup
  257.                   * It should now be possible to buffer a TAB (name
  258.                     completion), so you fast typists can just fly and use the
  259.                     new completion ability.
  260.                   * Pressing Ctrl-N will reveal the name of the last person
  261.                     to send you an X-message.  (this was not taken from the
  262.                     IO ERROR client, I did it on my lonesome. :) )
  263.  
  264.  * July 07, 1995: * At all prompts for a name, you can enter a partial name,
  265.                     press TAB (ctrl-I), and it will be automatically completed
  266.                     with a name from your friends list that has the first
  267.                     matching characters.  (If no matches are found, the client
  268.                     will just plain beep a warning)
  269.  
  270. ______________________________________________________________________________
  271. |------=*> THIRD RELEASE - 14Jun95 - Eric Blade - eblade@netcom.com <*=------|
  272. |----=*>eblade@sojourn.com, eblade@arbornet.org, magician@servint.com<*=-----|
  273. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274.  Warning: Make a backup of your .BBSRC and .BBSFRIENDS before installing this
  275.           version, if you are upgrading from a previous release.
  276.  
  277.  * June 8-14   : * All of the command line options that only had an effect if
  278.                    your configuration was a certain way or not have been
  279.                    removed.  main.c has experienced a major rewrite. config.c
  280.                    has been greatly cleaned up, however, to fix a bug that was
  281.                    introduced in it, i had to split the friends/enemies editing
  282.                    code into two seperate functions.  I imagine they will be
  283.                    merged back together soon.
  284.                  * The client now appears to recognize correctly, exactly
  285.                    when there are no people on your friends list online, and
  286.                    actually reports it now.
  287.                  * telnet.c: macro editing now captures.
  288.                  * capture file will no longer capture nulls, resulting in
  289.                    <null> being printed in the capture file.
  290.                  * literally EVERYTHING should capture except things before
  291.                    login, and Autologin configuration.  If you find something
  292.                    that doesn't capture, PLEASE let me know.
  293.                  * The original friends list has returned!
  294.                    See Client config->Other options.  In the Original friends
  295.                    mode, you can do all the normal friends list operations,
  296.                    except that <A>dd friend will not prompt you for an info
  297.                    line.  (It is assumed to be "(None)").  You may toggle
  298.                    between the two modes at will, and everything should still
  299.                    work as normal. :-)
  300.  
  301.  * June 7, 1995: Now begins the massive rewrite/cleanup of code.  Many things
  302.                       will not be logged here, because they are far too
  303.                       numerous changes, that most people could care less about.
  304.  
  305.  * June 7, 1995: Fixed a bug that caused problems with adding to the Friends
  306.                       list.  I must have introduced these Friendslist bugs
  307.                       SOMEHOW, on my own, since I have NEVER seen/heard of
  308.                       these sort of problems with the other clients.
  309.  
  310.  * June 6, 1995: Fixed a bug that would cause severe (apparent) damage to your
  311.                       .bbsfriends file.  The damage was actually not saved -
  312.                       it was just a bug in the functions that handled listing /
  313.                       editing of the friends list. (I think) If ANYONE has ANY
  314.                       problems with a corrupted Friends list, PLEASE CONTACT ME
  315.  
  316.  * June 6, 1995: If no one is in your friends list, and you hit ctrl-w, and
  317.                       would normally receive an "(old)" list, it will now print
  318.                       a message saying that no one is on that's in your friends
  319.                       list.  (this will be extended to include (NEW) lists too)
  320.  
  321.  * June 1, 1995: Fixed a minor problem that no one actually noticed (surprise)
  322.                    with the Client not being able to get the names of people
  323.                    (for X messages, Friends Add, or whatever) who's ISCA names
  324.                    reached the maximum character length (19, I believe).
  325.                    Thanks to Alexander The Great for making me notice this one.
  326.                    :-)
  327.  
  328.  * May 30, 1995: Added a workaround to solve problems with "E.EXE" (the OS/2
  329.                     system editor) failing with a "Sharing Violation" error if
  330.                     someone attempted to use it as an editor for the client.
  331.  
  332. +----------------------------------------------------------+
  333. |SECOND RELEASE - 29May95 - Eric Blade - eblade@netcom.com |
  334. |-------------------------------------- eblade@sojourn.com |
  335. +----------------------------------------------------------+
  336.  
  337. Installation instructions are in the section of the file dealing with the First
  338. Release of the OS/2 client.  I have added a "to-do" or "wishlist" to the end
  339. of this file.
  340.  
  341.  --> Note:  Both of my releases of the client seem to have a peculiar bug in
  342.              them - sometimes after logging out, right after posting a message,
  343.              the next time you login, the message you posted last will still be
  344.              in your BBSTMP file.  I'm sure there's a simple workaround (make
  345.              sure that the BBSTMP file is clear when loading the client is the
  346.              obvious solution, IMHO), however I would like to find the source
  347.              of this slightly annoying bug.  It has no effect on what's going
  348.              on, just tell it to clear the temp file when you enter a msg next.
  349.              If you are able to reproduce this bug repeatedly, PLEASE let me
  350.              know the conditions under which this happens. -- May 29, 1995
  351.  
  352.  * May 24, 1995: Second version of ANSI filter (first version worked) - this
  353.    one I worked for a very long time trying to debug, and make it work.  This
  354.    one had best work. :-)  Also fixed a bug that allowed the client to close
  355.    the capture file before the file was done being written to, causing some
  356.    data loss.
  357.  
  358.  * May 23, 1995: First version of ANSI filter - it should filter any ANSI out
  359.    that the BBS itself sends, but most likely won't filter anything that is
  360.    internal to the client itself.
  361.  
  362.  * You may now specify a macro beginning with the word "shell", and the
  363.     command specified after the word "shell" will be executed when you enter
  364.     that macro key.
  365.  
  366.  * You may now specify a file for the capture to be placed into.  You can do
  367.     this by going into the client configuration (C, C) and pressing "L" for
  368.     local configuration.  If you are currently capturing as you change the file
  369.     name, the original file will be closed, and the new file will be opened.
  370.  
  371.  * Capturing to file has been totally re-written.  Now, nearly everything you
  372.    see on the BBS will be captured when you have capture mode turned on.
  373.    Output from Friends list, Who, everything.
  374.  
  375. --------------------------------------------------
  376.     ISCA BBS CLIENT FOR OS/2, FIRST RELEASE
  377. --------------------------------------------------
  378.  
  379. Specific OS/2 code by Eric Blade, aka PanaSonic, (c) 1995.
  380.  
  381. Installation instructions are below.  Along with a lot of other crap.
  382.  
  383. There are no major differences between this client, and the client
  384. produced by Ayourk and Isoroku.  In fact, it is based off the last
  385. source that I received from Ayourk.
  386.  
  387. This is a text-based OS/2 application.  It requires TCP/IP for OS/2 version
  388. 2.0 (or later), or the OS/2 Warp Internet Access Kit.  If you can telnet from
  389. your machine, you should be able to use this software.
  390.  
  391. According to the original client author, this client falls under the GNU
  392. General Public License.
  393.  
  394. However, in the source I have received, there has been NO INDICATION
  395. WHATSOEVER within the packages, that this client or source code does in fact
  396. fall under the GNU General Public License.  Since I have received nothing
  397. along those lines (either from the original package, or any of it's
  398. derivitives), I can only assume that Serendipity (the original author's ISCA
  399. name) is dead wrong.  I have absolutely no desire to go through a legal battle
  400. at this point, over such a foolish thing, but since I received this package
  401. with NO INDICATION that it does in fact fall under the GPL, I am not including
  402. copies of the GPL with it.  If you wish to read it, download any other program
  403. in the world that is 100% for sure under the GPL (such as any software
  404. distributed by the Free Software Foundation), or make an FTP trip over
  405. to prep.ai.mit.edu.
  406.  
  407. If you truly desire source code to this program, you may reach me at
  408. eblade@netcom.com, and I will arrange for you to get it.  I ask that if you
  409. make any modifications to the source code, that you use something along the
  410. lines of the GNU DIFF program, and email me the results, so that I may
  411. incorporate those differences into my own source code, and distribute it.
  412.  
  413. If you wish to reach me for any other purpose (bugs, suggestions, comments,
  414. etc), please also email the above address.
  415.  
  416. --------------------------------------------------------------------------
  417.  
  418. Installation:
  419.  
  420.   Pretty much, pick a place to put the executable, and drop it there.
  421.   Run it when you want to connect to the ISCA BBS.
  422.  
  423.   You may have to SET BBSRC=<path to a bbsrc file>, and
  424. SET BBSFRIENDS=<path to a friends file>, or else the client may complain about
  425. being unable to figure out where to put those files.  Set them to any
  426. filename you would like, although you would probably prefer something that
  427. won't get accidently deleted.  BBSRC holds general client configuration, and
  428. BBSFRIENDS holds your friends list.
  429.   If you have a HOME environment variable set, then ".bbsrc" and ".bbsfriends"
  430. will be placed in that directory.
  431.   Another one that may have to be set is BBSTMP, which is a temporary file used
  432. by the client to hold things such as message text, etc, and doesn't have to
  433. point anywhere special.
  434.  
  435. --------------------------------------------------------------------------
  436.  
  437. Miscellaneous Stuff:
  438.  
  439.   If you have a variable set for EDITOR, that variable will be used as your
  440. editor, from the <E>dit message function in the BBS's editor.
  441.  
  442.   To access the client configuration, once on the BBS, type <C>, then hit
  443. <C> again.  That will bring up the client configuration.
  444.  
  445.   Due to some specific strange things in OS/2, you should most likely leave
  446. your SHELL set to "start /f", which tells the program to bring up a new shell
  447. in the foreground, when you use the Shell macro key. (normally <Ctrl-B> <!>)
  448.  
  449.    OS/2 does NOT support the Suspend operation (<Ctrl-B> <Ctrl-Z>) that most
  450. Unixes do support.  An attempt to suspend will generate an error message.
  451.  
  452.    When you start the client, most likely there will be a pair of warning
  453. messages, about setting access to the bbsrc and the bbstmp files.  Ignore them.
  454.  (this is fixed in second release - if there are any warning messages or error
  455. messages, PLEASE email me, eblade@netcom.com)
  456.  
  457.  
  458. ---------------------------------------------------------------------------
  459.  
  460. Eric Blade
  461. eblade@netcom.com
  462. 21Apr95
  463.  
  464. Notes on the source code, if you have it:
  465.  
  466. If you change the unix.c file (which contains most of the OS/2 specific code), you have
  467. to compile it by hand, because I can't figure out how to make this damned makefile
  468. (as written by Serendipity) to update unix.c without updating the entire source tree.
  469.  
  470. To make the program, you need EMX 0.9a FIX 03 or later, and GNU Make.
  471. CD to the source dir, and type "gmake os2".  (assuming your GNU make is called gmake)
  472.  
  473. -------------------------
  474.  THNGS I'D LIKE TO SEE (heh)
  475. -------------------------
  476.  
  477.   SERIOUS CLEANUP OF ALL SOURCE CODE - THIS WILL HAPPEN NEXT.
  478.  
  479.