]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
stylecontext: Do invalidation on first resize container
[~andy/gtk] / ChangeLog.pre-2-2
index ae6026b60788c8e3ebb17c16b5b2e627f9328bb4..21722077d1b00f8bd40987964677579694f6be82 100644 (file)
@@ -1,3 +1,56 @@
+Fri Dec 20 15:23:26 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * === 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  <sven@gimp.org>
+
+       * examples/gtkdial/gtkdial.c: use G_PI instead of M_PI.
+
+Thu Dec 19 11:42:00 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <kris@gtk.org>
+
+       * 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  <kris@gtk.org>
+
+       * 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  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c: Add docs.
+
+Wed Dec 18 12:05:33 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: Various name fixes.
+
+Mon Dec 16 22:38:11 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * === 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  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_LIB() when
@@ -211,7 +264,7 @@ Fri Dec 13 18:22:21 2002  Owen Taylor  <otaylor@redhat.com>
 
        * 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  <otaylor@redhat.com>
 
@@ -222,6 +275,7 @@ Fri Dec 13 17:45:40 2002  Owen Taylor  <otaylor@redhat.com>
        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.