]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Don't use AC_CHECK_LIB() when checking for FreeType, Pango, Atk since that
[~andy/gtk] / ChangeLog.pre-2-6
index 648f21940b352fef490342950b499d027c1eb8b0..ae6026b60788c8e3ebb17c16b5b2e627f9328bb4 100644 (file)
@@ -1,3 +1,18 @@
+Mon Dec 16 22:12:01 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Don't use AC_CHECK_LIB() when
+       checking for FreeType, Pango, Atk since that get
+       the ordering wrong. Instead, set LIBS ourself
+       and call AC_TRY_LINK_FUNC(). (#98406)
+
+Mon Dec 16 21:39:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_enter_text): Call
+       gtk_entry_set_position_internal() that takes a
+       new "reset_IM" parameter, so that we avoid the
+       problem where committing text would reset the
+       input method. (#74381, Kang Jeong-Hee)
+
 2002-12-17  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcontainer.c: Fix a few doc comments.