diff options
author | David Bordoley <bordoley@msu.edu> | 2003-04-20 01:20:45 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-04-20 01:20:45 +0800 |
commit | b2c6abf1424cde68177727eabb25f9789cfdc33c (patch) | |
tree | ebe680da5b9c1130b87caf2ae72d7635c01534c4 /ChangeLog | |
parent | 18bb6d0b335066b06f5e95d5ab27ac5a490e90b7 (diff) | |
download | gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.gz gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.bz2 gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.lz gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.xz gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.zst gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.zip |
Add copy to the bookmark context menu.
2003-04-19 David Bordoley <bordoley@msu.edu>
* data/ui/epiphany-bookmark-editor-ui.xml.in:
Add copy to the bookmark context menu.
* data/ui/epiphany-history-window-ui.xml.in:
Add an edit menu. Add copy to history item context menu.
* src/ephy-history-window.c: (cmd_cut), (cmd_copy),
(cmd_paste), (cmd_select_all), (ephy_history_window_update_menu),
(ephy_history_window_construct):
Add edit menu actions. Update the edit menu when activated.
Support copying the location of a history item and change
the label to "Copy Location".
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_copy),
(ephy_bookmarks_editor_update_menu):
Support copying the location of a bookmark and change
the label to "Copy Location".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2003-04-19 David Bordoley <bordoley@msu.edu> + + * data/ui/epiphany-bookmark-editor-ui.xml.in: + + Add copy to the bookmark context menu. + + * data/ui/epiphany-history-window-ui.xml.in: + + Add an edit menu. Add copy to history item context menu. + + * src/ephy-history-window.c: (cmd_cut), (cmd_copy), + (cmd_paste), (cmd_select_all), (ephy_history_window_update_menu), + (ephy_history_window_construct): + + Add edit menu actions. Update the edit menu when activated. + Support copying the location of a history item and change + the label to "Copy Location". + + * src/bookmarks/ephy-bookmarks-editor.c: (cmd_copy), + (ephy_bookmarks_editor_update_menu): + + Support copying the location of a bookmark and change + the label to "Copy Location". + 2003-04-19 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-window.c: (menu_activate_cb), (setup_window): |