📄 mhchanges
字号:
MHCHANGES from mh.5 to mh.6Tue Jan 8 13:54:13 1985 /mtr (agent: Marshall Rose) <uci@udel-dewey> MH.5 is finished, finally.Sat Jan 26 09:05:52 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> -- Fixes for MHMTS configuration -- conf/makefiles/uip: shouldn't build rcvdist on an MHMTS system conf/doc/mhook.rf: ditto conf/config/mts.c, mhmts/netmail.c, mts/mts.h, uip/rmail.c: some typos in the declarations of global MTS variables that are MHMTS specific mf/mmuu.c: addr_convert() conflicted with routine of same name in uumm.c uip/news.c: looking in the wrong place for <sys/dir.h> on 4.2BSD systemsSat Jan 26 09:08:43 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> uip/{inc,post}.c: changes for #ifdef TMA; this stuff is still under non-disclosure (not the MH code, just the -ltma library which doesn't come with MH)Sat Jan 26 09:38:08 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> tws/dtime.c: #define dysize(), since could be a macro in ctime.c (thanks, Fred)Sat Jan 26 09:12:27 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> MH #5.310[UCI] (uci-750a) released to MH-WorkersSun Jan 27 17:41:03 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> sendmts/smail.c, uip/post.c: with -DSMTP, keep one SMTP connection open, instead of starting a new one for each transaction othersupport/pop/{Makefile,{popd,popser,inc,popsbr}.c}: support "rpop" under #ifdef RPOP othersupport/pop/client.c: remove conf/{config/mts.c,tailor/READ-ME,makefiles/sendmts}, mts/mts.h, sendmts/{smail,client}.c: support new server search list facility used by both -DSMTP and -DPOPSun Jan 27 18:42:49 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> conf/makefiles/mts: dependency screw-up on mts.oTue Feb 12 19:33:14 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> uip/mhlsbr.c: clear_screen() logic between messages botchedMon Feb 18 12:53:50 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> conf/doc/send.rf, uip/send.c: de-implement ~/.signature supportWed Feb 20 20:40:14 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> uip/inc.c: fix suggested by John Dilley at Purdue, inc now ignore signals if it's going to zero the maildrop.Wed Feb 20 20:48:12 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> sbr/adios.c: save errno prior to doing fancy perror stuffFri Mar 1 19:48:53 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/config/config.c: if MORE is defined, used that instead of /usr/ucb/more. The #ifdef ALTOS dependency is removed. ALTOS users should use options MORE='"/usr/bin/more"', just like users of the Dual. conf/examples/READ-ME: document sameFri Mar 1 19:56:43 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/config/mts.c: for the DUAL, you can't link to a file that you can't read, unbelievable, eh?, so change the creat (foo, 0000) to creat (foo, 0400). Also, fix up some botched args to a sprintf() call.Fri Mar 1 19:59:32 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/trmsbr.c: forgot to make a termcap buffer TXTSIZ'd instead of BUFSIZ'd.Sat Mar 1 20:21:17 1985 /mtr (agent: Marshall Rose) <mh@uci-750a> MH #5.321[UCI] (uci-750a) released to MH-WorkersWed Mar 6 18:08:11 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/{dropsbr,packf,post,slocal}.c: fix to maildrop mapping bug with MHMTS and local delivery in post, and SENDMTS and local delivery in slocalWed Mar 6 18:19:46 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> TODO, config/addrsbr.h, sendmts/smail.c, mf/mf.{c,h}, uip/{addrsbr,ap,post,rcvdist,sbboards}.c: handle 822-style routingWed Mar 6 18:59:22 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> -- Fixes from Robert Elz <kre@ucb-vax> -- sbr/makedir.c: use mkdir() under #ifdef BSD42 uip/rmf.c: use rmdir() under #ifdef BSD42Sat Mar 9 15:36:13 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> bboards/mmdf/mmdf.{1,2}/bboards/bb_wtmail.c, uip/sbboards.c: fix minor bug requiring nearly major re-write!!!Sat Mar 9 15:54:40 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/dropsbr.c: fix bug when fixing stomped maildrop.Tue Mar 12 18:07:44 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> othersupport/pop/pop.txt: a few minor corrections to typos.Wed Mar 13 22:01:37 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> -- Fixes suggested by Phyllis Kantar <phyl@rand-unix> -- uip/{comp,dist,forw,repl}.c: fix quit -delete logic conf/doc/{comp,mh-chart}.rf: document "-file file" switch uip/send.c: "send -help" should done (1) for comp, et. al. uip/send.c: typo "tempoary" conf/doc/{send,whom}.rf: Profile Components forgot Draft-Folder uip/ali.c: always load system aliases conf/doc/{MH,comp,dist,forw,mhook,repl,send,show,mh-alias,mh-mail, mh-profile,mhl,post}.rf: typo fixes conf/doc/send.rf, uip/send.c: -forward now the default, also don't gripe about "show -draft file"Wed Mar 13 22:24:07 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/send.c: fix "use xxx logic" uip/msh.c: a NULL vs. "" typoThu Mar 14 22:41:37 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> -- Fixes suggested by John Dilley <jad@Purdue> -- conf/{config/mts.c,tailor/READ-ME}: add new mtstailor variables localname, systemname, and uucpchan mts/mts.h, conf/{mh-gen.8,config/{mts.c,mtstailor},tailor/READ-ME}: add new mtstailor variable lockstyle to control style of locking sbr/m_getfld.c: catch the UNIX "from user" line uip/scansbr.c: make use of the UNIX "from user" line uip/addrsbr.c: more #ifdef DUMB support uip/inc.c: minor bug in inc w.r.t. closing locked file uip/post.c: more #ifdef DUMB support uip/replsbr.c: support Return-Path: for defaulting host names as a last resortFri Mar 15 11:45:00 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> othersupport/emh/READ-ME: new fileFri Mar 15 23:05:43 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> bbsupport/bbexp.c: fix string botch for command to popen. also allow extra arguments to indicate aging period.Fri Mar 15 23:21:29 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> sbr/printsw.c: compress output of printed switches sbr/m_getdefs.c: let $MHCONTEXT override context variable sbr/m_{getdefs,gmsg,sync}.c, conf/doc/mh-profile.rf: let the profile entry "mh-sequences" override .mh_sequences sbr/m_seq.c: optimizationSat Mar 16 00:28:01 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/{inc,msh,rcvtty,scan,scansbr}.c: clean up handling of inc -silent sbr/{llib-lmh,m_send.c}, uip/{annosbr,comp,dist,forw,repl}.c: move annotations into send conf/makefiles/uip, uip/{send,post}.c: ditto conf/doc/{dist,forw,repl}.rf: ditto uip/anno.c: forgot to check (mp -> msgstats[msgnum] & SELECTED)Sat Mar 16 01:38:06 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/config/mts.c: add a few calls to mts_init ("mts") at strategic placesSat Mar 16 12:23:37 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/{mark,msh}.c: don't set previous-sequence to make debugging easierSat Mar 16 12:49:48 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> Makefile: simply Makefile using sh, also make DESTDIR work conf/makefiles/othersupport: simplify MakefileTue Mar 19 14:17:30 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> othersupport/mtrenv/bin/{distf,mpick,packit}: updatesTue Mar 19 17:31:14 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/doc/{ap,mh-chart}.rf, uip/ap.c: accept -help switchTue Mar 19 18:16:33 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/doc/msgchk.rf: new file conf/{doc/{mh,mh-chart,MH}.rf,makefiles/doc}: update for msgchkThu Mar 21 08:45:11 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> sendmts/smail.c: fix logic error in sm_end(); MMDF-I has this problem, MMDF-II might!Sat Mar 23 12:48:30 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> -- Support the WhatNow shell -- conf/makefiles/{sbr,uip}: updates for all of this uip/{comp,dist,forw,repl}.c: remove What now? code, add -whatnow program, -nowhatnow sbr/m_whatnow.c: new module conf/config/config.c,config/mh.h,sbr/m_getdefs.c: new variable whatnowproc sbr/llib-lmh: update uip/whatnow.c: new program, the first WhatNow shell conf/doc/{mh-chart,whom}.rf, uip/whom.c: upgrade to take draftfolder arguments sbr/putenv.c: update for above sbr/m_send.c: undo previous edits, m_whatnow() takes care of it uip/distsbr.c: new module for dist-style support uip/{send,whom}.c: call distout() in distsbr.c conf/doc/whatnow.rf: new file conf/doc/{MH,comp,dist,forw,mh,mh-{chart,profile},repl}.rf: updates conf/doc/template: fixSun Mar 24 18:32:47 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> sbr/m_draft.c, uip/{comp,dist,forw,refile,repl,send,show,whatnow,whom}.c: have -nodraftfolder override "Draft-Folder:" profile entryMon Mar 25 18:06:48 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> mf/mf.c: avoid (incorrectly) recognizing " at " for "@" by using a heuristic suggested by JSol.Tue Mar 26 18:02:52 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/doc/repl.rf: document bug in replcompsTue Mar 26 18:32:49 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/{config/mts.c,tailor/READ-ME}, config/aliasbr.h, mts/mts.h, uip/aliasbr.c: make "*" logic mts-tailorable (ugh), you get to choose highest non-user uid and non-user shellWed Apr 3 23:52:13 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> sendmts/smail.c: comment out an extra RSET for UCI's losing MMDF-I SMTP serverWed Apr 3 23:53:12 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> ohtersupport/mtrenv/bin/whatnow: new fileSat Apr 6 16:17:23 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> MH #5.348[UCI] (uci-750a) released to MH-WorkersFri Apr 19 18:27:16 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/{config/mts.c,tailor/READ-ME}, mts/mts.h, uip/inc.c: support the new MTS variable "pophost"Fri Apr 19 18:28:44 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> bboards/bboards.h, uip/bbc.c: support BB_INVIS for "hidden" BBoards in -topic uip/bbc.c: catch a long name that got past us uip/bbc.c: fix -topics logic when BBoards givenFri Apr 19 18:32:13 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/doc/MH.rf, sbr/m_send.c: de-implement "push" in whatnow having send look for profile-entry of "push" rather than "send" to confusing to the user "community"Fri Apr 19 19:13:44 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/post.c: more #ifdef DUMB madness, for local addresses, if no host portion given, then don't give it to sm_wadr() uip/post.c: back #ifdef DUMB off a bit in From: for MMDFMTSFri Apr 19 19:23:39 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/whatnow.c: if edit fails, it's time to go away sbr/m_edit.c: minor cosmetic changeFri Apr 19 19:44:25 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/send.c: on annotations, if push'd avoid getting upset if message to annotate isn't there uip/send.c: fix "typo" for r1bindex () uip/send.c: put ~/.signature support back in under #ifdef UCI uip/send.c: use mktemp() instead of bogus makename! uip/send.c: fix screwy interaction between msh, dist, whatnow, and send (oh no!)Sat Apr 20 14:46:10 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> sbr/m_send.c, uip/whatnow.c: on "push", let send do push() instead of whatnowWed Apr 24 22:44:30 1985 /mtr (agent: Marshall Rose) <uci@nrtc> sbr/m_whatnow.c, uip/{dist,forw,repl}.c: fix obscure "@" bug.Wed Apr 24 22:45:39 1985 /mtr (agent: Marshall Rose) <uci@nrtc> conf/doc/MH.rf: just a few more fixes...Thu May 2 21:13:03 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/sbboards.c: fdopen() called with wrong arg!Thu May 2 21:13:32 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> uip/post.c: a few more back-offs with #ifdef DUMB...Thu May 2 21:13:32 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> conf/makefiles/uip: make whatnow chmod +t'dThu May 2 21:14:56 1985 /mtr (agent: Marshall Rose) <mh@uci-icsa> MH #5.360[UCI] (uci-750a) released to MH-WorkersTue May 21 21:29:18 1985 /mtr <mrose@nrtc-isc> Begin work on research-version of MH (#5.380[NRTC]). This version won't be sent out to the MH-Workers list, so I can do some power coding for a change. -- WHATNOW changes -- uip/{refile,send,show,whom}.c: #ifdef WHATNOW experimental code sbr/m_whatnow.c, uip/{whatnow,whatnowsbr}.c: default whatnow is a built-in for comp, et. al. sbr/{m_{edit,send},showhom}.c: removed since whatnowsbr has 'em sbr/showfile.c: likewise, showhead function removed -- POP changes -- conf/doc/inc.rf, uip/inc.c: pop now lives in inc uip/spop.c: link to sbboards.c, the POP mailer for SendMail popsupport/: new directory from the ashes of othersupport/popsupport/, containing many new programs, files, and documentation bboards/{bboards.h,getbbent.c}: new functions to support popsupport/mmdfII/: the POP channel for MMDF-II, linked to the BBoards channel, as appropriate conf/doc/msgchk.rf, mts/msgchk.c: support POP -- Bug Fixes -- uip/post.c: for path code, fixed a couple of dumb typos. uip/replsbr.c: if -noformat, don't worry about no addresses uip/bbc.c: another couple of nasty bugs fixed sendmts/smail.c: don't send HELO if talking to SendMail on the local host conf/doc/{MH,repl,forw,comp,dist,show,mh,mh-chart,whom}.rf: bug fixes -- Configuration and Clean-up -- conf/mhconfig.c: support new options: pop, chown, remove conf/makefiles/*: more chmods where appropriate config/config.c, sbr/help.c: include compile-time options in help listing. sbr/m_backup.c,uip/forw.c: remove makename in favor of mktemp sbr/pr_array.c: removed, since no one was using it config/mh.h, sbr/llib-lmh: update for all this othersupport/patch/: the latest version
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -