summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-28 03:38:58 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-28 03:38:58 +0000
commitb2c8fed88048b0f159400bad0a76bfeb13d7c626 (patch)
treefa3324ace416a9f1f7b82f2c3b672f79b6e47476 /ChangeLog.pre-2-0
parenta472efda2da1e0e177fece9950c3fa64f9d8c9d5 (diff)
downloadgdk-pixbuf-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-0')
-rw-r--r--ChangeLog.pre-2-020
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 899805c7b..9a3a39a0e 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -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):