diff options
author | Theppitak Karoonboonyanan <tkaroonb@src.gnome.org> | 2004-04-24 09:58:48 +0000 |
---|---|---|
committer | Theppitak Karoonboonyanan <tkaroonb@src.gnome.org> | 2004-04-24 09:58:48 +0000 |
commit | eecb33d6b0d473dc78b4185038c0b6dfee38a195 (patch) | |
tree | 560eecb81ea1b2783bb32746fc6486bc1c8f166a /ChangeLog.pre-2-4 | |
parent | d517de5f91aa6fdb71f06a0b06d9dfad8840f2ee (diff) | |
download | gtk+-eecb33d6b0d473dc78b4185038c0b6dfee38a195.tar.gz |
Patch to add support for string conversion callbacks to
GtkIMContextXIM (#101814)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0e9ccbfa7e..1ed02fb3fb 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,22 @@ +2004-04-24 Theppitak Karoonboonyanan <thep@linux.thainet> + + Patch to add support for string conversion callbacks to + GtkIMContextXIM (#101814) + + * modules/input/gtkimcontextxim.c: Set the string conversion callback + if supported by the XIC. + + (struct _GtkIMContextXIM): Add string_conversion_callback member. + + (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating + whether string conversion callback is supported. + + (gtk_im_context_get_ic, +set_string_conversion_callback, + +string_conversion_callback): Also initialize string conversion + callback, if supported, along with the IC initialization. + + * modules/input/imxim.c: Make "xim" module default for Thai as well. + 2004-04-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly |