home *** CD-ROM | disk | FTP | other *** search
/ ftp.freefriends.org / ftp.freefriends.org.tar / ftp.freefriends.org / arnold / Source / mush.rstevens.tar.gz / mush.tar / README-7.2.5 < prev    next >
Text File  |  1992-10-30  |  2KB  |  75 lines

  1.  
  2. This is release 7.2.5 of the Mail User's Shell (mush).
  3.  
  4. Mush was last posted as a complete package at release 7.2.2.  Before that,
  5. the last complete posting was 7.1.1.  If your version of mush is older
  6. than 7.2.2, refer to README-7.0 and README-7.1 for lists of other changes.
  7. See README-7.2.0 for changes from 7.1.1 to 7.2.  Patch 3 was bugfixes only;
  8. there was no README-7.2.3.  See README-7.2.4 for a list of changes in both
  9. patch 3 and patch 4.
  10.  
  11. Changes in compilation:
  12.  
  13.     POP3_SUPPORT
  14.     Enable POP client mode by compiling with this defined.  See README.
  15.  
  16.     New files to support POP and DOT_LOCK have been added to the makefiles.
  17.  
  18. New/changed commands:
  19.  
  20.     See the $metamail variable for changes in print/type/etc.
  21.  
  22. New/changed variables:
  23.  
  24.     metamail
  25.     If $metamail is set to the pathname (and arguments) of a MIME
  26.     decoder (such as the "metamail" program), Mush will recognize
  27.     MIME messages and "page" them through that decoder instead of
  28.     through the regular $pager.
  29.  
  30. Tool mode changes:
  31.  
  32.     Bug fixes only, see below.
  33.  
  34. Bugs fixed in Patch #5:
  35.  
  36.   * Better parsing of double-quoted tokens in addresses
  37.  
  38.   * Unsetenv allocates a new copy of the environment on first call
  39.  
  40.   * Doesn't attempt to init tty if there isn't one
  41.  
  42.   * #define CURSES in config.h (as opposed to in CFLAGS) should work
  43.  
  44.   * On AIX, curses mode won't dump core
  45.  
  46.   * Recognize more date formats, and store dates to resolution in seconds
  47.     for more accurate date sorting
  48.  
  49.   * Tool mode "sort" menu "by value of sort variable" works now
  50.  
  51.   * Better handling of X.400 addresses (heuristic for distinguishing them
  52.     from file names has been improved)
  53.  
  54.   * Tool mode "save" pullright directory-walking menus work in all contexts
  55.     (I hope)
  56.  
  57.   * Moved that silly piece of code that was setting $realname to the
  58.     spool folder path
  59.  
  60.   * Code to init all hostname aliases for $hostname finally works right in
  61.     all cases
  62.  
  63.   * Many improvements to DOT_LOCK; NFS "secure" lockfile creation
  64.  
  65.   * ~user/$variable parses correctly and expands $variable
  66.  
  67.   * Some compilation fixes for SGI IRIX
  68.  
  69.   * Child-process management for pager process improved
  70.  
  71.   * Support for POSIX_UTIME fixed
  72.  
  73.   * "saveopts" of variables, aliases, etc. with embedded quotes of mixed
  74.     types does appropriate quoting of its output
  75.