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