diff options
author | Hidetoshi Tajima <tajima@src.gnome.org> | 2002-09-24 22:55:41 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2002-09-24 22:55:41 +0000 |
commit | 8cc9e8cfa939aa459c0ee560c26d789f22197ad3 (patch) | |
tree | 21425fa56f661c038e6624c7e1f249f1f48877bf /ChangeLog.pre-2-6 | |
parent | 7a1a8a5f3760d21a574464c76f0e3859f86c16e5 (diff) | |
download | gtk+-8cc9e8cfa939aa459c0ee560c26d789f22197ad3.tar.gz |
disable/enable preedit/status in GtkIMContextXIM (#59076)
* gnome-settings-xsettings.c: added two new xsettings
for GTK+ input method preedit and status styles.
With the other patch for gtk+, the preedit and status styles of
GTK+ input method are configurable with associated gconf schemas
keys:
"/desktop/gnome/interface/gtk-im-preedit-style"
"/desktop/gnome/interface/gtk-im-status-style"
Both are set to "callback" by default, and platform's
packging can have different default by changing
libgnome's desktop_gnome_interface.schemas.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b94cbcd43e..6f322e84a4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,24 @@ +Tue Sep 24 15:35:42 2002 HideToshi Tajima <hidetoshi.tajima@sun.com> + + disable/enable preedit/status in GtkIMContextXIM (#59076) + + * gtk/gtkenums.h (enum): added preedit/status styles for gtk+ + input method + * modules/input/gtkimcontextxim.c + * gdk/x11/gdkevents-x11.c: add gtk-im-preedit-style and + gtk-im-status-style to GtkSettings. + * po/POTFILES.in: added modules/input/gtkimcontextxim.c + + With the other patch for gnome-control-center, + the preedit and status styles of GTK+ input method are + configurable with associated gconf schemas keys: + "/desktop/gnome/interface/gtk-im-preedit-style" + "/desktop/gnome/interface/gtk-im-status-style" + + Both are set to "callback" by default, and platform's + packging can have different default by changing + libgnome's desktop_gnome_interface.schemas. + 2002-09-25 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkvisual-x11.c (gdkx_visual_get): Replace leftover |