1.91 to 1.92
	1. Added greek-keyboard support patches.
1.90 to 1.91
	1. assorted minor patches
1.85 to 1.90 
	1. assorted minor patches
1.82 to 1.85
	1. Fixed ESC c handling.
	2. Fixed minor selection handling bug.

1.81 to 1.82
	1. Fixed slow refresh during selection process
	2. Fixed problem of not correctly clearing selections of
	   1 character.

1.80 to 1.81
	1. Fixed some scrolling problems, problems with
	   partially obscured windows.
        2. Added some neat debugging capability in debug.c
        3. Patched up rclock.

1.74 to 1.80

	1. Fixed core dump from selecting past the bottom of the screen
	2. Fixed a few escape sequences, per the vttest program
	3. Broke and fixed handling of moved/resize/new-font handling.
	4. Still can't change tab stops correctly.
        5. Ran vt-100 test suite. Added capability to change tab stops
	   and enter reverse video, and to switch from 80 to 132
	   columns and back. Fixed a seg-fault in scroll().

	
1.70 to 1.74
	1. Fixed cursor drawing errors.
	2. Improved smoothness of scroll-back operations.
	3. Applied some SVR4 patches.
	4. Applied HPUX patches, and a few cursor display patches
	5. Fixed up font-changing routines a bit.
	6. Fixed a scrolling problem for windows taller than the scroll-back
	   buffer.

1.6 to 1.7
        1. Fixed the problem with random rendition flags in the scroll
	   back buffer
	2. Fiddled with re-drawing on the scroll-bar, and with
	   how often refreshing occurs.
	3. Incorporated some AIX patches.
	4. Included #ifdef'd changes to support vt100 printer.
        5. Fixed send_string routine, so that it doesn't loose
	   data.
	6. Complete re-write of screen.c
1.5 to 1.6
	1. Removed all use of a seperate bold font. Now uses
	   over-striking exclusively.
	2. Added some more optimizations for drawing speed when
	   the window is re-sized or moved.
        3. Implemented speed ups in screen.c

1.47 to 1.48
	1. Cleaned up re-drawing on expose events, so rxvt only
	   re-draws the newly exposed parts of the screen.
        2. Fixed backspace, which must have broken in 1.45.
	3. Added command line option of iconic startup.

from 1.45 to 1.47
	1. Incorporated improved bsd utmp handling from 
           dperry@ringer.cs.utsa.edu (David Perry)
	2. Fixed a very minor bug where the solid-cursor can leave a
	   a bit of a ghost when you resize the window. Its stupid,
	   but it always bothered me.

from 1.4 to 1.45

	1.  Fixed scrolling error when switching to larger fonts
	2.  Fixed utmp-entry removal for SYSV type systems.
	3.  Icorportated patches for FreeBSD and svr4
