summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-818
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 6db2b8fc4f..e0bc24e669 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,21 @@
+Mon Oct 22 16:25:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ Fixing popup menus to have "Paste" sensitized correctly. Original
+ patches from Damian Ivereigh, much mangled.
+
+ * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
+ gtk_selection_data_targets_include_text(). (#60854)
+
+ * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
+ the clipboard has text" function gtk_clipboard_wait_is_text_available.
+ (#60854)
+
+ * gtk/gtkentry.c: Only enable the paste item if the clipboard
+ contains text. (#60973)
+
+ * gtk/gtktextview.c: Only enable the paste item if the clipboard
+ contains text. (#60975)
+
2001-10-22 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): rip out