]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Remove some files whose content is either obsolete or has been moved
[~andy/gtk] / ChangeLog.pre-2-6
index 80579d8017a979971f6ece87e03189086ea813b3..53a3c6a620f8044ed0b51d3635523e0962780341 100644 (file)
@@ -1,3 +1,68 @@
+2002-04-20  Matthias Clasen  <maclas@gmx.de>
+
+       * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt,
+       docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt,
+       gdk/TODO: Remove some files whose content is either obsolete or
+       has been moved elsewhere.
+
+       * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references
+       to these files.
+       
+Fri Apr 19 21:31:04 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_row_changed): cancel editing
+       if tree_view->priv->edited_column != NULL (fixes #76066)
+
+Fri Apr 19 21:06:39 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate): subtract
+       TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real
+       size for the tree (fixes #72729),
+       (gtk_tree_view_real_start_editing): correct cell_area->y for
+       scrolling due to gtk_tree_view_real_set_cursor (fixes #75687)
+
+Fri Apr 19 16:30:09 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename
+       last_single_clicked{,_2} to last_button_press{,_2}, as the latter
+       is a more sane name.
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor
+       instead of ->priv->cursor, check for the anchor at another place, as
+       you can go in edit mode without having an anchor.
+
+2002-04-18  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkitemfactory.c:
+       * gtk/gtkiconfactory.c:
+       * gtk/gtkwidget.c:
+       * gtk/gtkstyle.c:
+       * gtk/gtkrc.c:
+       * gtk/gtktreeviewcolumn.c:
+       * gtk/gtkdialog.c:
+       * gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the
+       documentation to bring the produced Docbook closer to XML.
+
+2002-04-18  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib)
+       * gdk/Makefile.am (uninstall-libtool-import-lib): Fix typo,
+       thanks to David Sterba for noticing.
+
+       * gtk/gtkmain.h
+       * gtk/gtkmain.c (gtk_init_abi_check, gtk_init_check_abi_check): In
+       GTK+ 2.0 the GtkWindow struct actually is the same size in gcc on
+       Win32 whether compiled with -fnative-struct or not. Unfortunately
+       this wan't noticed until now. So, from now on, check some other
+       struct, too, for which the use of -fnative-struct still
+       matters. GtkBox is one such.
+
+Thu Apr 18 00:23:31 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodelsort.c
+       (gtk_tree_model_sort_convert_path_to_child_path): so this function
+       was completely broken. Fix it and improve readability.
+
 2002-04-17  Anders Carlsson  <andersca@gnu.org>
 
        * tests/testtreeedit.c (button_press_event): Add a small