/************************************************************************
 *   IRC - Internet Relay Chat, irc/ChangeLog
 *   Copyright (C) 1990 Mike Bolotski
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 1, or (at your option)
 *   any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program; if not, write to the Free Software
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

Wed Jun 20 11:45:30 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)

	String channel fixes to files, added some numerics.

Sun Jun 17 17:12:14 1990  Armin Gruner (gruner@informatik.tu-muenchen.de)

      * c_debug.c
        New created file, for the benefit of wrong server stuff output
        if client does not recognize it. common/debug.c has been removed.

      * c_numeric.c
        Changed output of YOUWILLBEBANNED and YOUREBANNEDCREEP, now only
        the first digits (== minutes) of the msg will be inserted.

      * irc.c
        Defined debuglevel to DEBUG_ERROR, now more error
        conditions are displayed.


Sat Jan  6 14:48:34 1990  Mike Bolotski  (mikeb at coho.ee.ubc.ca)

	* screen.c

	Changed insert = ~insert to be insert = !insert.
	Gotta be careful about those bitwise operators, WiZ.

	* swear.c
	
	Changed scroll to scroll_ok.  Changed extern/static definitions
	of tgoto, getenv to work with ANSI C compilers.

	* edit.c

	Changed #if HPUX to #if HPUX || defined(mips)



