11 Mar 1994
	Expose callbacks don't really work with Video as they should
	(callback doesn't get called after each frame update, as it
	should--something Xt filters out the calls).

28 Feb 1994
	Only TrueColor visual allows wider than 8bit pixels. All other
	visuals are supported only up to 8 bits (this came up when testing
	with NeXT 16 bits StaticColor--doesn't work!)

	In TextEd there is some nagging problems with cursor positioning
	at the end of line when editing word wrapped text.

	TextLayout loses some part of the application inserted layout
	content while editing is in the process (for example, the
	'tagged' test program indudes this). Relayout will restore it.

	MIT SHM support behaves strangely sometimes.

25 Feb 1994
	Add checking of colorMode resource into Text widget (disable the
	color allocations if required).

	In 24 to 8 bit color transformation, the Heckbert algorithm is
	somehow buggy and generates "bluish watery bleaches". Some error
	buildup/overflow in fs dithering?

16 Feb 1994
	When showing PALETTE images in grayscale on pseudocolor: if the
	image has less colors than max colors, use them directly?

9 Dec 1993
	If resize=True, Text.c just changes core fields width, height.
	Should make XtMakeResizeRequest in some cases?

	NBSP from ISO 8859-1 not implemented. BPH, NBH recognized,
	but have no real effect.

	XeTextExtract does not check the return value to feed calls.
	Should terminate process, if return is less than input length?

8 Dec 1993
	ISO 2022 escapes must not be inserted into STRING targets in
	TextExport.c. Only Latin1 characters and HT and NL allowed.

	Decide on graphicRendition resource: keep or scratch?

29 Oct 1993
	Real ODA STAB sequence processing does not work right.
