aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Terry <mterry@fastmail.fm>2004-01-04 05:07:11 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-01-04 05:07:11 +0800
commit1fe471d0ab202613f6802751f5604420e23727d1 (patch)
treee4c2b234d66a898ea408ee5198cee440122c6ed4 /ChangeLog
parent1d32b8d181198a8afe42d5d105537afd08ccf0a5 (diff)
downloadgsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar
gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.gz
gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.bz2
gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.lz
gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.xz
gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.zst
gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.zip
Show copy text menu item also for links
2004-01-03 Michael Terry <mterry@fastmail.fm> * data/ui/epiphany-ui.xml: Show copy text menu item also for links * src/ephy-window.c: (update_edit_actions_sensitivity), (enable_edit_actions_sensitivity), (edit_menu_show_cb), (edit_menu_hide_cb), (hide_embed_popup_cb), (show_embed_popup): Show copy text menu item only when there is actually selected text.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 685af7a48..8ae658d48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
+2004-01-03 Michael Terry <mterry@fastmail.fm>
+
+ * data/ui/epiphany-ui.xml:
+
+ Show copy text menu item also for links
+
+ * src/ephy-window.c: (update_edit_actions_sensitivity),
+ (enable_edit_actions_sensitivity), (edit_menu_show_cb),
+ (edit_menu_hide_cb), (hide_embed_popup_cb), (show_embed_popup):
+
+ Show copy text menu item only when there is actually selected
+ text.
+
2004-01-03 Robert Sedak <robert.sedak@sk.htnet.hr>
- * configure.in: Added "hr" in ALL_LINGUAS.
+ * configure.in: Added "hr" in ALL_LINGUAS.
2004-01-02 Taneem Ahmed <taneem@bengalinux.org>