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