09 Dec 93: added Eternl field, removed path field from messages
31 Oct 93: front.c removed a system() call and changed a strncmp to a strcmp
30 Oct 93: put new editroom into prodduction
16 Sep 93: rewrote purge.c
10 Sep 93: created control file for prohibiting new users from sites
06 Jun 93: started work on new editroom
27 Apr 93: activated lowest unvalidated
26 Apr 93: software now prevents validating while someone is
	   registering and also prevents more than one aide from
	   entering validate at a time.
18 Apr 93: removed all remaining MM_BUSY code.
10 Apr 93: added alternate who (with pid field)
           rearranged bbswho for wider reading/doing
	   created bbutmp.h
	   added .sysop clear lastseen -- might make it system wide
09 Apr 93: added Lowest Unvalidated from Ralph's code
   Apr 93: added ^D as a Terminate synonym
	   "ported" ralph's diagnose program-- works nice!
22 Mar 93: Finalized lock code in message saving-- looks stable!
28 Feb 93: Added some more things to paths.h
27 Feb 93: Added usersupp.rflags field.
	   Added (J)ump		
20 Feb 93: (set up port 11 bbswho)
16 Feb 93: Added Configure Menu (did not remove old .Enter options)
	   Added Editor in biography area
	   Fixed up new goto things (unread_room, AllowInRoom, etc)
	   Change Password now prompts for OLD password.		
	   Fixed "security" bug in commands.c (.ar backspace .a)
	   Fortune now forks. Only directory rooms still use system();
	   Removed Twit support, mostly-- twits now just can't post.
13 Feb 93: Taboo will return 0 if taboo file doesn't exist (rather
	   than interring)
07 Feb 93: fixed bug in enter_name if a user just pressed return at
	   the prompt.  Changed the lock/unlock stuff just a bit.
	   Fixed the more-quit bug.  Changed info and subsystem
	   system() calls to execlp's... much faster!
26 Jan 93: removed gotos in validate() and entregis()
24 Jan 93: cleaned up editor support.  Added QR_NOEDITOR for disallowing 
	   use of the editor in certain rooms and US_EDITOR so that
	   users can choose their default. Considering a
	   US_ALLOWEDITOR if we want to restrict people from using the
	   editor (any reason why?)
23 Jan 93: Added message editor support from Cit/UX 3.14
22 Jan 93: Fixed roomaides-in-twitroom bug (via Ralph)
	   Bug fixed init_new_user, editroom
	   Added QR_DESCRIBED to keep track of room descriptions
	   Added get_buffer to prompt and store to a file.
21 Jan 93: Rewrote front.c
	   Rewrote formout (so that it doesn't formout :)
15 Jan 93: Removed an extra variable and fixed null terminations in ulog.c
	   Messages only pause if screenlength > 5 (i.e. pause is disabled
		    if screenlength < 5)
10 Jan 93: Screenlength and US_NOHIDE now meaningful
	   Goto recoded
	   Procedures made void where possible (citadel.c)
08 Jan 93: Deleted messages now get moved to Twitshit>, no longer mentioned
		   in Aide> (hallelujah!)
	   modified getline to accept ^U as kill-line	   
	   cleaned up edit/create room
	   cleaned up uadmin (removed curses)
05 Jan 93: cleaned up ulog.c
03 Jan 93: Added intlog() for internal logging
29 Dec 92: Added and bugfixed Sunset code-to-date in citadel.c
	   Cleaned up interr.h and interr() calls
26 Dec 92: Replaced commands.c with Ralph's; cleaned up return codes
25 Dec 92: Fixed purge to unlink bios for purged users
19 Dec 92: Added public registration info flag
19 Dec 92: Added bio system
17 Dec 92: Deleted messages get mentioned in Aide>
16 Dec 92: Room descriptions are now unlimited number of lines
15 Dec 92: Fixed sleeping problem-- user not being removed from btmp
	   if login unsuccessful
14 Dec 92: Registration will now accept C/R to keep previous entry
14 Dec 92: Fixed sleeping problem if user never logs in
