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