diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-16 17:42:54 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-16 17:42:54 +0000 |
commit | db9a5e3d245fd6756a23f51e6fb0126becb5e0b2 (patch) | |
tree | 9022cf1b151edbb1b8a31b8a247d16fc7c816ca7 /ChangeLog.pre-2-10 | |
parent | 0182cf8ceb949ccabcd10f485358a18c65195237 (diff) | |
download | gtk+-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-10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ffcbedcb96..d34937d9a3 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) |