aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorRadek Doulik <rodo@site>2005-05-05 19:22:34 +0800
committerRadek Doulik <rodo@src.gnome.org>2005-05-05 19:22:34 +0800
commit424085a24832ec53de5ab5a81c66735bafe2b6b8 (patch)
tree49b4a6d2eb3e17c941b75f0fd217a1a62a3089a9 /mail/ChangeLog
parent00908c0f8af21933641d60314acff712d8c8a874 (diff)
downloadgsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar
gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.gz
gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.bz2
gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.lz
gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.xz
gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.zst
gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.zip
use gtk_html_command to ask if selection is active tto avoid using
2005-05-05 Radek Doulik <rodo@site> * em-folder-view.c (em_folder_view_get_popup_target): use gtk_html_command to ask if selection is active tto avoid using selection API directly (emfv_popup_copy_text): use gtkhtml API instead of engine API (emfv_message_reply): use new gtk_html_get_selection_html function to avoid using low level gtkhtml APIs svn path=/trunk/; revision=29272
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1556d6cf17..7747b81244 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-05 Radek Doulik <rodo@site>
+
+ * em-folder-view.c (em_folder_view_get_popup_target): use
+ gtk_html_command to ask if selection is active tto avoid using
+ selection API directly
+ (emfv_popup_copy_text): use gtkhtml API instead of engine API
+ (emfv_message_reply): use new gtk_html_get_selection_html function
+ to avoid using low level gtkhtml APIs
+
2005-05-03 Radek Doulik <rodo@site>
* em-format-html-display.c: removed include of htmlinterval.h as