2007-01-08 Diego Escalante Urrelo * src/ephy-python-extension.c: * src/epiphany.override: Fixes a problem at link time on Darwin, bug #387233. Patch by paul. 2007-01-08 Diego Escalante Urrelo * embed/mozilla/EphyAboutModule.cpp: Fixes the escaping in the error message "The page %s was not fully loaded yet when the browser crashed..." by changing the g_strdup_printf into a g_markup_printf_escaped. Bug #374627. Patch by Diego Escalante Urrelo. 2007-01-08 Diego Escalante Urrelo * embed/mozilla/EphyAboutModule.cpp: Fixes the menu path of the service unavailable error message. 2007-01-08 Diego Escalante Urrelo * src/popup-commands.c: (background_download_completed) Check the result of ephy_file_launch_desktop_file () so if it fails we try an alternative naming of the background capplet: gnome-background. This is seen in fedora. Bug #387206, which is actually caused by bugzilla.redhat.com #201867. 2007-01-08 Luca Ferretti * data/epiphany.pc.in: Added "icondir" variable ( == $datadir/$package/icons ). The purpose is allow extensions to install custom themeable icons in this directory, so they can use named icons without add a new icon search path. 2007-01-08 Diego Escalante Urrelo * src/bookmarks/ephy-bookmarks-editor.c: * lib/widgets/ephy-node-view.c: Workaround/semi-fix for bug #351814. The real cause of the problem is the user_data that is never set on a GtkTreeIter, so the Ephy implementation of the tree makes it to have a stamp of 0 being that way an invalid iter. Patch by Diego Escalante Urrelo. 2007-01-08 Diego Escalante Urrelo * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Removed the hardcoded invisible char, note that this might readd itself to the file if someone edits it. It has been suggested that we move over to glade-3. Patch by Vitali Ischenko. Bug #393910. 2007-01-03 Diego Escalante Urrelo * embed/ephy-favicon-cache.c: (icon_is_obsolete), (remove_obsolete_icons): * embed/ephy-history.c: (page_is_obsolete), (remove_obsolete_pages): Avoid use of localtime by computing expiry in seconds instead of days. Patch by Chris Wilson. 2007-01-03 Diego Escalante Urrelo * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): * embed/ephy-history.c: (ephy_history_init): * lib/Makefile.am: * lib/ephy-glib-compat.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed): * src/ephy-dbus.c: (session_filter_func), (system_filter_func): * src/ephy-extensions-manager.c: (reload_cb): * src/ephy-session.c: (confirm_shutdown_cb): Utilize GLib's new g_timeout_add_seconds to reduce context switches and improve CPU/power efficiency. Patch by Chris Wilson. 2007-01-03 Diego Escalante Urrelo * data/glade/prefs-dialog.glade: Corrects the expand of the Privacy tab in the Preferences window. Patch by Baptiste Mille-Mathias. 2007-01-03 Diego Escalante Urrelo * data/mime-types-permissions.xml: Added text/csv as a safe type (note that the alias text/x-comma-separate-values is also present). Patch by Gaƫtan Podevijn. 2007-01-02 Diego Escalante Urrelo * src/ephy-history-window.c: (ephy_history_window_update_menu): Disables "Add Bookmark" in the File menu when bookmarks are locked down. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor): Makes the topics pane insensitive and the rest of entries non-editables (but sensitive so we can select the text) when bookmarks are locked down. * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark): Don't allow the add bookmark ui to appear if it's locked down. 2006-12-31 Christian Persch * src/ephy-main.c: (main): Make sure to init gthread as first call to glib. 2006-12-30 Diego Escalante Urrelo * src/ephy-statusbar.c: Removed uneeded #include . 2006-12-30 Christian Persch * .cvsignore: * data/.cvsignore: * data/art/.cvsignore: * data/chrome/.cvsignore: * data/glade/.cvsignore: * data/icons/.cvsignore: * data/icons/16x16/.cvsignore: * data/icons/16x16/actions/.cvsignore: * data/icons/16x16/status/.cvsignore: * data/icons/22x22/.cvsignore: * data/icons/22x22/actions/.cvsignore: * data/icons/22x22/status/.cvsignore: * data/icons/24x24/.cvsignore: * data/icons/24x24/actions/.cvsignore: * data/icons/24x24/status/.cvsignore: * data/icons/32x32/.cvsignore: * data/icons/32x32/actions/.cvsignore: * data/icons/32x32/status/.cvsignore: * data/icons/scalable/.cvsignore: * data/icons/scalable/actions/.cvsignore: * data/icons/scalable/status/.cvsignore: * data/ui/.cvsignore: * doc/.cvsignore: * doc/reference/.cvsignore: * embed/.cvsignore: * embed/mozilla/.cvsignore: * help/.cvsignore: * help/C/.cvsignore: * help/bg/.cvsignore: * help/el/.cvsignore: * help/es/.cvsignore: * help/eu/.cvsignore: * help/fi/.cvsignore: * help/fr/.cvsignore: * help/it/.cvsignore: * help/ja/.cvsignore: * help/nl/.cvsignore: * help/ru/.cvsignore: * help/sv/.cvsignore: * help/uk/.cvsignore: * lib/.cvsignore: * lib/egg/.cvsignore: * lib/widgets/.cvsignore: * m4/.cvsignore: * plugins/.cvsignore: * plugins/desktop-file/.cvsignore: * po/.cvsignore: * src/.cvsignore: * src/bookmarks/.cvsignore: .cvsignore files are obsolete. 2006-12-25 Christian Persch * src/ephy-statusbar.c: (ephy_statusbar_class_init): Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bug #372452 is fixed. 2006-12-19 Luca Ferretti * data/ui/epiphany-ui.xml: Invert MoveToolItem and RemoveToolItem order, matchingh same feature for panel applets. * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_set_ui_manager): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: Remove STOCK_DRAG_MODE and STOCK_VIEW_SOURCE. 2006-12-19 Luca Ferretti * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/location-entry.png: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/location-entry.png: * data/icons/24x24/actions/location-entry.png: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/location-entry.png: * data/icons/32x32/actions/location-entry.svg: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/actions/location-entry.svg: Add Tango style location-entry named icon. 2006-12-18 Christian Persch * configure.ac: Post-release version bump. 2006-12-18 Christian Persch === Release 2.17.4 === * autogen.sh: * configure.ac: * src/Makefile.am: Link with -lxpcomglue_s on trunk.