2006-11-19  Christian Persch  <chpe@cvs.gnome.org>

	=== Release 2.16.2 ===

	* configure.ac:

2006-11-19  Jean-François Rameau  <jframeau@cvs.gnome.org>

	* src/ephy-navigation-action.c: (activate_by_history_index):
	* src/ephy-shell.c: (ephy_shell_new_tab_full):

	Remove a double call to history copy when middle-clicking on back/forward buttons.
	Fix bug #362882.

2006-11-17  Benjamin Berg  <benjamin@sipsolutions.net>

	* lib/widgets/ephy-spinner.c: (ephy_spinner_start):
	Lower the priority of the spinner animation so that the animation
	does not stop page loading. Fixes bug #374623.

2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* src/ephy-lockdown.c: (update_window):
	Also disable the "Open Image" context menu action if the
	desktop wide "disable save to disk" lockdown key is
	enabled. Reported on IRC by Gerald E Butler.

2006-11-05  Jean-François Rameau  <jframeau@cvs.gnome.org>

	* embed/mozilla/mozilla-embed.cpp: (impl_load):

	Fix previous commit for gecko 1.8.0.x.

2006-11-05  Jean-François Rameau  <jframeau@cvs.gnome.org>

	* embed/ephy-embed.h:
	* embed/ephy-embed.c:
	* embed/mozilla/EphyBrowser.cpp:
	* embed/mozilla/EphyBrowser.h:
	* embed/mozilla/mozilla-embed.cpp:
	* src/ephy-link.h:
	* src/ephy-location-action.c: (action_activated_cb):
	* src/ephy-shell.c: (ephy_shell_new_tab_full):
	* src/ephy-shell.h:
	* src/ephy-window.c: (ephy_window_open_link):

	Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.
	Add a new load method to EphyEmbed to custom load behaviour and pass (optional) referrer.
	Fix bug #350053.

2006-11-04  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/GeckoPrintService.cpp:

	Fix printing of page ranges.

2006-11-03  Christian Persch  <chpe@cvs.gnome.org>

	* lib/ephy-spell-check.c: (ephy_spell_check_check_word):

	Remove debug spew.

2006-10-17  Christian Persch  <chpe@cvs.gnome.org>

	* lib/widgets/ephy-spinner.c: (ephy_spinner_images_load),
	(ephy_spinner_cache_get_images), (ephy_spinner_get_type),
	(ephy_spinner_init), (ephy_spinner_new):
	* lib/widgets/ephy-spinner.h:

	Fix a crash after failing to get the spinner animation or rest icons.
	Derive EphySpinner from GtkWidget not GtkEventBox.

2006-10-15  Jean-François Rameau  <jframeau@cvs.gnome.org>

	* src/bookmarks/ephy-bookmarks.c: (update_has_smart_address):

	Fix unprotected call to ephy_node_remove_child. Bug #362063.

2006-10-08  Christian Persch  <chpe@cvs.gnome.org>

	* embed/Makefile.am:
	* lib/Makefile.am:
	* lib/egg/Makefile.am:
	* src/Makefile.am:
	* src/bookmarks/Makefile.am:

	Fix a bug in the last commit.

2006-10-08  Christian Persch  <chpe@cvs.gnome.org>

	* embed/Makefile.am:
	* lib/Makefile.am:
	* lib/egg/Makefile.am:
	* src/Makefile.am:
	* src/bookmarks/Makefile.am:

	Make the enum/flags values not global.

2006-10-06  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/AutoWindowModalState.cpp:

	Revert part of the last change, we don't need the top window here.

2006-10-06  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/AutoWindowModalState.cpp:

	Use the top DOM window here, and adapt to gecko 1.8.1.

2006-10-05  Christian Persch  <chpe@cvs.gnome.org>
	
	* embed/mozilla/GeckoSpellCheckEngine.cpp:

	Fix build with gecko 1.8.1.