0.10
	implemented owl_function_full_redisplay().
	C-l uses owl_function_full_redisplay().
	when a popwin exists to a full redisplay.  (fixes bug)
	improved the owl_editwin_process_char logic
	removed all unnecessary wrefresh's and replaced with wnoutrefesh
	owl_editwin_redisplay now takes an argument to optionally doupdate()
	improved the cut-and-paste speed by not doing a usleep the first
	  time through the loop after getting a keypress.
	nuked typwin.c and associated stuff.  It's useless now.
	added viewwin code for paging windows
	curly braces work for zephyr formatting
	@i in zephyr formatting will be displayed as underlined text
	turned off idlok
	implemented viewwin
	implemented viewwi in popwin for pageable popwins
	help, info now use pageable popwins
	bound 'M' to bring the current message up in a popwin
	return, space bar, 'b' and backspace now scroll within a message
	turned off resize message
	C-v and M-v page the main window
	implemented owl_message_is_mail
	some build cleanup

	
0.9
	added owl_message_is_personal and have things use it
	added owl_message_is_private
	fixed 'print personalbell' and have 'set personalbell'
	   print a message
	bold only on message_is_personal
	display the realm if not local
	implemented M-f, M-b, M-d, M-<, M-> in editwin
	implemnted word wrapping in editwin
	implemented M-q (paragraph-fill) in editwin
	fixed bug that caused owl to segfault logging a 'weird' class
	M-x is a keysym for ':'
	added smart bolding and userclue
	fixed a bug causing pings to beep even if rxping is off
	
0.8.1
	fixed bug in logging code
	
0.8
	implemented personal logging
	implemented class logging
	implemented resize of typewin
	fixed the backspace problem
	-v command line option prints the version number
	
0.7
	load-subs will report error opening file
	skip comment lines in loadsubs and loadloginsubs
	changed internal references to rxping and txping
	fix replying to a blank instance
	added subscribe command
	subscribe to login messages from .anyone by default
	'loginsubs' variarble controlls automated login messages
	redisplay the editwin after a resize
	leave the cursor in the editwin if active
	fix problems in the build system
	added displayoutgoing variable
	temporarily removed error printing for zlog in / out
	
0.61
	fixed bug in "message sent to <foo>" for zwrite
	
0.6
	help updated
	zaway key set to caps A
	support zephyring other realms
	rxping variable for receiving pings
	txping variable for sending pings
	function in place to resize typwin
	C-l to refresh
	personal bell variable
	beta message now an admin message
	
0.5
	Added the debug command and flag
	Fixed bug in printing fields in info command
	Added owl_fmtext_append_ztext and use it
	Better formating for pings and login zephyrs
	make tester depends on proto