aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-30 04:53:49 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-30 04:53:49 +0800
commitb1d9cd1f773f6f2fc6fe054d964bf71179388f91 (patch)
treed11bb18400a3624a72d51627f8c172c1e7cc7a7d /ChangeLog
parentefd191cf64c092e8f47997b8731d6eb52a6f5326 (diff)
downloadgsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.tar
gsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.tar.gz
gsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.tar.bz2
gsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.tar.lz
gsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.tar.xz
gsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.tar.zst
gsoc2013-epiphany-b1d9cd1f773f6f2fc6fe054d964bf71179388f91.zip
Slightly refactor bookmarks menu, to take a configurable path where to
2004-10-29 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (open_bookmark_cb), (open_bookmark_in_tab_cb), (add_action_for_bookmark), (create_submenu), (ephy_bookmarks_menu_rebuild), (ephy_bookmarks_menu_set_property), (ephy_bookmarks_menu_get_property), (ephy_bookmarks_menu_constructor), (ephy_bookmarks_menu_finalize), (ephy_bookmarks_menu_class_init), (ephy_bookmarks_menu_new): * src/bookmarks/ephy-bookmarks-menu.h: * src/ephy-window.c: (open_bookmark_cb), (ephy_window_init): Slightly refactor bookmarks menu, to take a configurable path where to merge its UI.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5079e0fcd..d226e528a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2004-10-29 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmarks-menu.c: (open_bookmark_cb),
+ (open_bookmark_in_tab_cb), (add_action_for_bookmark),
+ (create_submenu), (ephy_bookmarks_menu_rebuild),
+ (ephy_bookmarks_menu_set_property),
+ (ephy_bookmarks_menu_get_property),
+ (ephy_bookmarks_menu_constructor), (ephy_bookmarks_menu_finalize),
+ (ephy_bookmarks_menu_class_init), (ephy_bookmarks_menu_new):
+ * src/bookmarks/ephy-bookmarks-menu.h:
+ * src/ephy-window.c: (open_bookmark_cb), (ephy_window_init):
+
+ Slightly refactor bookmarks menu, to take a configurable path
+ where to merge its UI.
+
+2004-10-29 Christian Persch <chpe@cvs.gnome.org>
+
* src/bookmarks/ephy-topic-action.c: (can_open_in_tabs),
(open_in_tabs_activate_cb), (add_open_in_tabs_menu),
(build_bookmarks_menu), (show_context_menu):