X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog.pre-2-2;h=21722077d1b00f8bd40987964677579694f6be82;hb=3782cf77c38702351feb412bd0a8a08b3dce3dc6;hp=680e0de3043a18dfb19c34ca419c7bad5094ea8d;hpb=24899adb05d1f366e2df6780854627b145f59307;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 680e0de30..21722077d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,63 @@ +Fri Dec 20 15:23:26 2002 Owen Taylor + + * === Released 2.2.0 === + + * configure.in: Version 2.2.0, interface age 0, binary age 200. + + * README.in: Update the release notes. + + * INSTALL.in: Mention that Pango-1.0 can be used with GTK+-2.2. + + * NEWS: Update. + +2002-12-20 Sven Neumann + + * examples/gtkdial/gtkdial.c: use G_PI instead of M_PI. + +Thu Dec 19 11:42:00 2002 Owen Taylor + + * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call + the filters on the window where the event is received, + not on the window the event is "about". (#101512, + Bolian Yin.) + +Thu Dec 19 03:58:36 2002 Kristian Rietveld + + * tests/testtreeflow.c: the rand variable should be static to + avoid conflicts with rand(). (#100844, reported by Soeren Sandmann, + fix pointed out by Matthias Clasen). + +Thu Dec 19 03:56:23 2002 Kristian Rietveld + + * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): if we + started editing, we handled this key signal, so return TRUE. + (#100532, reported by Soeren Sandmann). + +2002-12-18 Matthias Clasen + + * gtk/gtkwidget.c: Add docs. + +Wed Dec 18 12:05:33 2002 Owen Taylor + + * NEWS: Various name fixes. + +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 @@ -204,7 +264,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 @@ -215,6 +275,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.