X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-8;h=107c90c0a9f12306564950ed6e66276fe7656423;hb=27e0fcf195e5f508b29bb29b0ff78202334976d4;hp=67ce50f450384dae79af901a885004b15eb4a47f;hpb=7ed6dc1da84e8716463e819144aa9a4649f36568;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 67ce50f45..107c90c0a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,32 @@ +Mon Dec 16 22:38:11 2002 Owen Taylor + + * === Released 2.1.5 === + + * configure.in: GTK+-2.1.5, interface age 2, binary age 105. + + * NEWS: Updated. + + * gtk/Makefile.am (gtk_c_sources): Remove reference to fnmatch.h + +Mon Dec 16 22:12:01 2002 Owen Taylor + + * 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 + + * 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 + + * gtk/gtkcontainer.c: Fix a few doc comments. + 2002-12-17 Tor Lillqvist * gdk/win32/gdkglobals-win32.c: Minor cosmetics. @@ -12,6 +41,8 @@ * gdk/win32/gdkgc-win32.c (gdk_gc_get_screen): Implement by returning the only screen so far, _gdk_screen. + * gdk/gdk.def: Add here, too. + Mon Dec 16 16:18:15 2002 Owen Taylor * gtk/gtktexttag.c (gtk_text_tag_get_property): Get rid @@ -190,7 +221,7 @@ Fri Dec 13 18:22:21 2002 Owen Taylor * gtk/gtkfilesel.c (compare_cmpl_dir): Use g_utf8_collate_key() to sort in human-friendly order. - (#94473) + (#94473, Gregory Merchan) Fri Dec 13 17:45:40 2002 Owen Taylor @@ -201,6 +232,7 @@ Fri Dec 13 17:45:40 2002 Owen Taylor from the antique GNU fnmatch code. Change interface to get rid of fnmatch.h constants. Fixes basic non-workingness of filesel with non-ASCII filenames. + (#78758, Kang Jeong-Hee) * gtk/fnmatch.h: No longer needed.