]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Update offsets before finding where to insert the new value.
[~andy/gtk] / ChangeLog.pre-2-6
index 67e15dd173139a689f71bff5474a86d0bd86edf4..2f67c70e5ee1af53d54693373ef1c1a7c8123e46 100644 (file)
@@ -1,3 +1,68 @@
+2002-03-06  Darin Adler  <darin@bentspoon.com>
+
+       * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_insert_value):
+       Update offsets before finding where to insert the new value.
+
+       * gtk/gtktreeview.c: (validate_visible_area): Make sure we redraw when
+       we scroll, instead of just updating the scroll position variables.
+
+2002-03-06  Manish Singh  <yosh@gimp.org>
+
+       * gdk/Makefile.am
+       * gtk/Makefile.am: rework so that only things that really need to be
+       done post install are in the hook
+
+2002-03-06  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
+       of properties stock icon.
+
+       * gtk/stock-icons/Makefile.am: Add stock_properties_16.png
+
+Wed Mar  6 00:38:29 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
+       when truncating the inserted text to fit into the GtkEntry
+       size limit of 65kb. (#73119)
+
+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,