correct SASL include file locations
[mmh] / ChangeLog
1 2005-05-18  Oliver Kiddle  <okiddle@yahoo.co.uk>
2
3         * mts/smtp/smtp.c, uip/popsbr.c: correct SASL include file locations
4
5         * docs/COMPLETION-BASH: bash completion definitions from Debian
6
7         * patch #2863: savannah@brisammon.fastmail.fm: sbr/folder_read.c:
8         fix a bug affecting AFS where nmh was setting the READONLY flag
9         for a folder even when you do have write access to the folder
10
11         * Carl Mummert: h/fmt_compile.h, man/mh-format.man,
12         sbr/fmt_compile.c, sbr/fmt_scan.c: add unquote() function for
13         removing quotes from RFC-2822 encoded headers
14
15 2005-02-23  Oliver Kiddle  <okiddle@yahoo.co.uk>
16
17         * use iconv to convert RFC-2047 encoded headers to the
18         character set used by the current locale
19
20         * sbr/folder_read.c fix Debian bug #202667: crash when a
21         message's filename overflows an int when converted
22
23         * Updated config.guess and config.sub to the most recent
24         versions (from automake 1.9.5)
25
26 2005-02-21  Oliver Kiddle  <okiddle@yahoo.co.uk>
27
28         * sbr/getpass.c fix bug where inc crashed on failing to reopen
29         the terminal
30
31 2005-01-27  Oliver Kiddle  <okiddle@yahoo.co.uk>
32
33         * Added -proxy option to inc and msgchk. Based on old patch
34         from Michael Richardson.
35
36         * On systems where it is available, use nl_langinfo to get the
37         character set if MM_CHARSET is unset
38
39 2005-01-21  Oliver Kiddle  <okiddle@yahoo.co.uk>
40
41         * sbr/check_charset.c US-ASCII is a subset of UTF-8 so can be
42         handled directly when UTF-8 is being used
43
44 2004-12-17  Oliver Kiddle  <okiddle@yahoo.co.uk>
45
46         * uip/mhmisc.c Fix -part option to mhshow/mhlist/mhstore to
47         find sub-parts of the specified part
48
49 2004-11-19  Jon Steinhart  <jon@fourwinds.com>
50
51         * h/prototypes.h, sbr/folder_addmsg.c, uip/mhstoresbr.c,
52         uip/rcvstore.c, uip/refile.c: Added mail directory argument to
53         folder_addmsg in order to make it possible to provide a path to
54         the ext_hook call that is mailpath-based.  A problem existed when
55         a folder was a symbolic link and the pwd call would return the
56         path relative to the filesystem, not to mailpath.  A new argument
57         was needed because there was otherwise no reasonable way to get
58         that path.
59
60 2004-11-16  Jon Steinhart  <jon@fourwinds.com>
61
62         * sbr/folder_pack.c: Fixed problem where the refile hook was being
63         called after a message was renamed so that it wasn't around for
64         the hook.  The hook is now called before the message file is
65         renamed.
66
67         * sbr/folder_addmsg.c: Fixed wrong directory for hook when
68         refiling with -src option.
69
70 2004-10-15  Jon Steinhart  <jon@fourwinds.com>
71
72         * uip/sortm.c: Fixed calling of external hooks.
73
74 2004-10-12  Jon Steinhart  <jon@fourwinds.com>
75
76         * uip/inc.c: Fixed another weird bug caused by the static
77         mailpath being overwritten.
78
79         * uip/sendsbr.c: Fixed bug that caused anno to mangle headers.
80
81         * sbr/lock_file.c: Fixed strange bug that prevented a lock from
82         ever being obtained if getting it failed the first time.  The
83         problem was that the string of XXXXXX that is required by
84         mkstemp() was overwritten the first time through, and so all
85         subsequent times failed because mkstemp() failed.  The fix
86         reinitializes the tmp file string.
87
88         * uip/inc.c: Fixed bug in which the static maildir was overwritted
89         if a format string was read from the profile.
90
91         * sbr/folder_delmsgs.c: Fixed bug that was producing an incorrect
92         path for the external hook.
93
94 2003-10-06  Glenn Burkhardt <glenn@aoi-industries.com>
95
96         * uip/slocal.c, configure.in: db configuration fix for Debian; yet
97           another location for ndbm.
98
99 2003-09-30  Glenn Burkhardt <glenn@aoi-industries.com>
100
101         * Fix 'pick' so handling of options "-list" and "-seq" are
102         independent.
103         * Fix 'inc' realloc error when bringing in more than 100 msgs
104         to empty folder.
105         * Patches submitted by Nick Rusnov from Debian archive applied:
106
107         Debian Bug#
108            136976 - Handle binary content messages
109            143427 - mh-format.man typo
110            144098 - 'spost; should have same behavior as 'post'
111                     w.r.t. mts.conf masquerade line
112            149745 - slocal ignores 'N' result of previous command
113            152728 - increase SMTP timeouts to conform to RFC 1123
114                     The timeouts suggested by the RFC seem long
115                     to me - but the RFC is still listed as active.
116            181867 - typo for nmh.man
117         
118 2003-08-10  Jeffrey C Honig  <jch@honig.net>
119
120         * Fix problem where parsing of address/date fields in fmt_compile
121         is optimized to the first instance.  The first instance may be in
122         contitional code which will result in cached data to
123         be used.  Instead, convert c_flags to a flags field from a boolean
124         and parse on the first use.
125         * Remove some unused flag bits.
126
127 Fri Jul 01 22:02:00 2003 Glenn Burkhardt <glenn@aoi-industries.com>
128
129         * Applied fixes for configuration problems with Solaris and
130           systems with gdbm instead of db1 (includes bug #2024)
131         * Fixes for bugs 
132           #578  - repl leaks umask 
133           #1393 - sortm core dumps 
134           #1650 - msh leaks file descriptors
135           #1730 - Double free() in mhfree.c:free_encoding()
136           #3356 - In-Reply-To header in default replcomps should be 
137                   RFC2822 compliant 
138         * Revised man page for mh-format (bug #2031)
139         * New replcomps, etc, with Fcc: +outbox in default versions
140         
141 Sat Mar 17 03:18:15 2001 Dan Harkless <dan-nmh@dilvish.speed.net>
142
143         * Ken Hornstein's configure.in Cyrus SASL checks were doing 
144         `x"$with_cyrus_sasl" != "no"' instead of `... != x"no"'.
145
146 Tue Mar 06 21:04:27 2001 Dan Harkless <dan-nmh@dilvish.speed.net>
147
148         * Found some historical information about MH in RFC 808.
149         Supplemented it with info from Jerry Peek's MH book and added it
150         to docs/README.about.
151
152 Tue Feb 6 20:35:40 2001 Shantonu Sen <ssen@mit.edu>
153
154         * sbr/dtime.c Use the same Y2K correction code as dtimep.lex
155
156         * sbr/dtimep.lex Restrict the parser to accept either
157         a numerical timezone offset, or a symbolic one (e.g. EST),
158         but not both (Since "2000 -400 EDT" might cause a double
159         subtraction of 60 minutes if both are parsed. One should be
160         enough).
161
162 Mon Feb 05 20:22:54 2001 Dan Harkless <dan-nmh@dilvish.speed.net>
163
164         * -L isn't sufficient for specifying the path of the Cyrus SASL
165         shared library.  That'll allow us to link successfully, but on
166         many/most OSes that won't allow us to find libsasl at runtime.  On
167         Solaris, we need to specify the library path with -R as well (or
168         else the user will have to use the $LD_LIBRARY_PATH kludge, which
169         is considered harmful).  This fix should be extended to other OSes
170         as well.
171
172         * Print whether we have SASL support in the "nmh configuration"
173         summary configure prints out.
174
175         * Say in README.developers to use `\date' in case anyone is like
176         me and has `date' aliased in their shell to use a nonstandard (but
177         subjectively more readable) format.
178
179 Thu Jan 25 21:15:52 2001 Shantonu Sen <ssen@mit.edu>
180
181         * man/mh-chart.man has updated synposes of
182         all nmh commands.
183
184 Tue Jan 23 20:26:15 2001 Shantonu Sen <ssen@mit.edu>
185
186         * etc/digestcomps tried to force dates into a
187         19xx when it's not necessary.
188         
189 Fri Jan 19 21:22:08 2001 Shantonu Sen <ssen@mit.edu>
190
191         * First round of manpage updates finished. They
192         are standardized on -man macros, with minimal
193         roff mark-up.
194
195         * man/tmac.h.in is no longer needed, since the
196         manpages do not depend on them anymore. Note:
197         strict "man" programs that didn't allow ".so"
198         sourcing outside the man tree will now format
199         the man pages correctly.
200
201         * man/vmh.1 is no longer built, since uip/vmh isn't
202         
203 Tue Jan 9 6:01:22 2001 Shantonu Sen <ssen@mit.edu>
204
205         * Finished manpages ali-prev
206
207         * Removed deprecated files from the repository.
208         Specifically, those rooted in zotnet/ and mts/sendmail
209         mts/mmdf. "cvs update -dP" will give a pruned directory
210         structure.
211
212         * Updated docs/Makefile.in to include README.manpages, and
213         uip/Makefile.in to include popi.c (which isn't being built,
214         though). This allows "make nmhdist" to create an archive that
215         is file-for-file identical to the current cvs repository.
216
217 Sun Dec 31 20:48:50 2000 Shantonu Sen <ssen@mit.edu>
218
219         * Create docs/README.manpages, which details
220         the formatting rules I've been using.
221
222         * Finished ali-inc.
223         
224 Sat Dec 30 9:50:13 2000 Shantonu Sen <ssen@mit.edu>
225
226         * Created a new file "DATE" to hold the date
227         of the most recent nmh release. This date will be
228         used in the manpages.
229
230         * Updated docs/README.developers to add the step
231         of updating DATE. Also, updated configure to
232         read in the contents of the file as the variable
233         $DATE.
234
235         * Started work on updating man pages, with only
236         ali finished so far. Changes: 1) no dependence
237         on an external macro file, 2) uses only
238         -man macros (although I may be mistaken in this),
239         3) syntax in the SYNOPSIS is a little more
240         in line with standard UNIX documentation, such as
241         bold flags and italicized parameters.
242
243 Sun Dec 24 10:06:30 2000 Shantonu Sen <ssen@mit.edu>
244
245         * Updated INSTALL with information about the
246         --with-locking option.
247
248         * Fixed the Hesiod tests in configure.in. In
249         systems where res_send was in -lresolv, this
250         information was not being communicated to the
251         HESIOD_LIBS var. Now, if res_send is not found
252         in the default libraries, it's assumed to be
253         in -lresolv, and thus -lresolv is appended to
254         HESIOD_LIBS, which will need that to avoid
255         undefined symbols problems.
256
257         * Fixed the Kerberos tests in configure.in. New
258         versions of Kerberos 5 have renamed -lcrypto
259         to -lk5crypto (circa krb5 1.1 or thereabouts). The
260         new test tries to determine if -lk5crypto exists. If so,
261         this is a new krb5 system. If not, test for -lcrypto
262         and the rest of old krb5. If that fails, look
263         for a genuine krb4 installation.
264         
265 Fri Dec 22 22:08:51 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
266
267         * -apop and -noapop were not documented in msgchk.man.
268         -snoop was documented but didn't appear in the usage SYNOPSIS.
269
270 Fri Dec 22 23:42:16 2000 Shantonu Sen <ssen@mit.edu>
271
272         * Made a new ./configure option called
273         "--with-locking" that allows the file
274         locking mechanism to be chosen there instead of
275         requiring a manual edit of config.h.
276
277         * If the option is not explicitly set, or an
278         invalid option is specified, "dot" locking is
279         chosen. Valid options are "dot", "fcntl",
280         "flock", and "lockf". We need a way to tell
281         the user that these are the valid options, and
282         change the flag "--with-locking" if it's not
283         descriptive enough.
284
285 Fri Dec 22 19:21:29 2000 Shantonu Sen <ssen@mit.edu>
286
287         * Remove the lex-specific memory hints at the
288         beginning of sbr/dtimep.lex. We've already
289         committed to supporting flex only, since
290         lex does not easily allow us to parse a single
291         string, as well as other problems documented
292         below and on nmh-workers.
293
294         * Added a switch statement to configure.in to
295         test for Mac OS X. If this is the case, LDFLAGS
296         should not contain "-s" since the linker rejects
297         the flag.
298
299         * Updated MACHINES to include Mac OS X Public Beta,
300         as well as Linux 2.4 running glibc 2.2.
301
302 Wed Dec 20 16:00:46 2000 Shantonu Sen <ssen@mit.edu>
303
304         * Marked deprecated directories in docs/README.developers
305         as deprecated, with pointers to the new code location.
306         Eventually these deprecated directories should go away.
307
308 Tue Dec 19 19:16:37 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
309
310         * -apop and -noapop were not documented in inc.man.  -snoop was
311         documented but didn't appear in the usage SYNOPSIS.
312
313 Thu Dec 14 14:32:09 2000 Shantonu Sen <ssen@mit.edu>
314
315         * Updated config.guess and config.sub to the most recent
316         versions on ftp://ftp.gnu.org/pub/gnu/config, dated
317         12-07-00. This should prevent configure from failing
318         on newer operating systems because config.{guess,sub}
319         couldn't correctly identify them.
320
321 Thu Dec 14 1:30:44 2000 Shantonu Sen <ssen@mit.edu>
322
323         * Fixed the circular dependency created when I moved
324         zotnet/mts to mts/generic and merged them into libmts.
325         mts/generic/client.c and mts/generic/mts.c are now in sbr/
326         (and thus in libmh), which makes libmh self-contained and
327         not depending on an external archive.
328
329         * All include statements now look for mts.h in h/. The
330         Makefiles and configure script have been modified so that
331         mts/generic is no longer built.
332
333 Mon Dec 11 22:08:07 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
334
335         * When Shantonu made the new libmts.a, he swapped $(MTSLIB) and
336         libmh.a in sbr/Makefile.in so that libmh.a comes first, but this
337         causes the build to fail on Solaris, because libmts.a has to get
338         ruserpass() out of libmh.a.  Swapping them back to the way Ken
339         Hornstein's patch (which I applied on Jul 20) put them, with
340         libmh.a correctly coming second.  If there are times when libmts.a
341         needs to come second, then it would appear there's a circular
342         dependency and someone (Shantonu?) did an mts merge incorrectly.
343
344 Fri Sep 8 01:36:23 2000 Shantonu Sen <ssen@mit.edu>
345
346         * Took out bad time textual time zones like BST and JST.
347         I found them online somewhere, but am not sure if they're
348         correct.        
349         
350 Fri Sep 8 00:36:48 2000 Shantonu Sen <ssen@mit.edu>
351
352         * Moved zotnet/mts to mts/generic. This code reorganization
353         makes the entire zotnet tree deprecated -- bboards is unneeded,
354         mf was was moved to sbr, tws was rewritten and moved to sbr, and
355         now finally mts.
356
357         * Created a new static library called libmts.a used during
358         compilation which includes the generic mts code and the
359         smtp/sendmail code. This supercedes the functionality of the
360         old libsmtp.a and the remains of libzot.a.
361
362         * Updated header includes to reference the new location of mts.h
363         in mts/generic/mts.h. Also, update the configure and top-level
364         Makefile not to descend into zotnet. Also, they don't descend
365         into mts/mmdf and mts/sendmail (the sendmail code has been
366         merged into the smtp code).
367
368         * Added #include <h/nmh.h> to h/md5.h, since my compile was
369         complaining about implicitly-declared memcpy and memset, which
370         appear to be in strings.h. In any event, nmh.h should take care
371         of it for us.
372
373         * When doing a "make nmhdist", notice that the generated
374         snapshot does not include zotnet of the mts directories as noted
375         above. Since they are no longer compiled, and I don't see any
376         obvious code path to get to them, end-users should probably
377         not need them. If you think otherwise, turn Makefile generation
378         back on in configure.in and turn on recursion into those dirs
379         in the appropriate Makefile.in
380
381 Wed Sep 6 22:40:03 2000 Shantonu Sen <ssen@mit.edu>
382
383         * Tracked down the problem in the new dtimep where time
384         zones were being radically misreported. It was because the
385         parser knew about military time zones (such as M or E) but in
386         some cases did not know about the textual representation of
387         some zones (like MET). When it encountered one of these, the
388         date parser misread MET as the military time zone T (well, first
389         zone M, then E, and finally T). I took military zones out, and
390         things seem much better. Also, the default behavior of parsing
391         time zones appears to default to GMT in the absence of better
392         info, which is less bogus than assuming the mail came from the
393         current time zone, which was the behavior in 1.04.
394
395 Thu Aug 10 13:22:13 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
396
397         * Decided that limiting the message number columns to 3 on my
398         scan.MMDDYY and scan.YYYYMMDD (to try to regain space taken by
399         extra date info) was ill-conceived.  It's not that tough to get
400         past 999 messages, though I imagine it's rather rare to exceed
401         9999.  Changed these to 4.  Also put the "replied / encrypted"
402         column back in YYYYMMDD -- I've never seen it show anything but a
403         space, but that space is useful if you use scan, grep, and awk
404         (with the default field separator) to grab message numbers (I know
405         -- pick should really be used for these purposes...).
406
407 Mon Aug  7 20:11:09 CEST 2000 Ruud de Rooij <ruud@ruud.org>
408
409         * Modify umask set by mhshow to enable user execute bit, so that
410         viewers that create temporary directories (e.g., lynx) will be
411         able to access them.
412
413 Thu Aug 03 17:14:08 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
414
415         * TODO: Allow multiple simultaneous differing contexts, probably
416         each tied to a parent (terminal) process.
417
418 Tue Aug  1 10:48:05 EDT 2000 Kimmo Suominen <kim@tac.nyc.ny.us>
419
420         * Makefile install rules should not look for generated files in
421         the source tree -- this will happen to work when configuring and
422         building inside the source tree but will fail when using an
423         external build tree.  Fixed etc/Makefile.in.
424
425 Mon Jul 24 16:20:45 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
426
427         * When Shantonu wrote the new, more portable dtimep.lex, he left
428         out the #ifdef DSTXXX stuff for some reason.  Not a good idea, as
429         that code is required for proper printing of numeric-offset
430         timezones that have daylight saving time.  Without that code,
431         -0700 during DST gets printed as MST instead of PDT.
432
433         * Renamed DSTXXX as ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST and
434         added an explanatory comment by its #definition.
435
436         * Updated README.developers with the fact that zotnet/tws is going away.
437
438 Thu Jul 20 20:30:52 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
439
440         * Moved Kimmo's new "--with-hash-backup" to be output with the
441         rest of the --with options in the configure --help output.  Also,
442         people did not preserve my alphabetization of the --with options
443         when they added new ones.  Re-alphabetized.
444
445         * One more pass at README.developers now that it's clear that my
446         previously-suggested one-line autoconf-file commit can cause
447         unnecessary local makes and an out-of-sync stamp-h.in file, but
448         would not cause problems for other people using the CVS files.
449
450         * Ken Hornstein's SASL patch was not integrated properly with
451         Ruud's new merged mts/sendmail code.  Kimmo has since fixed nmh so
452         it compiles, but according to Ken, the SASL stuff still does not
453         work.  Integrating a patch from him for this.
454
455         * Last pass at README.developers -- Kimmo's 5-step commit was
456         overkill.  You only need 3 steps, since configure.in is the only
457         autoconf file with the RCS $Id keyword.
458
459         * Applied Kurt J. Lidl <lidl@eng.us.uu.net>'s $MAILHOST patch:
460
461             I have a small patch that would be nice to be included --
462             basically, it allows the usage of the "MAILHOST" environment
463             variable, without having to have HESIOD turned on.  I need
464             this functionality for my environment, where we have identical
465             /usr/local on all my machines (so I cannot just hardcode into
466             the mts.conf file), and I have multiple POP mail servers for
467             my users.
468
469         Modified inc.man to reflect that along with "pophost:" and -host, 
470         $MAILHOST can now activate POP mail inclusion as well.
471
472         * Fixed warnings from diff on first-time install of nmh.  Also
473         added 'echo's clarifying the etc file installation activities.
474
475 Tue Jul 18 19:36:59 EDT 2000 Kimmo Suominen <kim@tac.nyc.ny.us>
476
477         * Added the answer to Dan's question in README.developers.
478
479 Mon Jul 17 19:10:36 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
480
481         * Clarified and made some corrections to Kimmo's README.developers
482         changes (BTW, if anyone can explain why the RCS Ids are able to cause
483         problems with the dependencies, please fill in the explanation --
484         I never encountered a problem with the old single-commit method).
485
486 Sat Jul 15 23:13:49 EDT 2000 Kimmo Suominen <kim@tac.nyc.ny.us>
487
488         * Add configure option --with-hash-backup so the backup prefix can
489         be easily changed from "," to "#".
490
491         * Simplified sbr/Makefile.in so that it works with any make.
492
493         * Use mkstemp in sbr/lock_file.c.
494
495         * Commits of autoconf-related files apparently can't all be done
496         in one shot due to RCS Ids changing when committing -- updated
497         README.developers.
498
499 Tue Jul 11 14:18:01 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
500
501         * Clarified post.man and send.man for those not completely up on
502         SASL terminology.  "SASL encryption layers are not supported for
503         SMTP" means that encryption is supported for the authentication
504         but not for the subsequent data stream.
505
506 Sat Jul  8 01:36:19 EDT 2000 Kimmo Suominen <kim@tac.nyc.ny.us>
507
508         * Applied Ken Hornstein <kenh@cmf.nrl.navy.mil>'s patches
509         implementing SASL support for POP3 and SMTP.  If nmh is compiled
510         with SASL support, using the -sasl switch on the inc, msgchk,
511         post, and send commands will enable authentication encryption for
512         SMTP, and both authentication and data stream encryption for POP3.
513
514 Sat Jun 10 18:37:59 CEST 2000 Ruud de Rooij <ruud@ruud.org>
515
516         * Merged mts/sendmail functionality into mts/smtp; switching between
517         smtp and sendmail delivery method is now controlled by mts.conf.
518
519         * If tsort cannot deal with loops, in addition to defining tsort as
520         cat, also define lorder as echo.
521         
522         * Removed uip/popi.c from list of sources.
523
524 Thu Jun 08 19:36:57 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
525
526         * New dtimep.lex didn't parse day names properly.  Fixed.  Also
527         clarified ambiguous comments preceding day_map[] array (from old
528         dtimep.lex) that probably led to the erroneous cp++ being added.
529
530 Wed Jun  7 20:52:33 CEST 2000 Ruud de Rooij <ruud@ruud.org>
531
532         * Added one more mkstemp invocation to uip/spost.c (which was in a
533         #if 0 block).
534
535         * Applied patch from Peter Maydell to clean up permissions handling
536         and error handling in uip/inc.c.
537
538 Mon Jun  5 22:10:07 CEST 2000 Ruud de Rooij <ruud@ruud.org>
539
540         * Use cat instead of tsort if tsort cannot deal with loops in its
541         input (which is the case for tsort from GNU textutils).
542
543 Mon Jun  5 21:14:36 CEST 2000 Ruud de Rooij <ruud@ruud.org>
544
545         * If lockfile is present, and its dotlockfile program is setgid,
546         inc does not need to be setgid.
547
548 Sun Jun  4 21:35:40 CEST 2000 Ruud de Rooij <ruud@ruud.org>
549
550         * Added autoconf test for Miquel van Smoorenburg's liblockfile
551         library, as found on Debian systems.
552
553         * Added liblockfile support to sbr/lock_file.c.
554         
555 Wed May 31 7:19:30 2000 Shantonu Sen <ssen@mit.edu>
556         
557         * Fixed up dtimep.lex a bit. Added back memory options for AIX to
558         increase available memory.  Took out %option noyywrap, which
559         wasn't understood by AT&T lex, as well as the -i
560         case-insensitivity flag.
561
562 Wed May 31 07:40:45 2000 Doug Morris <doug@mhost.com>
563
564         * Added a lint target to the Makefiles and a check in autoconf
565         to determine whether lint or lclint exists on the system. 
566
567 Fri May 30 19:21:48 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
568
569         * etc/Makefile.in was incorrectly installing mts.conf.in and
570         sendfiles.in -- fixed.  Generated sendfiles script was not a
571         dependency of the `all' target, and was incorrectly included in
572         the distribution.  Changed the suffix for the backed-up previous
573         versions of the etc files from the ambiguous .old to .prev.  Added
574         call to diff -- only keep the .prev files around if different from
575         the newly-installed versions (intentionally didn't redirect output
576         to /dev/null so you'll notice when your changed versions are
577         getting moved aside).
578
579         * INSTALL never documented the etc/*.old thing.  Documented the
580         new etc/*.prev thing (including a note to watch for diff output).
581
582         * Applied Alec Wolman <wolman@cs.washington.edu>'s dropsbr.c patch:
583
584             In the map_write routine, a call is made to map_open and this
585             call is supposed to set the "clear" variable to 0 or 1,
586             depending on whether the map file is empty or not.  In
587             mh6.8.3, this worked because map_open would set "clear" by
588             calling the mbx_Xopen routine.  In nmh, the code for mbx_Xopen
589             was merged into mbx_open, but the interface for mbx_open
590             doesn't support the clear variable, so that functionality was
591             lost.  The map_open interface still contains "int *clear" in
592             the prototype, but never sets it.
593
594             My patch eliminates "clear" from the map_open interface (I
595             checked to make sure that map_write is the only client of
596             map_open).  Furthermore, my patch also sets the "clear"
597             variable properly at the beginning of map_write by calling
598             fstat().  This eliminates the bug in that the value of "clear"
599             being used later in the routine was just stack garbage.
600
601             Having a bad value of clear causes this next bug to be
602             triggered: The fp file pointer was being opened with fdopen,
603             but in two of the three switch cases it wasn't being closed.
604             In certain cases, this was causing packf to run out of file
605             descriptors if you attempted to pack a large folder.
606
607 Mon May 29 7:48:15 2000 Shantonu Sen <ssen@mit.edu>
608
609         * Moved the date parsing routines from zotnet/tws to sbr/ (and
610         tws.h to h/). Updated all source files to reflect to new location
611         of tws.h.
612
613         * Rewrote dparsetime (in dtimep.lex -> dtimep.c) to replace the
614         old zotnet/tws/dtimep.c, dtimep.lex, lexstring.c, lexedit.c, and
615         dtimep.c-lexed. It should now work with flex (although untested
616         with lex), and requires no sed-ing. For now, I have the lexed
617         version in the distribution, so that end-users don't need to worry
618         about running it through flex/lex. I have not added back support
619         for guessing the time zone when it's not specified.
620         
621 Sun May 28 17:44:15 CEST 2000 Ruud de Rooij <ruud@ruud.org>
622
623         * Added autoconf check for getutent().
624
625         * Changed uip/rcvtty.c and uip/slocal.c to use getutent() and
626         friends.  Since I can only check on Linux, please check if
627         this works on other systems.
628
629 Sun May 28 14:58:49 CEST 2000 Ruud de Rooij <ruud@ruud.org>
630
631         * Applied patch from Peter Maydell to uip/scansbr.c for more
632         checks for write failures.
633
634         * Unlink temporary file properly in uip/rcvtty.c.
635
636         * Moved viamail from bindir to libdir.
637
638         * Changed sendfiles into sendfiles.in, so that path to viamail
639         is patched in.
640
641         * Added gzip support to sendfiles.
642
643         * Added References header to replcomps and replgroupcomps.
644
645 Sun May 28 14:39:31 CEST 2000 Ruud de Rooij <ruud@ruud.org>
646
647         * Fixed m_getfld bug which caused segmentation faults when
648         incorporating messages which ended in multiple linefeeds crossing
649         a buffer boundary.
650
651 Fri May 26 13:21:59 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
652
653         * msh has been unable to show MIME messages ever since 1.0.  Alec
654         Wolman <wolman@cs.washington.edu> tracked down the problem to the
655         -show flag being passed to mhshow.  mhshow is equivalent to the
656         old mhn -show, so we don't need the -show anymore.  Removed it.
657
658 Fri May 12 02:51:21 2000 Shantonu Sen <ssen@mit.edu>
659
660         * zotnet/bboards is not longer built by default. Goal is to move
661         the assorted functions in zotnet into sbr or some more logical
662         place.
663
664         * Moved zotnet/mf to sbr, and changed mf.h references accordingly,
665         as well as Makefiles.
666         
667 Thu May 11 02:21:34 2000 Shantonu Sen <ssen@mit.edu>
668
669         * Simplified sbr/Makefile.in so that both SRCS and OBJS aren't
670         seperately and redundantly defined, but so that OBJS is a
671         pattern-substituted version of SRCS with suffix .c -> .o. This
672         should make maintainability easier.
673
674         * Added section to MACHINES indicating what platforms nmh is known
675         to compile and work on, just to give users peace of mind, or
676         something. This is by no means complete or exhaustive, so add
677         whatever you know works.
678         
679 Tue May 09 20:38:04 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
680
681         * Alphabetized Shantonu's $pop_kinds output on configure's "pop is
682         enabled" line.  If POP3 is the only kind of POP enabled, say so,
683         rather than just saying "yes" (which is ambiguous).
684
685         * Fixed four warnings in Shantonu's new getpass.c.  Needed to
686         #include <stdlib.h> for calloc(), <unistd.h> for ttyname(), and
687         "h/mh.h" for adios().  Also changed ch from char to int to get rid
688         of "comparison is always 1 due to limited range of data type" on EOF.
689
690         * Added steps to README.developers saying to change the version
691         number to X.Y.Z+dev.  Did a little rearranging and changed the FTP
692         dir from /home/ftp to /var/ftp to reflect Doug's new machine.
693
694         * Changed configure.in to use gcc -Wall even without
695         --enable-debug, to prevent developers compiling optimized from
696         introducing warnings, and to give end-users a warm, fuzzy feeling
697         as they (hopefully) see no warnings come out (except perhaps on
698         the lex output file) even with -Wall.
699
700         * Renamed getpass() to nmh_getpass() since the prototype for
701         getpass() varies from OS to OS, and we want to _always_ use our
702         version of the function.  Fixed all the callers to use
703         nmh_getpass() and added it to prototypes.h.  Semi-arbitrarily
704         upped MAX_PASSWORD_LEN from 128 to 256.  buf was being calloc()'d
705         and the memory leaked -- should have just been declared as static
706         char array.  Prepended "Portions of this code are" to the
707         copyright message, as this version has been changed significantly
708         from the BSD version.
709
710         * Added "nmh-local functions to use in preference to OS versions"
711         section to README.developers (currently just says to use
712         nmh_getpass() instead of system getpass()).
713
714         * Prepended "Portions of this code are" to the copyright message
715         in ruserpass.c also.
716
717         * Added mts.conf.5 page per Neil W Rickert <rickert+nmh@cs.niu.edu>'s
718         report:
719         
720             This happens on solaris:
721
722                      % man mts.conf
723                      windex entry incorrect:  mts.conf(5) not found.
724                      No manual entry for mts.conf.
725
726             It is fixed by
727
728                      % echo ".so man5/mh-tailor.5" > mts.conf.5
729
730             done in the man5 directory.  We need to add 'mts.conf.5' as a
731             reference sourcing mh-tailor.5.
732         
733 Mon May 08 23:51:55 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
734
735         * Doug informed me that the way I had restored the "lost" version
736         histories was wrong, because `cvs checkout's of old versions of
737         nmh wouldn't work properly.  It occurs to me that this could be
738         fixed by simply deleting those tags in the new-location *,v files,
739         but oh well.  I'm putting everything back to the way Doug
740         originally had it.  To get the old version history for a file that
741         used to be in the top directory, you'll need to "blindly" do a
742         `cvs log' there (even though you won't have a local copy of the
743         file in that directory).  `cvs diff' will no longer be able to
744         diff pre-move versions vs. post-move versions -- you'll have to do
745         a lot of manual gyrations with `cvs checkout' and then use `diff'.
746
747         * I had alphabetized the --configure options in the --help output
748         awhile back, but Shantonu added --enable-apop just under
749         --enable-pop.  Put it in alphabetical order and clarified what
750         --enable-apop does vs. --enable-pop and --with-krb4.  Also changed
751         --with-mts help line from "mail transport agent" to "mail
752         transport agent/service" so the 's' in "mts" doesn't seem to come
753         out of nowhere.
754
755         * Added two steps to "releasing nmh" in README.developers.  After
756         making the tarball, it's a good idea to diff the tree vs. the CVS
757         tree to make sure no files got left out, and then to chown the
758         files so that they're owned by root, preventing a Trojaning attack
759         by a malicious remote user with a UID matching yours.
760
761         * Changed DIFFERENCES to say that RPOP is not currently supported
762         rather than implying it by saying that APOP, KPOP, and POP[3] are.
763
764 Sun May 07 18:16:43 2000 Shantonu Sen <ssen@mit.edu>
765
766         * Imported NetBSD version of getpass() and made extensive
767         revisions for compatibility with programs that pipe the password
768         to stdin, such as exmh.
769
770         * Removed tests for system ruserpass() which sometimes gave
771         phantom positive results. Also, bext to use internal functions if
772         we ever want to change .netrc format to something else, or access
773         other files.
774
775 Sat May 06 08:28:09 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
776
777         * Restored lost version histories for those moved files by doing a
778         manual `mv' in the CVSROOT on mhost.  CVS badly needs a `cvs mv'
779         command so that you can move files (without having physical access
780         to the CVSROOT) without losing versioning.  Put MACHINES back at
781         the top level as it needs to be read before building.  Fixed DIST
782         variable in {.,docs}/Makefile.in to reflect that and to add
783         missing entry for "INSTALL" file.
784
785 Sat May 06 13:13:07 2000 Doug Morris <doug@mhost.com>
786
787         * Re-cleaned up nmh documentation (by moving things to docs
788         subdir) and modified Makefile & configure.in to handle the change.
789
790 Mon Apr 17 21:28:40 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
791
792         * Scott Blachowicz pointed out that the configure --help output
793         for --enable-masquerade was misleading.  Clarified.
794         
795 Mon Apr 17 19:01:00 2000 Shantonu Sen <ssen@mit.edu>
796
797         * APOP support can be compiled in to inc and msgchk using
798         --enable-apop.
799
800         * To access an APOP host, specify -apop on the command line
801         along with any -host or -user option.
802
803 Fri Apr 14 23:10:44 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
804
805         * Upped the version number to 1.0.4+dev until the next nmh release.
806
807         * Added a "releasing nmh" section to README.developers, while the
808         process was fresh in my mind.
809         
810 Fri Apr 14 18:21:34 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
811
812         * Added new files README.developers, ChangeLog_MH-3_to_MH-6.6, and
813         ChangeLog_MH-6.7.0_to_MH-6.8.4.html to DIST target in Makefile.in.
814         
815         * Released nmh-1.0.4.
816
817 Tue Apr 11 21:37:03 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
818
819         * Applied Brian Campbell <bacam@tardis.ed.ac.uk>'s mhn.defaults.sh
820         patch:
821
822             It appears that there shouldn't be quotes around the %s in the
823             iso-8859-1 charset entry; xterm passes the remaining arguments
824             to the program, quoting them means that xterm thinks they're
825             part of the program's name.
826
827         This %s isn't the same as the "Insert content subtype" one from
828         mhshow-show-* -- it doesn't come from MIME headers and is safe not
829         to quote.
830
831 Sun Apr 09 13:03:59 2000 Doug Morris <doug@mhost.com>
832
833         * added check in fmt_compile() to handle a single-character
834         format string. fmt_compile() depends on having an array of
835         format characters with an empty item at the end. A
836         single-character format would cause programs using this
837         function to segfault because the algorithm used to decide on
838         the length of the array mistakenly created a single-item array
839         when the format string was one character. This eventually
840         caused problems when the program attempted to test item+1
841         in the array.
842
843 Thu Apr 06 21:53:50 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
844
845         * Richard Coleman threw out a lot of old MH-specific files in nmh.
846         Much of the stuff, indeed, is not worth saving, but there are
847         nuggets that are very worthwhile, and should probably be added
848         back in.  Most important, IMHO, are the MH change logs, as they
849         can help answer questions like "Why is this code like this?" or
850         "How long has this been broken?" or "What was this ever used for?"
851
852         I've added a new file to the nmh tree called
853         ChangeLog_MH-3_to_MH-6.6.  It's cobbled together from the
854         mh-6.8.4/papers/mh*/MHCHANGES files.  I've re-ordered the entries
855         to go from newest at the top to oldest at the bottom to match the
856         ChangeLog convention.  Unfortunately there are no change logs for
857         versions of MH prior to 3 in the MH tar files available at
858         <ftp://ftp.ics.uci.edu/pub/mh>.  Also, it appears to me that there
859         are MH-6.6 changes that aren't documented in the logs.
860
861         I've also added ChangeLog_MH-6.7.0_to_MH-6.8.4.html.  This is
862         based on mh-6.8.4/papers/changes/mh-changes.ms.  The nroff format
863         and its "catman"-type output are a pain to deal with, but I was
864         loath to throw away the formatting, so I converted the file to
865         HTML.  The only actual markup in the body are the "<B>" and "<U>"
866         tags, and "&lt;" and "&gt;" instead of '<' and '>', so it's quite
867         doable to view the file in plain ASCII mode as well.  Note that
868         some of the changes this file documents as having been made in
869         MH-6.8.4 may not be present in nmh -- Richard started with 6.8.3
870         and later put in certain 6.8.4 stuff.
871         
872 Wed Apr 05 21:09:28 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
873
874         * Applied Eric Schnoebelen <eric@cirr.com>'s mhshowsbr.c patch
875         fixing apparent bugs in Dan Winship's new security quoting code:
876         
877             Since upgrading, I've been getting the following errors
878             while attempting to process some MIME messages:
879
880                 (1) Syntax error: Unterminated quoted string
881                     exit 2
882         
883             and:
884
885                 (2) line 1/10 (END)Segmentation fault (core dumped)
886
887             (2) appears to be due to the testing of an unset pointer in
888             mhshowsbr.c:show_multi_aux().  (1) appears to be caused by
889             mis-quoting a filename being handed to the shell in
890             mhshowsbr.c:show_content_aux().
891
892             Resolving the pointer reference issue in
893             mhshowsbr.c:show_multi_aux() turned up a similar mis-quoting
894             problem in the routine.
895
896 Tue Mar 28 16:17:39 2000 Doug Morris <doug@mhost.com>
897
898         * Applied Todd.Miller@courtesan.com's patch to dropsbr.c to
899         prevent core dumping on packf. Here's the note from his message:
900
901             Since sizeof(buffer) == sizeof(tmpbuffer) packf will dump
902             core on a file w/o a From line with a line >= BUFSIZ.
903             I noticed this because I had a junk file in my mail
904             spool somehow.
905
906 Fri Mar 17 11:59:33 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
907
908         * wesley.craig@umich.edu did not document his previous KPOP patch,
909         so I did so, and asked him to check what I wrote.  Unfortunately
910         he didn't notice my misunderstanding of his patch.  I wrote that
911         if you #define POPSERVICE "kpop", inc and msgchk will use KPOP
912         exclusively, but if you leave it as "pop3", you can use Wesley's
913         new -kpop switch on a given invocation.  Instead, however, -kpop
914         turned out to be necessary on every invocation, and a KPOP user
915         complained.  Applied Wesley's new patch, which makes things work
916         like I thought his original patch did.  After that, did one more
917         clarifying pass to the documentation in inc.man and msgchk.man.
918
919 Wed Mar 15 18:45:45 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
920
921         * When I fixed the long-standing makedir() bugs in January, I had
922         the code call strtoul(..., 0), which I believed to be safe as all
923         modes specified as ASCII constants in the nmh code started with a
924         leading zero (signifying octal), which I did as it would work if
925         internal constants were ever changed to hex.  Unfortunately I was
926         unaware of the "Folder-Protect:" .mh_profile entry, which
927         mh-profile.man documents as an octal-only constant, with no
928         leading zero required.  I've changed the strtoul() call to an
929         atooi() call and removed the misleading leading zeroes on the
930         ASCII octal constants in the code and man pages.  Also changed the
931         "Folder-Protect:" example in the man page to something more
932         interesting than a duplication of the default.
933
934         * When I added my --enable-masquerade option, you'll note that I
935         didn't make it --enable-nmh-masquerade.  I find the --enable-nmh-*
936         options too wordy and I'm not sure why Richard went that route.
937         I've renamed them to just --enable-*, but the old versions will
938         still work as well (they just aren't advertised).
939
940         * Added a line to the "nmh configuration" output saying whether
941         POP is enabled.
942
943         * Added a new README.developers file.  From the file:
944
945             This file is intended to provide a few tips for anyone doing
946             development on nmh.  Developers who learn things "the hard
947             way" about the nmh codebase (as opposed to local info best
948             encoded in a comment) are encouraged to share their wisdom
949             here.
950
951         Currently the topics are "autoconf files" and "directory structure".
952
953 Tue Mar 14 12:41:48 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
954
955         * Applied, after some finessing,
956         Simon Burge <simonb@thistledown.com.au>'s --with-smtpservers patch:
957
958             Here's a patch that allows you to add
959
960                     --with-smtpservers=<some.host.name>
961
962             to the ./configure command line to set the "servers: " line in
963             etc/mts.conf.  Around here, we use "mailhost" so that all
964             machines in the current domain just talk to a central machine
965             and nothing else runs an MTA.  Now, I can use
966
967                     --with-smtpservers=mailhost
968
969             instead of having to remember to fix this by hand (and often
970             forgetting to do so!).
971
972         * Inspired by Simon's patch, added an --enable-masquerade option
973         to configure.  It will set the "masquerade:" line of mts.conf.
974         You may specify a subset of the three types of masquerading, like
975         --enable-masquerade="draft_from mmailid", or leave off explicit
976         arguments to enable all three types.
977
978         * Alphabetized the --enable and --with options in configure.in and
979         INSTALL and added documentation of the two new options to the latter.
980
981         * Added new dependency for mts.conf: Makefile.  If this isn't
982         done, then when you reconfigure nmh with new values for
983         --enable-masquerade or --with-smtpservers, you'll fail to get an
984         updated copy of mts.conf.
985
986         * Applied Simon Burge <simonb@thistledown.com.au>'s dtimep.lex patch:
987
988             It seems that some MUA's didn't handle y2k very well - ELM
989             seems to be one of them, and Ultrix's DXmail (based on MH!).
990             I've got a few emails this month that look like:
991
992                     575   Jan 00  Xxxxxx Xxxx       3603  ...
993             and
994                      22+  Jan 00  Xxx Xxxxx         1771  ...
995
996             The first has "15 Jan 100" as the date and the second has 
997             "19 Jan 00" as the date.  The following works around this so 
998             that scan, show, sortm, etc work ok.
999
1000         I put Simon's patch under the control of a new #define called
1001         FIX_NON_Y2K_COMPLIANT_MUA_DATES.  There's some commentary in
1002         acconfig.h about when you might not want to #define it.
1003
1004         * Created new dtimep.c-lexed with Simon's change using dtimep.lex
1005         lexed on Solaris 2.6.  Added missing dependency in
1006         zotnet/tws/Makefile.in for dtimep.c: dtimep.c-lexed.
1007
1008         * Added scan.MMDDYY and scan.YYYYMMDD format files.
1009
1010 Mon Mar 13 21:32:00 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1011
1012         * Applied Sullivan N. Beck <sbeck@cise.ufl.edu>'s mhshow-suffix patch:
1013
1014             With the patch below, you can add lines like:
1015
1016                 mhshow-suffix-application/msword: .doc
1017                 mhshow-suffix-application/PostScript: .ps
1018
1019             to the mhn.defaults file to append the given suffix to a
1020             scratch file.  This allows applications which require a
1021             certain suffix to run properly.
1022
1023         * Removed -force_html from lynx entry in mhn.defaults.sh (I
1024         believe older versions of lynx lack that option) and added
1025         "mhshow-suffix-text/html: .html".
1026                 
1027         * Modified username_extension masquerading to only use the
1028         extended address on generated [Resent-]From: lines and SMTP
1029         envelope From:.  With Neil's original implementation, nmh's global
1030         idea of the username was changed, which would result in inc lying
1031         and saying you had no new mail because it was looking for a
1032         mailbox called, for instance, "dan-nmh" (where username was "dan"
1033         and $USERNAME_EXTENSION was "-nmh").
1034                 
1035         * Applied Simon Burge <simonb@thistledown.com.au>'s dtime.c patch:
1036         
1037             There's a wrap-around problem that affects the implementation
1038             of Zeller's congruence in dtime.c.  This causes the day-of-week
1039             calculations to fail for dates after Feb 29, 2000 (probably up
1040             until some year far in the future).
1041
1042 Mon Mar 06 12:20:20 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1043
1044         * Applied Neil W Rickert <rickert+nmh@cs.niu.edu>'s msh.c patch:
1045
1046             I finally tracked down the problem in msh that was causing
1047             errors whenever I tried to examine a 'mmdf' style mailbox.
1048
1049             It turns out that not enough memory was being allocated with
1050             calloc(), causing memory pointers to be overwritten and
1051             corrupted.
1052                 
1053 Fri Mar 03 16:07:33 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1054
1055         * Changed the new "plussed_user" option to mts.conf's
1056         "masquerade:" to "username_extension" after getting feedback from
1057         qmail users, who use '-' as a separator rather than '+'.  Removed
1058         checking of $USERPLUS variable.  Now check $USERNAME_EXTENSION,
1059         which needs to include the appropriate separator for your MTA
1060         ('-', '+', or whatever) as its first character.
1061                 
1062 Thu Mar 02 23:04:30 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1063
1064         * Added a new "boolean" type to mh.h and TRUE and FALSE constants.
1065                 
1066         * Added a note to DIFFERENCES stating that it's out-of-date
1067         (Richard was the last one to update it) and that we should
1068         consider only documenting incompatibilities with MH there.
1069
1070         * Implemented (and documented) a third kind of username
1071         masquerading: "plussed user" masquerading.  This one was suggested
1072         by Neil Rickert <rickert+nmh@cs.niu.edu>.  It's based on sendmail's
1073         "plussed user" feature, where mail sent to <user>+<string> will be
1074         delivered to <user>.  When it's enabled, it's controlled by the
1075         $USERPLUS environment variable.  How is it enabled?  Well, that
1076         leads me to:
1077
1078         * Renamed the "mmailid:" setting in mts.conf to "masquerade:", and
1079         changed it so that rather than being a boolean, it can be set to
1080         any combination of the three values "draft_from", "mmailid", and
1081         "plussed_user".  Thus it is now possible to enable the three types
1082         of masquerading individually.
1083
1084         * Fixed a bug with "mmailid" masquerading (dating back to MH?)
1085         where if it was turned on, ','s would no longer be considered
1086         GECOS field delimiters.
1087         
1088 Wed Mar 01 23:30:50 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1089
1090         * Changed the GECOS-field '&' translation behavior to be
1091         controlled by the BSD42 #define rather than GCOS_HACK, since it's
1092         apparently always appropriate on OSes where BSD42 is #defined, and
1093         never appropriate on any other OSes.  Thanks to Kimmo Suominen for
1094         responding to my "What is this code here for?" comment in mts.c
1095         and explaining the feature.
1096         
1097 Mon Feb 28 21:50:29 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1098
1099         * Upped the version number to 1.0.3+dev (ideally this should be
1100         done by whoever makes a release tar file, immediately after doing
1101         so).
1102         
1103         * Applied Paul Fox <pgf-spam@foxharp.boston.ma.us>'s scansbr.c
1104         patch, posted to comp.mail.mh, which he says prevents loss of mail
1105         when inc'ing into a full filesystem.
1106
1107         * Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in"
1108         so that stamp-h.in will be different each time configure.in and
1109         related files are changed, making it easier to check it in (which
1110         is necessary to prevent unnecessary autoconf calls).
1111
1112         * My declaration of initgroups() in slocal.c to eliminate the "no
1113         prototype" warning wasn't portable (FreeBSD 3.[23] choked).  Now
1114         use AC_EGREP_HEADER to see where initgroups() is declared, if
1115         anywhere.
1116
1117 Sun Feb 20 12:17:15 2000 Ruud de Rooij <ruud@ruud.org>
1118
1119         * Fix security hole in mhshowsbr.c which allowed untrusted shell
1120           code to be executed.
1121         
1122         * Released nmh 1.0.3.
1123
1124 Thu Feb 10 10:54:36 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1125
1126         * Oops.  %-escapes on mhstore lines in mhn.defaults.sh should not
1127         be surrounded by single quotes, as a shell is not spawned when
1128         just saving files, and the filenames will end up with literal
1129         quotes embedded in them.
1130
1131 Fri Feb 04 12:29:12 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1132
1133         * Whoever originally added the -help switch to all the commands
1134         got too cute and had the option itself print out as "-(help)" in
1135         the -help output.  One theory is that they were making reference
1136         to the fact that clearly you know about the -help option since
1137         you're currently looking at its output.  I think it's a bad idea
1138         to overload the meaning of the parentheses, however -- they're
1139         supposed to indicate what abbreviated prefix of the switch you're
1140         allowed to specify.
1141
1142         The other theory is that because you can say something like
1143         "mhstore -" and get "mhstore: - ambiguous.  It matches" followed
1144         by the same list of switches you get with -help, they were saying
1145         you can "sorta" abbreviate "-help" as "-".  You don't get the
1146         "Usage:" string, though, so it's not really the same thing.
1147
1148 Thu Feb 03 17:52:01 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1149
1150         * Applied wesley.craig@umich.edu's KPOP patches.  According to him:
1151
1152               The following patch fixes a problem with requesting a
1153               service key for a machine that has multiple 'A' records.  It
1154               also makes "-kpop" a command line option, for users who
1155               would like to use both "kpop" and "pop".
1156
1157         Did no testing of the new features, as I don't have access to a
1158         KPOP server.
1159
1160         * Modified inc.man and msgchk.man to document Wesley's new -kpop.
1161
1162         * Modified INSTALL and config.h.in to reflect the new -kpop feature.
1163
1164 Fri Jan 28 17:39:24 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1165
1166         * All %-escapes in mhn.defaults that actually expand to something
1167         should be surrounded by single quotes.  Added quotes to the ones
1168         in mhn.defaults.sh that were missing them.
1169
1170         * Added check for lynx to write mhshow-show-text/html line in
1171         mhn.defaults.sh.
1172
1173 Thu Jan 27 12:22:25 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1174
1175         * makedir() had multiple bugs dating back to MH.  An octal
1176         constant was apparently being interpreted as decimal, resulting in
1177         directories with no user read or execute permissions, making
1178         nested directory creation fail.  And there wasn't even an
1179         _attempt_ to set desired permissions (e.g. from "Folder-Protect:"
1180         in .mh_profile) on the outer directories of a nested directory.
1181
1182         * A second `make install' would always fail because the check for
1183         whether mh_profile.5 existed was written incorrectly.
1184         
1185 Wed Jan 26 02:22:00 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1186
1187         * Added documentation on both types of masquerading to post's man
1188         page.
1189
1190 Tue Jan 25 22:58:12 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1191
1192         * Doug's portability fix of my setgid inc autodetection had a
1193         caching bug -- if you re-ran configure, uip/Makefile would be
1194         corrupted, and installation would bomb out on OSes where inc needs
1195         to be setgid.
1196
1197         * Implemented a new kind of email address masquerading.  Usually,
1198         when a user writes a custom "From:" header in a draft, nmh uses it
1199         rather than generating one.  However, the user's true address is
1200         used in the SMTP envelope "From:" and is revealed in the "Sender:"
1201         header.  Now, when mmailid is set to non-zero, the envelope
1202         "From:" uses the address specified in the draft "From:" header,
1203         and there is no "Sender:" header.  This is useful when sending on
1204         behalf of a remote POP3 account or when remote mail robots
1205         incorrectly use the envelope "From:" in preference to the body
1206         "From:".  This processing has only been implemented for post, not
1207         for the undocumented spost (which was already missing some "From:"
1208         processing that post has).
1209
1210 Mon Jan 24 22:26:06 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
1211
1212         * Got rid of the rest of the gcc -Wall warnings that I didn't have
1213         time for on 1999-07-15 (and, it would seem, some new ones people
1214         introduced since then).  The primary ones were the warnings that
1215         default prototypes were being used for [v]snprintf() and
1216         str[n]casecmp().  As of right now, there are _no_ compilation
1217         warnings except on dtimep.c-lexed (at least under AIX 4.1.5 and
1218         Solaris 2.6).
1219
1220 Sun Jan 2 23:42:18 2000 Ruud de Rooij <ruud@ruud.org>
1221
1222         * Move mhtest from bindir to libdir.
1223
1224         * Move sendfiles from libdir to bindir.
1225
1226         * Updated sendfiles manpage to reflect this change.
1227
1228         * Added documentation for -build and -file switches to repl and 
1229           forw manpages (patch from Peter Maydell).
1230
1231         * Fixed interaction between specifying -cc in profile and -group on 
1232           command-line.
1233
1234 Tue Nov 1 13:48:10 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1235
1236         * Changed the version number from 1.0.3 to 1.0.2+dev.  There was
1237         not unanimous support for my proposed even/odd release/developer
1238         version number dichotomy.  1.0.2+dev implies release 1.0.2 plus
1239         some development.
1240
1241 Fri Oct 29 13:42:51 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1242
1243         * Upped the version number to 1.0.3.  If we don't do this, then
1244         when people report bugs against 1.0.2, we won't know "which" 1.0.2
1245         they're talking about (since the development source is publically
1246         available via CVS).  I think the Linux kernel version numbers are
1247         a good model, so the next time we roll a tarball, it should be
1248         version 1.0.4 (or higher -- anyhow, an even-numbered version).
1249
1250 Fri Oct 29 06:41:08 1999 Doug Morris <doug@mhost.com>
1251
1252         * Released nmh-1.0.2.
1253
1254 Tue Oct 26 22:57:00 1999 Doug Morris <doug@mhost.com>
1255         
1256         * Added check for whether "libtool" is in fact gnu libtool. If
1257         it is, it is not used. This is the wrong behavior. If vendor
1258         XYZ later on decides to create yet another libtool, we'll be
1259         caught again. This works for now.
1260
1261         * Minor updates to MACHINES refering to Mac OS X.
1262
1263 Thu Oct 21 20:45:37 1999 Doug Morris <doug@mhost.com>
1264
1265         * Added check for "libtool" (a ranlib type tool for Mac OS X)
1266         and modified Makefiles so that nmh will build under Mac OS X.
1267
1268 Sun Oct 17 08:28:56 1999 Ruud de Rooij <ruud@ruud.org>
1269
1270         * Changed repl defaults to partly revert to MH behaviour,
1271           "-cc all" is now only implied with -group.
1272
1273         * The replcomps template includes cc: header again (as in MH).
1274
1275         * Updated repl man page to reflect these changes.
1276
1277 Sat Oct 16 02:57:47 1999 Doug Morris <doug@mhost.com>
1278
1279         * Tweaked configure to handle Solaris and SunOS after the BIND
1280         changes. Both need more cleanup.
1281
1282 Sat Oct 16 00:17:36 1999 Doug Morris <doug@mhost.com>
1283
1284         * Removed BIND define and replaced it with a check for
1285         gethostbyname (to determine if the host is DNS aware) and a
1286         check for sethostent. This appears to be the right thing to
1287         do, but there is no explanation of the reasoning behind the
1288         BIND define in the code and it appears to have been used for
1289         multiple purposes. 
1290
1291 Wed Oct 13 15:53:53 1999 Doug Morris <doug@mhost.com>
1292
1293         * Updated manpages Makefile to link mh-profile.5 to
1294         mh_profile.5 after installation. Suggestion from Richard Cohen
1295         <richard@jubjub.demon.co.uk>.
1296
1297         * Modified configure.in to check for _IO_write_ptr and libio.h
1298         to determine whether to define LINUX_STDIO instead of using 
1299         config.guess.
1300
1301 Mon Oct 4 15:22:46 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1302
1303         * Added '-L' to the calls of 'ls' in configure.in -- I have seen
1304         multiple machines in the past where the mail spool was a symlink
1305         to a directory on another device with more free space.
1306
1307 Fri Oct 1 22:36:56 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1308
1309         * Fixed a portability problem in Doug's fix of a portability
1310         problem in my MAILGROUP autoconf support ('ls -l' vs. 'ls -lg'). 
1311
1312 Sat Sep 25 18:40:43 1999 Ruud de Rooij <ruud@ruud.org>
1313
1314         * Added config.sub and config.guess to the list of files to be
1315         distributed.
1316
1317         * Fixed bug in sbr/fmt_scan.c where an extra newline would be
1318         added if a list of addresses was split over several header lines.
1319
1320         * In mts/smtp/smtp.c, undefine strlen and strcpy if they are
1321         macros, regardless of platform.
1322
1323         * Allow q to quit mhshow, and n to skip to next part.  Patch from
1324         Kimmo Suominen <kim@tac.nyc.ny.us>.
1325
1326         * Modified mhstore to recognize attachments created by sendfiles
1327         with x-conversions=gzip.
1328
1329 Mon Sep 13 21:20:10 1999 Doug Morris <doug@mhost.com>
1330
1331         * added explicit cast to long from time_t for tclock in
1332         post.c.
1333
1334         * Commented out #ifdefs for <sys/ioctl.h> in termsbr.c since
1335         it's needed for ioctl() anyway. This prevents a warning about
1336         implicit definition of ioctl().
1337
1338         * Moved guesses performed by AC_CANONICAL_SYSTEM back into the
1339         "User Configuration" section of config.h (moved @TOP@ in
1340         acconfig.h) so they're easier to find, should someone actually
1341         want to mess with them.
1342
1343 Sun Sep 12 15:50:34 1999 Doug Morris <doug@mhost.com>
1344
1345         * updated Makefile.in so it recognized COMPLETION-TCSH and
1346         COMPLETION-ZSH (only used in make nmhdist). 
1347
1348         * added prototype for ruserpas to <h/prototypes.h>. Fixes
1349         warnings in mhparse.c and mhbuildsbr.c.
1350
1351         * added include checks for <time.h> and <sys/time.h> to
1352         prevent warnings in fmt_compile.c, fmt_scan.c, lock_file.c,
1353         sendsbr.c, mhbuildsbr.c, mhcachesbr.c, picksbr.c, and post.c.
1354
1355         * added include for <zotnet/mts/mts.h> to ali.c, scan.c, ap.c,
1356         rcvdist.c, rcvstore.c, rcvtty.c, and spost.c to remove
1357         warnings about implicit definition of mts_init().
1358
1359         * added <grps.h> to slocal.c to prevent warnings about
1360         function initgroups.
1361
1362         * added <h/signals.h> to prevent warning about missing SIGNAL
1363         function.
1364
1365         * added function prototypes to smtp.c, whatnowproc.c,
1366         mhbuildsbr.c, mhparse.c, mshcmds.c, show.c, whatnow.c, mhl.c
1367         to fix warnings.
1368
1369         * explicitly declared mbx_style in mshcmds.c and lused in
1370         fmtdump.c as type static int instead of just static to
1371         prevent warnings.
1372         
1373         * various code cleanups to prevent ambiguous statements
1374         (brackets for if/thens and parens for complicated if
1375         statements).
1376
1377
1378 Sun Sep 12 09:19:27 1999 Doug Morris <doug@mhost.com>
1379
1380         * commented out _cleanup() in mf.c because it's the only
1381         location in all of the source code where it exists. It was
1382         preventing compilation on at least linux.
1383
1384         * Added check for <db1/ndbm.h> which is the new location where
1385         linux systems appear to be stuffing this header file.
1386
1387 Thu Sep 09 23:15:49 1999 Doug Morris <doug@mhost.com>
1388
1389         * fixed varous mkstmep bugs introduced in 1.0.1 by me. Whups!
1390
1391         * added mh_profile SEGV patch from Richard Cohen
1392         <richard@jubjub.demon.co.uk> that prevents crashing when
1393         mh_profile doesn't end in a newline. A similar patch was
1394         previously sent in by Andrew Bettison <andrewb@zip.com.au>.
1395
1396         * fixed bug in associated with MAILGROUP #define (group "mail"
1397         is not universal) -- hard to believe, but true.
1398
1399 Tue Sep 7 16:47:03 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1400
1401         * Renamed ZSH.COMPLETION to COMPLETION-ZSH and added COMPLETION-TCSH.
1402
1403 Tue Aug 17 16:06:29 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1404
1405         * Automated #define of MAILGROUP and installation of inc as setgid mail
1406         when the mail spool directory isn't world-writable.
1407
1408 Thu Jul 15 18:37:07 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
1409
1410         * slocal -debug used to leave a file in /tmp for each message
1411         processed.  Very bad for folks with slocal -debug in their .forward!
1412
1413         * Got rid of a ton of compilation warnings.  Most were "junk"
1414         warnings due to the use of gcc -Wall (without -Wno-parentheses),
1415         but a few represented real bugs.  There remain many warnings to be
1416         tackled that are due to missing function prototypes (e.g. snprintf()).
1417
1418         * Default rcvdistcomps no longer puts a copy of all outgoing
1419         messages in outbox.  Added an rcvdistcomps.outbox that does.
1420
1421 Sat Jun 09 12:22:47 1999 Doug Morris <doug@mhost.com>
1422
1423         * Updated configure to check for mkstemp (available on OpenBSD) and 
1424         substitute it for mktemp if available. 
1425
1426 Thu May 13 16:40:19 1999  Doug Morris <doug@mhost.com>
1427
1428         * Added config.sub and config.guess and updated acconfig.h and
1429         configure.in to automatically detect system type and set the
1430         proper #defines.
1431
1432 Wed May 12 23:41:33 1999  Dan Winship  <danw@mit.edu>
1433
1434         * Released nmh-1.0.1.
1435
1436 Fri May  7 17:18:28 1999  Dan Winship  <danw@mit.edu>
1437
1438         * Fixed flist to properly deal with relative folder names.
1439         Problem noted by Jerry Peek <jpeek@jpeek.com>.
1440
1441         * Fixed --with-krb4 to work with original Kerberos 4 libraries as
1442         well as the Kerberos 5 compat libraries. Based on a patch from
1443         Assar Westerlund <assar@sics.se>.
1444
1445         * Added a check in configure.in to test if modf is in libc and
1446         link with libm if not. This is needed by at least Digital UNIX. 
1447         Problem pointed out by Kevin Oberman <oberman@es.net>.
1448
1449         * Fix a bug from the "mhn -show" to "mhshow" renaming that
1450         made the "list" command in whatnow not work for some users.
1451         From Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.
1452
1453         * Replaced "extern int errno" with "#include <errno.h>" in a
1454         number of files. Suggested by Stephen Wilson Bailey
1455         <swb@nconnect.net>.
1456
1457         * Fixed a problem in how "packf -mbox" translated "Return-Path:"
1458         lines. From Kimmo Suominen <kim@tac.nyc.ny.us>.
1459
1460         * Fixed a segmentation fault in inc. Patch originally from Ruud de
1461         Rooij <r.c.m.derooij@twi.tudelft.nl>.
1462
1463         * Allow display of 8bit encoded messages. From Kimmo Suominen
1464         <kim@tac.nyc.ny.us>.
1465
1466         * Fixed repl to not add line breaks in the middle of long
1467         addresses when building a reply. From Ruud de Rooij
1468         <r.c.m.derooij@twi.tudelft.nl>.
1469
1470         * Added -library switch to spost so it can parse user aliases like
1471         post does. From Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.
1472
1473         * Changed configure.in's check for sigsetjmp to properly deal
1474         with systems like Linux where it is a macro. From
1475         <elleron@servtech.com>.
1476
1477         * Fixed a bug in whatnow that could cause it to sometimes exit
1478         without prompting the user. Based on a patch by Richard Geiger
1479         <rmg@netapp.com>.
1480
1481         * Added code to deal with SIGPIPE in mhl so it doesn't print
1482         "Broken pipe" if you quit out of the moreproc.
1483
1484         * Documentation: Added a note to MACHINES about Irix make. Added a
1485         pointer to the online copy of the MH book in INSTALL. Added
1486         some additional information to the whatnow and packf man pages,
1487         suggested by Jerry Peek <jpeek@jpeek.com>.
1488
1489         * Updated INSTALL, FAQ, etc to not refer to Richard as the
1490         maintainer or math.gatech.edu as the home any more.
1491
1492 1999-02-06  Richard Coleman  <coleman@math.gatech.edu>
1493
1494         * Released nmh-1.0.
1495
1496         * Merged mbx_open and mbx_Xopen in dropsbr.c.  Fixed
1497           mbx_open so that the mode of zero length maildrops
1498           would not be changed.
1499
1500         * Replaced the substitute version of snprintf() with the
1501           one from the Apache web server.
1502
1503         * Changed to default mode for creating new messages to 0600
1504           (this should have been done a long time ago).
1505
1506         * Changed "flist" to handle searching for multiple sequences
1507           for each folder.  Also flist will now correctly split
1508           Unseen-Sequence if it consists of multiple sequences.
1509
1510         * Added new switches `-unlink' and `-nounlink' to "refile".
1511
1512         * Added new switches `-unlink' and `-nounlink' to "rmm".
1513
1514         * More cleanups of slocal output.  Changed adorn() to
1515           send to stdout, instead of stderr (to match rest of
1516           verbose printing).
1517
1518         * Merged mbx_create() into mbx_open, so that creating and
1519           opening a nonexistent maildrop is done atomically.  This
1520           removes a bad race condition.
1521
1522         * Fixed bug that caused slocal to be unable to save to MMDF
1523           style drop file.
1524
1525         * Added new wrapper function usr_folder() to slocal.c to
1526           handle adding message to folder (currently, it still uses
1527           usr_pipe() to call rcvstore).
1528
1529         * seq_list() checks for empty folder before scanning for
1530           sequence information.
1531
1532         * num_digits() in flist.c and folder.c now returns correct
1533           value for 0.  Also added sanity check.
1534
1535         * folder_delmsgs() now correctly decrements internal message
1536           count.
1537
1538         * Don't attempt to read sequence information if folder
1539           is empty.
1540
1541         * Split seq_read into seq_public and seq_private.
1542
1543         * Small change to sigmsg.awk, since newer versions of gawk
1544           interpret 034 as octal.
1545
1546         * In flist, don't scan for sequence information in empty folder.
1547
1548         * Updated mhn.defaults.sh to output profile entries for mhshow,
1549           mhstore, and mhbuild.
1550
1551         * Changed configuration parameter "mhn-access-ftp" to
1552           "nmh-access-ftp".  Updated man pages
1553
1554         * Moved the code in InitMultipart to reverse the order of the
1555           parts in a multipart, into its own function "reverse_parts()".
1556
1557         * Changed code in mhbuildsbr.c to store unencoded content
1558           in the c_cefile structure when building.
1559
1560         * Changed code in mhoutsbr.c to look for unencoded content
1561           in the c_cefile structure when outputing message.
1562
1563         * Changed configuration parameter "mhn-cache" and
1564           "mhn-private-cache", to "nmh-cache" and "nmh-private-cache",
1565           since it is used in mhstore, mhlist, and mhshow.  Updated man pages
1566
1567         * Change configuration parameter "mhn-storage" to
1568           "nmh-storage", since it is now used in mhstore, mhlist,
1569           and mhshow.  Updated man pages
1570
1571         * Add autoconf support for KPOP (kerberized pop).
1572
1573         * Add autoconf support for Hesiod.
1574
1575         * Split routines to output a message given a Content structure
1576           (output_message, output_content, write7Bit, etc..) to a new
1577           file "mhoutsbr.c".
1578
1579         * Split output_content(), into output_content() and build_headers().
1580
1581         * Changed copy_some_headers() in mhstoresbr.c, to use the linked
1582           list of header fields, rather than reopening the message.
1583
1584         * Added free_header() to mhfree.c to free structures containing
1585           header field information.
1586
1587         * Changed get_content() to use the linked list of header fields
1588           when parsing the various MIME headers (Content-XXX).
1589
1590         * Changed get_content() to store linked list of header field
1591           values when parsing a content.
1592
1593         * Changed mhbuild, mhn, mhlist, mhshow, mhstore, to use the
1594           routines in mhcachesbr.c to handle the content cache.
1595
1596         * Split various funtions (find_cache, find_cache_aux, find_cache_aux2,
1597           cache_content) into new file mhcachesbr.c.
1598
1599         * More calls to sprintf/strcpy (primarily in mhparse.c
1600           and mhbuildsbr.c) converted to snprintf/strncpy.
1601
1602         * When a message is displayed with `mhshow', it is now
1603           removed from the "unseen" sequence.
1604
1605         * Change the default "showmimeproc" to "mhshow".
1606
1607         * Split "mhn -show" off into separate command "mhshow".
1608
1609         * Split "mhn -store" off into separate command "mhstore".
1610
1611         * Split "mhn -list" off into separate command "mhlist".
1612
1613         * Add sanity checks to context_find(), context_replace(),
1614           and context_del(), to abort if context file hasn't been
1615           read.
1616
1617         * Add calls to context_read(), to the beginning of all nmh
1618           commands (instead of being called indirectly by context_find).
1619
1620         * Changes the "substitute" version of vsnprintf/snprintf for
1621           operating systems without native versions, to just call the
1622           native vsprintf(), and ignore the buffer length.   This is
1623           faster, but less secure than the previous version that used
1624           temporary files.  This should only be a problem for systems
1625           which do not have a native snprintf(), and require `inc' to
1626           be setuid/setgid.
1627
1628         * Lots more calls to sprintf/strcpy converted to snprintf/strncpy.
1629
1630         * Changes client() routine to take additional parameter, which is
1631           the buffer length of the parameter "response".  Then added
1632           buffer length checks for this parameter.
1633
1634         * Changed getws() to get_fields(), since that is apparently the
1635           name of a wide character version of gets() on some archetitures.
1636
1637         * Lots of sprintf/strcpy calls converted to snprintf/strncpy.
1638
1639         * Change the code in most of the commands that take multiple
1640           message names/sequences/ranges on the command, such that
1641           the msgs array is expanded dynamically.  This removes most
1642           of the limits on the length of command lines.
1643
1644         * Add additional parameter to copyip(), to specify the
1645           maximum number of strings that can be copied (security
1646           fix).
1647
1648         * Create new function getarguments(), to massage the argument
1649           vector before parsing it (add any arguments from your
1650           profile to the beginning of the argument vector).  This
1651           also removed the general limit on the number of command line
1652           arguments.
1653
1654 1998-07-04  Richard Coleman  <coleman@math.gatech.edu>
1655
1656         * Released nmh-0.27.
1657
1658         * Added a new command "delete", that is available during
1659           a "whatnow" session.  It is equivalent to "quit -delete".
1660
1661         * Added another parameter to editfile (in whatnowsbr.c),
1662           that controls whether editfile should remember the last
1663           program that was exec'ed.  This way the whatnow command
1664           "mime", will not be re-executed if "edit" is later given
1665           with no arguments.
1666
1667         * Changed whatnowsbr.c, so that whatnow doesn't abort if
1668           mhbuild returns an error.
1669
1670         * Added parameter to sendsbr(), so you may specify whether to
1671           rename the draft file.
1672
1673         * Pass delay time to splitmsg() as a parameter, rather than
1674           use a global variable.
1675
1676         * Moved code to rename draft file after sending message from
1677           splitmsg and sendaux, to sendsbr.
1678
1679         * Removed all the code in viamail to split messages and then
1680           mail them.  Replaced this with the standard sendsbr.c routines.
1681
1682         * Changed sendsbr(), so that when splitting messages into
1683           messages of type "message/partial", the header fields that
1684           are copied are more compliant with RFC-2046.
1685
1686         * Fixed mhbuild to track temporary files better.  They are
1687           now correctly removed when mhbuild aborts.
1688
1689         * Created a new man page for "sendfiles".  The information
1690           about "mhn -viamail" in the "mhn" man page was moved to
1691           this new page.
1692
1693         * Changed the name of the "viamail" shell script to
1694           "sendfiles".  Modified "sendfiles" to use the new
1695           viamail program.
1696
1697         * Moved the functionality for "mhn -viamail" out of mhn,
1698           and into a separate executable called "viamail".
1699
1700         * When storing MIME contents to a folder using mhn -store,
1701           they are now accumulated in a temporary file, and then added
1702           to the folder using folder_addmsg().
1703
1704         * Moved code to save content to a folder from store_content
1705           to new function output_content_folder.
1706
1707         * Moved code to save content to file from store_content to
1708           new function output_content_file.
1709
1710         * Moved code to parse storage format string from store_content
1711           to new function parse_format_string.
1712
1713         * Fix copy_some_headers() in mhstoresbr.c, so that the
1714           correct header fields in the first enclosing message/partial
1715           will be copied (according to RFC2046), when using mhn -store
1716           to reassemble messages of type message/partial.
1717
1718         * Fixed bug to openFTP() in mhparse.c, that caused the
1719           tmp file to not be removed, when transferring a
1720           message/external file from ftp.
1721
1722         * Moved the code in mhparse.c to process -auto switch (scan
1723           contents for the attribute "name"), to a new function
1724           "get_storeproc" in mhstoresbr.c.
1725
1726         * Moved routines to free data structures related to MIME
1727           content from mhparse.c and mhbuildsbr.c, to new file
1728           mhfree.c.
1729
1730         * Moved code to show/display MIME content into new
1731           file mhshowsbr.c.
1732
1733         * Moved code to store MIME content from into
1734           new file mhstoresbr.c
1735
1736         * Moved code to parse MIME content into new
1737           file mhparse.c.
1738
1739         * Moved code to list information about MIME content
1740           into new file mhlistsbr.c.
1741
1742         * Move part_ok(), type_ok(), content_error(), flush_errors(),
1743           and set_endian() to new file mhmisc.c.
1744
1745         * Start to isolate the code to show, list, and store MIME
1746           messages.  One side effect is that only one flag (-show,
1747           -list, or -store) can be used at a time now.
1748
1749         * mhn -store -auto wasn't storing file in correct directory.
1750
1751         * Removed a few dead variables from sbr/ruserpass.c
1752
1753         * move code for creating tmp files, and renaming the
1754           the composition draft in mhbuild, from build_mime()
1755           to main().
1756
1757         * remove left-over code in mhbuild.c, mhbuildsbr.c, for
1758           the -[no]auto switch (which isn't used in mhbuild).
1759
1760         * split mhn.c into mhn.c and mhnsbr.c (name later changed
1761           to mhparse.c).
1762
1763         * split mhbuild.c into mhbuild.c and mhbuildsbr.c.
1764
1765 1998-05-25  Richard Coleman  <coleman@math.gatech.edu>
1766
1767         * Released nmh-0.26.
1768
1769         * Added (unlisted) options [no]dashstuffing to send, post,
1770           and whatnow to determine whether to do RFC934 quoting
1771           (dashstuffing) for encapsulated BCC messages.  The default
1772           is still the same (dashstuffing).
1773
1774         * Changed the undocumented feature "nodashmunging" in forw
1775           and mhl, into the documented feature "nodashstuffing".  The
1776           default for forw, is still "dashstuffing" for backward
1777           compatibility, although I don't believe that bursting
1778           RFC934 digests is very common anymore.
1779
1780         * Added an option to define REALLYDUMB in the default config.h.
1781           But it is not on by default.
1782
1783         * moved creation of config file mts.conf from zotnet/mts
1784           to etc.  This simplified the Makefile in zotnet/mts.
1785
1786         * simplified directory support/general to etc.
1787
1788         * removed unneeded directory support/bboards.
1789
1790         * split getusername() into getusername() and getuserinfo().
1791
1792         * Changed getusr() routine to getusername().
1793
1794         * Slight cleanup in folder_pack.c on code that records the new
1795           number of the "cur" message when packing.
1796
1797 1998-05-08  Richard Coleman  <coleman@math.gatech.edu>
1798
1799         * Released nmh-0.25.
1800
1801         * Change install process, so that hard linking the correct mts
1802           library to libmts.a, is not necessary.  The final link process
1803           uses the original name of the library.
1804
1805         * Fixed bug in flist.c and folder.c, so that symbolic links which
1806           point to directories, will not decrement the number of directory
1807           links remaining.
1808
1809         * Split the function list_content (in mhn.c and mhbuild.c) into
1810           list_content and list_debug.
1811
1812         * Don't pack (folder -pack) an empty folder.
1813
1814         * Exit gracefully in flist.c, if no sequence is specified,
1815           and no "Unseen-Sequence" is given in nmh profile.
1816
1817 1998-02-27  Richard Coleman  <coleman@math.gatech.edu>
1818
1819         * Released nmh-0.24.
1820
1821         * Small clarification to the man page for `ali'.
1822
1823         * Fix bug in inc.c so that if both flags `-file' and `-truncate'
1824           are given, that order doesn't matter.
1825
1826         * Fix bug in seq_list.c when realloc'ing for
1827           large sequence line.
1828
1829 1998-02-23  Richard Coleman  <coleman@math.gatech.edu>
1830
1831         * Released nmh-0.23.
1832
1833         * Add new section on "Transfer Encodings" to man page for mhbuild.
1834
1835         * In mhbuild.c, split compose_content into compose_content
1836           (parse and execute composition string), and scan_content (scan
1837           content, decided transfer encoding, check for clash with boundary
1838           string).  I did a good amount of rearranging of this code.
1839
1840         * Moved definitions for data structures for parsing MIME
1841           messages from mhn.c and mhbuild.c to a new include
1842           file h/mhnsbr.h.
1843
1844         * Small amount of rearranging in sendsbr.c
1845
1846         * Small changes to MAIL.FILTERING file.
1847
1848         * Add the file MAIL.FILTERING to nmh distribution.
1849
1850         * Add line to packf so that if message begins with
1851           "X-Envelope-From:" field, it is converted to "From ".
1852
1853         * Fix packf to add "From " line to beginning of message,
1854           even if Return-Path doesn't exist.
1855
1856         * Add note to MACHINES file that on Linux, configure
1857           doesn't find the functions sigsetjmp/siglongjmp.
1858
1859         * Fix configuration for machines that don't have (or find)
1860           sigsetjmp/siglongjmp.
1861
1862 1998-02-11  Richard Coleman  <coleman@math.gatech.edu>
1863
1864         * Released nmh-0.22.
1865
1866         * Add a configure check for sigsetjmp.  Add some conditional
1867           #define's in h/signals.h in case it's not found.
1868
1869         * Added additional notes about -auto switch in mhn man page.
1870
1871         * Added note about MM_CHARSET environment variable to
1872           mh-profile(5) man page.
1873
1874         * Fix signal problem in mhn.c (change setjmp/longjmp to
1875           sigsetjmp/siglongjmp).
1876
1877 1998-02-09  Richard Coleman  <coleman@math.gatech.edu>
1878
1879         * Released nmh-0.22-pre1.
1880
1881         * Changed the first line in mhl.format from
1882           " -- using template mhl.format -- " to a blank line.
1883
1884         * Added note about automimeproc to mh-profile man page.
1885
1886         * Reorganize the main entry point for parsing a MIME message
1887           or file in mhn.  Add new function parse_file() as new main
1888           entry point for parsing MIME files.
1889
1890         * Add note to mhn man page, that "mhn -file -" will accept the
1891           source message on the standard input.
1892
1893         * Changed a sanity check in folder_realloc that was too strict.
1894
1895         * -norfc934mode is now the default for mhbuild,
1896           rather than -rfc934mode.
1897
1898         * Fix mhbuild, so that Content-Description and RFC-822 comments
1899           from #forw directive will be correctly included if there is
1900           only one message.
1901
1902         * Change mhn to correctly default parts of multipart/digest to
1903           message/rfc822 (leftover code from rfc934mode was removed).
1904
1905         * Restore HP specific code to zotnet/tws/lexstring.c.  Apparently
1906           it is still needed.
1907
1908 1998-02-06  Richard Coleman  <coleman@math.gatech.edu>
1909
1910         * Released nmh-0.21.
1911
1912         * If the file given to mhbuild is "-", then accept the draft on
1913           standard input, and output the MIME message to standard output.
1914
1915         * Cleaned up code in mhbuild.c that decides what transfer
1916           encoding to use.
1917
1918         * Cleaned up code in mhbuild.c that decides what character set
1919           to use for text contents.
1920
1921         * Removed old hpux specific code from zotnet/tws/lexstring.c
1922
1923 1998-02-02  Richard Coleman  <coleman@math.gatech.edu>
1924
1925         * Released nmh-0.21-pre2.
1926
1927         * Added the "decode" variable to mhl.format and mhl.header.
1928
1929         * Added new variable "decode" to mhlsbr.c to decode text in
1930           header fields as per RFC-2047.
1931
1932         * Make sure that when decoding RFC-2047 header fields, that any
1933           spaces at the ends of the encoded text are not ignored, but the
1934           spaces between encoded word are.
1935
1936         * Removed #ifdef's for MIME.  MIME support is always compiled in.
1937
1938         * scan/inc will now decode both Subject and From lines as
1939           RFC-2047 encoded header fields.
1940
1941         * Added new function write_charset_8bit() to sbr.  It returns
1942           the character set to use for 8bit text in composition draft.
1943           Changed mhbuild to use this function.
1944
1945         * Split mhn man page into man pages for mhn and mhbuild.
1946
1947         * mhn -show will only now only use default method for content
1948           of type plain, if it is NOT a part of a multipart/alternative.
1949
1950         * Split mhn -build into mhbuild.  Did some code cleanup.
1951
1952         * Added support for %(decode) to fmtdump.c.
1953
1954         * check_charset() now accepts US-ASCII as a subset of any
1955           ISO-8859-X character set.
1956
1957         * Changed the default "showproc" to mhl, instead of the
1958           pager more.
1959
1960         * When reading file into mhn composition file, only need read
1961           permissions, not write permissions.
1962
1963         * Added own version of strcasecmp to distribution, since
1964           nmh calls it frequently with NULL pointers (ughh).
1965
1966         * Replaced uleq.c with strcasecmp.  Removed uleq.c from
1967           distribution.
1968
1969 1998-01-22  Richard Coleman  <coleman@math.gatech.edu>
1970
1971         * Released nmh-0.21-pre1.
1972
1973         * If a message is missing charset parameter to text/plain, show
1974           will assume US-ASCII, rather than just calling showmimeproc.
1975
1976         * Change show.c and mshcmds.c to use check_charset to see if text
1977           message contains valid character set.
1978
1979         * Added new scan format file "scan.nomime" to support/general
1980           that doesn't do any RFC-2047 decoding.
1981
1982         * Modified all the scan format files in support/general to do
1983           RFC-2047 decoding of Subject field.
1984
1985         * Did more work on sbr/fmt_rfc2047.c, so that it will correctly
1986           ignore whitespace between two valid encoded words, but not
1987           between an encoded word and normal text.
1988
1989         * Created new file sbr/check_charset.c.  Moved code from
1990           fmt_rfc2047.c to check for valid character set to this file.
1991
1992         * Added format escape %(decode) to decode contents of "str" register
1993           as a RFC-2047 header field.
1994
1995         * The command install-mh now recognizes the switches -version
1996           and -help.
1997
1998         * Added a new argument to print_help.c to decide whether to
1999           print profile entries (needed for install-mh to prevent weird
2000           loops).
2001
2002         * Changed folder_read.c and folder_realloc.c so that mp->lowoff
2003           is initialize to max (mp->lowmsg, 1) rather than always 1.
2004
2005         * Changed macros for sequence/attribute manipulation so that
2006           message status array doesn't need to always start at 1.
2007
2008         * Small cleanups in folder_realloc().
2009
2010 1998-01-09  Richard Coleman  <coleman@math.gatech.edu>
2011
2012         * Released nmh-0.20.
2013
2014         * Added configure option --with-pager=PAGER.
2015
2016         * Added configure option --with-editor=EDITOR.
2017
2018         * Changed the default format file for mhl (mhl.format) to
2019           also ignore (not display) the header fields Content-Type,
2020           Content-Transfer-Encoding, and Content-ID
2021
2022         * Fixed core dump in addrsbr.c when using %(proper) format function
2023           and the To: line was missing.
2024
2025         * Added the file ZSH.COMPLETION to the distribution.
2026
2027 1998-01-04  Richard Coleman  <coleman@math.gatech.edu>
2028
2029         * Released nmh-0.20-pre2.
2030
2031         * Added new switch -snoop to both `msgchk' and `inc', so you can
2032           watch the POP transaction.
2033
2034         * Changed "replgroupcomps" to check for Mail-Followup-To header
2035           first, and use it if available.
2036
2037         * Changed "replcomps" to check for Mail-Reply-To header
2038           first, and use it if available.
2039
2040 1998-01-03  Richard Coleman  <coleman@math.gatech.edu>
2041
2042         * Released nmh-0.20-pre1.
2043
2044         * Changed seq_list.c to dynamically enlarge the buffer for
2045           collecting the message ranges in a long sequence line.
2046           This should remove the last hard limit on the size of a
2047           sequence line.
2048
2049         * Changed seq_read.c so that can read long sequence lines.
2050           It will use multiple calls to m_getfld() when m_getfld()
2051           returns the state FLDPLUS.
2052
2053         * Changed brkstring.c to dynamically add more space for pointers
2054           if necessary.  This is needed when splitting up large sequence
2055           lines.
2056
2057         * Did some small cleanups in seq_save.c.
2058
2059         * Added new switches `-[no]unseen' to rcvstore, to control
2060           whether new messages are added to Unseen-Sequence.
2061
2062         * Moved locking routines (zotnet/mts/lock.c) to sbr/lock_file.c
2063
2064         * Changed the internal UNSEEN flag to SELECT_UNSEEN which is
2065           more appropriate.  Changed the MHPATH flag to ALLOW_NEW.
2066
2067         * Changed "replcomps" to not include CC and TO lines so that
2068           that reply message is only directed at the author of the
2069           message to which you are replying.
2070
2071         * Added new switch `-group' to command repl, which causes repl
2072           to use new forms file "replgroupcomps".  This is intended for
2073           making group replies.
2074
2075         * Removed #ifdef for ATHENA.
2076
2077 1997-12-28  Richard Coleman  <coleman@math.gatech.edu>
2078
2079         * Released nmh-0.19.
2080
2081         * Fix repl,forw so that switch `-form file' will not abort
2082           as ambiguious (silly mistake on my part).
2083
2084         * Cleaned up the mhn man page.  Added info about a few escapes
2085           for the formatting/display strings that were not documented
2086           (%%, %t).  Moved the BNF grammar for the mime composition file,
2087           to the end of the man page.
2088
2089         * Added the options -[no]format to the command repl.  The
2090           switch `-format' will filter the message to which you are
2091           replying with the standard message filter "mhl.reply", which
2092           is now included in the distribution.  The `-noformat' option
2093           will negate the use of -format or -filter and not include
2094           the message to which you are replying in the draft.
2095
2096         * Did some cleaning and reorganization on many of the man
2097           pages.
2098
2099         * Added debugging switch `-debug' to mhparam, which displays
2100           the values of all `procs' (and some other misc configuration
2101           info) that nmh keeps in global variables.
2102
2103         * When using `refile -preserve', if a conflict occurs, then use
2104           the next available number above the message number you wish
2105           to preserve.
2106
2107         * In forw.c, split the code for creating MIME style forwarding
2108           out of copy_draft, and into copy_mime_draft.
2109
2110         * Move routines in mark.c to print sequences, into new
2111           file sbr/seq_print.c
2112
2113         * flist will now update the current folder.
2114
2115         * Added the switches -[no]fast to flist, to replace
2116           -[no]total.  The previous switches are still accepted
2117           but now undocumented.
2118
2119         * More reorganization in flist of the code for
2120           traversing folders.
2121
2122         * The command "flist +foo -all" will now scan the folder
2123           "foo" and all its 1st level children.
2124
2125         * Add missing include file <h/mh.h> to sbr/snprintf.c
2126
2127         * Fix alarm bug in rcvtty, so that when it calls external
2128           process, the alarm is never longer than 30 minutes.
2129
2130 1997-12-17  Richard Coleman  <coleman@math.gatech.edu>
2131
2132         * Released nmh-0.18.
2133
2134         * Fixed bug in mark, so that "mark -list -seq foo" will
2135           correctly indicate if "foo" is a private sequence.  I found
2136           this bug mentioned in Jerry Peek's book.
2137
2138         * Simplified the code in seq_setcur(), since seq_addmsg() now
2139           retains the public/private status of sequences.
2140
2141         * Changed sequence handling so that if the switches -public
2142           or -nopublic, are not specified for the commands mark, pick,
2143           or rcvstore, then existing sequences will retain their
2144           previous public/private status.
2145
2146         * mhparam now handles the mh-sequences profile entry
2147           correctly.
2148
2149         * flist -all will now also check readonly folders (for
2150           private sequences).
2151
2152         * Improve the leaf optimization for folder command.
2153           It will now track the number of directories in a folder,
2154           and stop stat'ing files once it has hit all the subfolders.
2155
2156         * Renamed m_getfolder to getfolder.  Changed getfolder to
2157           take option to determine whether it should get current
2158           folder, or just default folder (Inbox).  Changed rcvstore,
2159           inc, and rmf to use the new getfolder.
2160
2161         * flist now indicates if a sequence is private.
2162
2163         * Change WUNTRACED to 0, in pidwait.c, so that commands will
2164           wait for stopped processes.
2165
2166         * conflict will dynamically allocate space for group names,
2167           so it can now handle system with more than 100 groups.
2168
2169 1997-12-09  Richard Coleman  <coleman@math.gatech.edu>
2170
2171         * Released nmh-0.18-pre4.
2172
2173         * Check if we have enough message status space, before we
2174           call folder_realloc() in burst, mhpath, and m_draft().
2175
2176         * mhn will now correctly identify a formatting string of "-"
2177           for the option -store, and send content to stdout.
2178
2179         * Change the way that memory for message status is
2180           allocated.  It is dynamcially allocated separately from
2181           the folder/message structure.  This required changing
2182           folder_read.c, folder_realloc.c, folder_free.c.
2183
2184         * Removed all the MTR code (experimental code for message
2185           status allocation).
2186
2187         * Renamed m_readfolder.c to folder_read.c and simplified
2188           the code.
2189
2190         * Renamed m_freefolder.c to folder_free.c.
2191
2192         * Add function trim() to slocal.c to pretty print
2193           the debugging output.
2194
2195         * Changed the name of m_packfolder() to folder_pack().
2196           Changed the name of m_remsg() to folder_realloc().
2197
2198 Wed Dec  3 23:33:38 1997  Richard Coleman  <coleman@math.gatech.edu>
2199
2200         * Released nmh-0.18-pre3.
2201
2202         * Changed installation to add `flists' which is hard linked
2203           to `flist'.  This is a equivalent to `flist -all'.
2204
2205         * For flist, -showzero is on by default.
2206
2207         * Major changes to flist.  Default is now for flist to search
2208           current folder.  The switch `-all' is now used to specify
2209           searching all top level folders.  The new switch `-showzero'
2210           is used to print out folders that don't contain any messages
2211           in the given sequence.
2212
2213         * Split BuildFolderList in flist.c into 2 functions
2214           (BuildFolderList, BuildFolderListR).  Changed these functions
2215           so that flist now does better leaf optimization, and will stop
2216           stat'ing directory entries when it knows it has hit all the
2217           subdirectories of a given directory.
2218
2219         * Reorganized code in folder.c, so that all relevant folders
2220           are scanned first and information recorded.  Then all the
2221           folder summaries at printed out at one time.
2222
2223         * Made the options of folder(s) more orthogonal.  Now
2224           "folder -all -noheader -nototal" will do the right thing.
2225
2226         * Added `-noall' switch to folder, for completeness.
2227
2228         * Changed the default mode for creation of new folders
2229           to 0700 (was 0711).
2230
2231         * Slightly changed the format for flist.  It now indicates
2232           if a folder is current.  Also the width of the various
2233           fields are now calculated at runtime.
2234
2235         * Changed the format for folder(s).  Folder names
2236           are now left justified.  The width of the various fields
2237           are calculated at runtime.
2238
2239 Sun Nov 30 19:14:53 1997  Richard Coleman  <coleman@math.gatech.edu>
2240
2241         * Released nmh-0.18-pre2.
2242
2243         * Add paragraph to man page for install-mh and to INSTALL file
2244           about checking for global mh.profile.
2245
2246         * Renamed m_find() to context_find().
2247           Renamed m_replace() to context_replace().
2248           Renamed m_delete() to context_del().
2249           Renamed m_update() to context_save().
2250           Renamed m_getdefs() to context_read().
2251           Renamed m_foil() to context_foil().
2252
2253         * Change rcvstore to use routine folder_addmsg(), instead of
2254           adding message to folder itself.
2255
2256         * Changed refile, so that if the switch -preserve is used,
2257           and a conflict occurs for a particular folder, then folder_addmsg()
2258           will just use next highest available number for that folder,
2259           instead of exiting.
2260
2261         * Make folder_addmsg() more robust.  It will make repeated
2262           attempts to link file into folder if link returns with
2263           the error EEXIST.
2264
2265         * Fix bug, so that that if forking sendmail, HELO will be sent
2266           unless clientname: option is defined but empty (so now it
2267           is the same as the direct smtp code).
2268
2269         * Changed sprintb to snprintb (now we pass the buffer length
2270           to new routine).  Changed code to use new function.
2271
2272         * Added snprintf to sbr. Added configure check to build it
2273           if you don't have a native version (but haven't changed much
2274           code to use it yet).
2275
2276 Thu Nov 13 18:42:18 1997  Richard Coleman  <coleman@math.gatech.edu>
2277
2278         * Released nmh-0.18-pre1.
2279
2280         * Fixed alarm bug in slocal, so that alarm is never
2281           called with a value larger than 30 mintues.
2282
2283         * Fixed race condition in rmm and refile, so that
2284           context is updated before external rmmproc is called.
2285
2286         * Removed all the OVERHEAD code.
2287
2288         * Move code to add message to folder from refile.c
2289           to folder_addmsg.c
2290
2291 Fri Jul 25 19:39:29 1997  Richard Coleman  <coleman@math.gatech.edu>
2292
2293         * Did some rearranging of the internals of inc.c.
2294
2295         * Make -inplace the default for anno, forw, dist, and repl.
2296
2297         * Changed --enable-smtp to --with-mts={smtp,sendmail}
2298
2299         * Created new directory mts/sendmail for direct sendmail
2300           interface (although it currently still uses SMTP).
2301
2302         * Removed all the TMA (trusted mail agent) code
2303
2304         * Removed all the TTYD (terminal access daemon) code
2305
2306         * Removed all the MF (uucp filtering) code.
2307
2308         * Removed all the code for BERK.
2309
2310         * Removed all the code for stand-alone delivery (MHMTS).
2311
2312         * Split the file mts/sendmail/smail.c into sendmail.c and
2313           smtp.c.  Changed the name of the directory to mts/smtp.
2314
2315         * Changed autoconf to use @sysconfdir@ for location of
2316           configuration files.
2317
2318         * Changed #define in mhn.c from FTP to BUILTIN_FTP.
2319
2320 Mon Jul 21 03:22:34 1997  Richard Coleman  <coleman@math.gatech.edu>
2321
2322         * Released nmh-0.17.
2323
2324         * MAKEDEFS weren't passed down to recursive makes correctly.
2325
2326         * slocal.c now checks for UTMP_FILE and _PATH_UTMP instead
2327           of hard-coding "/etc/utmp".
2328
2329         * rcvtty.c check for _PATH_UTMP if UTMP_FILE is not
2330           defined.
2331
2332         * Remove configure checks for ulong and ushort.  Changed
2333           code to just use unsigned {short, long}.
2334
2335         * Change addmsg function in refile.c to return new
2336           number of refiled message.
2337
2338         * Added check in get_returnpath for empty unixbuf.
2339
2340         * Cleanup of sbr/pidstatus to use more POSIX macros
2341           for return value of wait().
2342
2343         * Change configure to also check /bin for "more".
2344
2345 Sat Jul 12 00:02:23 1997  Richard Coleman  <coleman@math.gatech.edu>
2346
2347         * Released nmh-0.16.
2348
2349 Mon Jun 23 20:13:24 1997  Richard Coleman  <coleman@math.gatech.edu>
2350
2351         * Added automimeproc, which should replace automhnproc.
2352
2353         * multipart messages will no longer abort for messages
2354           of type 8bit or binary (although we still can't really
2355           deal with binary messages, yet).
2356
2357         * Fix double free of c_storage.  From John MacMillan.
2358
2359         * mhn now treats unknown subtypes of "text" as text/plain.
2360
2361         * mhn changed so that specifying mhn-show-multipart, or
2362           mhn-show-multipart/{mixed, alternate, etc...) will override
2363           the use of the internal method for displaying these types.
2364           Previously mhn would always use the internal method for subtypes
2365           mixed, alternate, digest, and parallel (even if an alternate
2366           method was specified in mhn.defaults).
2367
2368         * mhn show treats unknown subtypes of multipart, as type
2369           multipart/mixed (as specified RFC2046).
2370
2371         * mhn checks for the parameter "name" rather than "x-name".
2372           From MH-6.8.4 patch.
2373
2374         * Fix double free of ctinfo in user_content when using
2375           #forw with single message.  From John MacMillan (and
2376           MH-6.8.4 patch).
2377
2378         * Changed -mhnproc switch for show, to -showmimeproc.
2379
2380         * Changed profile entry "mhnproc" to "showmimeproc".
2381
2382         * Added "mime" option to "whatnow", which calls the program
2383           "buildmimeproc" (default is mhn -build) to process MIME
2384            composition files.
2385
2386         * Added -build switch to mhn, to process MIME composition
2387           files.
2388
2389         * Did some reorganizing of mhn.c.
2390
2391         * Changed casting in mts/sendmail/smail.c from (char) to
2392           (signed char) so SMTP reply codes work correctly for machines
2393           which used unsigned chars by default.
2394
2395 Sat Jun 21 01:21:47 1997  Richard Coleman  <coleman@math.gatech.edu>
2396
2397         * Released nmh-0.15.
2398
2399         * Added new form "scan.unseen" to distribution.  It marks messages
2400           which are in any sequence in Unseen-Sequence.
2401
2402         * Do some rearranging of date/time code in zotnet/tws/dtime.c
2403
2404         * Fix sign extension bugs in fmt_scan.c.
2405
2406         * Fix m_atoi.c so that strings ending in non-digit characters
2407           return 0.
2408
2409         * Split code in burst.c so that finding delimiters of digested
2410           messages and bursting a message into multiple messages are
2411           two separate functions (find_delim and burst).
2412
2413         * Add workaround fo AC_PATH_PROG in configure.in, so
2414           that BSD4.4 machines can find sendmail, vi, more.
2415
2416         * Added "-width" option to rcvtty.
2417
2418         * Change a few variable names in zotnet/mts/client.c since
2419           they conflict with defines on AIX.
2420
2421         * Makefile in zotnet/tws assumes lexing of dtimep.lex was
2422           unsuccessful if resulting file is less than 500 lines long
2423           (rather than 10, which was previous value), since AIX
2424           sed gives mangled file of about 200 lines.
2425
2426         * Extract code in rcvstore.c to link message into folder,
2427           and put in own subroutine.
2428
2429         * Extract code in refile.c to link message into folder,
2430           and put in own subroutine.
2431
2432         * Moved code to remove messages from folder into own
2433           routine "folder_delmsgs" in sbr.  Changed rmm.c and
2434           refile.c to use new routine.
2435
2436 Fri May 16 06:09:31 1997  Richard Coleman  <coleman@math.gatech.edu>
2437
2438         * Renamed m_seqok to seq_nameok.
2439
2440         * Changed m_setunseen, msh, mshcmds, flist, and scan to use
2441           seq_getnum.
2442
2443         * Changed m_seqflag to return the number of a sequence rather
2444           than its bit flag.  Changed its name to seq_getnum and renamed
2445           file to sbr/seq_getnum.c.
2446
2447         * Removed function m_seqnew and file sbr/m_seqnew.c since it is
2448           no longer used.
2449
2450         * Added zero switch to m_seqadd function to zero out bits before
2451           adding message to sequence.
2452
2453         * Renamed function m_setvis to m_setunseen, and renamed
2454           corresponding file in sbr.
2455
2456         * Renamed function m_setseq to m_setprev, and renamed corresponding
2457           file in sbr.
2458
2459         * Changed mark.c and pick.c to use m_seqaddsel and m_seqdelsel.
2460
2461         * Added new function m_seqdelsel to m_seqdel.c, which deletes
2462           all selected messages from a sequence.
2463
2464         * Added new function m_seqaddsel to m_seqadd.c, which adds all
2465           selected messages to a sequence.
2466
2467         * Split sbr/m_seqnew.c into m_seqadd.c, m_seqdel.c, m_seqnew.c,
2468           and m_seqok.c.
2469
2470 Thu May 15 00:53:17 1997  Richard Coleman  <coleman@math.gatech.edu>
2471
2472         * Renamed function pack_folder to m_packfolder, and moved it
2473           from uip/folder.c into its own file sbr/m_packfolder.c
2474
2475 Wed May 14 23:38:00 1997  Richard Coleman  <coleman@math.gatech.edu>
2476
2477         * Changed function m_gmsg to m_readfolder.  Renamed file
2478           sbr/m_gmsg.c to sbr/m_readfolder.c.
2479
2480 Mon May  5 19:57:11 1997  Richard Coleman  <coleman@math.gatech.edu>
2481
2482         * Expanded rcvtty man page, and added small patch from
2483           MH-6.8.4 distribution.
2484
2485 Fri May  2 15:24:34 1997  Richard Coleman  <coleman@math.gatech.edu>
2486
2487         * Released nmh-0.14.
2488
2489         * Comment out configure test and code for tgetent to allocate its
2490           own termcap buffer when passed a NULL argument.
2491
2492 Sat Apr 26 03:46:38 1997  Richard Coleman  <coleman@math.gatech.edu>
2493
2494         * Added new options `-checkmime', `-nocheckmime', and `-mhnproc'
2495           to show.  Restructured code to handle options to various
2496           `procs' better.  Deprecated `-noshowproc' option and NOMHNPROC
2497           environment variable.
2498
2499         * Added new man page `mh-draft' which documents the
2500           draft folder facility in nmh.
2501
2502         * Renamed fmtsbr.h to fmt_scan.h.  Renamed fmtcompile.h
2503           to fmt_compile.h.
2504
2505         * split fmtsbr.c into fmt_scan.c and fmt_new.c.  Renamed
2506           fmtcompile.c to fmt_compile.c, and formataddr.c to
2507           fmt_addr.c.
2508
2509         * `send -help' wasn't showing the -(no)mime and -split
2510           options.
2511
2512 Fri Apr 25 02:50:36 1997  Richard Coleman  <coleman@math.gatech.edu>
2513
2514         * Released nmh-0.13.
2515
2516         * Changed mhpath so it doesn't abort if a message sequence
2517           such as "mhpath all" expands to more than 1000 messages.
2518           Also mhpath now dynamically reallocated space for message
2519           names (The number of command line arguments is still limited
2520           to MAXARGS).
2521
2522         * Did some general restructuring of the code in folder.c
2523           that checks for folder information, and prints it.
2524
2525 Thu Apr 24 01:04:37 1997  Richard Coleman  <coleman@math.gatech.edu>
2526
2527         * Changed `folder' to reallocate space for folder names if
2528           necessary.  So `folders' can now handle more than 300 folders.
2529
2530 Tue Apr 22 14:01:26 1997  Richard Coleman  <coleman@math.gatech.edu>
2531
2532         * Change configure to use a compile check to see if the tm struct
2533           has tm_gmtoff, rather than using egrep.
2534
2535 Mon Apr 21 02:19:17 1997  Richard Coleman  <coleman@math.gatech.edu>
2536
2537         * Released nmh-0.12.
2538
2539         * Had set_exists and unset_exists macros backwards.
2540
2541         * Released nmh-0.11.
2542
2543 Thu Apr 10 02:39:53 1997  Richard Coleman  <coleman@math.gatech.edu>
2544
2545         * Added documentation to mh-profile.man about the various
2546           `procs' (mhlproc, showproc, lproc, etc...).
2547
2548         * Replace the bit twiddling for SELECTED, UNSEEN, and
2549           mp->attrstats with macros.
2550
2551         * If system doesn't have SIGEMT (like Linux), then use SIGTERM
2552           in msh.c instead.
2553
2554         * Change fstat to stat in m_gmsg.c since Linux wants
2555           to hide dd->dd_fd.
2556
2557         * Merge Linux patch sent in by Michel Oosterhof (original
2558           patch from bsa@kf8nh.wariat.org).
2559
2560         * Document an undocumented MH feature.  mhn -form mhl.null
2561           will suppress the display of the message header.
2562
2563         * mhparam will now return "mhparam etcdir".
2564
2565         * Add catproc to /config/config.c and use that in show.c
2566           and mshcmds.c, rather than hard coding in /bin/cat.
2567
2568         * Add mhnproc to the list of `procs' in mh-profile.man.
2569
2570         * Add configure test for lorder and tsort commands.
2571
2572         * Commented out the padding in the `msgs` struct in h/mh.h
2573
2574         * Change m_gmsg.c to allocate elements to the `info' array by
2575           500 elements at a time (rather than MAXFOLDERS / 5).
2576
2577         * Add note to man page for mhmail that zero length messages are
2578           not sent.  Need to use -body "" to send empty messages.
2579
2580         * zotnet/mts/mts.c : compare character with '\0', not NULL.
2581
2582         * sbr/getcpy.c : assign '\0' to character, not NULL.
2583
2584         * add m_fmsg to most programs in uip so that they explicitly free
2585           folder/message structure when done with folder.
2586
2587         * uip/slocal.c : cleanup processing of sender.  Make sure it is
2588           defined even if message is missing "From " line.
2589
2590 Mon Mar 31 03:37:35 1997  Richard Coleman  <coleman@math.gatech.edu>
2591
2592         * Released nmh-0.10.
2593
2594 Sun Mar 30 21:46:17 1997  Richard Coleman  <coleman@math.gatech.edu>
2595
2596         * Add configure check for <locale.h>.  Turn on LOCALE support
2597           by default.
2598
2599 Thu Mar 20 03:21:24 1997  Richard Coleman  <coleman@math.gatech.edu>
2600
2601         * Reversed previous decision to retain "From " lines in slocal.
2602           The "From " line is now removed from all messages.
2603
2604         * inc now saves the date from the "From " envelope in the
2605           Delivery-Date header for all messages.
2606
2607         * sbr/m_getfld.c: Clean up processing of Return-Path and
2608           Delivery-Date from the "From " envelope.
2609
2610 Mon Mar 17 19:03:36 1997  Richard Coleman  <coleman@math.gatech.edu>
2611
2612         * client.c: cast iaddr to int before comparing return value
2613           of inet_addr with NOTOK.
2614
2615 Tue Mar 11 04:38:10 1997  Richard Coleman  <coleman@math.gatech.edu>
2616
2617         * Grep test for signal names was failing on some OS'es because
2618           of missing tabs in regex.
2619
2620 Sat Mar  8 01:58:22 1997  Richard Coleman  <coleman@math.gatech.edu>
2621
2622         * Released nmh-0.09.
2623
2624         * Move config files and format files to *.old before installing.
2625
2626         * Add configure check for killpg.
2627
2628         * msh.c: include <termios.h> instead of <termio.h> and
2629           <sys/ioctl.h>.
2630
2631         * prompter.c: don't include <sys/ioctl.h> anymore.
2632
2633 Thu Mar  6 04:03:24 1997  Richard Coleman  <coleman@math.gatech.edu>
2634
2635         * Added `-mime' and `-nomime' options to `repl'.
2636           From MH-6.8.4 diff.
2637
2638 Tue Mar  4 03:10:37 1997  Richard Coleman  <coleman@math.gatech.edu>
2639
2640         * ruserpass.c : removed conflicting prototypes.
2641
2642         * rcvtty.c : Fixed rcvtty to obey terminal permissions granted
2643           by `mesg' command.  Previously only worked on BSD machines.
2644
2645 Mon Mar  3 00:18:59 1997  Richard Coleman  <coleman@math.gatech.edu>
2646
2647         * rcvtty.c : Changed to use #define UTMP_FILE (if exists) rather
2648           than hard coded "/etc/utmp".
2649
2650         * Released nmh-0.08.
2651
2652         * Changed slocal to lock .maildelivery (or file given by -maildelivery)
2653           when accessing ndbm/db file for duplicate suppression, instead of
2654           locking database itself.
2655
2656 Thu Feb 27 05:28:09 1997  Richard Coleman  <coleman@math.gatech.edu>
2657
2658         * Added slocal action `mmdf' to deliver to a file in mmdf format.
2659
2660         * Changed the slocal actions `file' and `>' to always deliver in
2661           mbox (uucp) format rather than be determined by RPATHS config
2662           option.
2663
2664         * Changed the slocal action `mbox' to deliver in mbox (uucp) format
2665           rather than mmdf format.
2666
2667         * slocal now adds Delivery-Date field to all messages (previously it
2668           only added it to messages when delivering them to a file). The
2669           "From " line is now retained on all messages if compiling with
2670           RPATHS, rather than being discarded.
2671
2672         * rcvpack no longer adds the Delivery-Date field to messages.
2673
2674 Sun Feb 23 22:03:54 1997  Richard Coleman  <coleman@math.gatech.edu>
2675
2676         * Removed the script packmbox, since it's functionality has been
2677           added to packf.
2678
2679         * Changed packf so that it uses mbox (uucp) format by default
2680           rather than mmdf format.  Added options -mbox and -mmdf to
2681           packf so you can choose the preferred format.
2682
2683         * Changed rcvpack so that it uses mbox (uucp) format by default
2684           rather than mmdf format.  Added options -mbox and -mmdf to
2685           rcvpack so you can choose the preferred format.
2686
2687 Tue Feb 18 00:01:05 1997  Richard Coleman  <coleman@math.gatech.edu>
2688
2689         * Changed nmh to use dot locking by default (although you
2690           can still easily change this in config.h).
2691
2692         * Simplified locking code.  Removed code allowing setting of
2693           locking type in mts.conf.  Now the locking type and locking
2694           directory (if any) can only be set at compile time.
2695
2696 Fri Feb 14 02:49:18 1997  Richard Coleman  <coleman@math.gatech.edu>
2697
2698         * Prefer getting timezone information from tm->gmtoff rather
2699           than tzset and external timezone variable.
2700
2701 Thu Feb 13 00:35:45 1997  Richard Coleman  <coleman@math.gatech.edu>
2702
2703         * Fixed typo in ruserpass.c in the variable toktabs.
2704
2705         * When ruserpass was added to LIBOBJS, it was missing
2706           the suffix.
2707
2708         * Released nmh-0.07.
2709
2710 Tue Feb 11 01:29:47 1997  Richard Coleman  <coleman@math.gatech.edu>
2711
2712         * Add check to configure, so that if ruserpass, or _ruserpass
2713           is not found, build version of ruserpass in sbr.
2714
2715         * Added define's to discard.c, m_getfld.c, and scansbr.c so
2716           the code that manipulates internals of stdio, will build
2717           on SCO 5.x.
2718
2719         * Added #define to control whether to compile the simple
2720           built-in FTP client in mhn.
2721
2722         * Added configure check for ushort and ulong.  Change code
2723           to use ushort/ulong rather than u_short/u_long.
2724
2725         * A couple of small cleanups in locking code.
2726
2727         * Added configure check for gmtoff element in struct tm.
2728
2729         * Added configure check for tzset.
2730
2731 Fri Feb  7 03:01:57 1997  Richard Coleman  <coleman@math.gatech.edu>
2732
2733         * Released nmh-0.06.
2734
2735         * Removed code for machines that don't have socket
2736           interface (how could they get mail anyway?).
2737
2738         * Removed code for BSD41 machines.  I don't think there are
2739           many such machines around anymore.
2740
2741         * Add configure check for function uname, and prefer it
2742           over gethostname.  General cleanup of zotnet/mts/mts.c.
2743
2744         * Change all `lseek' calls to use POSIX symbolic constants
2745           SEEK_SET, SEEK_CUR, SEEK_END.
2746
2747 Thu Feb  6 01:16:30 1997  Richard Coleman  <coleman@math.gatech.edu>
2748
2749         * Check lex generated file in zotnet/tws and use
2750           pre-generated version if necessary.
2751
2752         * Released nmh-0.05.
2753
2754         * Change to use reliable signals on all platforms that have
2755           sigaction.  Change so that interrupted system calls are
2756           restarted for all signals except SIGALRM.  This fixes alarm
2757           handling code in smail.c for BSD based systems.
2758
2759         * Added lorder and tsort commands so that created libs can
2760           be linked in one pass.
2761
2762 Tue Feb  4 01:33:00 1997  Richard Coleman  <coleman@math.gatech.edu>
2763
2764         * Changed pidwait so that while it is waiting for a child,
2765           it should block signals rather than ignore them.
2766
2767 Mon Feb  3 21:05:30 1997  Richard Coleman  <coleman@math.gatech.edu>
2768
2769         * Add checks to configure for dbm_open and -lndbm.
2770
2771 Thu Jan 30 05:15:42 1997  Richard Coleman  <coleman@math.gatech.edu>
2772
2773         * folder -pop and folder -push were freeing some memory too
2774           quickly, which caused the entry popped from the stack to not
2775           become the current folder.
2776
2777 Wed Jan 29 01:28:02 1997  Richard Coleman  <coleman@math.gatech.edu>
2778
2779         * Released nmh-0.04.
2780
2781         * Define ospeed and PC in termsbr.c is OS doesn't have
2782           it.
2783
2784 Sun Jan 26 20:25:10 1997  Richard Coleman  <coleman@math.gatech.edu>
2785
2786         * editfile will create a symbolic link to the altmsg if it
2787           can't make a link, on any machine supporting lstat.  Formerly
2788           this would happen only on BSD42 based machines.
2789
2790 Sat Jan 25 22:54:26 1997  Richard Coleman  <coleman@math.gatech.edu>
2791
2792         * traverse (in popsbr.c) wasn't calling va_start before using
2793           variable argument list.  Fixes core dump in inc when using POP.
2794
2795 Fri Jan 24 03:27:59 1997  Richard Coleman  <coleman@math.gatech.edu>
2796
2797         * The variable pass in remotemail needed to be set to
2798           NULL.  (From MH-6.8.4 diff).  Fixes core dump of msgchk when
2799           using POP.
2800
2801         * inc and msgchk were using -rpop by default when configured
2802           with POP support.  Default is now -norpop.
2803
2804 Thu Jan 23 02:01:17 1997  Richard Coleman  <coleman@math.gatech.edu>
2805
2806         * By default, post will now give the SMTP HELO command with
2807           the local hostname.  If you specify a hostname with the
2808           clientname: option in mts.conf file, post will give the
2809           HELO command with that name instead.  If the argument to the
2810           clientname: option is empty, no HELO command is given.
2811           (From the MH-6.8.4 diff)
2812
2813 Wed Jan 22 01:55:45 1997  Richard Coleman  <coleman@math.gatech.edu>
2814
2815         * When using `-help' for a command, it will also print its
2816           profile compents from .mh_profile. (From MH-6.8.4 diff)
2817
2818         * "slocal -file" will now correctly takes its input from
2819           a file (currently need to specify full path).
2820
2821 Sun Jan 19 20:37:21 1997  Richard Coleman  <coleman@math.gatech.edu>
2822
2823         * "slocal -debug" will now issue a warning if a non-blank
2824           line in the .maildelivery file has less than 5 fields.
2825
2826 Sat Jan 18 02:26:41 1997  Richard Coleman  <coleman@math.gatech.edu>
2827
2828         * Changed slocal so that code for duplicate suppression
2829           (MH config was MSGID) is always built. Added the options
2830           -[no]suppressdup to slocal to turn this on/off.
2831
2832 Thu Jan 16 00:26:34 1997  Richard Coleman  <coleman@math.gatech.edu>
2833
2834         * Released nmh-0.03.
2835
2836         * Fixed problem where mark would core dump if no
2837           .mh_sequence file existed.
2838
2839         * Fixed problem where slocal would core dump if -debug
2840           option was given, and certain headers were missing.
2841
2842         * Added patch to slocal to add `folder' (+) action, which
2843           is shorthand for piping message to rcvstore.  Updated
2844           man page.
2845
2846 Wed Jan 15 21:30:17 1997  Richard Coleman  <coleman@math.gatech.edu>
2847
2848         * Changed flist option -unseen to -[no]all.  Cleaned up
2849           flist man page.
2850
2851 Fri Jan 10 20:36:33 1997  Richard Coleman  <coleman@math.gatech.edu>
2852
2853         * Fixed flist.  Changed the profile component `Folder-Order'
2854           to `Flist-Order.  Added option `-sequence' to flist, so
2855           you can specify the name of the sequence to search for.
2856
2857 Thu Jan  9 00:20:48 1997  Richard Coleman  <coleman@math.gatech.edu>
2858
2859         * A few minor portability cleanups.  Changed to use PATH_MAX
2860           rather than MAXPATHLEN.  Don't assume ospeed variable exists
2861           in termsbr.c.  Removed some conflicting prototypes.
2862
2863 Wed Jan  8 11:05:02 1997  Richard Coleman  <coleman@math.gatech.edu>
2864
2865         * Add configure test to check if tgetent will accept NULL
2866           and allocate its own buffer.  Borrowed from zsh.
2867
2868         * Changed libpath to etcpath.
2869
2870 Mon Jan  6 04:15:35 1997  Richard Coleman  <coleman@math.gatech.edu>
2871
2872         * Cleaned up source code and Makefiles, so that if your `make'
2873           supports the VPATH option, you can build nmh in a different
2874           directory from where the source code is located.
2875
2876 Fri Jan  3 05:05:18 1997  Richard Coleman  <coleman@math.gatech.edu>
2877
2878         * Released nmh-0.02.
2879
2880 Wed Jan  1 17:41:52 1997  Richard Coleman  <coleman@math.gatech.edu>
2881
2882         * Split mhook man page into man pages for rcvdist, rcvpack,
2883           and rcvtty.
2884
2885 Tue Dec 31 03:07:48 1996  Richard Coleman  <coleman@math.gatech.edu>
2886
2887         * Changed code to use strerror, rather than using sys_errlist
2888           and sys_nerr directly.
2889
2890 Mon Dec 30 02:15:25 1996  Richard Coleman  <coleman@math.gatech.edu>
2891
2892         * -compat switch from install-mh removed.
2893
2894         * Changed the default POP port from "pop" to "pop3".
2895
2896 Sat Dec 28 13:25:05 1996  Richard Coleman  <coleman@math.gatech.edu>
2897
2898         * Changed mhn_defaults to mhn.defaults.  Changed create_mhn_defaults
2899           (again) to mhn.defaults.sh.  Changed find_program (again) to
2900           mhn.find.sh.  mhn.defaults.sh now takes the search path
2901           as an argument.  Default search path is now specified in Makefile
2902           rather than in script.
2903
2904 Fri Dec 27 16:34:01 1996  Richard Coleman  <coleman@math.gatech.edu>
2905
2906         * Changed mtstailor file to mts.conf.  Updated man pages.
2907
2908         * Changed si_value to si_val in mhn.c, since it conflicts with
2909           macro defined on Solaris.
2910
2911 Thu Dec 26 02:50:15 1996  Richard Coleman  <coleman@math.gatech.edu>
2912
2913         * Added --enable-nmh-mhe (and --disable-nmh-mhe) to enable/disable
2914           support for Emacs front-end mhe.  It is on by default.
2915
2916         * Added the following configure options: --enable-nmh-pop to
2917           enable client side pop support, --enable-nmh-smtp to enable
2918           SMTP support.  Client-side pop support now compiles.  Man
2919           pages for inc, msgchk, mh-chart now correctly added pop
2920           options if enabled.
2921
2922 Tue Dec 24 14:33:20 1996  Richard Coleman  <coleman@math.gatech.edu>
2923
2924         * Added configure test for bug in C libraries where linker
2925           can't find ruserpass, but can find _ruserpass.
2926
2927         * Fixed configure test so that termcap variable ospeed is
2928           correctly found.
2929
2930 Mon Dec 23 19:40:17 1996  Richard Coleman  <coleman@math.gatech.edu>
2931
2932         * Source files converted to ANSI C.
2933         
2934         * md5 now compiled separately rather than being included
2935           in mhn.c.  Changed md5 to use memset and memcpy.
2936
2937 Fri Dec 20 02:29:37 1996  Richard Coleman  <coleman@math.gatech.edu>
2938
2939         * Collected the error routines adios, advise, admonish, and advertise
2940           into one file (error.c), and did some rearranging of the code.
2941
2942 Thu Dec 19 19:05:29 1996  Richard Coleman  <coleman@math.gatech.edu>
2943
2944         * Added awk script sigmsg.awk (originally written by
2945           Geoff Wing <mason@werple.apana.org.au> for zsh) to
2946           automatically generate signal messages for pidstatus.c.
2947           Added files sbr/signals.c, h/signals.h.  Code now uses
2948           sigprocmask to block signals (if available).  Code now uses
2949           signal blocking on non-BSD machines.
2950
2951 Wed Dec 18 01:55:17 1996  Richard Coleman  <coleman@math.gatech.edu>
2952
2953         * Add configure check for ATTVIBUG.  From Soren's mh autoconf work.
2954
2955         * Released nmh-0.01.
2956
2957         * Added configure code to check for type of signals functions
2958           you have (POSIX or BSD style signals).  Added function
2959           SIGPROCMASK to simulate sigprocmask on machines that don't
2960           have POSIX signals.
2961
2962 Fri Dec 13 19:40:48 1996  Richard Coleman  <coleman@math.gatech.edu>
2963
2964         * Added -version switch to all commands.  Also added to
2965           their man pages.
2966
2967 Mon Dec  9 16:36:54 1996  Richard Coleman  <coleman@math.gatech.edu>
2968
2969         * Renamed uip/trmsbr.c to termsbr.c and changed it to use
2970           POSIX termios.h style functions if present.
2971
2972 Tue Dec  3 16:18:39 1996  Richard Coleman  <coleman@math.gatech.edu>
2973
2974         * Changed support/general/bootmhn.sh to output new mhn_defaults
2975           file to standard output by default (makes it easier for testing).
2976           Changed name of script to create_mhn_defaults.  Changed bootmhn.findit
2977           script to find_program.
2978
2979 Sun Dec  1 10:00:00 1996  Richard Coleman  <coleman@math.gatech.edu>
2980
2981         * Added patch to uip/folder.c from exmh distribution to
2982           speed up -recurse option.
2983
2984         * Added flist command from exmh distribution.  It doesn't work
2985           yet, but it compiles :-)
2986
2987         * Changed default location for install to
2988           /usr/local/nmh/{bin,etc,lib,man}.  Split files so that format
2989           and configuration files go in nmh/etc, and support binaries go
2990           in nmh/lib.  Of course, all this can now be changed in the top
2991           level Makefile. 
2992
2993         * Started with mh-6.8.3 as based and converted to autoconf.
2994           Rewrote all the Makefiles.  Currently only works with sendmail/smtp.
2995           Pop support and plenty of other things, are now broken.