-= lletters-0.1.0 =-

1999-02-26  Kirk T Ismay  <captain@netidea.com>
	* first public alpha release!!

-= lletters-0.1.2 =-

1999-02-27  Kirk T Ismay  <captain@netidea.com>

	* list.c/lln_window.c: Added caption parsing function for the 
	numbers. Allows easier nationalization and added flexibility.
	
	* cropped number images to remove the built in caption.

-= lletters-0.1.4 =-

1999-02-28  Kirk T Ismay  <captain@netidea.com>

	* Incorporated changes for nationalization from Lalo Martins.
 
1999-02-28  David A. Wheeler  <dwheeler@ida.org>
 
         * Added code to permit mouse button 2 & 3 to be considered the
         same as button 1 (my preschooler doesn't easily distinguish betw$
         "left" and "right" buttons, and that's probably true for many!)
 
         * Modified code to eliminate a compiler warning about casting.
  
-= lletters-0.1.5 =-	

1999-03-04  Kirk T Ismay  <captain@netidea.com>

	* Incorporated support for gdk_imlib to allow for more image 
	formats.  Based on contributions from Paul Kienzle.
	
-= lletters-0.1.7 =-

1999-03-13  Kirk T Ismay  <captain@netidea.com>

	* Keyboard support. The main window will open any letter or number
	window, and will quit when the escape key is pressed.  The popup 
	windows close if any key is pressed.

	* Rewrite of lln_window.c. Generalized displaying the popup 
	windows. Again based upon contributions from Paul Kienzle. 

	* Included support for gettext from Jan-Philip Velders, Mar 6,
	1999. It is disabled, however, until I get it to work with 
	automake & autoconf.
	
1999-03-15  Kirk T Ismay  <captain@netidea.com>

	* Gettext now works with automake etc.  Comes with one language
	-- Dutch.  This is fitting, since I am of Dutch ancestry myself.

	* Thanks to Jan-Philip Velders for the transaltion
	
	
-= lletters-0.1.8 =-
2000-02-12  Kirk T Ismay  <captain@netidea.com>

	* README & INSTALL: Have been updated. Now includes info about gdk_imlib.

	* lln_window.c (lln_pack_image_in_box): 
	Figured out how to remove the image out of the imlib cache. Prevents a
	lletters from using excessive amounts of RAM.

	* configure.in :
	Borrowed a snippet of code from the Entity project to allow configure to 
	check for GDK_IMLIB.  Now it stops and tells you its missing and
	referrs you to the README (http://entity.netidea.com/)

	* lln_window.c (lln_play_sound):
	Adapted some of Paul Keinzle's code for using a gtk_timer to delay the
	player function. Integrated the wav player from Colin Ligertwood's 
	Wav Tools 1.3. 	I'm using Colin's player because it already comes
	with a number of recording and playback tools. That and I've never been 
	able to get Paul's player to work (Sorry Paul :) 

2000-02-13  Kirk T Ismay  <captain@netidea.com>

	* lln_window.c (lln_image_popup_new): 
	Added more code from Paul Keinzle to make the pop-up window modal. Also added 
	(but modfied) his IMMEDIATE EXPOSURE option. Both options are now standard 
	features.

-= lletters-0.1.9 =-
2000-02-19  Kirk T Ismay  <captain@netidea.com>

	* lln.c (main): Added support for GTK rc files. You can now use a global 
	or user specific rc file to change the colors, backgrounds, and fonts.

	* lln.rc/.llnrc: Created default rc files.
	
	* lln.c (main): Added checks for language specific Sound directory.

2000-02-20  Kirk T Ismay  <captain@netidea.com>

	* lln.c (main): Doug Loss sent a tip to the KidsGames list on using 
	'xset r off' to turn off auto repeating keystrokes. I did some
	investigating, and am now doing this inside the game, using the 
	gdk_key_repeat_disable/restore functions.

	* configure/make: Set up configure and make scripts so you can disable sound"
	"./configure --enable-sound=no"

	* lln.c (main): Now we set the default size of the main window to 630x470
	(almost maximized). You can change this by adjusting MAIN_X and MAIN_Y in 
	lletters.h