summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-25 15:22:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-25 15:22:43 +0000
commit844ab25ea4a64234358b8cf6724c65354b8256de (patch)
treed69636d42bc1d3bab89775ac4f45ecd32263e362 /ChangeLog
parent7b8e0b8bc82595191cb1e5c5312c1e0c2622944f (diff)
downloadgtk+-844ab25ea4a64234358b8cf6724c65354b8256de.tar.gz
Demonstrate image copy-and-paste and DND, and clipboard persistency.
2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste and DND, and clipboard persistency.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ebb9bcba6..3aebac0380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-05-25 Matthias Clasen <mclasen@redhat.com>
+ * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
+ and DND, and clipboard persistency.
+
* gtk/gtkselection.c (gtk_target_list_add_image_targets):
Make sure png comes first, otherwise dnd may use bmp by
default, loosing transparency.