aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-17 02:02:41 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-17 02:02:41 +0800
commit3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789 (patch)
tree5ff81bb6b71d998e15426ea23af855b28e007243 /ChangeLog
parent4bc1338f7943928d6abaac5b955c2a86f5ddc8e6 (diff)
downloadgsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar
gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.gz
gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.bz2
gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.lz
gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.xz
gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.zst
gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.zip
Add a way to decide if the view is target. The impl is an hack but we keep
2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename), (cmd_delete), (cmd_select_all), (ephy_bookmarks_editor_update_menu), (ephy_bookmarks_editor_show_popup_cb), (keyword_node_show_popup_cb), (menu_activate_cb): * src/bookmarks/ephy-node-view.c: (ephy_node_view_key_press_cb), (ephy_node_view_button_press_cb), (ephy_node_view_construct), (ephy_node_view_is_editing), (ephy_node_view_is_target): * src/bookmarks/ephy-node-view.h: Add a way to decide if the view is target. The impl is an hack but we keep ephy-bookmarks clean. The best we can do right now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11af7e114..b7eaa9cb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename),
+ (cmd_delete), (cmd_select_all),
+ (ephy_bookmarks_editor_update_menu),
+ (ephy_bookmarks_editor_show_popup_cb),
+ (keyword_node_show_popup_cb), (menu_activate_cb):
+ * src/bookmarks/ephy-node-view.c: (ephy_node_view_key_press_cb),
+ (ephy_node_view_button_press_cb), (ephy_node_view_construct),
+ (ephy_node_view_is_editing), (ephy_node_view_is_target):
+ * src/bookmarks/ephy-node-view.h:
+
+ Add a way to decide if the view is target. The impl is an hack
+ but we keep ephy-bookmarks clean. The best we can do right now.
+
2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-tab.c: (ephy_tab_set_favicon):