aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-29 04:07:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-29 04:07:50 +0800
commit76190d873c23d99733b75f245e60fd7744acd35e (patch)
tree5505ca7c5ebcd85f19720a37115d4ee981cc0f3f /mail/ChangeLog
parent1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a (diff)
downloadgsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar
gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.gz
gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.bz2
gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.lz
gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.xz
gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.zst
gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.zip
Implement the "Copy link location" right-click menu item in the
MessageDisplay widget. svn path=/trunk/; revision=10572
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 356ca1fd78..efbf63423f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,25 @@
+2001-06-28 Ettore Perazzoli <ettore@ximian.com>
+
+ * mail-display.c (invisible_selection_get_callback): New, signal
+ handler for "selection_get" on the GtkInvisible widget we use for
+ selections.
+ (invisible_selection_clear_event_callback): New, signal handler
+ for "selection_clear_event" on the same invisible widget.
+ (mail_display_init): Initialize the `selection' and `invisible'
+ members. Also, explicitly initialize all the other fields as
+ well.
+ (mail_display_destroy): Free `selection'. Destroy `invisible'.
+ (link_copy_location): Re-implemented to just make the mail display
+ become the owner of the primary selection.
+ (on_selection_get): Remove `#if 0'ed code.
+ (mail_display_new): Remove the `#if 0'ed code that would connect
+ selection stuff to the HTML widget.
+ (mail_display_new): Connect the signals and add the targets to the
+ invisible widget.
+
+ * mail-display.h: New members `selection' and `GtkInvisible' in
+ `MailDisplay'.
+
2001-06-28 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (mail_config_write_on_exit): Don't bother trying