diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-12 03:47:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-12 03:47:25 +0800 |
commit | 9f25938b8101d5ea10d547d709bc136d4aeddb6b (patch) | |
tree | 468a723c1d628db2c98d42b5f7c257c8743f756c /ChangeLog | |
parent | d439bc7993fd7d4d490ee4d7a45943dfd5624c9d (diff) | |
download | gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.tar gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.tar.gz gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.tar.bz2 gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.tar.lz gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.tar.xz gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.tar.zst gsoc2013-epiphany-9f25938b8101d5ea10d547d709bc136d4aeddb6b.zip |
Check all selected nodes if they allow dragging.
2005-07-11 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-node-view.c: (check_node_is_drag_source),
(can_drag_selection), (button_release_cb), (motion_notify_cb):
Check all selected nodes if they allow dragging.
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu), (key_pressed_cb):
Don't allow to delete or rename local sites, or to put them
on the bookmarks bar.
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init):
Fix capitalisation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2005-07-11 Christian Persch <chpe@cvs.gnome.org> + + * lib/widgets/ephy-node-view.c: (check_node_is_drag_source), + (can_drag_selection), (button_release_cb), (motion_notify_cb): + + Check all selected nodes if they allow dragging. + + * src/bookmarks/ephy-bookmarks-editor.c: + (ephy_bookmarks_editor_update_menu), (key_pressed_cb): + + Don't allow to delete or rename local sites, or to put them + on the bookmarks bar. + + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): + + Fix capitalisation. + 2005-07-10 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-node-common.h: |