summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-08-16 17:42:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-16 17:42:54 +0000
commitdb9a5e3d245fd6756a23f51e6fb0126becb5e0b2 (patch)
tree9022cf1b151edbb1b8a31b8a247d16fc7c816ca7 /ChangeLog.pre-2-10
parent0182cf8ceb949ccabcd10f485358a18c65195237 (diff)
downloadgdk-pixbuf-db9a5e3d245fd6756a23f51e6fb0126becb5e0b2.tar.gz
Popup completion if paste is at the end (patch was already in 2.8.x).
2006-08-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (paste_received): Popup completion if paste is at the end (patch was already in 2.8.x). (#165714, Christian Persch)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-104
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ffcbedcb9..d34937d9a 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,9 @@
2006-08-16 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentry.c (paste_received): Popup completion if paste
+ is at the end (patch was already in 2.8.x). (#165714,
+ Christian Persch)
+
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Explain
some quirks of this function. (#351112)