Tue Mar 10 14:05:40 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* file.c (homedir): Implement in terms of getpwuid.
	(usershell): likewise 
	(cwd): enhance.
	
	* main.c (main): Specify the parser to use;  Init img_list before
	calling the parser;  Provide error message;
	(configure_drop_clist_target): Added support for dropping file
	names in the file list. 
	(configure_drop_regular_widget): Added support for tagging widgets
	that accept drops.
	(create_thumbnails): Accept drops.
	
Sun Mar  8 16:18:18 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR.

	* main.c (parser): New structure.
	(parse_an_arg): New function.
	(cw): New global.
	(main): Use new gnome_init.

1998-02-19  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* main.c (main): Added app_id "ElectricEyes".

Wed Feb 18 11:34:16 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* main.c (main): Replace gtk_init with gnome_init.
	(main): Added bindtextdomain.
	* Makefile.am (INCLUDES): Define GNOMELOCALEDIR.

Tue Feb 17 13:18:04 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* ee/main.c (main): use g_copy_strings for string manipulation
	instead of allocating static arrays on the stack.
	
	* (create_drawing): Push the correct visuals (federico).
	
	* (new_file): likewise (FIXME: there is a bug there, check the FIXME).
	* (del_list_item): likewise;  Remove some dead code as 	well. 
	* (save_file): likewise.
	* (getthumb): likewise.

	I believe there is a bug in the test here, check the FIXME.

	* Added internationalization support.

1998-02-17  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (INCLUDES): Include $(includedir) and $(X_CFLAGS). 
