aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-07-01 09:47:17 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-07-01 09:47:17 +0800
commitbbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d (patch)
treed368c9eec18379a062af184d89b064517273c558 /ChangeLog
parent61533f01f0f6df3b9dafc18d1567507830db0752 (diff)
downloadgsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar
gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.gz
gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.bz2
gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.lz
gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.xz
gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.zst
gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.zip
Popup blocking support. View -> Popup Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c589aa83f..cd6f26b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2004-06-30 Adam Hooper <adamh@cvs.gnome.org>
+
+ * data/art/Makefile.am:
+ * data/art/epiphany-popup-hidden.png:
+ * data/art/epiphany-popup-hidden.svg:
+ * data/ui/epiphany-ui.xml:
+ * lib/ephy-stock-icons.c: (ephy_stock_icons_init):
+ * lib/ephy-stock-icons.h:
+ * src/ephy-statusbar.c: (create_statusbar_popups_manager_icon),
+ (ephy_statusbar_init), (ephy_statusbar_set_security_state),
+ (ephy_statusbar_set_popups_state):
+ * src/ephy-statusbar.h:
+ * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property),
+ (ephy_tab_class_init), (popups_manager_free_info),
+ (popups_manager_add), (popups_manager_remove_window),
+ (disconnect_popup), (popups_manager_add_window),
+ (ephy_tab_get_popups_displayed), (popups_manager_show),
+ (popups_manager_show_all), (popups_manager_new_window_info),
+ (popups_manager_hide), (popups_manager_hide_all),
+ (ephy_tab_set_popups_displayed), (popup_blocker_n_hidden),
+ (popups_manager_reset), (ephy_tab_finalize), (ephy_tab_address_cb),
+ (ephy_tab_new_window_cb), (ephy_tab_popup_blocked_cb),
+ (ephy_tab_init):
+ * src/ephy-window.c: (sync_tab_popup_windows),
+ (sync_tab_popups_allowed), (ephy_window_set_active_tab),
+ (ephy_window_get_property), (allow_popups_notifier),
+ (ephy_window_init), (ephy_window_finalize), (ephy_window_load_url),
+ (ephy_window_view_bookmarksbar_cb),
+ (ephy_window_view_popup_windows_cb):
+
+ Popup blocking support. View -> Popup Windows.
+
+ * doc/reference/Makefile.am:
+ * doc/reference/epiphany-sections.txt:
+ * doc/reference/tmpl/ephy-embed-single.sgml:
+ * doc/reference/tmpl/ephy-embed.sgml:
+ * doc/reference/tmpl/ephy-permission-manager.sgml:
+ * doc/reference/tmpl/ephy-shell.sgml:
+ * doc/reference/tmpl/ephy-tab.sgml:
+ * doc/reference/tmpl/epiphany-unused.sgml:
+
+ Added a couple of docs, but mostly this is stuff that I imagine
+ nobody ever commits because it's all auto-generated.
+
2004-06-30 Marco Pesenti Gritti <marco@gnome.org>
* src/bookmarks/ephy-bookmarksbar.c: (open_in_tabs_cb):