
 * 7/11/98 : jview 0.1.3 released
	* Added support for xpm and gif ( interlaced gifs are not supported
	at the moment.)
	* Added 2 modes for previewing images : list and long list. In the 'list' mode
	only the image file name is displayed. In 'long list' mode the image file name
	is displayed with the image dimensions, the image path and its size in KiloBytes ( Kb)
	* Implementation of  a search tool to search databases for images having 
	some given features( search parameters are width, height, file size,
	file name, database properties and keywords);
	* changed the appearance of selected images so that their background
	don't change. This avoid the need to have 2 pixmaps or 1 pixmap and
	1 mask for each image with an alpha channel or with a transparent color.
	* splitted the read & write of C structures so that only one integer is 
	writen at a time. ( This was done, I believe to deal with structure alignement) 
	* Fixed some bugs

 * 15/10/98 : jview 0.1.2 released
	* Fixed a few bugs
 	* a 'GScanner' is used to load preferences
	* Added some command line switches.

 * 14/10/98 : jview 0.1.1 released

	* the diaporama is now working 
	* Smooth progress monitoring
	* First implementation of extended selection in ubox ( inspired from GtkCList)
	( not finished)
	* Added support for png 
	* started implementation of user preferences
	* Added support for the alpha channel
	* All numbers in an "image  database" are now saved in big endian
	( Is there's another issue involving the portability of this kind of database ?) 
	* Fixed a few bugs  

 * 07/23/98 : jview 0.1 released
