home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / elm-2.4-pl20.tar.Z / elm-2.4-pl20.tar / Changes next >
Text File  |  1993-01-12  |  3KB  |  96 lines

  1. This file describes major changes made to the Elm source distribution
  2. between Releases 2.3 and 2.4.  Please remember that Elm is a volunteer
  3. project, we did what we had time for, and perhaps, what interested us.
  4. If you have a suggestion, or a fix, submit it, and better yet,
  5. volunteer to implement it.
  6.  
  7.         Syd Weinstein        Sat Oct  3 16:55:49 EDT 1992
  8.  
  9. Drop all routing options and let the smart Mail Transport Agent route mail.
  10.  
  11. Completely new alias subsystem.
  12.  
  13. Support for NLS, LOCALE and message catalogs.
  14.  
  15. Quoted string support to allow for X.400 type addresses.
  16.  
  17. Support for MIME via metamail
  18.  
  19. Support for Content-Length and Content-type
  20.  
  21. Enhanced Configure Script
  22.  
  23. Added -f flag to filter for alternate rules file
  24.  
  25. Add sender to filter
  26.  
  27. implements a -q flag to filter to quiet any logging of filtering actions.
  28.  
  29. More intelligent make install target include better support for man pages
  30.  
  31. User definable Options Screen
  32.  
  33. System Wide Elmrc File (Allows binary distribution of Elm)
  34.  
  35. implement a ucb mail like metoo option in elm.
  36.  
  37. Split the common routines to a lib directory
  38.  
  39. Allow using ~ for home directory in filter rules file
  40.  
  41. Changed save_message to fork/setgid in order to save
  42. message with user's group id instead of mail group id.
  43.  
  44. Change filter command to not look at $MAIL as it may be
  45. run from sendmail on some systems and $MAIL is set from the
  46. environment of the sender of the mail.  Result was delivery
  47. of mail to the mailbox of the author of the mail instead of
  48. the intended user.
  49.  
  50. new locking method - allow both fcntl and flock in Filter and Elm
  51.  
  52. Detect when there are too many filter rules and exit gracefully.
  53.  
  54. Reimplemented readmsg utility.  Obsoleted "readmsg_file" and
  55. introduced "temp_state" file and "ELMSTATE" environment parameter.
  56. This allows readmsg to understand the current 'sorted' order of the
  57. Elm display, when run while Elm is running.
  58.  
  59. Change date parsing, now uses Numeric TZ and sorting is now TZ aware.
  60.  
  61. Add resize support, only at the top level, and no minimum size enforcement.
  62.  
  63. add an option, -i, to use the mentioned file as an inclusion, i.e. the
  64. edit session starts out with that file as its text.   Allows Elm to be
  65. used as a mailer from news readers.
  66.  
  67. Change in method of reading/writing files to allow for nulls in the
  68. file and better catching of errors on writes such as file system full.
  69.  
  70. Add ti/te framing for Sun console
  71.  
  72. add change to folder based on alias (where messages to that folder would
  73. be stored)
  74.  
  75. allow the user to save to the 'most-recently-used-folder'
  76.  
  77. Disable stop processing while writing back spool to avoid
  78. stop causing a corrupted/long locked spool file
  79.  
  80. Changes to allow clearing the weed-out list yet not totally
  81. invalidating all the existing elmrc files.
  82.  
  83. Add - to allow fastmail to read from stdin
  84.  
  85. Make frm's exit status more meaningful, add much new functionality,
  86. including the ability to recognize when a message is old, new, or
  87. unread, and when mail is really "To" somebody else.
  88.  
  89. Change newmail to not keep files open to prevent systems with read
  90. locks from appending to the file.  Add print_prefix to force printing
  91. the prefix if specified and only one folder being monitored.
  92.  
  93. And many bug fixes.
  94.  
  95. ************************************************************************
  96.