diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-06 03:32:59 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-06 03:32:59 +0000 |
commit | c8b214680d1e8ad6295855c079e725030fa5ba71 (patch) | |
tree | bab5ed9d2aed0fd910643c658fe24b0d1e861da1 /ChangeLog.pre-2-10 | |
parent | 3495a602a3fbe7c40d4057996a6dc6e0914d84fe (diff) | |
download | gtk+-c8b214680d1e8ad6295855c079e725030fa5ba71.tar.gz |
Export gtk_entry_reset_im_context privately.
2006-08-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c:
* gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context
privately.
* gtk/gtkentrycompletion.c (gtk_entry_completion_action_button_press):
* gtk/gtkentry.c (gtk_entry_completion_key_press): Reset the
entry's im context here. (#348478, Nguyen Thai Ngoc Duy, Christian
Persch)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 782c5926cb..bf0518d20a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,14 @@ 2006-08-05 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkentry.c: + * gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context + privately. + + * gtk/gtkentrycompletion.c (gtk_entry_completion_action_button_press): + * gtk/gtkentry.c (gtk_entry_completion_key_press): Reset the + entry's im context here. (#348478, Nguyen Thai Ngoc Duy, Christian + Persch) + * gtk/gtktextview.c (gtk_text_view_style_set): Create new PangoContexts and set them on the layout, to catch changes in font options. (#348278, Behdad Esfahbod) |