]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
massize rewrite. Static models now totally work. I'm not 100% sure about
[~andy/gtk] / ChangeLog.pre-2-6
index 9a4d3894f5497aad6bc124f9f84800759c870df0..33decd7db2dd2936ca4835bfd132c7724b2bab95 100644 (file)
@@ -1,3 +1,74 @@
+Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
+       rewrite.  Static models now totally work.  I'm not 100% sure about
+       row_inserted and row_changed, but I'll get those later.
+
+2001-10-30  Sven Neumann  <sven@gimp.org>
+
+       * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
+       output for configure --help.
+
+2001-10-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtktextview.c (changed_handler): Update the IM spot location
+       here, if text was invalidated in the visible area, because the
+       scroll offset doesn't normally change in that case, and the mark
+       isn't set, just implicitly moved over as text is added/removed
+       
+Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkseparatormenuitem.c: Code cleanup.
+       (gtk_separator_menu_item_class_init): Fix bugs in this code.
+
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * gdk/Makefile.am (LDFLAGS): 
+       * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
+       LDFLAGS, so put win32 flags in here
+
+Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
+       I can't believe this took this long to fix.
+
+Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
+       reordered signal.
+
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
+Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Don't use AC_CHECK_FILE to check for a 
+       file since it always spits warnings about cross compilation,
+       use -f instead. It's not like we cross compile properly
+       anyways.
+
+       * configure.in (gtktargetlib): Move call to AC_PROG_CC
+       to suppress autoconf warning.
+
+       * acconfig.h: Add some missing #undefs from recent
+       Win32 additions.
+
+Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Don't try to use pkg-config
+       when we didn't find it. (#62944, Eric Lemings)
+
+       * m4macros/gtk-2.0.m4: Fix problem with spaces around =
+       sign in assignment. (#63209, Arkadiusz Miskiewicz)
+
+2001-10-29  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
+       the buttons size request before using it. Fixes #61696.
+
 2001-10-29  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Updates.
        * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
        changes
 
+>>>>>>> 1.2483
 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed