INSTALL:
	Installation requires GNU-make and emacs version 19. If you 
	need DCC support, you need also C-compiler.

	Simply run GNU-make on this directory to make it all.
	You can also make targets 
		- irchat.elc:	irchat-program
		- irchat:	old documentation
		- dcc:		external DCC program. Set LDFLAGS on 
				Makefile for your system.
	
	This version is for emacs-19 only. 
	It has not been tested on older versions, possibly it does not 
	even compile on emacs-18. At least you need to uncomment 
	DEFSUBST_SRC on Makefile or get jwz's optimizing byte-compiler.

CHANGES FROM 2.41 TO 2.42

	o Added nickname to Command-buffers mode-line per nAm's request.
	o Multi-frame now scrolls correctly.	
	o Added irchat-timer function for GNU emacs-19 Lucid Emacs-19
		- Timestamps work using timers.
		- Polling works using timers. Poll only those channels
		  the user has joined during this session.
	o Fixed bugs on channel and nickname alists.
	o Wallops->Notice. Added the server per vmp's request.
	o Removed global-names support, as this caused too much traffic. The
	  servers use to detect flood on /LIST and /NAMES.
	

CHANGES FROM 2.40 TO 2.41

	Restructured source code and Makefiles. Now this mess should compile
	nicely.
	
	
