]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Break compatibility and make gtk_image_new() take no arguments. The
[~andy/gtk] / ChangeLog
index 8abe1b4837362282056df8fa8487df3566a7dcc8..ed0c28d66fdf7ce8a2d0ea173939bf63461edb1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
+       and make gtk_image_new() take no arguments. The compiler will
+       catch it, and it is vastly more useful than having
+       gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
+
+       * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
+       to add tearoff-title property (#51319, Lee Mallabone)
+
+Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenuitem.[ch]: Remove unused and useless function
+       gtk_menu_item_configure(). (#58925)
+
+Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
+       "use_align" to give people the option to just make a cell visible.
+
+       * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
+       we were scrolling past the end of the tree.
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
+       rename gtk_tree_view_column_pack_start_cell_renderer to
+       gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
+
+Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
+       a stray g_object_ref() left over from gtk_object_ref/sink.
+       (Pointed out by Josh Pritikin.)
+
+Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
+       to gtk_container_get_children. Added deprecated compatibility
+       macro. (Suggested by Vitaly Tishkov, #59051)
+
+       * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
+       calls.
+
+Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
+       gtk_menu_bar_append/prepend/insert, forgot to do this
+       when we deprecated gtk_menu_append/prepend/insert.
+
+       * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
+       compat macros.
+
+       * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
+       renamed by compat macro.
+
+       * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
+       gtk_font_selection_dialog_get_font(). (Suggested by
+       Vitaly Tishkov, #59383)
+
+Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
+       Rename from gtk_text_tag_table_size(). (#59366)
+
+Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
+
+       * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
+       gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
+       gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
+       (#59173).
+
+Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
+       * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
+       handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
+
+Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
+
+       [ Patch from Sebastian Wilhelmi, 52790 ]
+
+       * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
+
+       * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
+       Move compatibility macros from g[dt]kcompat.h to within 
+       #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
+
+       * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
+
+       * demos/Makefile.am demos/gtk-demo/Makefile.am 
+         docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
+         tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
+
+       * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
+                testpixbuf.c}: Fix usages of deprecated functions.
+
+Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
+       when changing models.
+
+Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
+       We check the current event for modifiers rather than try to trap
+       all presses.
+
+2001-08-22  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
+       It's LIST_STORE, not LISTSTORE.
+
+Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk.h: Remove commented out gtkpacker reference.
+
+2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * configure.in (all_loaders): Add tga loader, 
+       patch by Nicola Girardi. (#56067)
+
+Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>>
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
+       a little.  More needs to be done tomorrow.
+
+Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
+
+Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
+       reported by Kristian Rietveld <kristian@planet.nl> to handle row
+       == NULL.
+       (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
+       <kristian@planet.nl> to change destroy order.
+
+Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
+       correct marshaller.
+
 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkliststore.c: Fix up warnings, #58928.