2002-02-01  Michael Meeks  <michael@ximian.com>

	* GNOME_EOG.server.in: add Unknown,
	ItemContainer, PersistStream, PersistFile, Persist
	to the Control.

2002-01-30  Michael Meeks  <michael@ximian.com>

	* Makefile.am (idl_flags): kill bogus
	-D_BONOBO_COMPILATION this is not bonobo compiling.

2002-01-30  Jens Finke <jens@triq.net>

	* Makefile.am (CLEANFILES): Added BUILT_SOURCES and server_DATA
	files.

2002-01-15  Michael Meeks  <michael@ximian.com>

	* image-view.c (image_view_class_init): update
	"set_scroll_adjustments" signature to squash warnings.
	(_gtk_marshal_VOID__OBJECT_OBJECT): hack this in, due to
	extreme short-sightedness by gtk+/glib team.

2001-12-27  Jens Finke <jens@triq.net>

	* Makefile.am: Build only a convenience library without
	libtool. This reduces the link time for the other eog components a
	lot.
	(oaf_DATA),
	(oafdir),
	(oaf_in_files): s/oaf/server. Changed file suffix to
	'.server'. Install .server files in $(libdir)/bonobo/servers.
	(@INTLTOOL_OAF_RULE@): Use @INTLTOOL_SERVER_RULE@ instead.

	* GNOME_EOG.oaf.in: Renamed to GNOME_EOG.server.in.

	* ui-image[ch], image-view.[ch]: Ported to GObject type system.
	
2001-12-05  Jens Finke <jens@triq.net>

	* Makefile.am: (libeog_la_LIBADD): Use EOG_LIBS.
	(INCLUDES): Use EOG_CFLAGS.
	(idl_flags): Don't call gnome-config.

2001-11-28  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* image-view.c: (image_view_class_init), (image_view_finalize),
	(image_view_size_allocate):
	* image-view.h:
	* ui-image.c: (ui_image_get_type), (ui_image_class_init),
	(ui_image_init), (ui_image_zoom_fit):
	* ui-image.h:

	Initial port to GNOME2.
	
2001-09-27  Jody Goldberg <jgoldberg@home.com>

	* image-view.c (image_view_set_zoom) : add a minimum zoom
	  to avoid massive memory allocations in gdk-pixbuf.

2001-09-30  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* GNOME_EOG.oaf.in:
	Modified so "View as Embeddable EOG Image" won't show up in nautilus
	
2001-07-11  Lutz Mller <urc8@rz.uni-karlsruhe.de>

        * Makefile.am: Remove EXTRA_[BONOBO,VFS]_[LIBS,CFLAGS], those are in
        EXTRA_GNOME_[LIBS,CFLAGS] now.
	* image.[c,h]: Removed.
	* ui-image.c: Set shadow type to GTK_SHADOW_NONE.

2001-05-07  Lutz Mller <urc8@rz.uni-karlsruhe.de>

	Reduce complexity, make Image obsolete.

	* Makefile.am: Do not compile image.[c,h].
	* image-view.[c,h]: Don't use the Image to keep the pixbuf. We can do
	that ourselves.
	* ui-image.[c,h]: Get the pixbuf using the ImageView, not Image.

2001-06-27  Lutz Mller <urc8@rz.uni-karlsruhe.de>

	* Makefile.am: $(BUILT_SOURCES) got added to CLEANFILES two times? I 
	guess one time is enough...

2001-05-29  Jens Finke <jens@gnome.org>

	* image-view.[ch]: Added new 'zoom_changed' signal.
	(image_view_key_pres): Use GDK_plus key as shortcut for zooming
	into an image (enables this also for non-american keyboards).
	(image_view_set_zoom): Emit 'zoom_changed' signal.

2001-05-18  Jens Finke <jens@gnome.org>

	* image-view.[ch] (image_view_get_scaled_size): New function,
	which returns the image width and height, but takes also the zoom
	factor into account.

	* ui-image.[ch] (ui_image_fit_to_screen): New function, tries to
	show the whole image with zoom factor 1.0, if this doesn't fit
	onto the screen, then it scales the image down.
	
2001-04-14  Michael Meeks  <michael@ximian.com>

	* Makefile.am (dist-hook): add.

2001-04-12  Martin Norbck <d95mback@dtek.chalmers.se>

	* GNOME_EOG.oaf.in: make nautilus_view_as values translatable.

2001-02-28 Jens Finke <jens@gnome.org>

	* Copied cursors and stock directories from ../src.
	* Makefile.am (SUBDIRS): Added cursors and stock directory.

2001-02-15  Martin Baulig  <baulig@suse.de>

	* image-view.h
	(CheckType, CheckSize, ScrollType, FullScreenZoom):
	Moved here from preferences.h and don't include it.
 
2001-02-15  Martin Baulig  <baulig@suse.de>

	* gtkscrollframe.[ch], image-view.[ch], image.[ch],
	uta.[ch], cursors.[ch], ui-image.[ch], zoom.[ch]:
	Copied here from ../src.

	* GNOME_EOG.oaf.in: Copied here from ../viewer.

	* Makefile.am: Build the CORBA stuff here.

