2020-07-03  J.-P. Demailly  <jean-pierre.demailly@univ-grenoble-alpes.fr>

        * Version 3.0.3

        * menu.c: SetFocusOn() has been fixed. This allows the input focus
	  to be preserved in active text fields, even when the cursor
	  leaves the top parent window (as is usually expected on modern
	  desktops ...)

	* Further small fixes throughout, especially in the build scripts
	  and the debian packaging.

2020-07-02  J.-P. Demailly  <jean-pierre.demailly@univ-grenoble-alpes.fr>

        * Version 3.0.2

        * This version of xpaint requires libXaw3dXft-1.6.2g
	  (or later versions of the libXaw3dxft library - the change
	  between 'f' and 'g' merely consists of introducing a new
	  parameter to allow scrollbars of text widgets to be on
	  the right side !)
	  Removing -DHAVE_NEWEDITINGSTYLE in Makefile.am
	  would make xpaint compatible with earlier versions 1.6.2d,e
	  of libxaw3dxft with essentially no change, except for the text
	  input editing behavior of Backspace and Delete keys.

        * xpaintrw/readWritePNM.c: is now using a more recent version
	  of libnetpbm, rather than the completely obsolete version from
	  the 1990's that was embedded in the original code of xpaint.
	  One consequence is that libnetpbm10-dev or preferably
	  libnetpbm11-dev are now needed to compile xpaint, another
	  one is that PPM/PAM files with an alpha channel can now be read
	  and written. Adjust the NETPBM defines (-DNETPBM10 or -DNETPBM11)
	  according to the installed version of libnetpbm.

        * help.c: the help widget now has two independently resizable
	  panes (topics and explanations). 

        * pattern.c: correction of old bug (that had however no visible
	  effect before 3.0.1).

	* graphic.c: exchange of primary and secondary colors or patterns
	  is now accessible by clicking on the red cross below the
	  color picker (shown as an eye). Similar addition for pattern.c

