]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
move event handling to the process_action function so we can have the
[~andy/gtk] / ChangeLog
index 9f307060774f0f25d3a7a915e376095da9579343..d5aaceb8aaeda52a3a6d1808f1d6c855e82aef74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,42 @@
+Wed Mar  6 00:20:59 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c
+       (gtk_tree_view_column_cell_process_action): move event handling to
+       the process_action function so we can have the event go to
+       individual cells.
+
+Tue Mar  5 22:16:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * GTK+-2.0.0 rc1
+
+       * docs/tutorial,faq/Makefile.am: Deal with the html directory
+       already being there.
+
+       * docs/faq/Makefile.am (EXTRA_DIST): Add gtk-faq.sgml to EXTRA_DIST.
+
+2002-03-05  Manish Singh  <yosh@gimp.org>
+
+       * gdk/Makefile.am
+       * gtk/Makefile.am: use install-foo-hook instead of install-foo-local,
+        since foo-local is run before the their respective builtin targets
+       in automake 1.5
+
+2002-03-05  jacob berkman  <jacob@ximian.com>
+
+       * configure.in: change an == to =
+
+2002-03-06  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk-pixbuf/gdk_pixbuf.rc.in
+       * gdk/win32/rc/gdk.rc.in
+       * gtk/gtk-win32.rc.in: Use GTK_API_VERSION.
+
 2002-03-05  Manish Singh  <yosh@gimp.org>
 
        * configure.in: Fix up the freetype checking logic. Suppress
        suprious "no" with --disable-modules.
 
 2002-03-06  Tor Lillqvist  <tml@iki.fi>
-
        * gdk/win32/gdkevents-win32.c (gdk_pointer_grab,
        gdk_pointer_ungrab): Bypass calls to the grab/ungrab functions in
        gdkinput-win32.c, as they don't effectively do anything anyway.