3.0c:
	- Change F11 to 'grep -n -w'   Match only if it is whole-word
	- bug fix of ted window with too many columns
	- auto focus-in on start-up is now can be enabled/disabled
	- Different colors in insert/overwrite modes.
3.0b:
	- Expose event bug. Window-moving is now smoother.
3.0a
	- Run as a background process automatically. It can be disabled by the
	  X app default & command line argument 'bgps'. Suggested by Jong.
	  For those who need spelling check, you must disable 'bgps'
	- Mouse lines selection can scroll down if you move pointer above
	  the text window.
	- Add jong@mrc-lmb.cam.ac.uk's tedrc definition for perl
	- Add triple-click line selection
2.3c:
	- Bug fix: Cursor will be lost if you press ctrl-end and the last line
		   is longer than the width of edit window.
	- Bug fix: ctrl-home should move page to the 1st column.
	- Bug fix: coredump if input chinese
2.3b:
	- Mouse lines selection can scroll down if you move pointer outside
	  text window.
	- Bug fix: You cannot input uppercase chars even though caps lock is
	  on.
2.3a:
	- Add whole-word searching capability.
	- Unknown key bug is really fixed this time.
2.2b:
	- Bug fix: Ted will coredump if Ted doen't know the key press.
		   If you want to add this key to Ted, you can use 'xev'
		   to see the name of the key; then you can add this key to
		   'xkey.c'.
2.2a:
	- Add CurAutoUpDownAtEdge switch
2.1a:
	- Overwrite mode is better in this version. No more strange chars.

2.0b:
	- Add 'include' command for tedrc. It will include the specified
	  file. It is useful for current directory  environment setting.
	- Alt,Ctrl + key combinations should work now.
	- Undo may coredump when switching between files.
2.0a:
	- Add C-up/down:Page up/down one line  (i.e. scroll lock)
	- Reload tedrc capability (S-F12). 'tedrc' file was not close.
	- Add merge tedrc function (A-F12)
1.6b:
	- Skipping to prev/next word can display cursor column number.
	- Ted can load multiple files specified in the command line.
	  But it can only load up to 10 files. Modify MAX_FILE in edit.h
	  if you want to change it.
1.6a:
	- Paste from xterm is ok now.

1.5b:
	- Cursor in the blank of the beginning of line should not use indent.

1.5a:
	- The tag is changed to global tag (multiple files). You can go any
	  line in any file easily.
	- Add shifting text in rectangular block function (Alt+ Left/Right ..)

1.4b:
	- Add delete to the beginning of line function
	- Delete to the end of line bug fix (may coredump)

1.4a:
	- Retangluar block undo/redo bugs

1.3b:
	- Language keyword/syntax colors are handled correctly when you switch
	  between windows.
	- Fix a bug in set selection under multi-window and mutlit-file mode
	  when you use mouse to switch between files.
	- Fix a bug in pasting block between files with the middle button of
	  mouse. The mark was moved down in the source file.

1.3a:
	- can handle C++ '//' comment
	- '/*' will not use C comment color in languages other than C,C++
	- can automatically jump to the line of error message that has
	  compilation error
	- The insert/overwrite and indent states are initialized when you split
	  the window.
1.2b:
	- Fix a bug in syntax highlighting (may coredump)
	- The file mode will be preserved when saving a file.
		(Esp. for shell-script)
1.2a:
	- Indent
	- TrimBlankTail option
	- Backup of original file
	- make .o for the currently edited file  (ExeCmdFnameExt)
