diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-01-28 03:38:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-28 03:38:58 +0000 |
commit | b2c8fed88048b0f159400bad0a76bfeb13d7c626 (patch) | |
tree | fa3324ace416a9f1f7b82f2c3b672f79b6e47476 /ChangeLog.pre-2-6 | |
parent | a472efda2da1e0e177fece9950c3fa64f9d8c9d5 (diff) | |
download | gtk+-b2c8fed88048b0f159400bad0a76bfeb13d7c626.tar.gz |
[ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]
Wed Jan 27 21:56:07 1999 Owen Taylor <otaylor@redhat.com>
[ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]
* acconfig.h configure.in gdk/gdkim.c: Add configure
flag for disabling XRegisterIMInstantiateCallback(), default
it to off for Solaris. Always try to open the
input method immediately, and only if that fails,
register than instantiate callback.
* gdk/gdkentry.c: Some tweaks to make sure that we
only get and set the IC attributes when appropriate.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 899805c7b5..9a3a39a0ea 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,23 @@ +Wed Jan 27 21:56:07 1999 Owen Taylor <otaylor@redhat.com> + + [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ] + + * acconfig.h configure.in gdk/gdkim.c: Add configure + flag for disabling XRegisterIMInstantiateCallback(), default + it to off for Solaris. Always try to open the + input method immediately, and only if that fails, + register than instantiate callback. + + * gdk/gdkentry.c: Some tweaks to make sure that we + only get and set the IC attributes when appropriate. + +Wed Jan 27 20:08:54 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkfilesel.c (open_user_dir): Patch from + Sebastian Wilhelmi <wilhelmi@ira.uka.de> to + use g_get_home_dir() instead of calling getpwuid() + ourselves. + Wed Jan 27 20:06:06 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtklayout.c (gtk_layout_adjustment_changed): |