a5b07d542133677196d7c10b8a07da53c6736061
[mmh] / ChangeLog
1 Fri Oct 29 13:42:51 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
2
3         * Upped the version number to 1.0.3.  If we don't do this, then
4         when people report bugs against 1.0.2, we won't know "which" 1.0.2
5         they're talking about (since the development source is publically
6         available via CVS).  I think the Linux kernel version numbers are
7         a good model, so the next time we roll a tarball, it should be
8         version 1.0.4 (or higher -- anyhow, an even-numbered version).
9
10 Fri Oct 29 06:41:08 1999 Doug Morris <doug@mhost.com>
11
12         * Released nmh-1.0.2.
13
14 Tue Oct 26 22:57:00 1999 Doug Morris <doug@mhost.com>
15         
16         * Added check for whether "libtool" is in fact gnu libtool. If
17         it is, it is not used. This is the wrong behavior. If vendor
18         XYZ later on decides to create yet another libtool, we'll be
19         caught again. This works for now.
20
21         * Minor updates to MACHINES refering to Mac OS X.
22
23 Thu Oct 21 20:45:37 1999 Doug Morris <doug@mhost.com>
24
25         * Added check for "libtool" (a ranlib type tool for Mac OS X)
26         and modified Makefiles so that nmh will build under Mac OS X.
27
28 Sun Oct 17 08:28:56 1999 Ruud de Rooij <ruud@ruud.org>
29
30         * Changed repl defaults to partly revert to MH behaviour,
31           "-cc all" is now only implied with -group.
32
33         * The replcomps template includes cc: header again (as in MH).
34
35         * Updated repl man page to reflect these changes.
36
37 Sat Oct 16 02:57:47 1999 Doug Morris <doug@mhost.com>
38
39         * Tweaked configure to handle Solaris and SunOS after the BIND
40         changes. Both need more cleanup.
41
42 Sat Oct 16 00:17:36 1999 Doug Morris <doug@mhost.com>
43
44         * Removed BIND define and replaced it with a check for
45         gethostbyname (to determine if the host is DNS aware) and a
46         check for sethostent. This appears to be the right thing to
47         do, but there is no explanation of the reasoning behind the
48         BIND define in the code and it appears to have been used for
49         multiple purposes. 
50
51 Wed Oct 13 15:53:53 1999 Doug Morris <doug@mhost.com>
52
53         * Updated manpages Makefile to link mh-profile.5 to
54         mh_profile.5 after installation. Suggestion from Richard Cohen
55         <richard@jubjub.demon.co.uk>.
56
57         * Modified configure.in to check for _IO_write_ptr and libio.h
58         to determine whether to define LINUX_STDIO instead of using 
59         config.guess.
60
61 Mon Oct 4 15:22:46 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
62
63         * Added '-L' to the calls of 'ls' in configure.in -- I have seen
64         multiple machines in the past where the mail spool was a symlink
65         to a directory on another device with more free space.
66
67 Fri Oct 1 22:36:56 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
68
69         * Fixed a portability problem in Doug's fix of a portability
70         problem in my MAILGROUP autoconf support ('ls -l' vs. 'ls -lg'). 
71
72 Sat Sep 25 18:40:43 1999 Ruud de Rooij <ruud@ruud.org>
73
74         * Added config.sub and config.guess to the list of files to be
75         distributed.
76
77         * Fixed bug in sbr/fmt_scan.c where an extra newline would be
78         added if a list of addresses was split over several header lines.
79
80         * In mts/smtp/smtp.c, undefine strlen and strcpy if they are
81         macros, regardless of platform.
82
83         * Allow q to quit mhshow, and n to skip to next part.  Patch from
84         Kimmo Suominen <kim@tac.nyc.ny.us>.
85
86         * Modified mhstore to recognize attachments created by sendfiles
87         with x-conversions=gzip.
88
89 Mon Sep 13 21:20:10 1999 Doug Morris <doug@mhost.com>
90
91         * added explicit cast to long from time_t for tclock in
92         post.c.
93
94         * Commented out #ifdefs for <sys/ioctl.h> in termsbr.c since
95         it's needed for ioctl() anyway. This prevents a warning about
96         implicit definition of ioctl().
97
98         * Moved guesses performed by AC_CANONICAL_SYSTEM back into the
99         "User Configuration" section of config.h (moved @TOP@ in
100         acconfig.h) so they're easier to find, should someone actually
101         want to mess with them.
102
103 Sun Sep 12 15:50:34 1999 Doug Morris <doug@mhost.com>
104
105         * updated Makefile.in so it recognized COMPLETION-TCSH and
106         COMPLETION-ZSH (only used in make nmhdist). 
107
108         * added prototype for ruserpas to <h/prototypes.h>. Fixes
109         warnings in mhparse.c and mhbuildsbr.c.
110
111         * added include checks for <time.h> and <sys/time.h> to
112         prevent warnings in fmt_compile.c, fmt_scan.c, lock_file.c,
113         sendsbr.c, mhbuildsbr.c, mhcachesbr.c, picksbr.c, and post.c.
114
115         * added include for <zotnet/mts/mts.h> to ali.c, scan.c, ap.c,
116         rcvdist.c, rcvstore.c, rcvtty.c, and spost.c to remove
117         warnings about implicit definition of mts_init().
118
119         * added <grps.h> to slocal.c to prevent warnings about
120         function initgroups.
121
122         * added <h/signals.h> to prevent warning about missing SIGNAL
123         function.
124
125         * added function prototypes to smtp.c, whatnowproc.c,
126         mhbuildsbr.c, mhparse.c, mshcmds.c, show.c, whatnow.c, mhl.c
127         to fix warnings.
128
129         * explicitly declared mbx_style in mshcmds.c and lused in
130         fmtdump.c as type static int instead of just static to
131         prevent warnings.
132         
133         * various code cleanups to prevent ambiguous statements
134         (brackets for if/thens and parens for complicated if
135         statements).
136
137
138 Sun Sep 12 09:19:27 1999 Doug Morris <doug@mhost.com>
139
140         * commented out _cleanup() in mf.c because it's the only
141         location in all of the source code where it exists. It was
142         preventing compilation on at least linux.
143
144         * Added check for <db1/ndbm.h> which is the new location where
145         linux systems appear to be stuffing this header file.
146
147 Thu Sep  9 23:15:49 1999 Doug Morris <doug@mhost.com>
148
149         * fixed varous mkstmep bugs introduced in 1.0.1 by me. Whups!
150
151         * added mh_profile SEGV patch from Richard Cohen
152         <richard@jubjub.demon.co.uk> that prevents crashing when
153         mh_profile doesn't end in a newline. A similar patch was
154         previously sent in by Andrew Bettison <andrewb@zip.com.au>.
155
156         * fixed bug in associated with MAILGROUP #define (group "mail"
157         is not universal) -- hard to believe, but true.
158
159 Tue Sep 7 16:47:03 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
160
161         * Renamed ZSH.COMPLETION to COMPLETION-ZSH and added COMPLETION-TCSH.
162
163 Tue Aug 17 16:06:29 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
164
165         * Automated #define of MAILGROUP and installation of inc as setgid mail
166         when the mail spool directory isn't world-writable.
167
168 Thu Jul 15 18:37:07 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
169
170         * slocal -debug used to leave a file in /tmp for each message
171         processed.  Very bad for folks with slocal -debug in their .forward!
172
173         * Got rid of a ton of compilation warnings.  Most were "junk"
174         warnings due to the use of gcc -Wall (without -Wno-parentheses),
175         but a few represented real bugs.  There remain many warnings to be
176         tackled that are due to missing function prototypes (e.g. snprintf()).
177
178         * Default rcvdistcomps no longer puts a copy of all outgoing
179         messages in outbox.  Added an rcvdistcomps.outbox that does.
180
181 Sat Jun  9 12:22:47 1999 Doug Morris <doug@mhost.com>
182
183         * Updated configure to check for mkstemp (available on OpenBSD) and 
184         substitute it for mktemp if available. 
185
186 Thu May 13 16:40:19 1999  Doug Morris <doug@mhost.com>
187
188         * Added config.sub and config.guess and updated acconfig.h and
189         configure.in to automatically detect system type and set the
190         proper #defines.
191
192 Wed May 12 23:41:33 1999  Dan Winship  <danw@mit.edu>
193
194         * Released nmh-1.0.1.
195
196 Fri May  7 17:18:28 1999  Dan Winship  <danw@mit.edu>
197
198         * Fixed flist to properly deal with relative folder names.
199         Problem noted by Jerry Peek <jpeek@jpeek.com>.
200
201         * Fixed --with-krb4 to work with original Kerberos 4 libraries as
202         well as the Kerberos 5 compat libraries. Based on a patch from
203         Assar Westerlund <assar@sics.se>.
204
205         * Added a check in configure.in to test if modf is in libc and
206         link with libm if not. This is needed by at least Digital UNIX. 
207         Problem pointed out by Kevin Oberman <oberman@es.net>.
208
209         * Fix a bug from the "mhn -show" to "mhshow" renaming that
210         made the "list" command in whatnow not work for some users.
211         From Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.
212
213         * Replaced "extern int errno" with "#include <errno.h>" in a
214         number of files. Suggested by Stephen Wilson Bailey
215         <swb@nconnect.net>.
216
217         * Fixed a problem in how "packf -mbox" translated "Return-Path:"
218         lines. From Kimmo Suominen <kim@tac.nyc.ny.us>.
219
220         * Fixed a segmentation fault in inc. Patch originally from Ruud de
221         Rooij <r.c.m.derooij@twi.tudelft.nl>.
222
223         * Allow display of 8bit encoded messages. From Kimmo Suominen
224         <kim@tac.nyc.ny.us>.
225
226         * Fixed repl to not add line breaks in the middle of long
227         addresses when building a reply. From Ruud de Rooij
228         <r.c.m.derooij@twi.tudelft.nl>.
229
230         * Added -library switch to spost so it can parse user aliases like
231         post does. From Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.
232
233         * Changed configure.in's check for sigsetjmp to properly deal
234         with systems like Linux where it is a macro. From
235         <elleron@servtech.com>.
236
237         * Fixed a bug in whatnow that could cause it to sometimes exit
238         without prompting the user. Based on a patch by Richard Geiger
239         <rmg@netapp.com>.
240
241         * Added code to deal with SIGPIPE in mhl so it doesn't print
242         "Broken pipe" if you quit out of the moreproc.
243
244         * Documentation: Added a note to MACHINES about Irix make. Added a
245         pointer to the online copy of the MH book in INSTALL. Added
246         some additional information to the whatnow and packf man pages,
247         suggested by Jerry Peek <jpeek@jpeek.com>.
248
249         * Updated INSTALL, FAQ, etc to not refer to Richard as the
250         maintainer or math.gatech.edu as the home any more.
251
252 1999-02-06  Richard Coleman  <coleman@math.gatech.edu>
253
254         * Released nmh-1.0.
255
256         * Merged mbx_open and mbx_Xopen in dropsbr.c.  Fixed
257           mbx_open so that the mode of zero length maildrops
258           would not be changed.
259
260         * Replaced the substitute version of snprintf() with the
261           one from the Apache web server.
262
263         * Changed to default mode for creating new messages to 0600
264           (this should have been done a long time ago).
265
266         * Changed "flist" to handle searching for multiple sequences
267           for each folder.  Also flist will now correctly split
268           Unseen-Sequence if it consists of multiple sequences.
269
270         * Added new switches `-unlink' and `-nounlink' to "refile".
271
272         * Added new switches `-unlink' and `-nounlink' to "rmm".
273
274         * More cleanups of slocal output.  Changed adorn() to
275           send to stdout, instead of stderr (to match rest of
276           verbose printing).
277
278         * Merged mbx_create() into mbx_open, so that creating and
279           opening a nonexistent maildrop is done atomically.  This
280           removes a bad race condition.
281
282         * Fixed bug that caused slocal to be unable to save to MMDF
283           style drop file.
284
285         * Added new wrapper function usr_folder() to slocal.c to
286           handle adding message to folder (currently, it still uses
287           usr_pipe() to call rcvstore).
288
289         * seq_list() checks for empty folder before scanning for
290           sequence information.
291
292         * num_digits() in flist.c and folder.c now returns correct
293           value for 0.  Also added sanity check.
294
295         * folder_delmsgs() now correctly decrements internal message
296           count.
297
298         * Don't attempt to read sequence information if folder
299           is empty.
300
301         * Split seq_read into seq_public and seq_private.
302
303         * Small change to sigmsg.awk, since newer versions of gawk
304           interpret 034 as octal.
305
306         * In flist, don't scan for sequence information in empty folder.
307
308         * Updated mhn.defaults.sh to output profile entries for mhshow,
309           mhstore, and mhbuild.
310
311         * Changed configuration parameter "mhn-access-ftp" to
312           "nmh-access-ftp".  Updated man pages
313
314         * Moved the code in InitMultipart to reverse the order of the
315           parts in a multipart, into its own function "reverse_parts()".
316
317         * Changed code in mhbuildsbr.c to store unencoded content
318           in the c_cefile structure when building.
319
320         * Changed code in mhoutsbr.c to look for unencoded content
321           in the c_cefile structure when outputing message.
322
323         * Changed configuration parameter "mhn-cache" and
324           "mhn-private-cache", to "nmh-cache" and "nmh-private-cache",
325           since it is used in mhstore, mhlist, and mhshow.  Updated man pages
326
327         * Change configuration parameter "mhn-storage" to
328           "nmh-storage", since it is now used in mhstore, mhlist,
329           and mhshow.  Updated man pages
330
331         * Add autoconf support for KPOP (kerberized pop).
332
333         * Add autoconf support for Hesiod.
334
335         * Split routines to output a message given a Content structure
336           (output_message, output_content, write7Bit, etc..) to a new
337           file "mhoutsbr.c".
338
339         * Split output_content(), into output_content() and build_headers().
340
341         * Changed copy_some_headers() in mhstoresbr.c, to use the linked
342           list of header fields, rather than reopening the message.
343
344         * Added free_header() to mhfree.c to free structures containing
345           header field information.
346
347         * Changed get_content() to use the linked list of header fields
348           when parsing the various MIME headers (Content-XXX).
349
350         * Changed get_content() to store linked list of header field
351           values when parsing a content.
352
353         * Changed mhbuild, mhn, mhlist, mhshow, mhstore, to use the
354           routines in mhcachesbr.c to handle the content cache.
355
356         * Split various funtions (find_cache, find_cache_aux, find_cache_aux2,
357           cache_content) into new file mhcachesbr.c.
358
359         * More calls to sprintf/strcpy (primarily in mhparse.c
360           and mhbuildsbr.c) converted to snprintf/strncpy.
361
362         * When a message is displayed with `mhshow', it is now
363           removed from the "unseen" sequence.
364
365         * Change the default "showmimeproc" to "mhshow".
366
367         * Split "mhn -show" off into separate command "mhshow".
368
369         * Split "mhn -store" off into separate command "mhstore".
370
371         * Split "mhn -list" off into separate command "mhlist".
372
373         * Add sanity checks to context_find(), context_replace(),
374           and context_del(), to abort if context file hasn't been
375           read.
376
377         * Add calls to context_read(), to the beginning of all nmh
378           commands (instead of being called indirectly by context_find).
379
380         * Changes the "substitute" version of vsnprintf/snprintf for
381           operating systems without native versions, to just call the
382           native vsprintf(), and ignore the buffer length.   This is
383           faster, but less secure than the previous version that used
384           temporary files.  This should only be a problem for systems
385           which do not have a native snprintf(), and require `inc' to
386           be setuid/setgid.
387
388         * Lots more calls to sprintf/strcpy converted to snprintf/strncpy.
389
390         * Changes client() routine to take additional parameter, which is
391           the buffer length of the parameter "response".  Then added
392           buffer length checks for this parameter.
393
394         * Changed getws() to get_fields(), since that is apparently the
395           name of a wide character version of gets() on some archetitures.
396
397         * Lots of sprintf/strcpy calls converted to snprintf/strncpy.
398
399         * Change the code in most of the commands that take multiple
400           message names/sequences/ranges on the command, such that
401           the msgs array is expanded dynamically.  This removes most
402           of the limits on the length of command lines.
403
404         * Add additional parameter to copyip(), to specify the
405           maximum number of strings that can be copied (security
406           fix).
407
408         * Create new function getarguments(), to massage the argument
409           vector before parsing it (add any arguments from your
410           profile to the beginning of the argument vector).  This
411           also removed the general limit on the number of command line
412           arguments.
413
414 1998-07-04  Richard Coleman  <coleman@math.gatech.edu>
415
416         * Released nmh-0.27.
417
418         * Added a new command "delete", that is available during
419           a "whatnow" session.  It is equivalent to "quit -delete".
420
421         * Added another parameter to editfile (in whatnowsbr.c),
422           that controls whether editfile should remember the last
423           program that was exec'ed.  This way the whatnow command
424           "mime", will not be re-executed if "edit" is later given
425           with no arguments.
426
427         * Changed whatnowsbr.c, so that whatnow doesn't abort if
428           mhbuild returns an error.
429
430         * Added parameter to sendsbr(), so you may specify whether to
431           rename the draft file.
432
433         * Pass delay time to splitmsg() as a parameter, rather than
434           use a global variable.
435
436         * Moved code to rename draft file after sending message from
437           splitmsg and sendaux, to sendsbr.
438
439         * Removed all the code in viamail to split messages and then
440           mail them.  Replaced this with the standard sendsbr.c routines.
441
442         * Changed sendsbr(), so that when splitting messages into
443           messages of type "message/partial", the header fields that
444           are copied are more compliant with RFC-2046.
445
446         * Fixed mhbuild to track temporary files better.  They are
447           now correctly removed when mhbuild aborts.
448
449         * Created a new man page for "sendfiles".  The information
450           about "mhn -viamail" in the "mhn" man page was moved to
451           this new page.
452
453         * Changed the name of the "viamail" shell script to
454           "sendfiles".  Modified "sendfiles" to use the new
455           viamail program.
456
457         * Moved the functionality for "mhn -viamail" out of mhn,
458           and into a separate executable called "viamail".
459
460         * When storing MIME contents to a folder using mhn -store,
461           they are now accumulated in a temporary file, and then added
462           to the folder using folder_addmsg().
463
464         * Moved code to save content to a folder from store_content
465           to new function output_content_folder.
466
467         * Moved code to save content to file from store_content to
468           new function output_content_file.
469
470         * Moved code to parse storage format string from store_content
471           to new function parse_format_string.
472
473         * Fix copy_some_headers() in mhstoresbr.c, so that the
474           correct header fields in the first enclosing message/partial
475           will be copied (according to RFC2046), when using mhn -store
476           to reassemble messages of type message/partial.
477
478         * Fixed bug to openFTP() in mhparse.c, that caused the
479           tmp file to not be removed, when transferring a
480           message/external file from ftp.
481
482         * Moved the code in mhparse.c to process -auto switch (scan
483           contents for the attribute "name"), to a new function
484           "get_storeproc" in mhstoresbr.c.
485
486         * Moved routines to free data structures related to MIME
487           content from mhparse.c and mhbuildsbr.c, to new file
488           mhfree.c.
489
490         * Moved code to show/display MIME content into new
491           file mhshowsbr.c.
492
493         * Moved code to store MIME content from into
494           new file mhstoresbr.c
495
496         * Moved code to parse MIME content into new
497           file mhparse.c.
498
499         * Moved code to list information about MIME content
500           into new file mhlistsbr.c.
501
502         * Move part_ok(), type_ok(), content_error(), flush_errors(),
503           and set_endian() to new file mhmisc.c.
504
505         * Start to isolate the code to show, list, and store MIME
506           messages.  One side effect is that only one flag (-show,
507           -list, or -store) can be used at a time now.
508
509         * mhn -store -auto wasn't storing file in correct directory.
510
511         * Removed a few dead variables from sbr/ruserpass.c
512
513         * move code for creating tmp files, and renaming the
514           the composition draft in mhbuild, from build_mime()
515           to main().
516
517         * remove left-over code in mhbuild.c, mhbuildsbr.c, for
518           the -[no]auto switch (which isn't used in mhbuild).
519
520         * split mhn.c into mhn.c and mhnsbr.c (name later changed
521           to mhparse.c).
522
523         * split mhbuild.c into mhbuild.c and mhbuildsbr.c.
524
525 1998-05-25  Richard Coleman  <coleman@math.gatech.edu>
526
527         * Released nmh-0.26.
528
529         * Added (unlisted) options [no]dashstuffing to send, post,
530           and whatnow to determine whether to do RFC934 quoting
531           (dashstuffing) for encapsulated BCC messages.  The default
532           is still the same (dashstuffing).
533
534         * Changed the undocumented feature "nodashmunging" in forw
535           and mhl, into the documented feature "nodashstuffing".  The
536           default for forw, is still "dashstuffing" for backward
537           compatibility, although I don't believe that bursting
538           RFC934 digests is very common anymore.
539
540         * Added an option to define REALLYDUMB in the default config.h.
541           But it is not on by default.
542
543         * moved creation of config file mts.conf from zotnet/mts
544           to etc.  This simplified the Makefile in zotnet/mts.
545
546         * simplified directory support/general to etc.
547
548         * removed unneeded directory support/bboards.
549
550         * split getusername() into getusername() and getuserinfo().
551
552         * Changed getusr() routine to getusername().
553
554         * Slight cleanup in folder_pack.c on code that records the new
555           number of the "cur" message when packing.
556
557 1998-05-08  Richard Coleman  <coleman@math.gatech.edu>
558
559         * Released nmh-0.25.
560
561         * Change install process, so that hard linking the correct mts
562           library to libmts.a, is not necessary.  The final link process
563           uses the original name of the library.
564
565         * Fixed bug in flist.c and folder.c, so that symbolic links which
566           point to directories, will not decrement the number of directory
567           links remaining.
568
569         * Split the function list_content (in mhn.c and mhbuild.c) into
570           list_content and list_debug.
571
572         * Don't pack (folder -pack) an empty folder.
573
574         * Exit gracefully in flist.c, if no sequence is specified,
575           and no "Unseen-Sequence" is given in nmh profile.
576
577 1998-02-27  Richard Coleman  <coleman@math.gatech.edu>
578
579         * Released nmh-0.24.
580
581         * Small clarification to the man page for `ali'.
582
583         * Fix bug in inc.c so that if both flags `-file' and `-truncate'
584           are given, that order doesn't matter.
585
586         * Fix bug in seq_list.c when realloc'ing for
587           large sequence line.
588
589 1998-02-23  Richard Coleman  <coleman@math.gatech.edu>
590
591         * Released nmh-0.23.
592
593         * Add new section on "Transfer Encodings" to man page for mhbuild.
594
595         * In mhbuild.c, split compose_content into compose_content
596           (parse and execute composition string), and scan_content (scan content,
597           decided transfer encoding, check for clash with boundary string).
598           I did a good amount of rearranging of this code.
599
600         * Moved definitions for data structures for parsing MIME
601           messages from mhn.c and mhbuild.c to a new include
602           file h/mhnsbr.h.
603
604         * Small amount of rearranging in sendsbr.c
605
606         * Small changes to MAIL.FILTERING file.
607
608         * Add the file MAIL.FILTERING to nmh distribution.
609
610         * Add line to packf so that if message begins with
611           "X-Envelope-From:" field, it is converted to "From ".
612
613         * Fix packf to add "From " line to beginning of message,
614           even if Return-Path doesn't exist.
615
616         * Add note to MACHINES file that on Linux, configure
617           doesn't find the functions sigsetjmp/siglongjmp.
618
619         * Fix configuration for machines that don't have (or find)
620           sigsetjmp/siglongjmp.
621
622 1998-02-11  Richard Coleman  <coleman@math.gatech.edu>
623
624         * Released nmh-0.22.
625
626         * Add a configure check for sigsetjmp.  Add some conditional
627           #define's in h/signals.h in case it's not found.
628
629         * Added additional notes about -auto switch in mhn man page.
630
631         * Added note about MM_CHARSET environment variable to
632           mh-profile(5) man page.
633
634         * Fix signal problem in mhn.c (change setjmp/longjmp to
635           sigsetjmp/siglongjmp).
636
637 1998-02-09  Richard Coleman  <coleman@math.gatech.edu>
638
639         * Released nmh-0.22-pre1.
640
641         * Changed the first line in mhl.format from
642           " -- using template mhl.format -- " to a blank line.
643
644         * Added note about automimeproc to mh-profile man page.
645
646         * Reorganize the main entry point for parsing a MIME message
647           or file in mhn.  Add new function parse_file() as new main
648           entry point for parsing MIME files.
649
650         * Add note to mhn man page, that "mhn -file -" will accept the
651           source message on the standard input.
652
653         * Changed a sanity check in folder_realloc that was too strict.
654
655         * -norfc934mode is now the default for mhbuild,
656           rather than -rfc934mode.
657
658         * Fix mhbuild, so that Content-Description and RFC-822 comments
659           from #forw directive will be correctly included if there is
660           only one message.
661
662         * Change mhn to correctly default parts of multipart/digest to
663           message/rfc822 (leftover code from rfc934mode was removed).
664
665         * Restore HP specific code to zotnet/tws/lexstring.c.  Apparently
666           it is still needed.
667
668 1998-02-06  Richard Coleman  <coleman@math.gatech.edu>
669
670         * Released nmh-0.21.
671
672         * If the file given to mhbuild is "-", then accept the draft on
673           standard input, and output the MIME message to standard output.
674
675         * Cleaned up code in mhbuild.c that decides what transfer
676           encoding to use.
677
678         * Cleaned up code in mhbuild.c that decides what character set
679           to use for text contents.
680
681         * Removed old hpux specific code from zotnet/tws/lexstring.c
682
683 1998-02-02  Richard Coleman  <coleman@math.gatech.edu>
684
685         * Released nmh-0.21-pre2.
686
687         * Added the "decode" variable to mhl.format and mhl.header.
688
689         * Added new variable "decode" to mhlsbr.c to decode text in
690           header fields as per RFC-2047.
691
692         * Make sure that when decoding RFC-2047 header fields, that any
693           spaces at the ends of the encoded text are not ignored, but the
694           spaces between encoded word are.
695
696         * Removed #ifdef's for MIME.  MIME support is always compiled in.
697
698         * scan/inc will now decode both Subject and From lines as
699           RFC-2047 encoded header fields.
700
701         * Added new function write_charset_8bit() to sbr.  It returns
702           the character set to use for 8bit text in composition draft.
703           Changed mhbuild to use this function.
704
705         * Split mhn man page into man pages for mhn and mhbuild.
706
707         * mhn -show will only now only use default method for content
708           of type plain, if it is NOT a part of a multipart/alternative.
709
710         * Split mhn -build into mhbuild.  Did some code cleanup.
711
712         * Added support for %(decode) to fmtdump.c.
713
714         * check_charset() now accepts US-ASCII as a subset of any
715           ISO-8859-X character set.
716
717         * Changed the default "showproc" to mhl, instead of the
718           pager more.
719
720         * When reading file into mhn composition file, only need read
721           permissions, not write permissions.
722
723         * Added own version of strcasecmp to distribution, since
724           nmh calls it frequently with NULL pointers (ughh).
725
726         * Replaced uleq.c with strcasecmp.  Removed uleq.c from
727           distribution.
728
729 1998-01-22  Richard Coleman  <coleman@math.gatech.edu>
730
731         * Released nmh-0.21-pre1.
732
733         * If a message is missing charset parameter to text/plain, show
734           will assume US-ASCII, rather than just calling showmimeproc.
735
736         * Change show.c and mshcmds.c to use check_charset to see if text
737           message contains valid character set.
738
739         * Added new scan format file "scan.nomime" to support/general
740           that doesn't do any RFC-2047 decoding.
741
742         * Modified all the scan format files in support/general to do
743           RFC-2047 decoding of Subject field.
744
745         * Did more work on sbr/fmt_rfc2047.c, so that it will correctly
746           ignore whitespace between two valid encoded words, but not
747           between an encoded word and normal text.
748
749         * Created new file sbr/check_charset.c.  Moved code from
750           fmt_rfc2047.c to check for valid character set to this file.
751
752         * Added format escape %(decode) to decode contents of "str" register
753           as a RFC-2047 header field.
754
755         * The command install-mh now recognizes the switches -version
756           and -help.
757
758         * Added a new argument to print_help.c to decide whether to
759           print profile entries (needed for install-mh to prevent weird
760           loops).
761
762         * Changed folder_read.c and folder_realloc.c so that mp->lowoff
763           is initialize to max (mp->lowmsg, 1) rather than always 1.
764
765         * Changed macros for sequence/attribute manipulation so that
766           message status array doesn't need to always start at 1.
767
768         * Small cleanups in folder_realloc().
769
770 1998-01-09  Richard Coleman  <coleman@math.gatech.edu>
771
772         * Released nmh-0.20.
773
774         * Added configure option --with-pager=PAGER.
775
776         * Added configure option --with-editor=EDITOR.
777
778         * Changed the default format file for mhl (mhl.format) to
779           also ignore (not display) the header fields Content-Type,
780           Content-Transfer-Encoding, and Content-ID
781
782         * Fixed core dump in addrsbr.c when using %(proper) format function
783           and the To: line was missing.
784
785         * Added the file ZSH.COMPLETION to the distribution.
786
787 1998-01-04  Richard Coleman  <coleman@math.gatech.edu>
788
789         * Released nmh-0.20-pre2.
790
791         * Added new switch -snoop to both `msgchk' and `inc', so you can
792           watch the POP transaction.
793
794         * Changed "replgroupcomps" to check for Mail-Followup-To header
795           first, and use it if available.
796
797         * Changed "replcomps" to check for Mail-Reply-To header
798           first, and use it if available.
799
800 1998-01-03  Richard Coleman  <coleman@math.gatech.edu>
801
802         * Released nmh-0.20-pre1.
803
804         * Changed seq_list.c to dynamically enlarge the buffer for
805           collecting the message ranges in a long sequence line.
806           This should remove the last hard limit on the size of a
807           sequence line.
808
809         * Changed seq_read.c so that can read long sequence lines.
810           It will use multiple calls to m_getfld() when m_getfld()
811           returns the state FLDPLUS.
812
813         * Changed brkstring.c to dynamically add more space for pointers
814           if necessary.  This is needed when splitting up large sequence
815           lines.
816
817         * Did some small cleanups in seq_save.c.
818
819         * Added new switches `-[no]unseen' to rcvstore, to control
820           whether new messages are added to Unseen-Sequence.
821
822         * Moved locking routines (zotnet/mts/lock.c) to sbr/lock_file.c
823
824         * Changed the internal UNSEEN flag to SELECT_UNSEEN which is
825           more appropriate.  Changed the MHPATH flag to ALLOW_NEW.
826
827         * Changed "replcomps" to not include CC and TO lines so that
828           that reply message is only directed at the author of the
829           message to which you are replying.
830
831         * Added new switch `-group' to command repl, which causes repl
832           to use new forms file "replgroupcomps".  This is intended for
833           making group replies.
834
835         * Removed #ifdef for ATHENA.
836
837 1997-12-28  Richard Coleman  <coleman@math.gatech.edu>
838
839         * Released nmh-0.19.
840
841         * Fix repl,forw so that switch `-form file' will not abort
842           as ambiguious (silly mistake on my part).
843
844         * Cleaned up the mhn man page.  Added info about a few escapes
845           for the formatting/display strings that were not documented
846           (%%, %t).  Moved the BNF grammar for the mime composition file,
847           to the end of the man page.
848
849         * Added the options -[no]format to the command repl.  The
850           switch `-format' will filter the message to which you are
851           replying with the standard message filter "mhl.reply", which
852           is now included in the distribution.  The `-noformat' option
853           will negate the use of -format or -filter and not include
854           the message to which you are replying in the draft.
855
856         * Did some cleaning and reorganization on many of the man
857           pages.
858
859         * Added debugging switch `-debug' to mhparam, which displays
860           the values of all `procs' (and some other misc configuration
861           info) that nmh keeps in global variables.
862
863         * When using `refile -preserve', if a conflict occurs, then use
864           the next available number above the message number you wish
865           to preserve.
866
867         * In forw.c, split the code for creating MIME style forwarding
868           out of copy_draft, and into copy_mime_draft.
869
870         * Move routines in mark.c to print sequences, into new
871           file sbr/seq_print.c
872
873         * flist will now update the current folder.
874
875         * Added the switches -[no]fast to flist, to replace
876           -[no]total.  The previous switches are still accepted
877           but now undocumented.
878
879         * More reorganization in flist of the code for
880           traversing folders.
881
882         * The command "flist +foo -all" will now scan the folder
883           "foo" and all its 1st level children.
884
885         * Add missing include file <h/mh.h> to sbr/snprintf.c
886
887         * Fix alarm bug in rcvtty, so that when it calls external
888           process, the alarm is never longer than 30 minutes.
889
890 1997-12-17  Richard Coleman  <coleman@math.gatech.edu>
891
892         * Released nmh-0.18.
893
894         * Fixed bug in mark, so that "mark -list -seq foo" will
895           correctly indicate if "foo" is a private sequence.  I found
896           this bug mentioned in Jerry Peek's book.
897
898         * Simplified the code in seq_setcur(), since seq_addmsg() now
899           retains the public/private status of sequences.
900
901         * Changed sequence handling so that if the switches -public
902           or -nopublic, are not specified for the commands mark, pick,
903           or rcvstore, then existing sequences will retain their
904           previous public/private status.
905
906         * mhparam now handles the mh-sequences profile entry
907           correctly.
908
909         * flist -all will now also check readonly folders (for
910           private sequences).
911
912         * Improve the leaf optimization for folder command.
913           It will now track the number of directories in a folder,
914           and stop stat'ing files once it has hit all the subfolders.
915
916         * Renamed m_getfolder to getfolder.  Changed getfolder to
917           take option to determine whether it should get current
918           folder, or just default folder (Inbox).  Changed rcvstore,
919           inc, and rmf to use the new getfolder.
920
921         * flist now indicates if a sequence is private.
922
923         * Change WUNTRACED to 0, in pidwait.c, so that commands will
924           wait for stopped processes.
925
926         * conflict will dynamically allocate space for group names,
927           so it can now handle system with more than 100 groups.
928
929 1997-12-09  Richard Coleman  <coleman@math.gatech.edu>
930
931         * Released nmh-0.18-pre4.
932
933         * Check if we have enough message status space, before we
934           call folder_realloc() in burst, mhpath, and m_draft().
935
936         * mhn will now correctly identify a formatting string of "-"
937           for the option -store, and send content to stdout.
938
939         * Change the way that memory for message status is
940           allocated.  It is dynamcially allocated separately from
941           the folder/message structure.  This required changing
942           folder_read.c, folder_realloc.c, folder_free.c.
943
944         * Removed all the MTR code (experimental code for message
945           status allocation).
946
947         * Renamed m_readfolder.c to folder_read.c and simplified
948           the code.
949
950         * Renamed m_freefolder.c to folder_free.c.
951
952         * Add function trim() to slocal.c to pretty print
953           the debugging output.
954
955         * Changed the name of m_packfolder() to folder_pack().
956           Changed the name of m_remsg() to folder_realloc().
957
958 Wed Dec  3 23:33:38 1997  Richard Coleman  <coleman@math.gatech.edu>
959
960         * Released nmh-0.18-pre3.
961
962         * Changed installation to add `flists' which is hard linked
963           to `flist'.  This is a equivalent to `flist -all'.
964
965         * For flist, -showzero is on by default.
966
967         * Major changes to flist.  Default is now for flist to search
968           current folder.  The switch `-all' is now used to specify
969           searching all top level folders.  The new switch `-showzero'
970           is used to print out folders that don't contain any messages
971           in the given sequence.
972
973         * Split BuildFolderList in flist.c into 2 functions
974           (BuildFolderList, BuildFolderListR).  Changed these functions
975           so that flist now does better leaf optimization, and will stop
976           stat'ing directory entries when it knows it has hit all the
977           subdirectories of a given directory.
978
979         * Reorganized code in folder.c, so that all relevant folders
980           are scanned first and information recorded.  Then all the
981           folder summaries at printed out at one time.
982
983         * Made the options of folder(s) more orthogonal.  Now
984           "folder -all -noheader -nototal" will do the right thing.
985
986         * Added `-noall' switch to folder, for completeness.
987
988         * Changed the default mode for creation of new folders
989           to 0700 (was 0711).
990
991         * Slightly changed the format for flist.  It now indicates
992           if a folder is current.  Also the width of the various
993           fields are now calculated at runtime.
994
995         * Changed the format for folder(s).  Folder names
996           are now left justified.  The width of the various fields
997           are calculated at runtime.
998
999 Sun Nov 30 19:14:53 1997  Richard Coleman  <coleman@math.gatech.edu>
1000
1001         * Released nmh-0.18-pre2.
1002
1003         * Add paragraph to man page for install-mh and to INSTALL file
1004           about checking for global mh.profile.
1005
1006         * Renamed m_find() to context_find().
1007           Renamed m_replace() to context_replace().
1008           Renamed m_delete() to context_del().
1009           Renamed m_update() to context_save().
1010           Renamed m_getdefs() to context_read().
1011           Renamed m_foil() to context_foil().
1012
1013         * Change rcvstore to use routine folder_addmsg(), instead of
1014           adding message to folder itself.
1015
1016         * Changed refile, so that if the switch -preserve is used,
1017           and a conflict occurs for a particular folder, then folder_addmsg()
1018           will just use next highest available number for that folder,
1019           instead of exiting.
1020
1021         * Make folder_addmsg() more robust.  It will make repeated
1022           attempts to link file into folder if link returns with
1023           the error EEXIST.
1024
1025         * Fix bug, so that that if forking sendmail, HELO will be sent
1026           unless clientname: option is defined but empty (so now it
1027           is the same as the direct smtp code).
1028
1029         * Changed sprintb to snprintb (now we pass the buffer length
1030           to new routine).  Changed code to use new function.
1031
1032         * Added snprintf to sbr. Added configure check to build it
1033           if you don't have a native version (but haven't changed much
1034           code to use it yet).
1035
1036 Thu Nov 13 18:42:18 1997  Richard Coleman  <coleman@math.gatech.edu>
1037
1038         * Released nmh-0.18-pre1.
1039
1040         * Fixed alarm bug in slocal, so that alarm is never
1041           called with a value larger than 30 mintues.
1042
1043         * Fixed race condition in rmm and refile, so that
1044           context is updated before external rmmproc is called.
1045
1046         * Removed all the OVERHEAD code.
1047
1048         * Move code to add message to folder from refile.c
1049           to folder_addmsg.c
1050
1051 Fri Jul 25 19:39:29 1997  Richard Coleman  <coleman@math.gatech.edu>
1052
1053         * Did some rearranging of the internals of inc.c.
1054
1055         * Make -inplace the default for anno, forw, dist, and repl.
1056
1057         * Changed --enable-smtp to --with-mts={smtp,sendmail}
1058
1059         * Created new directory mts/sendmail for direct sendmail
1060           interface (although it currently still uses SMTP).
1061
1062         * Removed all the TMA (trusted mail agent) code
1063
1064         * Removed all the TTYD (terminal access daemon) code
1065
1066         * Removed all the MF (uucp filtering) code.
1067
1068         * Removed all the code for BERK.
1069
1070         * Removed all the code for stand-alone delivery (MHMTS).
1071
1072         * Split the file mts/sendmail/smail.c into sendmail.c and
1073           smtp.c.  Changed the name of the directory to mts/smtp.
1074
1075         * Changed autoconf to use @sysconfdir@ for location of
1076           configuration files.
1077
1078         * Changed #define in mhn.c from FTP to BUILTIN_FTP.
1079
1080 Mon Jul 21 03:22:34 1997  Richard Coleman  <coleman@math.gatech.edu>
1081
1082         * Released nmh-0.17.
1083
1084         * MAKEDEFS weren't passed down to recursive makes correctly.
1085
1086         * slocal.c now checks for UTMP_FILE and _PATH_UTMP instead
1087           of hard-coding "/etc/utmp".
1088
1089         * rcvtty.c check for _PATH_UTMP if UTMP_FILE is not
1090           defined.
1091
1092         * Remove configure checks for ulong and ushort.  Changed
1093           code to just use unsigned {short, long}.
1094
1095         * Change addmsg function in refile.c to return new
1096           number of refiled message.
1097
1098         * Added check in get_returnpath for empty unixbuf.
1099
1100         * Cleanup of sbr/pidstatus to use more POSIX macros
1101           for return value of wait().
1102
1103         * Change configure to also check /bin for "more".
1104
1105 Sat Jul 12 00:02:23 1997  Richard Coleman  <coleman@math.gatech.edu>
1106
1107         * Released nmh-0.16.
1108
1109 Mon Jun 23 20:13:24 1997  Richard Coleman  <coleman@math.gatech.edu>
1110
1111         * Added automimeproc, which should replace automhnproc.
1112
1113         * multipart messages will no longer abort for messages
1114           of type 8bit or binary (although we still can't really
1115           deal with binary messages, yet).
1116
1117         * Fix double free of c_storage.  From John MacMillan.
1118
1119         * mhn now treats unknown subtypes of "text" as text/plain.
1120
1121         * mhn changed so that specifying mhn-show-multipart, or
1122           mhn-show-multipart/{mixed, alternate, etc...) will override
1123           the use of the internal method for displaying these types.
1124           Previously mhn would always use the internal method for subtypes
1125           mixed, alternate, digest, and parallel (even if an alternate
1126           method was specified in mhn.defaults).
1127
1128         * mhn show treats unknown subtypes of multipart, as type
1129           multipart/mixed (as specified RFC2046).
1130
1131         * mhn checks for the parameter "name" rather than "x-name".
1132           From MH-6.8.4 patch.
1133
1134         * Fix double free of ctinfo in user_content when using
1135           #forw with single message.  From John MacMillan (and
1136           MH-6.8.4 patch).
1137
1138         * Changed -mhnproc switch for show, to -showmimeproc.
1139
1140         * Changed profile entry "mhnproc" to "showmimeproc".
1141
1142         * Added "mime" option to "whatnow", which calls the program
1143           "buildmimeproc" (default is mhn -build) to process MIME
1144            composition files.
1145
1146         * Added -build switch to mhn, to process MIME composition
1147           files.
1148
1149         * Did some reorganizing of mhn.c.
1150
1151         * Changed casting in mts/sendmail/smail.c from (char) to
1152           (signed char) so SMTP reply codes work correctly for machines
1153           which used unsigned chars by default.
1154
1155 Sat Jun 21 01:21:47 1997  Richard Coleman  <coleman@math.gatech.edu>
1156
1157         * Released nmh-0.15.
1158
1159         * Added new form "scan.unseen" to distribution.  It marks messages
1160           which are in any sequence in Unseen-Sequence.
1161
1162         * Do some rearranging of date/time code in zotnet/tws/dtime.c
1163
1164         * Fix sign extension bugs in fmt_scan.c.
1165
1166         * Fix m_atoi.c so that strings ending in non-digit characters
1167           return 0.
1168
1169         * Split code in burst.c so that finding delimiters of digested
1170           messages and bursting a message into multiple messages are
1171           two separate functions (find_delim and burst).
1172
1173         * Add workaround fo AC_PATH_PROG in configure.in, so
1174           that BSD4.4 machines can find sendmail, vi, more.
1175
1176         * Added "-width" option to rcvtty.
1177
1178         * Change a few variable names in zotnet/mts/client.c since
1179           they conflict with defines on AIX.
1180
1181         * Makefile in zotnet/tws assumes lexing of dtimep.lex was
1182           unsuccessful if resulting file is less than 500 lines long
1183           (rather than 10, which was previous value), since AIX
1184           sed gives mangled file of about 200 lines.
1185
1186         * Extract code in rcvstore.c to link message into folder,
1187           and put in own subroutine.
1188
1189         * Extract code in refile.c to link message into folder,
1190           and put in own subroutine.
1191
1192         * Moved code to remove messages from folder into own
1193           routine "folder_delmsgs" in sbr.  Changed rmm.c and
1194           refile.c to use new routine.
1195
1196 Fri May 16 06:09:31 1997  Richard Coleman  <coleman@math.gatech.edu>
1197
1198         * Renamed m_seqok to seq_nameok.
1199
1200         * Changed m_setunseen, msh, mshcmds, flist, and scan to use
1201           seq_getnum.
1202
1203         * Changed m_seqflag to return the number of a sequence rather
1204           than its bit flag.  Changed its name to seq_getnum and renamed
1205           file to sbr/seq_getnum.c.
1206
1207         * Removed function m_seqnew and file sbr/m_seqnew.c since it is
1208           no longer used.
1209
1210         * Added zero switch to m_seqadd function to zero out bits before
1211           adding message to sequence.
1212
1213         * Renamed function m_setvis to m_setunseen, and renamed
1214           corresponding file in sbr.
1215
1216         * Renamed function m_setseq to m_setprev, and renamed corresponding
1217           file in sbr.
1218
1219         * Changed mark.c and pick.c to use m_seqaddsel and m_seqdelsel.
1220
1221         * Added new function m_seqdelsel to m_seqdel.c, which deletes
1222           all selected messages from a sequence.
1223
1224         * Added new function m_seqaddsel to m_seqadd.c, which adds all
1225           selected messages to a sequence.
1226
1227         * Split sbr/m_seqnew.c into m_seqadd.c, m_seqdel.c, m_seqnew.c,
1228           and m_seqok.c.
1229
1230 Thu May 15 00:53:17 1997  Richard Coleman  <coleman@math.gatech.edu>
1231
1232         * Renamed function pack_folder to m_packfolder, and moved it
1233           from uip/folder.c into its own file sbr/m_packfolder.c
1234
1235 Wed May 14 23:38:00 1997  Richard Coleman  <coleman@math.gatech.edu>
1236
1237         * Changed function m_gmsg to m_readfolder.  Renamed file
1238           sbr/m_gmsg.c to sbr/m_readfolder.c.
1239
1240 Mon May  5 19:57:11 1997  Richard Coleman  <coleman@math.gatech.edu>
1241
1242         * Expanded rcvtty man page, and added small patch from
1243           MH-6.8.4 distribution.
1244
1245 Fri May  2 15:24:34 1997  Richard Coleman  <coleman@math.gatech.edu>
1246
1247         * Released nmh-0.14.
1248
1249         * Comment out configure test and code for tgetent to allocate its
1250           own termcap buffer when passed a NULL argument.
1251
1252 Sat Apr 26 03:46:38 1997  Richard Coleman  <coleman@math.gatech.edu>
1253
1254         * Added new options `-checkmime', `-nocheckmime', and `-mhnproc'
1255           to show.  Restructured code to handle options to various
1256           `procs' better.  Deprecated `-noshowproc' option and NOMHNPROC
1257           environment variable.
1258
1259         * Added new man page `mh-draft' which documents the
1260           draft folder facility in nmh.
1261
1262         * Renamed fmtsbr.h to fmt_scan.h.  Renamed fmtcompile.h
1263           to fmt_compile.h.
1264
1265         * split fmtsbr.c into fmt_scan.c and fmt_new.c.  Renamed
1266           fmtcompile.c to fmt_compile.c, and formataddr.c to
1267           fmt_addr.c.
1268
1269         * `send -help' wasn't showing the -(no)mime and -split
1270           options.
1271
1272 Fri Apr 25 02:50:36 1997  Richard Coleman  <coleman@math.gatech.edu>
1273
1274         * Released nmh-0.13.
1275
1276         * Changed mhpath so it doesn't abort if a message sequence
1277           such as "mhpath all" expands to more than 1000 messages.
1278           Also mhpath now dynamically reallocated space for message
1279           names (The number of command line arguments is still limited
1280           to MAXARGS).
1281
1282         * Did some general restructuring of the code in folder.c
1283           that checks for folder information, and prints it.
1284
1285 Thu Apr 24 01:04:37 1997  Richard Coleman  <coleman@math.gatech.edu>
1286
1287         * Changed `folder' to reallocate space for folder names if
1288           necessary.  So `folders' can now handle more than 300 folders.
1289
1290 Tue Apr 22 14:01:26 1997  Richard Coleman  <coleman@math.gatech.edu>
1291
1292         * Change configure to use a compile check to see if the tm struct
1293           has tm_gmtoff, rather than using egrep.
1294
1295 Mon Apr 21 02:19:17 1997  Richard Coleman  <coleman@math.gatech.edu>
1296
1297         * Released nmh-0.12.
1298
1299         * Had set_exists and unset_exists macros backwards.
1300
1301         * Released nmh-0.11.
1302
1303 Thu Apr 10 02:39:53 1997  Richard Coleman  <coleman@math.gatech.edu>
1304
1305         * Added documentation to mh-profile.man about the various
1306           `procs' (mhlproc, showproc, lproc, etc...).
1307
1308         * Replace the bit twiddling for SELECTED, UNSEEN, and
1309           mp->attrstats with macros.
1310
1311         * If system doesn't have SIGEMT (like Linux), then use SIGTERM
1312           in msh.c instead.
1313
1314         * Change fstat to stat in m_gmsg.c since Linux wants
1315           to hide dd->dd_fd.
1316
1317         * Merge Linux patch sent in by Michel Oosterhof (original
1318           patch from bsa@kf8nh.wariat.org).
1319
1320         * Document an undocumented MH feature.  mhn -form mhl.null
1321           will suppress the display of the message header.
1322
1323         * mhparam will now return "mhparam etcdir".
1324
1325         * Add catproc to /config/config.c and use that in show.c
1326           and mshcmds.c, rather than hard coding in /bin/cat.
1327
1328         * Add mhnproc to the list of `procs' in mh-profile.man.
1329
1330         * Add configure test for lorder and tsort commands.
1331
1332         * Commented out the padding in the `msgs` struct in h/mh.h
1333
1334         * Change m_gmsg.c to allocate elements to the `info' array by
1335           500 elements at a time (rather than MAXFOLDERS / 5).
1336
1337         * Add note to man page for mhmail that zero length messages are
1338           not sent.  Need to use -body "" to send empty messages.
1339
1340         * zotnet/mts/mts.c : compare character with '\0', not NULL.
1341
1342         * sbr/getcpy.c : assign '\0' to character, not NULL.
1343
1344         * add m_fmsg to most programs in uip so that they explicitly free
1345           folder/message structure when done with folder.
1346
1347         * uip/slocal.c : cleanup processing of sender.  Make sure it is
1348           defined even if message is missing "From " line.
1349
1350 Mon Mar 31 03:37:35 1997  Richard Coleman  <coleman@math.gatech.edu>
1351
1352         * Released nmh-0.10.
1353
1354 Sun Mar 30 21:46:17 1997  Richard Coleman  <coleman@math.gatech.edu>
1355
1356         * Add configure check for <locale.h>.  Turn on LOCALE support
1357           by default.
1358
1359 Thu Mar 20 03:21:24 1997  Richard Coleman  <coleman@math.gatech.edu>
1360
1361         * Reversed previous decision to retain "From " lines in slocal.
1362           The "From " line is now removed from all messages.
1363
1364         * inc now saves the date from the "From " envelope in the
1365           Delivery-Date header for all messages.
1366
1367         * sbr/m_getfld.c: Clean up processing of Return-Path and
1368           Delivery-Date from the "From " envelope.
1369
1370 Mon Mar 17 19:03:36 1997  Richard Coleman  <coleman@math.gatech.edu>
1371
1372         * client.c: cast iaddr to int before comparing return value
1373           of inet_addr with NOTOK.
1374
1375 Tue Mar 11 04:38:10 1997  Richard Coleman  <coleman@math.gatech.edu>
1376
1377         * Grep test for signal names was failing on some OS'es because
1378           of missing tabs in regex.
1379
1380 Sat Mar  8 01:58:22 1997  Richard Coleman  <coleman@math.gatech.edu>
1381
1382         * Released nmh-0.09.
1383
1384         * Move config files and format files to *.old before installing.
1385
1386         * Add configure check for killpg.
1387
1388         * msh.c: include <termios.h> instead of <termio.h> and
1389           <sys/ioctl.h>.
1390
1391         * prompter.c: don't include <sys/ioctl.h> anymore.
1392
1393 Thu Mar  6 04:03:24 1997  Richard Coleman  <coleman@math.gatech.edu>
1394
1395         * Added `-mime' and `-nomime' options to `repl'.
1396           From MH-6.8.4 diff.
1397
1398 Tue Mar  4 03:10:37 1997  Richard Coleman  <coleman@math.gatech.edu>
1399
1400         * ruserpass.c : removed conflicting prototypes.
1401
1402         * rcvtty.c : Fixed rcvtty to obey terminal permissions granted
1403           by `mesg' command.  Previously only worked on BSD machines.
1404
1405 Mon Mar  3 00:18:59 1997  Richard Coleman  <coleman@math.gatech.edu>
1406
1407         * rcvtty.c : Changed to use #define UTMP_FILE (if exists) rather
1408           than hard coded "/etc/utmp".
1409
1410         * Released nmh-0.08.
1411
1412         * Changed slocal to lock .maildelivery (or file given by -maildelivery)
1413           when accessing ndbm/db file for duplicate suppression, instead of
1414           locking database itself.
1415
1416 Thu Feb 27 05:28:09 1997  Richard Coleman  <coleman@math.gatech.edu>
1417
1418         * Added slocal action `mmdf' to deliver to a file in mmdf format.
1419
1420         * Changed the slocal actions `file' and `>' to always deliver in
1421           mbox (uucp) format rather than be determined by RPATHS config
1422           option.
1423
1424         * Changed the slocal action `mbox' to deliver in mbox (uucp) format
1425           rather than mmdf format.
1426
1427         * slocal now adds Delivery-Date field to all messages (previously it
1428           only added it to messages when delivering them to a file). The
1429           "From " line is now retained on all messages if compiling with
1430           RPATHS, rather than being discarded.
1431
1432         * rcvpack no longer adds the Delivery-Date field to messages.
1433
1434 Sun Feb 23 22:03:54 1997  Richard Coleman  <coleman@math.gatech.edu>
1435
1436         * Removed the script packmbox, since it's functionality has been
1437           added to packf.
1438
1439         * Changed packf so that it uses mbox (uucp) format by default
1440           rather than mmdf format.  Added options -mbox and -mmdf to
1441           packf so you can choose the preferred format.
1442
1443         * Changed rcvpack so that it uses mbox (uucp) format by default
1444           rather than mmdf format.  Added options -mbox and -mmdf to
1445           rcvpack so you can choose the preferred format.
1446
1447 Tue Feb 18 00:01:05 1997  Richard Coleman  <coleman@math.gatech.edu>
1448
1449         * Changed nmh to use dot locking by default (although you
1450           can still easily change this in config.h).
1451
1452         * Simplified locking code.  Removed code allowing setting of
1453           locking type in mts.conf.  Now the locking type and locking
1454           directory (if any) can only be set at compile time.
1455
1456 Fri Feb 14 02:49:18 1997  Richard Coleman  <coleman@math.gatech.edu>
1457
1458         * Prefer getting timezone information from tm->gmtoff rather
1459           than tzset and external timezone variable.
1460
1461 Thu Feb 13 00:35:45 1997  Richard Coleman  <coleman@math.gatech.edu>
1462
1463         * Fixed typo in ruserpass.c in the variable toktabs.
1464
1465         * When ruserpass was added to LIBOBJS, it was missing
1466           the suffix.
1467
1468         * Released nmh-0.07.
1469
1470 Tue Feb 11 01:29:47 1997  Richard Coleman  <coleman@math.gatech.edu>
1471
1472         * Add check to configure, so that if ruserpass, or _ruserpass
1473           is not found, build version of ruserpass in sbr.
1474
1475         * Added define's to discard.c, m_getfld.c, and scansbr.c so
1476           the code that manipulates internals of stdio, will build
1477           on SCO 5.x.
1478
1479         * Added #define to control whether to compile the simple
1480           built-in FTP client in mhn.
1481
1482         * Added configure check for ushort and ulong.  Change code
1483           to use ushort/ulong rather than u_short/u_long.
1484
1485         * A couple of small cleanups in locking code.
1486
1487         * Added configure check for gmtoff element in struct tm.
1488
1489         * Added configure check for tzset.
1490
1491 Fri Feb  7 03:01:57 1997  Richard Coleman  <coleman@math.gatech.edu>
1492
1493         * Released nmh-0.06.
1494
1495         * Removed code for machines that don't have socket
1496           interface (how could they get mail anyway?).
1497
1498         * Removed code for BSD41 machines.  I don't think there are
1499           many such machines around anymore.
1500
1501         * Add configure check for function uname, and prefer it
1502           over gethostname.  General cleanup of zotnet/mts/mts.c.
1503
1504         * Change all `lseek' calls to use POSIX symbolic constants
1505           SEEK_SET, SEEK_CUR, SEEK_END.
1506
1507 Thu Feb  6 01:16:30 1997  Richard Coleman  <coleman@math.gatech.edu>
1508
1509         * Check lex generated file in zotnet/tws and use
1510           pre-generated version if necessary.
1511
1512         * Released nmh-0.05.
1513
1514         * Change to use reliable signals on all platforms that have
1515           sigaction.  Change so that interrupted system calls are
1516           restarted for all signals except SIGALRM.  This fixes alarm
1517           handling code in smail.c for BSD based systems.
1518
1519         * Added lorder and tsort commands so that created libs can
1520           be linked in one pass.
1521
1522 Tue Feb  4 01:33:00 1997  Richard Coleman  <coleman@math.gatech.edu>
1523
1524         * Changed pidwait so that while it is waiting for a child,
1525           it should block signals rather than ignore them.
1526
1527 Mon Feb  3 21:05:30 1997  Richard Coleman  <coleman@math.gatech.edu>
1528
1529         * Add checks to configure for dbm_open and -lndbm.
1530
1531 Thu Jan 30 05:15:42 1997  Richard Coleman  <coleman@math.gatech.edu>
1532
1533         * folder -pop and folder -push were freeing some memory too
1534           quickly, which caused the entry popped from the stack to not
1535           become the current folder.
1536
1537 Wed Jan 29 01:28:02 1997  Richard Coleman  <coleman@math.gatech.edu>
1538
1539         * Released nmh-0.04.
1540
1541         * Define ospeed and PC in termsbr.c is OS doesn't have
1542           it.
1543
1544 Sun Jan 26 20:25:10 1997  Richard Coleman  <coleman@math.gatech.edu>
1545
1546         * editfile will create a symbolic link to the altmsg if it
1547           can't make a link, on any machine supporting lstat.  Formerly
1548           this would happen only on BSD42 based machines.
1549
1550 Sat Jan 25 22:54:26 1997  Richard Coleman  <coleman@math.gatech.edu>
1551
1552         * traverse (in popsbr.c) wasn't calling va_start before using
1553           variable argument list.  Fixes core dump in inc when using POP.
1554
1555 Fri Jan 24 03:27:59 1997  Richard Coleman  <coleman@math.gatech.edu>
1556
1557         * The variable pass in remotemail needed to be set to
1558           NULL.  (From MH-6.8.4 diff).  Fixes core dump of msgchk when
1559           using POP.
1560
1561         * inc and msgchk were using -rpop by default when configured
1562           with POP support.  Default is now -norpop.
1563
1564 Thu Jan 23 02:01:17 1997  Richard Coleman  <coleman@math.gatech.edu>
1565
1566         * By default, post will now give the SMTP HELO command with
1567           the local hostname.  If you specify a hostname with the
1568           clientname: option in mts.conf file, post will give the
1569           HELO command with that name instead.  If the argument to the
1570           clientname: option is empty, no HELO command is given.
1571           (From the MH-6.8.4 diff)
1572
1573 Wed Jan 22 01:55:45 1997  Richard Coleman  <coleman@math.gatech.edu>
1574
1575         * When using `-help' for a command, it will also print its
1576           profile compents from .mh_profile. (From MH-6.8.4 diff)
1577
1578         * "slocal -file" will now correctly takes its input from
1579           a file (currently need to specify full path).
1580
1581 Sun Jan 19 20:37:21 1997  Richard Coleman  <coleman@math.gatech.edu>
1582
1583         * "slocal -debug" will now issue a warning if a non-blank
1584           line in the .maildelivery file has less than 5 fields.
1585
1586 Sat Jan 18 02:26:41 1997  Richard Coleman  <coleman@math.gatech.edu>
1587
1588         * Changed slocal so that code for duplicate suppression
1589           (MH config was MSGID) is always built. Added the options
1590           -[no]suppressdup to slocal to turn this on/off.
1591
1592 Thu Jan 16 00:26:34 1997  Richard Coleman  <coleman@math.gatech.edu>
1593
1594         * Released nmh-0.03.
1595
1596         * Fixed problem where mark would core dump if no
1597           .mh_sequence file existed.
1598
1599         * Fixed problem where slocal would core dump if -debug
1600           option was given, and certain headers were missing.
1601
1602         * Added patch to slocal to add `folder' (+) action, which
1603           is shorthand for piping message to rcvstore.  Updated
1604           man page.
1605
1606 Wed Jan 15 21:30:17 1997  Richard Coleman  <coleman@math.gatech.edu>
1607
1608         * Changed flist option -unseen to -[no]all.  Cleaned up
1609           flist man page.
1610
1611 Fri Jan 10 20:36:33 1997  Richard Coleman  <coleman@math.gatech.edu>
1612
1613         * Fixed flist.  Changed the profile component `Folder-Order'
1614           to `Flist-Order.  Added option `-sequence' to flist, so
1615           you can specify the name of the sequence to search for.
1616
1617 Thu Jan  9 00:20:48 1997  Richard Coleman  <coleman@math.gatech.edu>
1618
1619         * A few minor portability cleanups.  Changed to use PATH_MAX
1620           rather than MAXPATHLEN.  Don't assume ospeed variable exists
1621           in termsbr.c.  Removed some conflicting prototypes.
1622
1623 Wed Jan  8 11:05:02 1997  Richard Coleman  <coleman@math.gatech.edu>
1624
1625         * Add configure test to check if tgetent will accept NULL
1626           and allocate its own buffer.  Borrowed from zsh.
1627
1628         * Changed libpath to etcpath.
1629
1630 Mon Jan  6 04:15:35 1997  Richard Coleman  <coleman@math.gatech.edu>
1631
1632         * Cleaned up source code and Makefiles, so that if your `make'
1633           supports the VPATH option, you can build nmh in a different
1634           directory from where the source code is located.
1635
1636 Fri Jan  3 05:05:18 1997  Richard Coleman  <coleman@math.gatech.edu>
1637
1638         * Released nmh-0.02.
1639
1640 Wed Jan  1 17:41:52 1997  Richard Coleman  <coleman@math.gatech.edu>
1641
1642         * Split mhook man page into man pages for rcvdist, rcvpack,
1643           and rcvtty.
1644
1645 Tue Dec 31 03:07:48 1996  Richard Coleman  <coleman@math.gatech.edu>
1646
1647         * Changed code to use strerror, rather than using sys_errlist
1648           and sys_nerr directly.
1649
1650 Mon Dec 30 02:15:25 1996  Richard Coleman  <coleman@math.gatech.edu>
1651
1652         * -compat switch from install-mh removed.
1653
1654         * Changed the default POP port from "pop" to "pop3".
1655
1656 Sat Dec 28 13:25:05 1996  Richard Coleman  <coleman@math.gatech.edu>
1657
1658         * Changed mhn_defaults to mhn.defaults.  Changed create_mhn_defaults
1659           (again) to mhn.defaults.sh.  Changed find_program (again) to
1660           mhn.find.sh.  mhn.defaults.sh now takes the search path
1661           as an argument.  Default search path is now specified in Makefile
1662           rather than in script.
1663
1664 Fri Dec 27 16:34:01 1996  Richard Coleman  <coleman@math.gatech.edu>
1665
1666         * Changed mtstailor file to mts.conf.  Updated man pages.
1667
1668         * Changed si_value to si_val in mhn.c, since it conflicts with
1669           macro defined on Solaris.
1670
1671 Thu Dec 26 02:50:15 1996  Richard Coleman  <coleman@math.gatech.edu>
1672
1673         * Added --enable-nmh-mhe (and --disable-nmh-mhe) to enable/disable
1674           support for Emacs front-end mhe.  It is on by default.
1675
1676         * Added the following configure options: --enable-nmh-pop to
1677           enable client side pop support, --enable-nmh-smtp to enable
1678           SMTP support.  Client-side pop support now compiles.  Man
1679           pages for inc, msgchk, mh-chart now correctly added pop
1680           options if enabled.
1681
1682 Tue Dec 24 14:33:20 1996  Richard Coleman  <coleman@math.gatech.edu>
1683
1684         * Added configure test for bug in C libraries where linker
1685           can't find ruserpass, but can find _ruserpass.
1686
1687         * Fixed configure test so that termcap variable ospeed is
1688           correctly found.
1689
1690 Mon Dec 23 19:40:17 1996  Richard Coleman  <coleman@math.gatech.edu>
1691
1692         * Source files converted to ANSI C.
1693         
1694         * md5 now compiled separately rather than being included
1695           in mhn.c.  Changed md5 to use memset and memcpy.
1696
1697 Fri Dec 20 02:29:37 1996  Richard Coleman  <coleman@math.gatech.edu>
1698
1699         * Collected the error routines adios, advise, admonish, and advertise
1700           into one file (error.c), and did some rearranging of the code.
1701
1702 Thu Dec 19 19:05:29 1996  Richard Coleman  <coleman@math.gatech.edu>
1703
1704         * Added awk script sigmsg.awk (originally written by
1705           Geoff Wing <mason@werple.apana.org.au> for zsh) to
1706           automatically generate signal messages for pidstatus.c.
1707           Added files sbr/signals.c, h/signals.h.  Code now uses
1708           sigprocmask to block signals (if available).  Code now uses
1709           signal blocking on non-BSD machines.
1710
1711 Wed Dec 18 01:55:17 1996  Richard Coleman  <coleman@math.gatech.edu>
1712
1713         * Add configure check for ATTVIBUG.  From Soren's mh autoconf work.
1714
1715         * Released nmh-0.01.
1716
1717         * Added configure code to check for type of signals functions
1718           you have (POSIX or BSD style signals).  Added function
1719           SIGPROCMASK to simulate sigprocmask on machines that don't
1720           have POSIX signals.
1721
1722 Fri Dec 13 19:40:48 1996  Richard Coleman  <coleman@math.gatech.edu>
1723
1724         * Added -version switch to all commands.  Also added to
1725           their man pages.
1726
1727 Mon Dec  9 16:36:54 1996  Richard Coleman  <coleman@math.gatech.edu>
1728
1729         * Renamed uip/trmsbr.c to termsbr.c and changed it to use
1730           POSIX termios.h style functions if present.
1731
1732 Tue Dec  3 16:18:39 1996  Richard Coleman  <coleman@math.gatech.edu>
1733
1734         * Changed support/general/bootmhn.sh to output new mhn_defaults
1735           file to standard output by default (makes it easier for testing).
1736           Changed name of script to create_mhn_defaults.  Changed bootmhn.findit
1737           script to find_program.
1738
1739 Sun Dec  1 10:00:00 1996  Richard Coleman  <coleman@math.gatech.edu>
1740
1741         * Added patch to uip/folder.c from exmh distribution to
1742           speed up -recurse option.
1743
1744         * Added flist command from exmh distribution.  It doesn't work
1745           yet, but it compiles :-)
1746
1747         * Changed default location for install to /usr/local/nmh/{bin,etc,lib,man}.
1748           Split files so that format and configuration files go in nmh/etc, and
1749           support binaries go in nmh/lib.  Of course, all this can now be changed
1750           in the top level Makefile.
1751
1752         * Started with mh-6.8.3 as based and converted to autoconf.
1753           Rewrote all the Makefiles.  Currently only works with sendmail/smtp.
1754           Pop support and plenty of other things, are now broken.