]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
include CFLAGS from gthread-2.0 so that the libs work correctly in a
[~andy/gtk] / ChangeLog.pre-2-4
1 2002-03-16  Sven Neumann  <sven@gimp.org>
2
3         * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) 
4         (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0
5         so that the libs work correctly in a threaded environment.
6
7 Fri Mar 15 12:51:42 2002  Jonathan Blandford  <jrb@redhat.com>
8
9         * gtk/gtktreeviewcolumn.c
10         (gtk_tree_view_column_new_with_attributes): add example to docs,
11         as people are seeming to have trouble with this function.
12
13 2002-03-15  Tor Lillqvist  <tml@iki.fi>
14
15         * configure.in: Set MATH_LIB to empty also on Win32.
16
17 Fri Mar 15 15:37:01 2002  Owen Taylor  <otaylor@redhat.com>
18
19         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
20         Fix byte shift arithmetic for big-endian. (Tracked
21         down with help from Tuomas Kuosmanen)
22
23 Fri Mar 15 11:28:41 2002  Jonathan Blandford  <jrb@redhat.com>
24
25         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
26         make args const, 74159
27         (gtk_tree_view_insert_column_with_attributes): ditto
28
29         * gtk/gtktreeviewcolumn.c
30         (gtk_tree_view_column_cell_process_action): remov unused variables.
31
32 Fri Mar 15 13:31:51 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
33
34         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix test for "active
35         submenu".
36
37 2002-03-15 Padraig O'Briain <padraig.obriain@sun.com>
38
39         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
40         upper case variants if there is only a single keysym per keycode and
41         the key symbol has upper and lower case variants (#74512)
42
43 Thu Mar 14 17:09:52 2002  Owen Taylor  <otaylor@redhat.com>
44
45         * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather
46         improbable reentrancy problem if a window is destroyed
47         while updates are being processed on another window. (Noticed
48         by Michael Meeks, #74708)
49
50 2002-03-14 Vitaly Tishkov <tvv@sparc.spb.su>
51
52         * gtk/gtktreemodelsort.c
53         typo in docs for gtk_tree_model_sort_convert_iter_to_child_iter() fixed
54
55
56 Thu Mar 14 11:17:18 2002  Owen Taylor  <otaylor@redhat.com>
57
58         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): When
59         removing keys from the key hash, reinsert the right list
60         back into the hash. (Dave Camp, #74571)
61
62 Wed Mar 13 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
63
64         * gtk/gtkobject.h: Remove left-over GTK_OBJECT_CONNECTED
65         macro that was defined in terms of the now-gone GTK_CONNECTED
66         flag. (Seth Burgess, #74028)
67
68 Wed Mar 13 17:11:10 2002  Owen Taylor  <otaylor@redhat.com>
69
70         * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset 
71         the acceleratable_groups qdata because qdata isn't removed
72         on ->dispose but rather on ->finalize. (#74569, found
73         by Matt Wilson.)
74
75 Tue Mar 12 23:14:23 2002  Jonathan Blandford  <jrb@redhat.com>
76
77         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
78         cut-n-paste bug.
79
80 Sat Mar  9 18:23:25 2002  Richard Hestilow  <hestilow@ximian.com>
81
82         * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
83         filenames.
84         
85 Tue Mar 12 10:50:09 2002  Owen Taylor  <otaylor@redhat.com>
86
87         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
88         Fix incorrect return value, filter out returns of 0x7f for
89         the delete key. (#74179, Kang Jeong-He)
90
91 Mon Mar 11 23:42:11 2002  Jonathan Blandford  <jrb@redhat.com>
92
93         * gtk/gtktreemodel.c (gtk_tree_model_foreach): fix totally broken
94         foreach function.
95
96 2002-03-11  Matthias Clasen  <maclas@gmx.de>
97
98         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document
99         gtk_{menu_item,widget}_set_accel_path() as the recommended API.  
100         (#69244)
101
102 2002-03-11  James Henstridge  <james@daa.com.au>
103
104         * configure.in: set CCAS and CCASFLAGS to get automake 1.6
105         compatibility without breaking things for people using 1.4.
106
107 Sun Mar 10 21:04:30 2002  Jonathan Blandford  <jrb@redhat.com>
108
109         * gtk/gtktreeview.c (gtk_tree_view_button_press): finally get the
110         right behavior.
111
112 Mon Mar 11 01:25:14 2002  Kristian Rietveld  <kris@gtk.org>
113
114         * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
115         cursor path and not with the selected iter in the 'decide to edit'
116         check
117