0.7.9  Apr 06 22:30:57 PDT 1998

- BeOS support (no file xfer)

- use getopt(3)

- lots of small changes

0.7.8  Mar 18 01:31:17 PST 1998

- fixed typo in cmds.c (save now works)

- added mkdir, rm, tracker commands.

0.7.7  Mar 16 06:32:56 PST 1998

- fixed crash in /ls on little endian systems

- fixed some typos needed for SunOS/Solaris

- added MegaHAL, see http://ciips.ee.uwa.edu.au/~hutch/hal/
  (is disabled by default, use --enable-hal)

- moved core.c to hxcore.c since configure would delete core.* if interrupted

- fixed bug where ~dir/abc would be expanded to /home/dir/bc in expand_tilde

- added save command

0.7.6  Mar 12 11:49:23 PST 1998

- fix input_getchar to deal with hosts whose return key generates
  '\r' instead of '\n'.

- code cleanup to avoid some warnings.

- removed front command (use join)

- added memmove.c, strtoul.c, inet_aton.c and code to handle lack of atexit(3)
  (needed for SunOS/Solaris)

- xfers command now prints speed and size for gets (only).

0.7.5  Mar  9 19:07:03 PST 1998

- put dates in CHANGES

- fixed memory leak in files.c

- added auto_array.h, util.c

- cleaned up snprintf.c and fixed incorrect usage of printf in user_print

- new cmd_lookup in cmds.c

0.7.4  Mar  5 04:37:00 PST 1998

- fixed bug in hist.c which caused input_getchar to crash when
  the max history size was reached

- privchat.c now frees memory used by private chats when /leaving them

- changes to configure script, fixed aclocal.m4, added strerror.c

0.7.3  Mar  3 07:36:00 PST 1998

- better configure script

- added resumable downloading, fixed uploading

- new xmalloc.c with xstrdup

- added clear and hl commands

0.7.2  Feb 28 00:56:00 PST 1998

- added configure script

- added snprintf.c for systems without it

- man page now has (small) descriptions for most commands.

- other small fixes

0.7.1  Feb 24 21:24:00 PST 1998

- fixed path_to_hldir to generate correct hldirs

- fixed sig_chld/rcv_file_put to display correct statistics for uploads

- changed cmd_exec(char *) to cmd_exec(char *, int xpnd) so cmd_load
  could execute commands without expanding \ sequences.

- added commands pwd, lpwd

- added #define hstrerror(x) "hstrerror" if NEED_HSTRERROR is defined
