2005-08-28 Christian Persch * src/window-commands.c: (window_cmd_help_about): Update credits. 2005-08-28 Christian Persch * data/default-prefs-common.js: Set default prefs for warn-on-mixed-security pages. Part of bug #309088. 2005-08-28 Crispin Flowerday * embed/ephy-history.c: (ephy_history_class_init), (internal_get_host), (ephy_history_get_host), (ephy_history_add_host), (ephy_history_add_page), (impl_add_page): * embed/ephy-history.h: * lib/ephy-marshal.list: Add an "add-page" signal to the EphyHistory object that can be used to block urls from appearing in the history. Also make the ephy_history_get_host() function not create the EphyNode if it doesn't already exist. 2005-08-28 Christian Persch * src/ephy-notebook.c: (drag_stop), (grab_broken_event_cb), (grab_notify_cb), (toplevel_motion_notify_cb), (toplevel_button_release_cb), (drag_start), (motion_notify_cb), (move_tab_to_another_notebook), (button_release_cb), (button_press_cb): Fix pointer grab lockup when gecko pops up a dialogue. 2005-08-27 Crispin Flowerday * configure.ac: * embed/mozilla/Makefile.am: Add another workaround for the Gentoo header layout, and reference the gentoo bug in the configure script 2005-08-27 Christian Persch * configure.ac: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: The focus fix isn't needed anymore for gecko >= 1.8. 2005-08-27 Crispin Flowerday * configure.ac: Add in the dom directory to the includes used for the configure checks. This is to help Gentoo, which uses an odd header layout. 2005-08-26 Christian Persch * src/ephy-window.c: (ephy_window_delete_event): Fix compile warnings. 2005-08-26 Christian Persch * data/default-prefs-common.js: Disable keyword searches by default. From bug #158486. 2005-08-25 Christian Persch * configure.ac: Fix configure check for gecko 1.7. 2005-08-25 Christian Persch * embed/mozilla/GlobalHistory.cpp: Gecko API change. 2005-08-25 Christian Persch * configure.ac: Fix configure check for gecko >= 1.8. 2005-08-22 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Don't use nsIURI::SetPassword, since it asserts when username is empty. Use GetUsername, SetUserPass instead. 2005-08-22 Christian Persch * embed/mozilla/GlobalHistory.cpp: Remove check for redirected URL. Fixes bug #313756. 2005-08-21 Christian Persch * src/ephy-tab.c: (ephy_tab_update_file_monitor): Fix the check for unchanged address to check if we even have a monitor at all. Fixes auto-reload on a file:// URI loaded after a blank page. Also modify the 'is local' check to just check for file:// prefix on URI. 2005-08-21 Christian Persch * src/ephy-find-toolbar.c: (ephy_find_toolbar_open): Don't empty find entry on Ctrl-F. 2005-08-21 Christian Persch * configure.ac: Post-release version bump.