diff options
author | Cosimo Cecchi <cosimoc@svn.gnome.org> | 2007-09-11 06:46:48 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-09-11 06:46:48 +0800 |
commit | 44a63e712da2b69162a0387ac05ee23a35aec479 (patch) | |
tree | 33d66a9ea5bf9c62bd42436b26d2beb017b109eb /ChangeLog | |
parent | 5606ae245b489fed230a65cce0a46be5e15ea298 (diff) | |
download | gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.tar gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.tar.gz gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.tar.bz2 gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.tar.lz gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.tar.xz gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.tar.zst gsoc2013-epiphany-44a63e712da2b69162a0387ac05ee23a35aec479.zip |
Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in the
2007-09-11 Cosimo Cecchi <cosimoc@svn.gnome.org>
* src/ephy-home-action.c: (action_name_association),
(ephy_home_action_activate), (home_action_drag_data_received_cb),
(connect_proxy), (disconnect_proxy), (ephy_home_action_class_init):
Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in
the toolbar. Fixes bug #382383.
svn path=/trunk/; revision=7382
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-09-11 Cosimo Cecchi <cosimoc@svn.gnome.org> + + * src/ephy-home-action.c: (action_name_association), + (ephy_home_action_activate), (home_action_drag_data_received_cb), + (connect_proxy), (disconnect_proxy), (ephy_home_action_class_init): + + Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in + the toolbar. Fixes bug #382383. + 2007-09-10 Christian Persch <chpe@gnome.org> * m4/gecko.m4: |