X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-10;h=1140dcb3168d434fb2392cd9a14adcc1ab03dc7e;hb=fc8304b13465e9aca2b01353dae5e0084032504c;hp=4d4dc54b3ebc8c936eb47f8f9c6dc357086cc6c8;hpb=ca004e16324a087e4cba77ed91cb70858920d854;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4d4dc54b3..1140dcb31 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,124 @@ +Wed Sep 12 19:01:05 2001 Jonathan Blandford + + * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface + signals to make them more clear. Also, change ::range_changed to + ::row_changed. + * gtk/gtktreemodel.c: Adjust to interface change + * gtk/gtktreemodel.h: ditto + * gtk/gtktreemodelsort.c: ditto + * gtk/gtktreestore.c: ditto + * gtk/gtkliststore.c: ditto + * gtk/gtktreeview.c: ditto + * tests/testtreecolumns.c: ditto + * gtk/gtkmarshal.list: Actually remove a marshaller! + +2001-09-12 Padraig O'Briain + + * gtk/gtktextview.c + Add support for Ctrl+Up/Down arrow to move cursor to beginning + of previous/next paragraph. If within a paragraph cursor moves to + beginning of that paragraph. + +2001-09-12 Jakub Steiner + + * gtk/stock-icons/dialog_question.png: replacing the shaky + question mark with a sans-serif one. + * gtk/stock-icons/stock_top.png, stock_bottom.png, + stock_first.png, stock_last.png: using the new style arrows + * gtk/stock-icons/stock_font.png: simple one to replace the ugly + colors. + * gtk/stock-icons/stock_refresh.png: anti-aliased and changed + color. + * gtk/stock-icons/stock_zoom*: anti-aliased + * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused + '-' with a '_', removed the wrong files + +Sat Sep 8 16:19:02 2001 Owen Taylor + + * gtk/gtkmain.c: Implement a search path for GTK+ modules. + + * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules + in gtk-2.0//major.minor.(micro-binary_age) rather + than in gtk-2.0/major.minor.micro//. This + works better for a search path for modules. + + * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add + gtk_binary_version variable holding major.minor.(micro-binary_age). + + * modules/input/Makefile.am (moduledir): Fix installation + directory to match change in lookup location. + + * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll + suffixes. Needs to be handled in g_module_build_path(). + + * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where + appropriate. + +Tue Sep 11 13:59:12 2001 Owen Taylor + + * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison + causing RC properties not to work. + +2001-09-11 Jakub Steiner + + * gtk/stock-icons/dialog-error.png: less drastic + * gtk/stock-icons/dialog-warning.png: no body parts. (I hope + "STOP" is international enough. + * gtk/stock-icons/stock_dnd*.png: get rid of the cursor + * gtk/stock-icons/stock_menu_properties.png: 16x16 version + +Mon Sep 10 21:26:24 2001 Joshua N Pritikin + + * gtk/gtktextview.c (gtk_text_view_set_buffer): Make + (add|remove)_selection_clipboard symmetric. (bug #59836) + + * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): + Avoid SEGV for empty tree. (bug #60243) + +Mon Sep 10 20:47:22 2001 Tim Janik + + * tests/testgtk.c (create_idle_test): slight fix for + g_object_set() not usable for nesting anymore. + + * gtk/gtkhandlebox.c (gtk_handle_box_class_init): + * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow + properties, supply ::shadow_type properties instead as most + other widgets do. + +2001-09-10 Alex Larsson + + * demos/gtk-demo/stock_browser.c: + * gdk/gdkcolor.c: + * gdk/gdkfont.c: + * gdk/gdkcursor.c: + * gdk/gdkevents.c: + * gdk/gdkrectangle.c: + * gtk/gtktypeutils.c: + Update to use the new g_boxed_type_register_static API. + +2001-09-10 Padraig O'Briain + + * gtk/gtktreestore.c: + Fix looping in gtk_tree_store_init() waiting for zero random int. + +Mon Sep 10 16:55:49 2001 Tim Janik + + * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale + behaviour which havoc broke. they have to default to 1.0 for + expand behaviour. + + * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects. + +2001-09-10 Padraig O'Briain + + * gtk/gtkstyle.c (_gtk_style_peek_property_value) + Amend previous change to avoid runtime error in g_param_spec_ref() + +Mon Sep 10 06:58:56 2001 Owen Taylor + + * gtk/gtkrc.c (insert_rc_property): Fix blank line + in the wrong place. + Mon Sep 10 06:50:39 2001 Owen Taylor * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't @@ -984,6 +1105,7 @@ Wed Aug 15 12:36:55 2001 Tim Janik * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions. +>>>>>>> 1.2276 2001-08-17 Anders Carlsson * gtk/gtkstyle.c (create_expander_affine): Divide with floating