mterm version 0.4.2a - December 21, 2002
	o fixed a silly strcmp mixup so that the tab list is sorted correctly

mterm version 0.4.2 - December 17, 2002
	o merged tab completion patch from Drew Roedersheimer
	o fixed silly bug in clear_history()
	o converted all comments to c style

mterm version 0.4.1 - November 12, 2001
	o pressing control key while running a command now runs the command
	  from an xterm - only works for interactive commands
	o fixed buffer overrun in the pasting code
	o length option now results in length not length+1
	o adjusted cursor positioning 
	o new, real Makefile to make packaging (deb, rpm, etc) easier

mterm version 0.4.0 - August 06, 2001
	o rewrite of of history system to support configurable  history size
	  through command line or .mtermrc file
	o pressing the down key twice at the beginning of the history now 
	  erases the input field
	o various small irregularities fixed and general code cleanup
	
mterm version 0.3.0 - April 20, 2001
	o support for closing mterm automatically after a program execute
	o the length of the text box in window mode is now configurable
	o the configuration file .mtermrc is supported (see mtermrc.example)
	  for details
	o cursor added in main window to keep track of spaces
	o history can be remembered between sessions in the .mterm_hist file
	  via the -r switch or the configuration file
	o fixed an very old font placement bug
	o other small things that I can't remember (mostly superficial)

mterm version 0.2.1 - re-release April 9, 2001
	o fixed version number
	o fixed capital H in font image
	o embarrassing, no?

mterm version 0.2.1 - April 8, 2001
	o fixed some obvious oversights in support for window managers 
	  beside blackbox
	o added an -i command line option to enable the icon window
	o fixed a compilation problem on RedHat machines

mterm version 0.2.0 - April 7, 2001
	o change of name
	o complete and total rewrite 
	o the whole thing works 100x better - no longer a hack
	o better font in a better format
	o Xbutton paste support (middle mouse button)
	o actually get the input the right way
	o a fancy window that shows long commands

mini-term version 0.1.3 - 
	o after months of abandonment, this version will be released.
	o icon Support Added - activates from .Xdefaults mini-term*icon: <path>
	o various bug fixes and cleanups (I can't remember then after this long)
	o I have the strange feeling that I've forgotten something that I needed to
 	  fix. Regardless, if you find it, please tell me.

mini-term version 0.1.2 -
	o changLog started
	o added Exec button feature, configurable via .Xdefaults. 
	o buttons: true/false and *exec[1-4]: {program to execute} Readme for
	  details. 
	o now forgets the previous typing when you use the history, because it
	  wasn't working correctly ( the blank item was copied over by the last item
   	  in the history, but the string position was still on the first character.
	  If anyone knows why, please write a patch or contact me.) 
