2004-04-18  Christian Persch  <chpe@cvs.gnome.org>

	* NEWS:

	Updated for 1.2.3.

2004-04-18  Christian Persch  <chpe@cvs.gnome.org>

	* Makefile.am:
	* configure.in:

	Add 1.7 to the list of supported mozilla versions.

2004-04-08  Piers Cornwell  <piers@gnome.org>

        * embed/mozilla/ContentHandler.cpp:

        Make warning message selectable (backported from HEAD).

2004-04-18  Christian Persch  <chpe@cvs.gnome.org>

	* configure.in:
	* po/eu.po:

	Add "eu" to ALL_LINGUAS.

2004-04-18  Christian Persch  <chpe@cvs.gnome.org>

	* configure.in:

	Version 1.2.3.
	Default to not to build the nautilus view.

2004-04-18  Marco Pesenti Gritti  <marco@gnome.org>

	* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
	* embed/ephy-embed.h:
	* embed/mozilla/mozilla-embed.cpp:
	* src/ephy-window.c: (ephy_window_set_chrome),
	(ephy_window_set_property), (ephy_window_class_init):

	Fix chrome for new windows opened from _blank target.
	Fixes bug #139512.

2004-04-18  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/EphyContentPolicy.h:
	* embed/mozilla/MozRegisterComponents.cpp:

        Don't override nsWebBrowserContentPolicy contract ID, just register our own
        content policy with the category manager.

2004-04-18  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/MozDownload.cpp:

	Don't gunzip downloads (backported from HEAD), fixes bug #131778. 

2004-04-16  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/MozDownload.cpp:

	Fix saving of linked content. Don't create the directory;
	mozilla will do it for us if necessary.

2004-04-13  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/Makefile.am:

	Add $(MOZILLA_INCLUDE_ROOT) to the list.

2004-04-13  Christian Persch  <chpe@cvs.gnome.org>

	* src/bookmarks/ephy-bookmarks-menu.c: (add_bookmarks_menu),
	(ephy_bookmarks_menu_rebuild):
	* src/ephy-encoding-menu.c: (add_action):
	* src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild):
	* src/ephy-tabs-menu.c: (tab_added_cb):

	Set the actions' accel paths; fixes bug #139641 for ephy.

2004-04-09  Christian Persch  <chpe@cvs.gnome.org>

	* embed/mozilla/EphyHeaderSniffer.cpp:
	* embed/mozilla/FilePicker.cpp:

	Don't quit the filechooser when selecting "No" from the confirm-
	overwrite dialoge. Fixes bug #139400.

	* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):

	Convert the filename to UTF-8 before showing it in the confirm
	dialogue.
 
2004-04-09  Christian Persch  <chpe@cvs.gnome.org>

	* src/ephy-location-action.c: (compare_actions),
	(init_actions_list):

	Sort the actions in the location entry autocompletion dropdown.
	Fixes bug #139575.

2004-04-07  Christian Persch  <chpe@cvs.gnome.org>

	* lib/eel-gconf-extensions.c: (eel_gconf_handle_error):

	Don't abort on error, just show the message on console. Fixes bug #139247.
	Don't actally remove the nonsensical message since that would break string
	freeze.

2004-04-05  Christian Persch  <chpe@cvs.gnome.org>

	* data/glade/epiphany.glade:
	* data/glade/print.glade:

	Make pdm and print setup dialogues destroy with parent, too.

2004-04-05  Christian Persch  <chpe@cvs.gnome.org>

	* data/glade/prefs-dialog.glade:
	* lib/ephy-dialog.c: (ephy_dialog_get_parent):
	* lib/ephy-dialog.h:
	* src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb):
	* src/window-commands.c: (window_cmd_file_print_setup),
	(window_cmd_edit_personal_data), (window_cmd_edit_prefs):

	Make prefs, pdm and print setup dialogues transient to their parent.
	Fixes bug #139124.

2004-04-03  Crispin Flowerday  <gnome@flowerday.cx>

	* lib/egg/egg-editable-toolbar.c: (set_fixed_style),
	(unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
	(update_fixed), (toolbars_clean), (egg_editable_toolbar_construct),
	(egg_editable_toolbar_set_model):
	* lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_load_actions):
	* lib/egg/egg-toolbars-model.h:

	Synchronise changes from galeon, this fixes simple usage, stops
	crashes when dragging items to and from other applications, and
	adds the ability to override the toolbar style.

2004-04-03  Christian Persch  <chpe@cvs.gnome.org>

	* src/ephy-notebook.c: (notebook_drag_data_received_cb):

	Remove stray semicolon. Fixes bug #138902.

2004-04-01  Christian Persch  <chpe@cvs.gnome.org>

	* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
	* embed/ephy-embed.h:
	* embed/mozilla/mozilla-embed.cpp:
	* src/ephy-window.c: (get_chromes_visibility),
	(sync_chromes_visibility), (update_chromes_actions),
	(get_default_chrome), (ephy_window_init), (sync_prefs_with_chrome),
	(ephy_window_view_bookmarksbar_cb):

	Fix bookmarks toolbar visibility in fullscreen and print preview mode, as
	well as for javascript popups. Fixes bug #138520.

2004-03-30  Piers Cornwell  <piers@gnome.org>

	* src/ephy-history-window.c: (confirmation_dialog_construct):

	Make buttons the same size in Industrial theme and make text 
	selectable.

2004-03-30  Piers Cornwell  <piers@gnome.org>

	* data/glade/prefs-dialog.glade:
	* embed/mozilla/mozilla-notifiers.cpp: (mozilla_font_size_notifier):

	Don't allow a font size less than 1.    
                        
2004-03-31  Christian Persch  <chpe@cvs.gnome.org>