X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog.pre-2-2;h=21722077d1b00f8bd40987964677579694f6be82;hb=HEAD;hp=5591918525f2a1372ef6db3345abe7ab5602fc64;hpb=69f37db80f2473e420f560e5247b92d9ddea1c02;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 559191852..21722077d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,38 @@ +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.