1998-08-03  Neil Vachharajani <nvachhar@pluto.njcc.com>

	* edit.c, ee.h, globals.c: Add support for aspect radio
	resizing.

	* image.c: Add the help information.

1998-07-27  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ee.h, globals.c, main.c: check for #defined GTK_HAVE_FEATURES_1_1_0
	instead of GTK_HAVE_ACCEL_GROUP.
	
1998-07-23  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* ee.desktop: Added Portuguese translation.

1998-06-21  Richard Hestilow  <hestgray@ionet.net>

	* main.c: added additional check for GTK_HAVE_ACCEL_GROUP

1998-06-14  Kjartan Maraas  <kmaraas@fib.hl.no>

	* ee.h: fix typo gtk_accelerator_tabel_install ->
	gtk_accelerator_table_install
	
1998-06-10  Manish Vachharajani  <mvachhar@vger.rutgers.edu>
	* globals.c: made ee check for GTK_HAVE_ACCEL_GROUP
	* ee.h: likewise
	* main.c: likewise
	
1998-06-10  Manish Vachharajani  <mvachhar@vger.rutgers.edu>
        * main.c: add accel_group use instead of tables
        * edit.c: same as above
        * globals.c: same as above
	* ee.h: same as above
        * image.c: same as above, and make menus work again

1998-05-21  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* Makefile.am (ee_SOURCES): Use the new gnome-stock functionality
	for the drag and drop icons.

1998-05-20  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* thumbnails.c (showthumbs): Added filename separator characters
	to the icon list.

1998-05-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* image.c (menu2): Add a quit menu entry to the end of the first
	menu. 

1998-05-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* file.c (homedir): Check HOME variable as well.

1998-05-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* image.c (filenames_dropped): Walk the dropped files correctly.
	This is an important bug fix for multiple-file drag and drop. 

1998-05-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* image.c (configure_drag_on_widget): Could not resist it:  I
	added DnD support to EE's main window.

1998-04-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* thumbnails.c (init_dirs): Do not use statically allocated
	arrays. 
	(get_thumb_image): Do not use statically allocated arrays.
	
	(showthumbs): Added drag support for moving files from the thumb
	list to any other drop target.

1998-04-30  Christopher Blizzard  <blizzard@appliedtheory.com>

	* doc/index.html: It slices, it dices, it's proofread
 	documentation!
  	
	* doc/index.html: Forgot some changes from raster
 	about save formats.

Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>

        * ee/doc/.cvsignore:  added to ignore generated files.

1998-04-10  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (install-data-local): It is easier to put all 
	this stuff into ...
	* doc/Makefile.am: ... here.

1998-04-06  Raja R Harinath  <harinath@cs.umn.edu>

	* file.c (<sys/bitypes.h>): Remove unused include.

	* Makefile.am (install-data-local): Look for files in $(srcdir).

1998-04-04  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* config.c: Added i18n support to some text strings.

	* edit.c: likewise

	* image.c: likewise

	* thumbnails.c: likewise

Today is Pungenday, the 20th day of Discord in the YOLD 3164
<raster @redhat.com>
	Complete rewrite of ee.

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). 
